/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.6.21-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: litcwxiz_wp56
-- ------------------------------------------------------
-- Server version	10.6.21-MariaDB-cll-lve

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

--
-- Current Database: `litcwxiz_wp56`
--


--
-- Table structure for table `wp91_commentmeta`
--

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

--
-- Dumping data for table `wp91_commentmeta`
--

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

--
-- Table structure for table `wp91_comments`
--

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

--
-- Dumping data for table `wp91_comments`
--

LOCK TABLES `wp91_comments` WRITE;
/*!40000 ALTER TABLE `wp91_comments` DISABLE KEYS */;
INSERT INTO `wp91_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2024-10-10 22:28:56','2024-10-10 22:28: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://en.gravatar.com/\">Gravatar</a>.',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp91_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_links`
--

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

--
-- Dumping data for table `wp91_links`
--

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

--
-- Table structure for table `wp91_options`
--

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

--
-- Dumping data for table `wp91_options`
--

LOCK TABLES `wp91_options` WRITE;
/*!40000 ALTER TABLE `wp91_options` DISABLE KEYS */;
INSERT INTO `wp91_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'cron','a:6:{i:1728599336;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:1728599336;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:1728599336;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:1728599336;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:1728685736;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;}}}s:7:\"version\";i:2;}','auto'),(2,'siteurl','http://litcaf.com','on'),(3,'home','http://litcaf.com','on'),(4,'blogname','My Blog','on'),(5,'blogdescription','My WordPress Blog','on'),(6,'users_can_register','0','on'),(7,'admin_email','admin@litcaf.com','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','password','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','','on'),(30,'rewrite_rules','','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:4:{i:0;s:23:\"extendify/extendify.php\";i:1;s:35:\"litespeed-cache/litespeed-cache.php\";i:2;s:23:\"loginizer/loginizer.php\";i:3;s:35:\"nc-extendify-lc/nc-extendify-lc.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','extendable','on'),(42,'stylesheet','extendable','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','57155','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','posts','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:0:{}','on'),(78,'widget_text','a:0:{}','on'),(79,'widget_rss','a:0:{}','on'),(80,'uninstall_plugins','a:1:{s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','0','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','0','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1744151336','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','57155','on'),(102,'wp91_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','auto'),(103,'fresh_site','1','auto'),(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:4:{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\";}s:13:\"array_version\";i:3;}','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,'recovery_keys','a:0:{}','auto'),(122,'theme_mods_twentytwentyfour','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(123,'litespeed.conf.__activation','6.5.1','auto'),(124,'softaculous_pro_license','a:13:{s:7:\"license\";s:30:\"SOFTWP-84057-89963-89173-88311\";s:7:\"expires\";s:8:\"20250224\";s:4:\"type\";s:1:\"1\";s:8:\"type_txt\";s:7:\"Premium\";s:9:\"num_sites\";N;s:4:\"plan\";s:8:\"personal\";s:6:\"active\";i:1;s:10:\"licexpired\";N;s:4:\"thid\";N;s:6:\"status\";i:1;s:9:\"last_edit\";s:10:\"1738678826\";s:10:\"status_txt\";s:33:\"<font color=\"green\">Active</font>\";s:8:\"has_plid\";i:1;}','yes');
/*!40000 ALTER TABLE `wp91_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_postmeta`
--

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

--
-- Dumping data for table `wp91_postmeta`
--

LOCK TABLES `wp91_postmeta` WRITE;
/*!40000 ALTER TABLE `wp91_postmeta` DISABLE KEYS */;
INSERT INTO `wp91_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default');
/*!40000 ALTER TABLE `wp91_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_posts`
--

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

--
-- Dumping data for table `wp91_posts`
--

LOCK TABLES `wp91_posts` WRITE;
/*!40000 ALTER TABLE `wp91_posts` DISABLE KEYS */;
INSERT INTO `wp91_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (1,1,'2024-10-10 22:28:56','2024-10-10 22:28: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','','','2024-10-10 22:28:56','2024-10-10 22:28:56','',0,'http://litcaf.com/?p=1',0,'post','',1),(2,1,'2024-10-10 22:28:56','2024-10-10 22:28: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=\"http://litcaf.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2024-10-10 22:28:56','2024-10-10 22:28:56','',0,'http://litcaf.com/?page_id=2',0,'page','',0),(3,1,'2024-10-10 22:28:56','2024-10-10 22:28: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: http://litcaf.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#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','','','2024-10-10 22:28:56','2024-10-10 22:28:56','',0,'http://litcaf.com/?page_id=3',0,'page','',0);
/*!40000 ALTER TABLE `wp91_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_term_relationships`
--

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

--
-- Dumping data for table `wp91_term_relationships`
--

LOCK TABLES `wp91_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp91_term_relationships` DISABLE KEYS */;
INSERT INTO `wp91_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (1,1,0);
/*!40000 ALTER TABLE `wp91_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_term_taxonomy`
--

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

--
-- Dumping data for table `wp91_term_taxonomy`
--

LOCK TABLES `wp91_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp91_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp91_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,1);
/*!40000 ALTER TABLE `wp91_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_termmeta`
--

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

--
-- Dumping data for table `wp91_termmeta`
--

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

--
-- Table structure for table `wp91_terms`
--

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

--
-- Dumping data for table `wp91_terms`
--

LOCK TABLES `wp91_terms` WRITE;
/*!40000 ALTER TABLE `wp91_terms` DISABLE KEYS */;
INSERT INTO `wp91_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0);
/*!40000 ALTER TABLE `wp91_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_usermeta`
--

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

--
-- Dumping data for table `wp91_usermeta`
--

LOCK TABLES `wp91_usermeta` WRITE;
/*!40000 ALTER TABLE `wp91_usermeta` DISABLE KEYS */;
INSERT INTO `wp91_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','wnfo4'),(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,'wp91_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp91_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','1');
/*!40000 ALTER TABLE `wp91_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp91_users`
--

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

--
-- Dumping data for table `wp91_users`
--

LOCK TABLES `wp91_users` WRITE;
/*!40000 ALTER TABLE `wp91_users` DISABLE KEYS */;
INSERT INTO `wp91_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'wnfo4','$P$BlIQiRNXn.4ykNI/1WqUW1A.pyxI4Y0','wnfo4','admin@litcaf.com','http://litcaf.com','2024-10-10 22:28:56','',0,'wnfo4');
/*!40000 ALTER TABLE `wp91_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wph0_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_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=InnoDB AUTO_INCREMENT=24204 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_actionscheduler_actions`
--

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

--
-- Table structure for table `wph0_actionscheduler_claims`
--

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

--
-- Dumping data for table `wph0_actionscheduler_claims`
--

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

--
-- Table structure for table `wph0_actionscheduler_groups`
--

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

--
-- Dumping data for table `wph0_actionscheduler_groups`
--

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

--
-- Table structure for table `wph0_actionscheduler_logs`
--

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

--
-- Dumping data for table `wph0_actionscheduler_logs`
--

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

--
-- Table structure for table `wph0_aioseo_cache`
--

DROP TABLE IF EXISTS `wph0_aioseo_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_aioseo_cache` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `key` varchar(80) NOT NULL,
  `value` longtext NOT NULL,
  `expiration` datetime DEFAULT NULL,
  `created` datetime NOT NULL,
  `updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `ndx_aioseo_cache_key` (`key`),
  KEY `ndx_aioseo_cache_expiration` (`expiration`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_aioseo_cache`
--

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

--
-- Table structure for table `wph0_bp_activity`
--

DROP TABLE IF EXISTS `wph0_bp_activity`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_activity` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `component` varchar(75) NOT NULL,
  `type` varchar(75) NOT NULL,
  `action` text NOT NULL,
  `content` longtext NOT NULL,
  `primary_link` text NOT NULL,
  `item_id` bigint(20) NOT NULL,
  `secondary_item_id` bigint(20) DEFAULT NULL,
  `date_recorded` datetime NOT NULL,
  `hide_sitewide` tinyint(1) DEFAULT 0,
  `mptt_left` int(11) NOT NULL DEFAULT 0,
  `mptt_right` int(11) NOT NULL DEFAULT 0,
  `is_spam` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `date_recorded` (`date_recorded`),
  KEY `user_id` (`user_id`),
  KEY `item_id` (`item_id`),
  KEY `secondary_item_id` (`secondary_item_id`),
  KEY `component` (`component`),
  KEY `type` (`type`),
  KEY `mptt_left` (`mptt_left`),
  KEY `mptt_right` (`mptt_right`),
  KEY `hide_sitewide` (`hide_sitewide`),
  KEY `is_spam` (`is_spam`)
) ENGINE=InnoDB AUTO_INCREMENT=231 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_activity`
--

LOCK TABLES `wph0_bp_activity` WRITE;
/*!40000 ALTER TABLE `wph0_bp_activity` DISABLE KEYS */;
INSERT INTO `wph0_bp_activity` (`id`, `user_id`, `component`, `type`, `action`, `content`, `primary_link`, `item_id`, `secondary_item_id`, `date_recorded`, `hide_sitewide`, `mptt_left`, `mptt_right`, `is_spam`) VALUES (1,1,'members','last_activity','','','',0,NULL,'2025-05-03 07:17:10',0,0,0,0),(2,346,'members','last_activity','','','',0,NULL,'2025-03-13 22:57:53',0,0,0,0),(3,347,'members','last_activity','','','',0,NULL,'2025-05-03 07:01:36',0,0,0,0),(4,348,'members','last_activity','','','',0,NULL,'2025-03-14 09:42:22',0,0,0,0),(5,349,'members','last_activity','','','',0,NULL,'2025-01-12 05:32:47',0,0,0,0),(6,350,'members','last_activity','','','',0,NULL,'2025-05-01 06:03:43',0,0,0,0),(7,351,'members','last_activity','','','',0,NULL,'2025-01-24 16:12:58',0,0,0,0),(8,352,'members','last_activity','','','',0,NULL,'2025-02-04 06:26:09',0,0,0,0),(9,353,'members','last_activity','','','',0,NULL,'2025-02-07 00:18:34',0,0,0,0),(10,354,'members','last_activity','','','',0,NULL,'2025-02-12 12:27:31',0,0,0,0),(11,355,'members','last_activity','','','',0,NULL,'2025-02-16 22:29:43',0,0,0,0),(12,356,'members','last_activity','','','',0,NULL,'2025-02-24 18:56:28',0,0,0,0),(13,357,'members','last_activity','','','',0,NULL,'2025-02-28 14:05:24',0,0,0,0),(14,358,'members','last_activity','','','',0,NULL,'2025-03-05 01:25:05',0,0,0,0),(15,359,'members','last_activity','','','',0,NULL,'2025-05-01 02:05:48',0,0,0,0),(16,360,'members','last_activity','','','',0,NULL,'2025-03-14 06:25:37',0,0,0,0),(17,361,'members','last_activity','','','',0,NULL,'2025-03-15 04:16:44',0,0,0,0),(18,362,'members','last_activity','','','',0,NULL,'2025-03-20 14:18:08',0,0,0,0),(19,363,'members','last_activity','','','',0,NULL,'2025-03-26 08:33:00',0,0,0,0),(20,364,'members','last_activity','','','',0,NULL,'2025-03-29 23:18:33',0,0,0,0),(21,365,'members','last_activity','','','',0,NULL,'2025-03-30 04:48:42',0,0,0,0),(22,367,'members','last_activity','','','',0,NULL,'2025-04-01 15:39:44',0,0,0,0),(23,368,'members','last_activity','','','',0,NULL,'2025-05-02 13:06:50',0,0,0,0),(24,369,'members','last_activity','','','',0,NULL,'2025-04-02 17:13:34',0,0,0,0),(25,370,'members','last_activity','','','',0,NULL,'2025-04-02 18:48:26',0,0,0,0),(26,371,'members','last_activity','','','',0,NULL,'2025-04-04 07:19:08',0,0,0,0),(27,372,'members','last_activity','','','',0,NULL,'2025-04-05 18:04:17',0,0,0,0),(28,373,'members','last_activity','','','',0,NULL,'2025-04-05 18:20:42',0,0,0,0),(29,374,'members','last_activity','','','',0,NULL,'2025-04-08 13:54:32',0,0,0,0),(30,375,'members','last_activity','','','',0,NULL,'2025-04-09 02:14:36',0,0,0,0),(31,376,'members','last_activity','','','',0,NULL,'2025-04-09 06:24:40',0,0,0,0),(32,377,'members','last_activity','','','',0,NULL,'2025-04-15 07:24:03',0,0,0,0),(33,379,'members','last_activity','','','',0,NULL,'2025-04-17 00:00:39',0,0,0,0),(34,380,'members','last_activity','','','',0,NULL,'2025-04-27 04:21:43',0,0,0,0),(35,381,'members','last_activity','','','',0,NULL,'2025-04-17 03:31:53',0,0,0,0),(36,382,'members','last_activity','','','',0,NULL,'2025-04-23 02:26:42',0,0,0,0),(37,383,'members','last_activity','','','',0,NULL,'2025-04-17 05:43:54',0,0,0,0),(38,384,'members','last_activity','','','',0,NULL,'2025-04-17 11:09:58',0,0,0,0),(39,385,'members','last_activity','','','',0,NULL,'2025-04-17 12:09:05',0,0,0,0),(40,386,'members','last_activity','','','',0,NULL,'2025-04-17 20:09:29',0,0,0,0),(41,387,'members','last_activity','','','',0,NULL,'2025-04-17 20:45:59',0,0,0,0),(42,388,'members','last_activity','','','',0,NULL,'2025-04-17 21:56:05',0,0,0,0),(43,389,'members','last_activity','','','',0,NULL,'2025-04-18 15:19:02',0,0,0,0),(44,390,'members','last_activity','','','',0,NULL,'2025-04-18 05:31:30',0,0,0,0),(45,391,'members','last_activity','','','',0,NULL,'2025-04-18 10:41:04',0,0,0,0),(46,392,'members','last_activity','','','',0,NULL,'2025-04-18 11:32:46',0,0,0,0),(47,393,'members','last_activity','','','',0,NULL,'2025-04-19 00:55:36',0,0,0,0),(48,394,'members','last_activity','','','',0,NULL,'2025-04-19 02:16:48',0,0,0,0),(49,395,'members','last_activity','','','',0,NULL,'2025-04-19 03:21:26',0,0,0,0),(50,396,'members','last_activity','','','',0,NULL,'2025-04-19 04:41:44',0,0,0,0),(51,397,'members','last_activity','','','',0,NULL,'2025-04-21 08:05:45',0,0,0,0),(52,398,'members','last_activity','','','',0,NULL,'2025-04-19 07:09:47',0,0,0,0),(53,399,'members','last_activity','','','',0,NULL,'2025-04-19 07:18:16',0,0,0,0),(54,400,'members','last_activity','','','',0,NULL,'2025-04-19 07:33:13',0,0,0,0),(55,401,'members','last_activity','','','',0,NULL,'2025-04-19 08:05:41',0,0,0,0),(56,402,'members','last_activity','','','',0,NULL,'2025-04-19 08:21:16',0,0,0,0),(57,403,'members','last_activity','','','',0,NULL,'2025-04-19 09:38:03',0,0,0,0),(58,404,'members','last_activity','','','',0,NULL,'2025-04-19 09:44:17',0,0,0,0),(59,405,'members','last_activity','','','',0,NULL,'2025-04-19 10:17:46',0,0,0,0),(60,406,'members','last_activity','','','',0,NULL,'2025-04-19 11:28:53',0,0,0,0),(61,407,'members','last_activity','','','',0,NULL,'2025-04-19 11:56:29',0,0,0,0),(62,408,'members','last_activity','','','',0,NULL,'2025-04-20 10:03:21',0,0,0,0),(63,409,'members','last_activity','','','',0,NULL,'2025-04-19 13:05:44',0,0,0,0),(64,410,'members','last_activity','','','',0,NULL,'2025-04-19 15:37:28',0,0,0,0),(65,411,'members','last_activity','','','',0,NULL,'2025-04-19 20:23:28',0,0,0,0),(66,412,'members','last_activity','','','',0,NULL,'2025-04-20 01:37:39',0,0,0,0),(67,413,'members','last_activity','','','',0,NULL,'2025-04-20 05:13:39',0,0,0,0),(68,414,'members','last_activity','','','',0,NULL,'2025-04-20 09:06:37',0,0,0,0),(69,415,'members','last_activity','','','',0,NULL,'2025-04-20 09:36:07',0,0,0,0),(70,416,'members','last_activity','','','',0,NULL,'2025-04-20 09:39:25',0,0,0,0),(71,417,'members','last_activity','','','',0,NULL,'2025-05-02 11:20:24',0,0,0,0),(72,418,'members','last_activity','','','',0,NULL,'2025-04-20 11:23:33',0,0,0,0),(73,419,'members','last_activity','','','',0,NULL,'2025-04-20 13:31:55',0,0,0,0),(74,420,'members','last_activity','','','',0,NULL,'2025-04-22 17:43:04',0,0,0,0),(75,421,'members','last_activity','','','',0,NULL,'2025-04-20 16:03:43',0,0,0,0),(76,422,'members','last_activity','','','',0,NULL,'2025-04-20 16:30:55',0,0,0,0),(77,423,'members','last_activity','','','',0,NULL,'2025-04-20 17:02:45',0,0,0,0),(78,424,'members','last_activity','','','',0,NULL,'2025-04-20 17:05:56',0,0,0,0),(79,425,'members','last_activity','','','',0,NULL,'2025-04-20 17:32:30',0,0,0,0),(80,426,'members','last_activity','','','',0,NULL,'2025-04-25 16:52:26',0,0,0,0),(81,427,'members','last_activity','','','',0,NULL,'2025-04-20 18:42:28',0,0,0,0),(82,428,'members','last_activity','','','',0,NULL,'2025-04-29 09:56:34',0,0,0,0),(83,429,'members','last_activity','','','',0,NULL,'2025-04-20 20:36:39',0,0,0,0),(84,430,'members','last_activity','','','',0,NULL,'2025-04-20 21:41:59',0,0,0,0),(85,431,'members','last_activity','','','',0,NULL,'2025-04-24 07:02:09',0,0,0,0),(86,432,'members','last_activity','','','',0,NULL,'2025-04-21 01:03:59',0,0,0,0),(87,433,'members','last_activity','','','',0,NULL,'2025-04-21 01:08:59',0,0,0,0),(88,434,'members','last_activity','','','',0,NULL,'2025-04-21 03:09:05',0,0,0,0),(89,435,'members','last_activity','','','',0,NULL,'2025-04-21 04:19:55',0,0,0,0),(90,436,'members','last_activity','','','',0,NULL,'2025-04-26 19:08:33',0,0,0,0),(91,437,'members','last_activity','','','',0,NULL,'2025-04-21 06:01:26',0,0,0,0),(92,438,'members','last_activity','','','',0,NULL,'2025-04-21 06:51:14',0,0,0,0),(93,439,'members','last_activity','','','',0,NULL,'2025-04-21 07:44:09',0,0,0,0),(94,440,'members','last_activity','','','',0,NULL,'2025-04-21 07:51:58',0,0,0,0),(95,441,'members','last_activity','','','',0,NULL,'2025-04-21 08:25:13',0,0,0,0),(96,442,'members','last_activity','','','',0,NULL,'2025-04-21 13:29:02',0,0,0,0),(97,443,'members','last_activity','','','',0,NULL,'2025-04-21 13:37:42',0,0,0,0),(98,444,'members','last_activity','','','',0,NULL,'2025-04-21 14:06:09',0,0,0,0),(99,445,'members','last_activity','','','',0,NULL,'2025-04-21 14:08:00',0,0,0,0),(100,446,'members','last_activity','','','',0,NULL,'2025-04-21 15:29:20',0,0,0,0),(101,447,'members','last_activity','','','',0,NULL,'2025-05-02 14:49:53',0,0,0,0),(102,448,'members','last_activity','','','',0,NULL,'2025-04-21 15:39:37',0,0,0,0),(103,449,'members','last_activity','','','',0,NULL,'2025-04-21 18:44:19',0,0,0,0),(104,450,'members','last_activity','','','',0,NULL,'2025-04-21 20:33:51',0,0,0,0),(105,451,'members','last_activity','','','',0,NULL,'2025-04-21 21:01:00',0,0,0,0),(106,452,'members','last_activity','','','',0,NULL,'2025-04-28 06:42:00',0,0,0,0),(107,453,'members','last_activity','','','',0,NULL,'2025-05-02 20:31:05',0,0,0,0),(108,454,'members','last_activity','','','',0,NULL,'2025-04-22 02:18:53',0,0,0,0),(109,455,'members','last_activity','','','',0,NULL,'2025-04-22 06:38:57',0,0,0,0),(110,456,'members','last_activity','','','',0,NULL,'2025-04-22 08:21:31',0,0,0,0),(111,457,'members','last_activity','','','',0,NULL,'2025-04-22 09:42:10',0,0,0,0),(112,458,'members','last_activity','','','',0,NULL,'2025-04-22 10:21:39',0,0,0,0),(113,459,'members','last_activity','','','',0,NULL,'2025-04-22 15:37:02',0,0,0,0),(114,460,'members','last_activity','','','',0,NULL,'2025-04-22 15:58:23',0,0,0,0),(115,461,'members','last_activity','','','',0,NULL,'2025-04-22 21:06:45',0,0,0,0),(116,462,'members','last_activity','','','',0,NULL,'2025-04-23 03:21:20',0,0,0,0),(117,463,'members','last_activity','','','',0,NULL,'2025-04-23 05:13:33',0,0,0,0),(118,464,'members','last_activity','','','',0,NULL,'2025-04-23 07:34:07',0,0,0,0),(119,466,'members','last_activity','','','',0,NULL,'2025-04-23 13:00:39',0,0,0,0),(120,467,'members','last_activity','','','',0,NULL,'2025-04-23 13:27:50',0,0,0,0),(121,468,'members','last_activity','','','',0,NULL,'2025-04-23 14:18:02',0,0,0,0),(122,469,'members','last_activity','','','',0,NULL,'2025-04-23 14:23:07',0,0,0,0),(123,470,'members','last_activity','','','',0,NULL,'2025-04-23 18:33:19',0,0,0,0),(124,471,'members','last_activity','','','',0,NULL,'2025-04-23 22:25:08',0,0,0,0),(125,472,'members','last_activity','','','',0,NULL,'2025-04-23 23:22:50',0,0,0,0),(126,473,'members','last_activity','','','',0,NULL,'2025-04-24 00:12:47',0,0,0,0),(127,474,'members','last_activity','','','',0,NULL,'2025-04-24 00:49:43',0,0,0,0),(128,475,'members','last_activity','','','',0,NULL,'2025-04-24 01:07:21',0,0,0,0),(129,476,'members','last_activity','','','',0,NULL,'2025-04-24 04:00:15',0,0,0,0),(130,477,'members','last_activity','','','',0,NULL,'2025-04-24 07:19:02',0,0,0,0),(131,479,'members','last_activity','','','',0,NULL,'2025-04-24 11:06:01',0,0,0,0),(132,480,'members','last_activity','','','',0,NULL,'2025-04-24 11:54:37',0,0,0,0),(133,481,'members','last_activity','','','',0,NULL,'2025-04-24 12:31:29',0,0,0,0),(134,482,'members','last_activity','','','',0,NULL,'2025-04-24 18:40:10',0,0,0,0),(135,483,'members','last_activity','','','',0,NULL,'2025-04-24 21:15:42',0,0,0,0),(136,484,'members','last_activity','','','',0,NULL,'2025-04-24 22:13:30',0,0,0,0),(137,485,'members','last_activity','','','',0,NULL,'2025-04-25 06:27:49',0,0,0,0),(138,486,'members','last_activity','','','',0,NULL,'2025-04-26 00:01:07',0,0,0,0),(139,487,'members','last_activity','','','',0,NULL,'2025-04-26 01:25:41',0,0,0,0),(140,488,'members','last_activity','','','',0,NULL,'2025-04-26 05:16:46',0,0,0,0),(141,489,'members','last_activity','','','',0,NULL,'2025-04-26 06:30:01',0,0,0,0),(142,490,'members','last_activity','','','',0,NULL,'2025-04-26 07:24:38',0,0,0,0),(143,491,'members','last_activity','','','',0,NULL,'2025-04-29 12:48:05',0,0,0,0),(144,492,'members','last_activity','','','',0,NULL,'2025-04-26 09:43:27',0,0,0,0),(145,493,'members','last_activity','','','',0,NULL,'2025-04-26 14:44:38',0,0,0,0),(146,494,'members','last_activity','','','',0,NULL,'2025-04-26 16:12:46',0,0,0,0),(147,495,'members','last_activity','','','',0,NULL,'2025-04-26 17:37:31',0,0,0,0),(148,496,'members','last_activity','','','',0,NULL,'2025-04-26 17:47:24',0,0,0,0),(149,497,'members','last_activity','','','',0,NULL,'2025-04-26 18:35:31',0,0,0,0),(150,498,'members','last_activity','','','',0,NULL,'2025-04-26 19:31:24',0,0,0,0),(151,499,'members','last_activity','','','',0,NULL,'2025-04-26 21:05:07',0,0,0,0),(152,500,'members','last_activity','','','',0,NULL,'2025-04-26 22:54:57',0,0,0,0),(153,501,'members','last_activity','','','',0,NULL,'2025-04-27 01:24:01',0,0,0,0),(154,502,'members','last_activity','','','',0,NULL,'2025-04-27 04:53:47',0,0,0,0),(155,503,'members','last_activity','','','',0,NULL,'2025-05-01 19:02:00',0,0,0,0),(156,504,'members','last_activity','','','',0,NULL,'2025-04-27 07:27:13',0,0,0,0),(157,505,'members','last_activity','','','',0,NULL,'2025-04-27 08:02:04',0,0,0,0),(158,506,'members','last_activity','','','',0,NULL,'2025-04-27 09:48:36',0,0,0,0),(159,507,'members','last_activity','','','',0,NULL,'2025-04-27 16:09:14',0,0,0,0),(160,508,'members','last_activity','','','',0,NULL,'2025-04-27 21:17:27',0,0,0,0),(161,509,'members','last_activity','','','',0,NULL,'2025-04-27 23:58:19',0,0,0,0),(162,510,'members','last_activity','','','',0,NULL,'2025-04-28 01:02:28',0,0,0,0),(163,511,'members','last_activity','','','',0,NULL,'2025-04-28 02:13:35',0,0,0,0),(164,512,'members','last_activity','','','',0,NULL,'2025-04-28 03:20:00',0,0,0,0),(165,513,'members','last_activity','','','',0,NULL,'2025-04-28 06:30:31',0,0,0,0),(166,514,'members','last_activity','','','',0,NULL,'2025-04-28 09:06:55',0,0,0,0),(167,515,'members','last_activity','','','',0,NULL,'2025-04-28 09:23:56',0,0,0,0),(168,516,'members','last_activity','','','',0,NULL,'2025-04-28 10:13:58',0,0,0,0),(169,517,'members','last_activity','','','',0,NULL,'2025-04-28 10:44:24',0,0,0,0),(170,518,'members','last_activity','','','',0,NULL,'2025-04-28 11:19:17',0,0,0,0),(171,519,'members','last_activity','','','',0,NULL,'2025-04-28 11:31:32',0,0,0,0),(172,520,'members','last_activity','','','',0,NULL,'2025-04-28 12:10:12',0,0,0,0),(173,521,'members','last_activity','','','',0,NULL,'2025-04-28 13:24:07',0,0,0,0),(174,522,'members','last_activity','','','',0,NULL,'2025-04-28 17:23:43',0,0,0,0),(175,523,'members','last_activity','','','',0,NULL,'2025-04-29 21:05:41',0,0,0,0),(176,524,'members','last_activity','','','',0,NULL,'2025-04-29 21:42:13',0,0,0,0),(177,526,'members','last_activity','','','',0,NULL,'2025-04-28 21:59:58',0,0,0,0),(178,527,'members','last_activity','','','',0,NULL,'2025-04-29 04:57:04',0,0,0,0),(179,528,'members','last_activity','','','',0,NULL,'2025-04-29 08:42:49',0,0,0,0),(180,529,'members','last_activity','','','',0,NULL,'2025-04-29 08:42:11',0,0,0,0),(181,530,'members','last_activity','','','',0,NULL,'2025-04-29 10:56:18',0,0,0,0),(182,531,'members','last_activity','','','',0,NULL,'2025-04-29 21:31:13',0,0,0,0),(183,532,'members','last_activity','','','',0,NULL,'2025-04-29 22:42:02',0,0,0,0),(184,533,'members','last_activity','','','',0,NULL,'2025-04-30 00:22:06',0,0,0,0),(185,534,'members','last_activity','','','',0,NULL,'2025-04-30 05:35:27',0,0,0,0),(186,535,'members','last_activity','','','',0,NULL,'2025-04-30 06:57:36',0,0,0,0),(187,536,'members','last_activity','','','',0,NULL,'2025-04-30 08:25:18',0,0,0,0),(188,537,'members','last_activity','','','',0,NULL,'2025-04-30 09:59:40',0,0,0,0),(189,539,'members','last_activity','','','',0,NULL,'2025-04-30 12:32:55',0,0,0,0),(190,540,'members','last_activity','','','',0,NULL,'2025-04-30 13:07:46',0,0,0,0),(191,541,'members','last_activity','','','',0,NULL,'2025-05-02 18:46:02',0,0,0,0),(192,542,'members','last_activity','','','',0,NULL,'2025-04-30 15:51:02',0,0,0,0),(193,543,'members','last_activity','','','',0,NULL,'2025-04-30 18:55:56',0,0,0,0),(194,544,'members','last_activity','','','',0,NULL,'2025-05-01 19:26:58',0,0,0,0),(195,545,'members','last_activity','','','',0,NULL,'2025-04-30 19:52:07',0,0,0,0),(196,546,'members','last_activity','','','',0,NULL,'2025-04-30 21:03:49',0,0,0,0),(197,547,'members','last_activity','','','',0,NULL,'2025-05-01 15:25:35',0,0,0,0),(198,548,'members','last_activity','','','',0,NULL,'2025-04-30 23:38:38',0,0,0,0),(199,549,'members','last_activity','','','',0,NULL,'2025-05-01 19:22:00',0,0,0,0),(200,550,'members','last_activity','','','',0,NULL,'2025-05-01 03:10:35',0,0,0,0),(201,551,'members','last_activity','','','',0,NULL,'2025-05-01 05:13:03',0,0,0,0),(202,552,'members','last_activity','','','',0,NULL,'2025-05-01 08:59:20',0,0,0,0),(203,553,'members','last_activity','','','',0,NULL,'2025-05-01 11:30:18',0,0,0,0),(204,554,'members','last_activity','','','',0,NULL,'2025-05-01 12:08:22',0,0,0,0),(205,555,'members','last_activity','','','',0,NULL,'2025-05-01 12:10:52',0,0,0,0),(206,556,'members','last_activity','','','',0,NULL,'2025-05-01 13:52:46',0,0,0,0),(207,557,'members','last_activity','','','',0,NULL,'2025-05-01 18:05:09',0,0,0,0),(208,558,'members','last_activity','','','',0,NULL,'2025-05-01 19:21:51',0,0,0,0),(209,559,'members','last_activity','','','',0,NULL,'2025-05-01 19:35:10',0,0,0,0),(210,560,'members','last_activity','','','',0,NULL,'2025-05-01 19:50:37',0,0,0,0),(211,561,'members','last_activity','','','',0,NULL,'2025-05-01 20:57:24',0,0,0,0),(212,562,'members','last_activity','','','',0,NULL,'2025-05-01 23:17:46',0,0,0,0),(213,563,'members','last_activity','','','',0,NULL,'2025-05-02 04:30:49',0,0,0,0),(214,564,'members','last_activity','','','',0,NULL,'2025-05-02 05:18:05',0,0,0,0),(215,565,'members','last_activity','','','',0,NULL,'2025-05-02 08:24:11',0,0,0,0),(216,566,'members','last_activity','','','',0,NULL,'2025-05-02 10:11:26',0,0,0,0),(217,567,'members','last_activity','','','',0,NULL,'2025-05-02 10:53:50',0,0,0,0),(218,568,'members','last_activity','','','',0,NULL,'2025-05-02 11:30:10',0,0,0,0),(219,569,'members','last_activity','','','',0,NULL,'2025-05-02 11:47:15',0,0,0,0),(220,570,'members','last_activity','','','',0,NULL,'2025-05-02 13:09:41',0,0,0,0),(221,571,'members','last_activity','','','',0,NULL,'2025-05-02 18:32:10',0,0,0,0),(222,572,'members','last_activity','','','',0,NULL,'2025-05-02 20:26:02',0,0,0,0),(223,573,'members','last_activity','','','',0,NULL,'2025-05-03 03:53:04',0,0,0,0),(224,574,'members','last_activity','','','',0,NULL,'2025-05-02 20:45:02',0,0,0,0),(225,575,'members','last_activity','','','',0,NULL,'2025-05-02 21:15:26',0,0,0,0),(226,576,'members','last_activity','','','',0,NULL,'2025-05-02 22:11:08',0,0,0,0),(227,577,'members','last_activity','','','',0,NULL,'2025-05-02 23:00:04',0,0,0,0),(228,578,'members','last_activity','','','',0,NULL,'2025-05-02 23:17:49',0,0,0,0),(229,579,'members','last_activity','','','',0,NULL,'2025-05-03 01:11:38',0,0,0,0),(230,580,'members','last_activity','','','',0,NULL,'2025-05-03 05:45:18',0,0,0,0);
/*!40000 ALTER TABLE `wph0_bp_activity` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_bp_activity_meta`
--

DROP TABLE IF EXISTS `wph0_bp_activity_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_activity_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `activity_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `activity_id` (`activity_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_activity_meta`
--

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

--
-- Table structure for table `wph0_bp_invitations`
--

DROP TABLE IF EXISTS `wph0_bp_invitations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_invitations` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `inviter_id` bigint(20) NOT NULL,
  `invitee_email` varchar(100) DEFAULT NULL,
  `class` varchar(120) NOT NULL,
  `item_id` bigint(20) NOT NULL,
  `secondary_item_id` bigint(20) DEFAULT NULL,
  `type` varchar(12) NOT NULL DEFAULT 'invite',
  `content` longtext DEFAULT NULL,
  `date_modified` datetime NOT NULL,
  `invite_sent` tinyint(1) NOT NULL DEFAULT 0,
  `accepted` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `inviter_id` (`inviter_id`),
  KEY `invitee_email` (`invitee_email`),
  KEY `class` (`class`),
  KEY `item_id` (`item_id`),
  KEY `secondary_item_id` (`secondary_item_id`),
  KEY `type` (`type`),
  KEY `invite_sent` (`invite_sent`),
  KEY `accepted` (`accepted`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_invitations`
--

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

--
-- Table structure for table `wph0_bp_notifications`
--

DROP TABLE IF EXISTS `wph0_bp_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_notifications` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `item_id` bigint(20) NOT NULL,
  `secondary_item_id` bigint(20) DEFAULT NULL,
  `component_name` varchar(75) NOT NULL,
  `component_action` varchar(75) NOT NULL,
  `date_notified` datetime NOT NULL,
  `is_new` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `item_id` (`item_id`),
  KEY `secondary_item_id` (`secondary_item_id`),
  KEY `user_id` (`user_id`),
  KEY `is_new` (`is_new`),
  KEY `component_name` (`component_name`),
  KEY `component_action` (`component_action`),
  KEY `useritem` (`user_id`,`is_new`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_notifications`
--

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

--
-- Table structure for table `wph0_bp_notifications_meta`
--

DROP TABLE IF EXISTS `wph0_bp_notifications_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_notifications_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `notification_id` bigint(20) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `notification_id` (`notification_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_notifications_meta`
--

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

--
-- Table structure for table `wph0_bp_optouts`
--

DROP TABLE IF EXISTS `wph0_bp_optouts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_optouts` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `email_address_hash` varchar(255) NOT NULL,
  `user_id` bigint(20) NOT NULL,
  `email_type` varchar(255) NOT NULL,
  `date_modified` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`),
  KEY `email_type` (`email_type`),
  KEY `date_modified` (`date_modified`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_optouts`
--

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

--
-- Table structure for table `wph0_bp_xprofile_data`
--

DROP TABLE IF EXISTS `wph0_bp_xprofile_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_xprofile_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `field_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `value` longtext NOT NULL,
  `last_updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `field_id` (`field_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_xprofile_data`
--

LOCK TABLES `wph0_bp_xprofile_data` WRITE;
/*!40000 ALTER TABLE `wph0_bp_xprofile_data` DISABLE KEYS */;
INSERT INTO `wph0_bp_xprofile_data` (`id`, `field_id`, `user_id`, `value`, `last_updated`) VALUES (1,1,368,'Omoogbon','2025-04-08 16:06:03'),(2,1,350,'Stephen Oniya','2025-04-17 21:15:52'),(3,1,347,'aanu07','2025-04-30 12:56:09'),(4,1,541,'ciroma','2025-04-30 13:46:32');
/*!40000 ALTER TABLE `wph0_bp_xprofile_data` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_bp_xprofile_fields`
--

DROP TABLE IF EXISTS `wph0_bp_xprofile_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_xprofile_fields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL,
  `type` varchar(150) NOT NULL,
  `name` varchar(150) NOT NULL,
  `description` longtext NOT NULL,
  `is_required` tinyint(1) NOT NULL DEFAULT 0,
  `is_default_option` tinyint(1) NOT NULL DEFAULT 0,
  `field_order` bigint(20) NOT NULL DEFAULT 0,
  `option_order` bigint(20) NOT NULL DEFAULT 0,
  `order_by` varchar(15) NOT NULL DEFAULT '',
  `can_delete` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `parent_id` (`parent_id`),
  KEY `field_order` (`field_order`),
  KEY `can_delete` (`can_delete`),
  KEY `is_required` (`is_required`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_xprofile_fields`
--

LOCK TABLES `wph0_bp_xprofile_fields` WRITE;
/*!40000 ALTER TABLE `wph0_bp_xprofile_fields` DISABLE KEYS */;
INSERT INTO `wph0_bp_xprofile_fields` (`id`, `group_id`, `parent_id`, `type`, `name`, `description`, `is_required`, `is_default_option`, `field_order`, `option_order`, `order_by`, `can_delete`) VALUES (1,1,0,'textbox','Name','',1,0,0,0,'',0);
/*!40000 ALTER TABLE `wph0_bp_xprofile_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_bp_xprofile_groups`
--

DROP TABLE IF EXISTS `wph0_bp_xprofile_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_xprofile_groups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(150) NOT NULL,
  `description` mediumtext NOT NULL,
  `group_order` bigint(20) NOT NULL DEFAULT 0,
  `can_delete` tinyint(1) NOT NULL,
  PRIMARY KEY (`id`),
  KEY `can_delete` (`can_delete`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_xprofile_groups`
--

LOCK TABLES `wph0_bp_xprofile_groups` WRITE;
/*!40000 ALTER TABLE `wph0_bp_xprofile_groups` DISABLE KEYS */;
INSERT INTO `wph0_bp_xprofile_groups` (`id`, `name`, `description`, `group_order`, `can_delete`) VALUES (1,'Base','',0,0);
/*!40000 ALTER TABLE `wph0_bp_xprofile_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_bp_xprofile_meta`
--

DROP TABLE IF EXISTS `wph0_bp_xprofile_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_bp_xprofile_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `object_id` bigint(20) NOT NULL,
  `object_type` varchar(150) NOT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_id` (`object_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_bp_xprofile_meta`
--

LOCK TABLES `wph0_bp_xprofile_meta` WRITE;
/*!40000 ALTER TABLE `wph0_bp_xprofile_meta` DISABLE KEYS */;
INSERT INTO `wph0_bp_xprofile_meta` (`id`, `object_id`, `object_type`, `meta_key`, `meta_value`) VALUES (1,1,'field','allow_custom_visibility','disabled'),(2,1,'field','signup_position','1');
/*!40000 ALTER TABLE `wph0_bp_xprofile_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_business_cards`
--

DROP TABLE IF EXISTS `wph0_business_cards`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_business_cards` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `name` varchar(255) NOT NULL,
  `address` text NOT NULL,
  `email` varchar(255) NOT NULL,
  `phone` varchar(50) NOT NULL,
  `position` varchar(255) NOT NULL,
  `template` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `logo` longtext NOT NULL,
  `promo_code` varchar(50) DEFAULT '',
  `created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` varchar(20) NOT NULL DEFAULT 'active',
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_business_cards`
--

LOCK TABLES `wph0_business_cards` WRITE;
/*!40000 ALTER TABLE `wph0_business_cards` DISABLE KEYS */;
INSERT INTO `wph0_business_cards` (`id`, `user_id`, `name`, `address`, `email`, `phone`, `position`, `template`, `description`, `logo`, `promo_code`, `created_at`, `status`) VALUES (1,1,'tope_litcaf','No 1, Alejolowo str, ifelodun Estate','mubarakolagoke@gmail.com','08146874760','Super Admin','template-files/CARD-V.php','okay','data:image/png;base64,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','','2025-03-12 15:20:29','active');
/*!40000 ALTER TABLE `wph0_business_cards` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_commentmeta`
--

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

--
-- Dumping data for table `wph0_commentmeta`
--

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

--
-- Table structure for table `wph0_comments`
--

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

--
-- Dumping data for table `wph0_comments`
--

LOCK TABLES `wph0_comments` WRITE;
/*!40000 ALTER TABLE `wph0_comments` DISABLE KEYS */;
INSERT INTO `wph0_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (2,23777,'Private Tutoring','lukaslyons@cox.net','https://www.homify.com/professionals/9741237/smartee-spots-private-tutoring-near-you','172.56.25.214','2024-09-15 00:13:07','2024-09-15 00:13:07','In a city as dynamic as Las Vegas, providing students with high-quality,\r\npersonalized tutoring can make a huge difference in their \r\nacademic success. Smartee Spots is a private tutoring service that \r\noffers a range of educational support for students in neighborhoods \r\nlike Diamond Creek and Centennial Heights. By offering one-on-one \r\ntutoring and customized learning plans, Smartee Spots helps students \r\nnavigate their academic challenges with personalized \r\nattention. As parents in Las Vegas seek academic support for their children, \r\nSmartee Spots delivers solutions that go beyond the typical classroom setting.\r\n\r\nFrom test preparation to subject-specific tutoring, students across Las Vegas benefit from the individualized \r\ninstruction that Smartee Spots offers. In a city where \r\ncompetition is fierce, having access to personalized tutoring gives \r\nstudents an edge and sets them up for future success.\r\n\r\n\r\nSmartee Spots is based in Las Vegas, Nevada, a city founded on May 15, 1905.\r\nKnown globally for its vibrant nightlife and entertainment,\r\nLas Vegas is home to 656,274 residents and boasts 240,462 households.\r\nWhile the city\'s attractions draw millions of tourists each year,\r\nthe local population includes families and \r\nstudents who prioritize education. One interesting fact about Las Vegas is \r\nthat despite its reputation as a vacation hotspot, it has an increasingly thriving academic community.\r\nInterstate 15, a major highway, runs through the \r\nheart of the city, connecting families in neighborhoods like Eastland Heights and Desert Shores to Smartee Spots\' tutoring services.\r\nThis connectivity makes it easy for parents and students to access educational support no matter where they live in the city.\r\n\r\n\r\nThe cost of tutoring in Las Vegas varies depending \r\non the type of service provided, but families typically spend between $30 and $75 per \r\nhour for high-quality tutoring. More specialized services, such as ACT/SAT prep or in-home tutoring, can range higher.\r\nThe desert climate of Las Vegas also plays a role \r\nin how tutoring is conducted, with scorching summer temperatures that often exceed 100°F.\r\nDuring these hot months, many families opt for online tutoring sessions to avoid the extreme heat, while cooler \r\nwinters make in-home tutoring a comfortable option. The flexibility of Smartee Spots,\r\noffering both online and in-home tutoring services, ensures that students can receive help year-round, regardless of the weather.\r\n\r\n\r\n\r\nLas Vegas is home to some truly unique points of interest that serve both entertainment and educational purposes.\r\n\r\nAREA15 is an immersive playground for art and creativity, offering an interactive environment where students and families can explore exhibits blending technology and \r\ndesign. Aliante Nature Discovery Park is a family-friendly \r\nspot where visitors can learn about local wildlife and nature.\r\nThe Bellagio Conservatory &amp; Botanical Gardens offers rotating exhibits of stunning floral \r\ndisplays, providing educational value about horticulture and \r\nseasonal plant life. The Fountains of Bellagio is \r\na world-famous spectacle of water, music, and lights that showcases choreographed displays \r\nfor visitors and locals alike. Fremont Street Experience is a lively pedestrian mall that \r\nfeatures an overhead light show and numerous \r\nattractions for visitors of all ages. These points of interest highlight the \r\ndiversity of Las Vegas beyond the Strip, offering educational opportunities alongside entertainment.\r\n\r\n\r\nFor families in Las Vegas looking for the best academic support,\r\nchoosing Smartee Spots is a smart decision. The personalized attention each student \r\nreceives through one-on-one tutoring ensures that their unique \r\nacademic needs are met. Smartee Spots offers flexible options, including both \r\nonline and in-home tutoring, making it convenient for families \r\nto access educational support no matter where they are located in the city.\r\nWith a focus on custom learning plans, homework help, and test preparation, \r\nSmartee Spots provides students with the \r\ntools they need to succeed in school and beyond. In a city as competitive as Las Vegas, Smartee Spots stands out as a \r\ntrusted resource for parents who want to invest in their \r\nchild\'s future.\r\n\r\nIn the vibrant city of Las Vegas, providing students with academic support is crucial for their success.\r\nSmartee Spots is a top-rated tutoring service that offers \r\na variety of educational services for students in neighborhoods like East \r\nLas Vegas and Glen Heather Estates. Private tutoring plays \r\nan important role in helping students overcome academic challenges and improve their \r\nperformance in school. Smartee Spots offers one-on-one tutoring, homework help, and subject-specific instruction that is customized to meet the needs of each student.\r\n\r\nThe individualized attention students receive through private \r\ntutoring not only improves their grades but also boosts their confidence and motivates them to excel in their studies.\r\n\r\nIn a fast-paced city like Las Vegas, Smartee Spots ensures that \r\nstudents stay on track with their education.\r\n\r\nLas Vegas, Nevada, founded on May 15, 1905, has grown into a city of \r\n656,274 people and 240,462 households. While it is \r\nknown for its entertainment, Las Vegas is also home to a community that values \r\neducation and academic excellence. Major highways, \r\nsuch as Interstate 15, connect the city’s many neighborhoods, making it easy \r\nfor families to travel to and from tutoring sessions. In neighborhoods like Bonanza Village and Bracken, students \r\nhave access to the academic support they need through Smartee \r\nSpots. The city\'s commitment to education is evident in the growing number of schools and academic programs available to its residents, and Smartee Spots is \r\nproud to be a part of that commitment.\r\n\r\nThe cost of tutoring services in Las Vegas can vary based on the subject, level of expertise, and the \r\ntype of instruction provided. On average, families can expect to pay between $30 and $75 per hour \r\nfor quality tutoring services. More specialized services, such as test preparation or academic \r\ncoaching, may cost more. The climate in Las Vegas also \r\nplays a role in how tutoring services are \r\ndelivered. With hot summers that often reach over 100°F, many families prefer online tutoring during the hotter months, while in-home tutoring becomes more \r\npopular during the cooler winter season. Smartee Spots offers both options, ensuring that students receive the academic support they need, regardless of the season or weather.\r\n\r\n\r\nLas Vegas is known for its many attractions, which \r\nprovide both entertainment and educational opportunities for residents \r\nand visitors. The Bellagio Conservatory &amp; Botanical Gardens offers an ever-changing display of flowers \r\nand plants, making it a favorite spot for families to visit.\r\nThe Fountains of Bellagio is another popular attraction, featuring an incredible water show that is synchronized with music and \r\nlights. AREA15 is an immersive experience that blends art, technology, and creativity, providing students with an opportunity to explore new \r\nforms of expression. The Fremont Street Experience offers live entertainment,\r\nstreet performers, and a stunning overhead light show, while \r\nChinatown Vegas introduces visitors to a rich array of Asian culture and cuisine.\r\nThese attractions are just a few examples of the diverse experiences available in Las Vegas, making \r\nit an exciting place to live and learn.\r\n\r\nFor families in Las Vegas looking for the best in academic support, \r\nSmartee Spots offers personalized tutoring services that are designed to meet the unique \r\nneeds of each student. The flexibility of online and in-home tutoring options ensures \r\nthat families can access the educational support they need,\r\nno matter where they are in the city. Smartee Spots provides customized learning plans, one-on-one tutoring, and test preparation services that help students excel academically.\r\nWhether your child needs help with math, reading, or \r\ntest prep, Smartee Spots has a team of experienced \r\ntutors ready to provide the support they need. In a city as fast-paced as \r\nLas Vegas, choosing a trusted and experienced tutoring service like Smartee \r\nSpots is the best decision for your child\'s academic future.\r\n\r\n\r\nLas Vegas is a city full of opportunities, and providing students with the academic support \r\nthey need is essential for their success. Smartee Spots offers \r\na variety of tutoring services designed to help students in neighborhoods \r\nlike Eastland Heights and Diamond Creek reach their full \r\npotential. Private tutoring has become increasingly important in helping \r\nstudents overcome academic challenges and succeed in school.\r\nSmartee Spots offers one-on-one tutoring, test preparation, and \r\nhomework help, ensuring that each student receives the personalized attention they need.\r\n\r\nBy focusing on individualized instruction, \r\nSmartee Spots helps students build the skills and confidence they need to excel in their studies and beyond.\r\n\r\n\r\n\r\nFounded on May 15, 1905, Las Vegas, Nevada, has grown into a \r\nthriving city with a population of 656,274 and 240,462 households.\r\nKnown for its entertainment and nightlife, Las Vegas \r\nis also home to a growing academic community.\r\nInterstate 15 serves as a major transportation artery, connecting neighborhoods like \r\nAmerican West Village and Crestwood to Smartee Spots\' tutoring services.\r\nOne interesting fact about Las Vegas is that, despite its reputation as a tourist destination, it is home to \r\nmany families and students who prioritize education. Smartee Spots is proud to \r\nserve this community, offering personalized tutoring that helps students succeed \r\nboth inside and outside the classroom.\r\n\r\nThe cost of private tutoring in Las Vegas varies depending on the subject, level of expertise, and whether the tutoring is conducted online or in person. On average,\r\nfamilies pay between $30 and $75 per hour \r\nfor quality tutoring services. For more specialized tutoring, such as ACT/SAT prep or study skills coaching, costs can range higher.\r\nLas Vegas\' desert climate also plays a role in how tutoring is delivered, with many families choosing online tutoring during the hot summer months when temperatures can exceed 100°F.\r\nSmartee Spots offers both in-home and online tutoring, providing \r\nflexibility and convenience for families. This ensures that students receive the academic support they need, no matter the season or weather conditions.',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71','comment',0,0),(3,23777,'Private Tutoring','garrettstallings@gmail.com','https://www.homify.com/professionals/9741237/smartee-spots-private-tutoring-near-you','172.58.183.212','2024-09-15 00:56:40','2024-09-15 00:56:40','In a city as dynamic as Las Vegas, providing students with high-quality, personalized tutoring \r\ncan make a huge difference in their academic success.\r\n\r\nSmartee Spots is a private tutoring service that offers a range of educational support for students in neighborhoods like Diamond Creek and \r\nCentennial Heights. By offering one-on-one tutoring and customized learning plans, Smartee Spots helps students \r\nnavigate their academic challenges with personalized attention. As parents in Las Vegas seek academic support for \r\ntheir children, Smartee Spots delivers solutions that \r\ngo beyond the typical classroom setting. From test preparation to subject-specific tutoring, students across Las Vegas benefit from the individualized \r\ninstruction that Smartee Spots offers. In a city where competition is fierce,\r\nhaving access to personalized tutoring gives students an edge and sets them up for future success.\r\n\r\n\r\nSmartee Spots is based in Las Vegas, Nevada, a city \r\nfounded on May 15, 1905. Known globally for its vibrant nightlife and entertainment, \r\nLas Vegas is home to 656,274 residents and boasts 240,462 households.\r\n\r\nWhile the city\'s attractions draw millions of tourists each year, the local population includes families and students who prioritize education. One interesting fact \r\nabout Las Vegas is that despite its reputation as a vacation hotspot, it has an increasingly thriving academic community.\r\nInterstate 15, a major highway, runs through the heart of the city, connecting families in neighborhoods like Eastland Heights and \r\nDesert Shores to Smartee Spots\' tutoring services.\r\nThis connectivity makes it easy for parents and students \r\nto access educational support no matter where they live in the city.\r\n\r\n\r\nThe cost of tutoring in Las Vegas varies depending on the type of service \r\nprovided, but families typically spend between $30 and $75 per \r\nhour for high-quality tutoring. More specialized services, such as ACT/SAT \r\nprep or in-home tutoring, can range higher.\r\nThe desert climate of Las Vegas also plays a role in how \r\ntutoring is conducted, with scorching summer temperatures that \r\noften exceed 100°F. During these hot months, many families opt for online tutoring \r\nsessions to avoid the extreme heat, while cooler winters make in-home tutoring \r\na comfortable option. The flexibility of Smartee Spots, offering both online \r\nand in-home tutoring services, ensures that students can receive help year-round, regardless \r\nof the weather.\r\n\r\nLas Vegas is home to some truly unique points of interest that serve both entertainment and educational purposes.\r\nAREA15 is an immersive playground for art and creativity, offering an interactive environment where students and families can explore exhibits blending technology \r\nand design. Aliante Nature Discovery Park is a family-friendly spot \r\nwhere visitors can learn about local wildlife and nature.\r\nThe Bellagio Conservatory &amp; Botanical Gardens \r\noffers rotating exhibits of stunning floral displays, providing educational value about horticulture and seasonal plant life.\r\n\r\nThe Fountains of Bellagio is a world-famous spectacle of water, music, and lights that showcases choreographed displays for visitors \r\nand locals alike. Fremont Street Experience is a lively \r\npedestrian mall that features an overhead light show and numerous attractions for visitors of all ages.\r\n\r\nThese points of interest highlight the diversity of Las Vegas \r\nbeyond the Strip, offering educational opportunities \r\nalongside entertainment.\r\n\r\nFor families in Las Vegas looking for the best academic support, choosing \r\nSmartee Spots is a smart decision. The personalized attention each student receives through one-on-one tutoring ensures that their unique academic needs are met.\r\nSmartee Spots offers flexible options, including both online and in-home tutoring,\r\nmaking it convenient for families to access educational support no \r\nmatter where they are located in the city. With a focus \r\non custom learning plans, homework help, and test preparation, Smartee Spots provides students \r\nwith the tools they need to succeed in school and beyond.\r\nIn a city as competitive as Las Vegas, Smartee Spots stands \r\nout as a trusted resource for parents who want to invest in their child\'s future.\r\n\r\n\r\nIn the vibrant city of Las Vegas, providing students \r\nwith academic support is crucial for their success.\r\nSmartee Spots is a top-rated tutoring service that offers \r\na variety of educational services for students \r\nin neighborhoods like East Las Vegas and Glen Heather Estates.\r\nPrivate tutoring plays an important role in helping students \r\novercome academic challenges and improve their performance \r\nin school. Smartee Spots offers one-on-one tutoring, homework \r\nhelp, and subject-specific instruction that \r\nis customized to meet the needs of each student.\r\nThe individualized attention students receive through private tutoring not only improves their grades but also boosts their confidence \r\nand motivates them to excel in their studies. In a fast-paced city like Las Vegas, Smartee Spots ensures that \r\nstudents stay on track with their education.\r\n\r\nLas Vegas, Nevada, founded on May 15, 1905, has grown into a city of 656,\r\n274 people and 240,462 households. While it is known for \r\nits entertainment, Las Vegas is also home to a community \r\nthat values education and academic excellence. Major highways, such as Interstate \r\n15, connect the city’s many neighborhoods, making it easy for families to \r\ntravel to and from tutoring sessions. In neighborhoods \r\nlike Bonanza Village and Bracken, students have access to the academic \r\nsupport they need through Smartee Spots. The city\'s commitment to education is evident in the growing number of schools and \r\nacademic programs available to its residents, and Smartee Spots is proud to be a part of that commitment.\r\n\r\n\r\nThe cost of tutoring services in Las Vegas can vary based on the subject, level of expertise, and the type of \r\ninstruction provided. On average, families can expect to pay between $30 and $75 per hour for quality \r\ntutoring services. More specialized services, such as test preparation or academic coaching, may \r\ncost more. The climate in Las Vegas also plays a role \r\nin how tutoring services are delivered. With hot summers that often reach over 100°F, many families prefer online tutoring during the hotter months, while in-home tutoring becomes more popular during the cooler winter season. Smartee Spots offers both options, ensuring that students receive the academic support they need, regardless of the season or weather.\r\n\r\n\r\nLas Vegas is known for its many attractions, which provide both entertainment and educational opportunities \r\nfor residents and visitors. The Bellagio Conservatory &amp; Botanical Gardens offers an ever-changing display of flowers and plants, making it a favorite spot for families to visit.\r\nThe Fountains of Bellagio is another popular attraction, \r\nfeaturing an incredible water show that is synchronized with music \r\nand lights. AREA15 is an immersive experience that blends \r\nart, technology, and creativity, providing students with an opportunity to explore new forms of expression. The Fremont Street Experience offers live entertainment, street performers, and a \r\nstunning overhead light show, while Chinatown Vegas introduces visitors to a rich array of Asian culture and cuisine.\r\nThese attractions are just a few examples of the diverse experiences available \r\nin Las Vegas, making it an exciting place to live and learn.\r\n\r\nFor families in Las Vegas looking for the best \r\nin academic support, Smartee Spots offers personalized tutoring services that are designed to meet the unique \r\nneeds of each student. The flexibility of online and in-home tutoring options ensures that families can access the educational \r\nsupport they need, no matter where they are \r\nin the city. Smartee Spots provides customized learning plans,\r\none-on-one tutoring, and test preparation services that help students excel academically.\r\nWhether your child needs help with math, \r\nreading, or test prep, Smartee Spots has a team of experienced tutors ready to provide \r\nthe support they need. In a city as fast-paced \r\nas Las Vegas, choosing a trusted and experienced tutoring service like Smartee Spots is the \r\nbest decision for your child\'s academic future.\r\n\r\nLas Vegas is a city full of opportunities, and providing \r\nstudents with the academic support they need is essential for their \r\nsuccess. Smartee Spots offers a variety of tutoring \r\nservices designed to help students in neighborhoods like Eastland Heights and Diamond Creek reach their full potential.\r\nPrivate tutoring has become increasingly important in helping students overcome academic challenges and \r\nsucceed in school. Smartee Spots offers one-on-one tutoring, test preparation, and homework help, \r\nensuring that each student receives the personalized attention they need.\r\nBy focusing on individualized instruction, Smartee Spots helps students \r\nbuild the skills and confidence they need to excel \r\nin their studies and beyond.\r\n\r\nFounded on May 15, 1905, Las Vegas, Nevada, has grown into \r\na thriving city with a population of 656,274 and 240,462 households.\r\nKnown for its entertainment and nightlife, Las Vegas is also home to a growing academic community.\r\nInterstate 15 serves as a major transportation artery, connecting neighborhoods like American West Village and Crestwood to Smartee Spots\' \r\ntutoring services. One interesting fact about Las Vegas is that, \r\ndespite its reputation as a tourist destination, it is home to many families and students who prioritize education. Smartee Spots is proud to serve this community, offering personalized tutoring that helps students succeed both inside and outside the classroom.\r\n\r\n\r\nThe cost of private tutoring in Las Vegas varies depending on the subject, level of expertise,\r\nand whether the tutoring is conducted online or in person. On average, families pay between $30 and $75 \r\nper hour for quality tutoring services. For more specialized \r\ntutoring, such as ACT/SAT prep or study skills coaching, costs can range higher.\r\nLas Vegas\' desert climate also plays a role in how tutoring is delivered, with \r\nmany families choosing online tutoring during the hot summer months when temperatures can exceed 100°F.\r\nSmartee Spots offers both in-home and online tutoring, providing flexibility and \r\nconvenience for families. This ensures that students receive the academic support they need, \r\nno matter the season or weather conditions.',0,'spam','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0','comment',0,0),(4,23777,'Private Tutoring','olivawheare@gmx.de','https://www.homify.com/professionals/9741237/smartee-spots-private-tutoring-near-you','172.59.197.129','2024-09-15 01:09:56','2024-09-15 01:09:56','In a city as dynamic as Las Vegas, providing students with high-quality, \r\npersonalized tutoring can make a huge difference in their academic success.\r\nSmartee Spots is a private tutoring service that offers a range of educational support for students in neighborhoods like Diamond Creek and Centennial Heights.\r\nBy offering one-on-one tutoring and customized learning plans, \r\nSmartee Spots helps students navigate their academic \r\nchallenges with personalized attention. As parents \r\nin Las Vegas seek academic support for their children, Smartee \r\nSpots delivers solutions that go beyond the typical classroom setting.\r\nFrom test preparation to subject-specific tutoring, students across \r\nLas Vegas benefit from the individualized instruction that Smartee Spots \r\noffers. In a city where competition is fierce, \r\nhaving access to personalized tutoring gives students an edge and sets them up for future \r\nsuccess.\r\n\r\nSmartee Spots is based in Las Vegas, Nevada, a city \r\nfounded on May 15, 1905. Known globally for its vibrant nightlife and entertainment, Las Vegas is home to \r\n656,274 residents and boasts 240,462 households.\r\nWhile the city\'s attractions draw millions of tourists each year, the local population includes families and \r\nstudents who prioritize education. One interesting fact about Las Vegas is that despite its reputation as a vacation hotspot, it has an increasingly thriving academic community.\r\n\r\nInterstate 15, a major highway, runs through the heart of \r\nthe city, connecting families in neighborhoods like Eastland Heights and Desert Shores to \r\nSmartee Spots\' tutoring services. This connectivity makes \r\nit easy for parents and students to access educational support no matter where they live in the city.\r\n\r\n\r\nThe cost of tutoring in Las Vegas varies depending on the type of service provided, but families typically spend \r\nbetween $30 and $75 per hour for high-quality tutoring.\r\nMore specialized services, such as ACT/SAT prep or in-home tutoring, can range higher.\r\nThe desert climate of Las Vegas also plays a role in how tutoring is conducted, with scorching summer temperatures that often exceed 100°F.\r\n\r\nDuring these hot months, many families opt for online tutoring sessions \r\nto avoid the extreme heat, while cooler winters make in-home \r\ntutoring a comfortable option. The flexibility of Smartee Spots, \r\noffering both online and in-home tutoring services, ensures that \r\nstudents can receive help year-round, regardless of \r\nthe weather.\r\n\r\nLas Vegas is home to some truly unique points of interest that serve both \r\nentertainment and educational purposes. AREA15 is an immersive playground for art and creativity, offering an interactive environment where students and families \r\ncan explore exhibits blending technology and design. Aliante Nature Discovery Park is a family-friendly spot \r\nwhere visitors can learn about local wildlife and nature.\r\nThe Bellagio Conservatory &amp; Botanical Gardens offers rotating \r\nexhibits of stunning floral displays, providing educational value \r\nabout horticulture and seasonal plant life. The Fountains of Bellagio is a world-famous spectacle of water,\r\nmusic, and lights that showcases choreographed displays for visitors and locals alike.\r\nFremont Street Experience is a lively pedestrian mall that features an overhead light show \r\nand numerous attractions for visitors of all ages.\r\n\r\nThese points of interest highlight the diversity of Las Vegas beyond the Strip, offering educational \r\nopportunities alongside entertainment.\r\n\r\nFor families in Las Vegas looking for the best academic \r\nsupport, choosing Smartee Spots is a smart decision. The personalized attention each student receives through one-on-one tutoring ensures that their unique academic needs are met.\r\nSmartee Spots offers flexible options, including both online and in-home tutoring, making it convenient for families to access educational support no matter where they are located in the city.\r\nWith a focus on custom learning plans, homework help, and test preparation, \r\nSmartee Spots provides students with the tools they need to \r\nsucceed in school and beyond. In a city as competitive as Las Vegas, Smartee Spots stands out as a trusted resource for parents who want to invest in their child\'s future.\r\n\r\n\r\nIn the vibrant city of Las Vegas, providing students with academic \r\nsupport is crucial for their success. Smartee Spots is a top-rated tutoring service that offers a variety of educational services for students in neighborhoods like East Las Vegas and Glen Heather Estates.\r\nPrivate tutoring plays an important role in helping students overcome academic challenges and improve their performance \r\nin school. Smartee Spots offers one-on-one tutoring,\r\nhomework help, and subject-specific instruction that is customized \r\nto meet the needs of each student. The individualized attention students receive through private tutoring not only improves \r\ntheir grades but also boosts their confidence and motivates them to excel in their studies.\r\nIn a fast-paced city like Las Vegas, Smartee Spots ensures that students stay on track with their education.\r\n\r\nLas Vegas, Nevada, founded on May 15, 1905, has grown into a city of 656,274 people and 240,462 households.\r\nWhile it is known for its entertainment, Las Vegas is \r\nalso home to a community that values education and academic excellence.\r\nMajor highways, such as Interstate 15, connect the city’s many neighborhoods,\r\nmaking it easy for families to travel to and from tutoring sessions.\r\nIn neighborhoods like Bonanza Village and Bracken, students have access to the academic support they need through Smartee Spots.\r\nThe city\'s commitment to education is evident in the \r\ngrowing number of schools and academic programs available to its \r\nresidents, and Smartee Spots is proud to be a part of that commitment.\r\n\r\n\r\nThe cost of tutoring services in Las Vegas can vary based on the \r\nsubject, level of expertise, and the type of instruction provided.\r\nOn average, families can expect to pay between $30 and $75 per \r\nhour for quality tutoring services. More specialized services, such as test preparation or \r\nacademic coaching, may cost more. The climate in Las \r\nVegas also plays a role in how tutoring services are delivered.\r\n\r\nWith hot summers that often reach over 100°F, many families prefer online tutoring during the hotter months, \r\nwhile in-home tutoring becomes more popular during the cooler winter season. Smartee \r\nSpots offers both options, ensuring that students receive the academic support they need, regardless of \r\nthe season or weather.\r\n\r\nLas Vegas is known for its many attractions, which provide \r\nboth entertainment and educational opportunities \r\nfor residents and visitors. The Bellagio Conservatory &amp; Botanical Gardens offers an ever-changing display of flowers \r\nand plants, making it a favorite spot for families to visit.\r\n\r\nThe Fountains of Bellagio is another popular attraction, featuring an incredible \r\nwater show that is synchronized with music and lights.\r\nAREA15 is an immersive experience that blends art, technology, \r\nand creativity, providing students with an opportunity to explore new forms \r\nof expression. The Fremont Street Experience offers live entertainment, street performers, and \r\na stunning overhead light show, while Chinatown Vegas introduces \r\nvisitors to a rich array of Asian culture and cuisine. These attractions \r\nare just a few examples of the diverse experiences available in Las Vegas, making it an exciting \r\nplace to live and learn.\r\n\r\nFor families in Las Vegas looking for the best in academic support, Smartee Spots offers personalized tutoring services that are \r\ndesigned to meet the unique needs of each student. The flexibility of online and in-home tutoring options ensures that families can access the educational support they need,\r\nno matter where they are in the city. Smartee Spots provides customized learning \r\nplans, one-on-one tutoring, and test preparation services that help students excel academically.\r\n\r\nWhether your child needs help with math, reading, or \r\ntest prep, Smartee Spots has a team of experienced tutors ready to provide the support they need.\r\nIn a city as fast-paced as Las Vegas, choosing a trusted and experienced tutoring service like Smartee Spots is the best decision for your child\'s academic future.\r\n\r\n\r\nLas Vegas is a city full of opportunities, and \r\nproviding students with the academic support they need is essential for their success.\r\nSmartee Spots offers a variety of tutoring services designed to help students in neighborhoods like Eastland Heights and Diamond Creek reach their full potential.\r\n\r\nPrivate tutoring has become increasingly important in helping students overcome academic challenges and succeed in school.\r\nSmartee Spots offers one-on-one tutoring, test preparation, and homework help, ensuring that each student receives the personalized attention they need.\r\n\r\nBy focusing on individualized instruction, Smartee Spots \r\nhelps students build the skills and confidence they need to \r\nexcel in their studies and beyond.\r\n\r\nFounded on May 15, 1905, Las Vegas, Nevada, has grown into a thriving city with \r\na population of 656,274 and 240,462 households. Known for its entertainment and nightlife,\r\nLas Vegas is also home to a growing academic community. Interstate 15 serves as \r\na major transportation artery, connecting neighborhoods like American West Village and Crestwood \r\nto Smartee Spots\' tutoring services. One interesting fact about \r\nLas Vegas is that, despite its reputation as a tourist destination, \r\nit is home to many families and students who prioritize education. Smartee Spots is proud to serve this community, offering personalized tutoring that helps students succeed both inside and \r\noutside the classroom.\r\n\r\nThe cost of private tutoring in Las Vegas varies depending on the \r\nsubject, level of expertise, and whether the tutoring is conducted online \r\nor in person. On average, families pay between $30 and $75 per hour for \r\nquality tutoring services. For more specialized tutoring, such as ACT/SAT prep or study skills coaching,\r\ncosts can range higher. Las Vegas\' desert climate also plays a role in how \r\ntutoring is delivered, with many families choosing online tutoring \r\nduring the hot summer months when temperatures can exceed 100°F.\r\nSmartee Spots offers both in-home and online tutoring, providing flexibility and \r\nconvenience for families. This ensures that students receive the academic support they need, no matter \r\nthe season or weather conditions.',0,'spam','Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36','comment',0,0),(5,23777,'Private Tutoring','dominickosborn@free.fr','https://www.gravitysplash.com/b/smartee-spots-private-tutoring-near-you-2/','172.58.52.124','2024-09-15 02:38:00','2024-09-15 02:38:00','In a city as dynamic as Las Vegas, providing students with high-quality, personalized tutoring can make \r\na huge difference in their academic success. Smartee Spots is a private \r\ntutoring service that offers a range of educational support for students in neighborhoods like Diamond Creek and \r\nCentennial Heights. By offering one-on-one tutoring \r\nand customized learning plans, Smartee Spots helps students navigate their academic challenges with personalized attention. As parents in Las Vegas \r\nseek academic support for their children, Smartee Spots delivers solutions that go beyond the typical \r\nclassroom setting. From test preparation to subject-specific tutoring,\r\nstudents across Las Vegas benefit from the individualized instruction that Smartee Spots offers.\r\nIn a city where competition is fierce, having access to \r\npersonalized tutoring gives students an edge and sets them up \r\nfor future success.\r\n\r\nSmartee Spots is based in Las Vegas, Nevada, a city founded on May 15, 1905.\r\nKnown globally for its vibrant nightlife and entertainment, Las Vegas is home to 656,274 residents and boasts 240,462 households.\r\nWhile the city\'s attractions draw millions of tourists each year,\r\nthe local population includes families and students who prioritize education. One interesting fact about Las \r\nVegas is that despite its reputation as a vacation hotspot, it has an increasingly thriving \r\nacademic community. Interstate 15, a major highway, runs through the heart of the city, \r\nconnecting families in neighborhoods like Eastland Heights and \r\nDesert Shores to Smartee Spots\' tutoring services.\r\nThis connectivity makes it easy for parents and students to access educational support no matter where \r\nthey live in the city.\r\n\r\nThe cost of tutoring in Las Vegas varies depending on the type of service provided, \r\nbut families typically spend between $30 and \r\n$75 per hour for high-quality tutoring. More specialized services, such as ACT/SAT prep or in-home tutoring, can range higher.\r\nThe desert climate of Las Vegas also plays a \r\nrole in how tutoring is conducted, with scorching summer temperatures that often exceed 100°F.\r\nDuring these hot months, many families opt for online tutoring sessions to avoid the extreme heat,\r\nwhile cooler winters make in-home tutoring a comfortable \r\noption. The flexibility of Smartee Spots, offering both online and in-home \r\ntutoring services, ensures that students can receive help year-round, regardless of \r\nthe weather.\r\n\r\nLas Vegas is home to some truly unique points of \r\ninterest that serve both entertainment and \r\neducational purposes. AREA15 is an immersive playground for art and creativity, offering an interactive \r\nenvironment where students and families can explore exhibits blending technology and design. Aliante Nature \r\nDiscovery Park is a family-friendly spot where visitors can learn about local wildlife and nature.\r\nThe Bellagio Conservatory &amp; Botanical Gardens offers rotating \r\nexhibits of stunning floral displays, providing educational value about horticulture and seasonal plant life.\r\nThe Fountains of Bellagio is a world-famous spectacle of water, music, and lights that \r\nshowcases choreographed displays for visitors and locals alike.\r\n\r\nFremont Street Experience is a lively pedestrian mall \r\nthat features an overhead light show and numerous attractions for visitors of all \r\nages. These points of interest highlight the diversity of Las Vegas beyond the Strip, offering educational \r\nopportunities alongside entertainment.\r\n\r\nFor families in Las Vegas looking for the best academic support, choosing Smartee Spots is a smart decision. The personalized attention each student \r\nreceives through one-on-one tutoring ensures that their unique academic needs are met.\r\nSmartee Spots offers flexible options, including both online and in-home tutoring, making it convenient for families to \r\naccess educational support no matter where they are located in the city.\r\nWith a focus on custom learning plans, homework help, and test preparation, Smartee Spots provides students with the tools they \r\nneed to succeed in school and beyond. In a city as competitive as Las Vegas, Smartee Spots stands out as a \r\ntrusted resource for parents who want to invest in their child\'s \r\nfuture.\r\n\r\nIn the vibrant city of Las Vegas, providing students with academic \r\nsupport is crucial for their success. Smartee Spots is a top-rated \r\ntutoring service that offers a variety of educational services for students in neighborhoods \r\nlike East Las Vegas and Glen Heather Estates. Private \r\ntutoring plays an important role in helping students overcome academic challenges and improve their performance in school.\r\nSmartee Spots offers one-on-one tutoring, homework help, and subject-specific \r\ninstruction that is customized to meet the needs of each student.\r\nThe individualized attention students receive through private \r\ntutoring not only improves their grades but also boosts their confidence and motivates them to excel \r\nin their studies. In a fast-paced city like Las Vegas, Smartee Spots ensures that students stay on track with their education.\r\n\r\nLas Vegas, Nevada, founded on May 15, 1905, has grown into a city \r\nof 656,274 people and 240,462 households. While it is known for its \r\nentertainment, Las Vegas is also home to a community that values education and academic excellence.\r\n\r\nMajor highways, such as Interstate 15, connect the city’s many neighborhoods,\r\nmaking it easy for families to travel to and from tutoring sessions.\r\n\r\nIn neighborhoods like Bonanza Village and Bracken, students have \r\naccess to the academic support they need through Smartee Spots.\r\nThe city\'s commitment to education is evident in the growing number of \r\nschools and academic programs available to its residents, and Smartee Spots is \r\nproud to be a part of that commitment.\r\n\r\nThe cost of tutoring services in Las Vegas can vary based \r\non the subject, level of expertise, and the type of instruction provided.\r\nOn average, families can expect to pay between $30 and $75 per hour \r\nfor quality tutoring services. More specialized services,\r\nsuch as test preparation or academic coaching, may cost more.\r\nThe climate in Las Vegas also plays a role in how tutoring services are delivered.\r\nWith hot summers that often reach over 100°F, many families prefer online tutoring during the \r\nhotter months, while in-home tutoring becomes more popular during the cooler winter season. Smartee Spots offers both options, ensuring that students \r\nreceive the academic support they need, regardless of the \r\nseason or weather.\r\n\r\nLas Vegas is known for its many attractions, which provide both \r\nentertainment and educational opportunities for residents and visitors.\r\n\r\nThe Bellagio Conservatory &amp; Botanical Gardens offers an ever-changing display of flowers and plants, making it a favorite spot for families to \r\nvisit. The Fountains of Bellagio is another popular attraction, featuring an incredible water show that is synchronized with music and lights.\r\nAREA15 is an immersive experience that blends art, technology, and creativity, providing students with an opportunity to explore new forms of expression. The \r\nFremont Street Experience offers live entertainment, street performers, and a stunning overhead light \r\nshow, while Chinatown Vegas introduces visitors to a rich array of Asian culture and cuisine.\r\nThese attractions are just a few examples of the diverse experiences available \r\nin Las Vegas, making it an exciting place to live and learn.\r\n\r\nFor families in Las Vegas looking for the best in academic support, \r\nSmartee Spots offers personalized tutoring services that are designed to meet the unique needs \r\nof each student. The flexibility of online and in-home tutoring \r\noptions ensures that families can access the educational support they need, no \r\nmatter where they are in the city. Smartee Spots provides customized learning plans, one-on-one tutoring, and test preparation services that \r\nhelp students excel academically. Whether your child needs help with math, \r\nreading, or test prep, Smartee Spots has a team \r\nof experienced tutors ready to provide the support they \r\nneed. In a city as fast-paced as Las Vegas, choosing a trusted and experienced \r\ntutoring service like Smartee Spots is the best \r\ndecision for your child\'s academic future.\r\n\r\nLas Vegas is a city full of opportunities, and providing students with the academic support they need is \r\nessential for their success. Smartee Spots offers a variety of tutoring services \r\ndesigned to help students in neighborhoods like Eastland Heights and Diamond Creek reach their full potential.\r\nPrivate tutoring has become increasingly important in helping students overcome academic challenges and \r\nsucceed in school. Smartee Spots offers one-on-one tutoring, test preparation, \r\nand homework help, ensuring that each student receives the personalized attention they need.\r\nBy focusing on individualized instruction, Smartee Spots helps students \r\nbuild the skills and confidence they need to excel in their studies \r\nand beyond.\r\n\r\nFounded on May 15, 1905, Las Vegas, Nevada, has grown into a thriving city with a population of 656,274 and 240,462 \r\nhouseholds. Known for its entertainment and nightlife,\r\nLas Vegas is also home to a growing academic community.\r\nInterstate 15 serves as a major transportation artery, connecting neighborhoods like American West Village and Crestwood to Smartee Spots\' tutoring services.\r\nOne interesting fact about Las Vegas is that, despite its reputation as a tourist destination, it is \r\nhome to many families and students who prioritize education. Smartee Spots is proud to serve this community, offering personalized tutoring that helps students \r\nsucceed both inside and outside the classroom.\r\n\r\n\r\nThe cost of private tutoring in Las Vegas varies depending \r\non the subject, level of expertise, and whether the tutoring is conducted online \r\nor in person. On average, families pay between $30 and $75 per hour for quality \r\ntutoring services. For more specialized tutoring, such as ACT/SAT prep \r\nor study skills coaching, costs can range higher. Las Vegas\' desert climate also plays a \r\nrole in how tutoring is delivered, with many families choosing online tutoring during the hot summer months when temperatures can exceed 100°F.\r\nSmartee Spots offers both in-home and online tutoring, providing flexibility and \r\nconvenience for families. This ensures that students receive the academic support they need, no \r\nmatter the season or weather conditions.',0,'spam','Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0','comment',0,0),(6,23777,'Private Tutoring','annmarieledbetter@hotmail.com','https://120businesslisting.com/location/smartee-spots-private-tutoring-near-you-3/','172.58.180.71','2024-09-15 04:32:04','2024-09-15 04:32:04','In a city as dynamic as Las Vegas, providing students with \r\nhigh-quality, personalized tutoring can make a huge difference \r\nin their academic success. Smartee Spots is a private tutoring service that offers a range \r\nof educational support for students in neighborhoods like Diamond Creek and Centennial Heights.\r\n\r\nBy offering one-on-one tutoring and customized learning \r\nplans, Smartee Spots helps students navigate their academic challenges with personalized attention. As parents in Las Vegas seek academic support for their children, Smartee \r\nSpots delivers solutions that go beyond the typical classroom setting.\r\nFrom test preparation to subject-specific tutoring, students \r\nacross Las Vegas benefit from the individualized instruction that \r\nSmartee Spots offers. In a city where competition is fierce, having access to personalized tutoring gives students an edge and \r\nsets them up for future success.\r\n\r\nSmartee Spots is based in Las Vegas, Nevada, a city founded on May 15, 1905.\r\nKnown globally for its vibrant nightlife and entertainment, Las Vegas is home to 656,274 \r\nresidents and boasts 240,462 households. While the city\'s attractions draw millions \r\nof tourists each year, the local population includes \r\nfamilies and students who prioritize education. One interesting \r\nfact about Las Vegas is that despite its reputation as a vacation hotspot, it has an increasingly thriving academic community.\r\nInterstate 15, a major highway, runs through the heart of the city, connecting families in neighborhoods \r\nlike Eastland Heights and Desert Shores to Smartee Spots\' tutoring services.\r\nThis connectivity makes it easy for parents and students \r\nto access educational support no matter where they live in the city.\r\n\r\n\r\nThe cost of tutoring in Las Vegas varies depending on the type of service provided, but families typically spend between $30 and $75 per \r\nhour for high-quality tutoring. More specialized services,\r\nsuch as ACT/SAT prep or in-home tutoring, can range higher.\r\nThe desert climate of Las Vegas also plays a role in how tutoring is \r\nconducted, with scorching summer temperatures that often exceed 100°F.\r\nDuring these hot months, many families opt for online tutoring sessions to avoid the \r\nextreme heat, while cooler winters make in-home tutoring a comfortable option. \r\nThe flexibility of Smartee Spots, offering both online and in-home tutoring services, ensures that students can receive \r\nhelp year-round, regardless of the weather.\r\n\r\nLas Vegas is home to some truly unique points of interest that serve both entertainment and educational purposes.\r\n\r\nAREA15 is an immersive playground for art and creativity, offering \r\nan interactive environment where students and families can explore exhibits blending technology and design. Aliante Nature Discovery Park is a family-friendly spot where \r\nvisitors can learn about local wildlife and nature.\r\nThe Bellagio Conservatory &amp; Botanical Gardens offers rotating exhibits of stunning floral displays, providing educational value about horticulture and seasonal plant life.\r\nThe Fountains of Bellagio is a world-famous spectacle of water, \r\nmusic, and lights that showcases choreographed displays for visitors \r\nand locals alike. Fremont Street Experience is a lively pedestrian mall that features an overhead light show and numerous attractions for visitors of all ages.\r\nThese points of interest highlight the diversity \r\nof Las Vegas beyond the Strip, offering educational opportunities alongside entertainment.\r\n\r\n\r\nFor families in Las Vegas looking for the best academic support, choosing Smartee Spots is a smart decision. The personalized attention each \r\nstudent receives through one-on-one tutoring ensures that their unique academic needs \r\nare met. Smartee Spots offers flexible options, including both online and in-home tutoring, making it convenient for \r\nfamilies to access educational support no matter where they \r\nare located in the city. With a focus on custom learning plans, \r\nhomework help, and test preparation, Smartee Spots provides students with \r\nthe tools they need to succeed in school and beyond.\r\n\r\nIn a city as competitive as Las Vegas, Smartee Spots stands out as a trusted \r\nresource for parents who want to invest in their child\'s future.\r\n\r\n\r\nIn the vibrant city of Las Vegas, providing students with \r\nacademic support is crucial for their success. Smartee Spots is a top-rated tutoring service that offers a variety of educational services for students \r\nin neighborhoods like East Las Vegas and Glen Heather Estates.\r\nPrivate tutoring plays an important role in helping students overcome academic challenges and improve their \r\nperformance in school. Smartee Spots offers one-on-one tutoring, \r\nhomework help, and subject-specific instruction that is customized to meet the needs of each student.\r\nThe individualized attention students receive through private tutoring not only improves \r\ntheir grades but also boosts their confidence and motivates them to excel in their studies.\r\nIn a fast-paced city like Las Vegas, Smartee Spots ensures \r\nthat students stay on track with their education.\r\n\r\nLas Vegas, Nevada, founded on May 15, 1905, has grown into a city \r\nof 656,274 people and 240,462 households. While \r\nit is known for its entertainment, Las Vegas is also home to a community that values education and academic \r\nexcellence. Major highways, such as Interstate 15, connect the city’s \r\nmany neighborhoods, making it easy for families to travel \r\nto and from tutoring sessions. In neighborhoods like \r\nBonanza Village and Bracken, students have access to the academic support they need through Smartee \r\nSpots. The city\'s commitment to education is evident in the growing number of schools \r\nand academic programs available to its residents, and Smartee Spots \r\nis proud to be a part of that commitment.\r\n\r\n\r\nThe cost of tutoring services in Las Vegas can vary based on the subject, \r\nlevel of expertise, and the type of instruction provided.\r\nOn average, families can expect to pay between $30 and $75 per hour for \r\nquality tutoring services. More specialized services, such \r\nas test preparation or academic coaching, may cost more.\r\nThe climate in Las Vegas also plays a role in how tutoring services \r\nare delivered. With hot summers that often reach over \r\n100°F, many families prefer online tutoring during the hotter months,\r\nwhile in-home tutoring becomes more popular during the \r\ncooler winter season. Smartee Spots offers both options, ensuring that \r\nstudents receive the academic support they need, \r\nregardless of the season or weather.\r\n\r\nLas Vegas is known for its many attractions, which provide both \r\nentertainment and educational opportunities for residents and \r\nvisitors. The Bellagio Conservatory &amp; Botanical Gardens offers an ever-changing display of flowers and plants, making it a favorite spot for families to visit.\r\nThe Fountains of Bellagio is another popular attraction, featuring an incredible water show that is synchronized with music and lights.\r\n\r\nAREA15 is an immersive experience that blends art, technology, and creativity, \r\nproviding students with an opportunity to explore new forms of \r\nexpression. The Fremont Street Experience offers \r\nlive entertainment, street performers, and a stunning overhead light \r\nshow, while Chinatown Vegas introduces visitors to a rich array \r\nof Asian culture and cuisine. These attractions are \r\njust a few examples of the diverse experiences available in Las Vegas, making \r\nit an exciting place to live and learn.\r\n\r\nFor families in Las Vegas looking for the best in academic support, \r\nSmartee Spots offers personalized tutoring services that are designed to meet the unique \r\nneeds of each student. The flexibility of online and in-home tutoring options ensures that families can access the educational support \r\nthey need, no matter where they are in the city. Smartee Spots provides \r\ncustomized learning plans, one-on-one tutoring, and \r\ntest preparation services that help students excel academically.\r\nWhether your child needs help with math, reading, or \r\ntest prep, Smartee Spots has a team of experienced tutors ready to provide the support they need.\r\nIn a city as fast-paced as Las Vegas, choosing a trusted and experienced tutoring service like Smartee Spots is the best decision for your child\'s academic future.\r\n\r\n\r\nLas Vegas is a city full of opportunities, and providing students with the academic support they need is essential for their success.\r\nSmartee Spots offers a variety of tutoring services designed to help students in neighborhoods like Eastland Heights and Diamond Creek reach their full potential.\r\n\r\nPrivate tutoring has become increasingly important in helping \r\nstudents overcome academic challenges and succeed in school.\r\n\r\nSmartee Spots offers one-on-one tutoring, test preparation, and homework help, ensuring that each student receives the personalized attention they need.\r\nBy focusing on individualized instruction, Smartee Spots helps students build the \r\nskills and confidence they need to excel \r\nin their studies and beyond.\r\n\r\nFounded on May 15, 1905, Las Vegas, Nevada, has grown into a thriving city with \r\na population of 656,274 and 240,462 households. Known for its entertainment and nightlife, Las Vegas is also home to a \r\ngrowing academic community. Interstate 15 serves as a major transportation artery, connecting neighborhoods like American West Village and \r\nCrestwood to Smartee Spots\' tutoring services. One interesting fact about Las Vegas is that, despite its reputation as a tourist destination, it is home to \r\nmany families and students who prioritize education. Smartee Spots is \r\nproud to serve this community, offering personalized tutoring that helps students succeed both inside and outside the classroom.\r\n\r\n\r\nThe cost of private tutoring in Las Vegas varies depending on the subject, level of expertise, and whether the \r\ntutoring is conducted online or in person. On average, families pay between $30 and $75 per \r\nhour for quality tutoring services. For more specialized tutoring, such as ACT/SAT prep or study skills coaching, costs can range higher.\r\nLas Vegas\' desert climate also plays a role in how tutoring is delivered, with \r\nmany families choosing online tutoring during the hot summer \r\nmonths when temperatures can exceed 100°F.\r\nSmartee Spots offers both in-home and online tutoring, providing flexibility and convenience for families.\r\nThis ensures that students receive the academic support they need, no matter the season or \r\nweather conditions.',0,'0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36','comment',0,0);
/*!40000 ALTER TABLE `wph0_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_fileaway_downloads`
--

DROP TABLE IF EXISTS `wph0_fileaway_downloads`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_fileaway_downloads` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `timestamp` varchar(255) DEFAULT NULL,
  `file` varchar(1000) DEFAULT NULL,
  `uid` int(11) DEFAULT NULL,
  `email` varchar(255) DEFAULT NULL,
  `ip` varchar(255) DEFAULT NULL,
  `agent` varchar(255) DEFAULT NULL,
  `notified` bit(1) DEFAULT b'0',
  PRIMARY KEY (`id`),
  KEY `uid` (`uid`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_fileaway_downloads`
--

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

--
-- Table structure for table `wph0_fileaway_metadata`
--

DROP TABLE IF EXISTS `wph0_fileaway_metadata`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_fileaway_metadata` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `file` varchar(1000) DEFAULT NULL,
  `metadata` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_fileaway_metadata`
--

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

--
-- Table structure for table `wph0_links`
--

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

--
-- Dumping data for table `wph0_links`
--

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

--
-- Table structure for table `wph0_options`
--

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

--
-- Dumping data for table `wph0_options`
--

LOCK TABLES `wph0_options` WRITE;
/*!40000 ALTER TABLE `wph0_options` DISABLE KEYS */;
INSERT INTO `wph0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'cron','a:19:{i:1746258940;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:1746259661;a:1:{s:26:\"fileaway_scheduled_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746259666;a:1:{s:39:\"job_manager_promoted_jobs_status_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746259804;a:1:{s:34:\"job_manager_check_for_expired_jobs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1746273015;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:1746273019;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:1746273079;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:1746284532;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:1746316215;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746316339;a:1:{s:18:\"backuply_clean_tmp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"backuply_daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746316420;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:1746323003;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:1746324466;a:2:{s:31:\"job_manager_delete_old_previews\";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:\"job_manager_email_daily_notices\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1746410861;a:1:{s:27:\"acf_update_site_health_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1746567372;a:1:{s:26:\"wpcode_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1746661821;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:1746748215;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1747188466;a:1:{s:42:\"job_manager_usage_tracking_send_usage_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:36:\"job_manager_usage_tracking_two_weeks\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}s:7:\"version\";i:2;}','on'),(2,'siteurl','https://litcaf.com','on'),(3,'home','https://litcaf.com','on'),(4,'blogname','LitCaf','on'),(5,'blogdescription','Business Community','on'),(6,'users_can_register','1','on'),(7,'admin_email','mubarakolagoke@gmail.com','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','password','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','/%year%/%monthnum%/%day%/%postname%/','on'),(31,'hack_file','0','on'),(32,'blog_charset','UTF-8','on'),(33,'moderation_keys','','off'),(34,'active_plugins','a:22:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:21:\"backuply/backuply.php\";i:3;s:24:\"buddypress/bp-loader.php\";i:4;s:43:\"custom-post-type-ui/custom-post-type-ui.php\";i:5;s:37:\"disable-comments/disable-comments.php\";i:6;s:34:\"envato-wordpress-toolkit/index.php\";i:7;s:35:\"extra_user_meta/extra_user_meta.php\";i:8;s:23:\"file-away/file-away.php\";i:9;s:31:\"fileorganizer/fileorganizer.php\";i:10;s:37:\"front-end-publishing/fepublishing.php\";i:11;s:35:\"insert-headers-and-footers/ihaf.php\";i:12;s:47:\"manage business cards/custom-business-cards.php\";i:13;s:28:\"migrate-guru/migrateguru.php\";i:14;s:29:\"profilepress/profilepress.php\";i:15;s:27:\"redirection/redirection.php\";i:16;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:17;s:39:\"so-widgets-bundle/so-widgets-bundle.php\";i:18;s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";i:19;s:37:\"user-role-editor/user-role-editor.php\";i:20;s:33:\"wp-job-manager/wp-job-manager.php\";i:21;s:35:\"wp-user-manager/wp-user-manager.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','a:5:{i:0;s:60:\"/home/litcwxiz/public_html/wp-content/themes/notio/style.css\";i:2;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/style.css\";i:3;s:63:\"/home/litcwxiz/public_html/wp-content/themes/notio-wp/style.css\";i:4;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/contact.php\";i:5;s:77:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/CARD-II.php\";}','off'),(41,'template','notio','on'),(42,'stylesheet','notio','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:7:{s:21:\"backuply/backuply.php\";s:21:\"backuply_deactivation\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}s:37:\"user-role-editor/user-role-editor.php\";a:2:{i:0;s:16:\"User_Role_Editor\";i:1;s:9:\"uninstall\";}s:37:\"front-end-publishing/fepublishing.php\";s:12:\"fep_rollback\";s:28:\"migrate-guru/migrateguru.php\";a:2:{i:0;s:10:\"MGWPAction\";i:1;s:9:\"uninstall\";}s:38:\"litespeed-cache.bk/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";s:35:\"litespeed-cache/litespeed-cache.php\";s:47:\"LiteSpeed\\Activation::uninstall_litespeed_cache\";}','off'),(81,'timezone_string','','on'),(82,'page_for_posts','0','on'),(83,'page_on_front','23918','on'),(84,'default_post_format','0','on'),(85,'link_manager_enabled','0','on'),(86,'finished_splitting_shared_terms','1','on'),(87,'site_icon','23662','on'),(88,'medium_large_size_w','768','on'),(89,'medium_large_size_h','0','on'),(90,'wp_page_for_privacy_policy','3','on'),(91,'show_comments_cookies_opt_in','1','on'),(92,'admin_email_lifespan','1746309734','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:{}','off'),(100,'wp_attachment_pages_enabled','0','on'),(101,'initial_db_version','57155','on'),(102,'wph0_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:94:{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:14:\"ure_edit_roles\";b:1;s:16:\"ure_create_roles\";b:1;s:16:\"ure_delete_roles\";b:1;s:23:\"ure_create_capabilities\";b:1;s:23:\"ure_delete_capabilities\";b:1;s:18:\"ure_manage_options\";b:1;s:15:\"ure_reset_roles\";b:1;s:19:\"manage_job_listings\";b:1;s:16:\"edit_job_listing\";b:1;s:16:\"read_job_listing\";b:1;s:18:\"delete_job_listing\";b:1;s:17:\"edit_job_listings\";b:1;s:24:\"edit_others_job_listings\";b:1;s:20:\"publish_job_listings\";b:1;s:25:\"read_private_job_listings\";b:1;s:19:\"delete_job_listings\";b:1;s:27:\"delete_private_job_listings\";b:1;s:29:\"delete_published_job_listings\";b:1;s:26:\"delete_others_job_listings\";b:1;s:25:\"edit_private_job_listings\";b:1;s:27:\"edit_published_job_listings\";b:1;s:24:\"manage_job_listing_terms\";b:1;s:22:\"edit_job_listing_terms\";b:1;s:24:\"delete_job_listing_terms\";b:1;s:24:\"assign_job_listing_terms\";b:1;s:11:\"bp_moderate\";b:1;s:12:\"create_posts\";b:1;s:17:\"install_languages\";b:1;s:14:\"resume_plugins\";b:1;s:13:\"resume_themes\";b:1;s:23:\"view_site_health_checks\";b:1;s:20:\"wpcode_edit_snippets\";b:1;s:24:\"wpcode_activate_snippets\";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:8:\"employer\";a:2:{s:4:\"name\";s:8:\"Employer\";s:12:\"capabilities\";a:3:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;}}s:13:\"pending_users\";a:2:{s:4:\"name\";s:7:\"Pending\";s:12:\"capabilities\";a:0:{}}}','auto'),(103,'fresh_site','0','off'),(104,'user_count','580','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:11:{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\";}s:4:\"shop\";a:0:{}s:7:\"footer1\";a:0:{}s:7:\"footer2\";a:0:{}s:7:\"footer3\";a:0:{}s:7:\"footer4\";a:0:{}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}s:13:\"array_version\";i:3;}','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,'recovery_keys','a:0:{}','off'),(122,'theme_mods_twentytwentyfour','a:4:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1726350250;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\";}}}s:19:\"wp_classic_sidebars\";a:0:{}s:18:\"nav_menu_locations\";a:0:{}}','off'),(123,'backuply_version','1.4.5','auto'),(124,'backuply_config_keys','a:2:{s:12:\"BACKUPLY_KEY\";s:64:\"b1d462503b3481b557ffd6bb8ae2973d2e066c7c3c64f42e87b6b7da19462b11\";s:11:\"RESTORE_KEY\";s:64:\"64369716ae743744c92bdc9c9c0a524e6ec153643e4319819bb6305fc03e27de\";}','auto'),(125,'fileorganizer_version','1.1.5','auto'),(138,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:24:\"mubarakolagoke@gmail.com\";s:7:\"version\";s:5:\"6.8.1\";s:9:\"timestamp\";i:1746068583;}','off'),(141,'backuply_hide_trial','1726098739','off'),(142,'backuply_hide_holiday','1746106865','off'),(143,'backuply_promo_time','-1728871066','off'),(144,'backuply_offer_time','1726098740','off'),(145,'backuply_backup_nag','1741726851','off'),(146,'backuply_license_notice','1726098740','auto'),(147,'fileorganizer_promo_time','-1734911926','auto'),(150,'finished_updating_comment_type','1','auto'),(153,'widget_thb_dribbble_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(154,'widget_thb_flickr_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(155,'widget_thb_subscribe_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(156,'widget_thb_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(157,'widget_thb_latestimages_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(160,'option_tree_settings','a:2:{s:8:\"sections\";a:9:{i:0;a:2:{s:5:\"title\";s:7:\"General\";s:2:\"id\";s:7:\"general\";}i:1;a:2:{s:5:\"title\";s:13:\"Shop Settings\";s:2:\"id\";s:4:\"shop\";}i:2;a:2:{s:5:\"title\";s:13:\"Blog Settings\";s:2:\"id\";s:4:\"blog\";}i:3;a:2:{s:5:\"title\";s:15:\"Header Settings\";s:2:\"id\";s:6:\"header\";}i:4;a:2:{s:5:\"title\";s:15:\"Footer Settings\";s:2:\"id\";s:6:\"footer\";}i:5;a:2:{s:5:\"title\";s:13:\"Customization\";s:2:\"id\";s:13:\"customization\";}i:6;a:2:{s:5:\"title\";s:19:\"Google Map Settings\";s:2:\"id\";s:7:\"contact\";}i:7;a:2:{s:5:\"title\";s:4:\"Misc\";s:2:\"id\";s:4:\"misc\";}i:8;a:2:{s:5:\"title\";s:12:\"Demo Content\";s:2:\"id\";s:6:\"import\";}}s:8:\"settings\";a:103:{i:0;a:4:{s:2:\"id\";s:12:\"general_tab1\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:1;a:6:{s:5:\"label\";s:24:\"Display Bars on the side\";s:2:\"id\";s:9:\"site_bars\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:55:\"Would you like to display the bars on the left & right?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:7:\"general\";}i:2;a:6:{s:5:\"label\";s:13:\"Left Bar Text\";s:2:\"id\";s:8:\"left_bar\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:35:\"The text to display inside left bar\";s:7:\"section\";s:7:\"general\";s:9:\"condition\";s:16:\"site_bars:is(on)\";}i:3;a:6:{s:5:\"label\";s:14:\"Right Bar Text\";s:2:\"id\";s:9:\"right_bar\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:36:\"The text to display inside right bar\";s:7:\"section\";s:7:\"general\";s:9:\"condition\";s:16:\"site_bars:is(on)\";}i:4;a:6:{s:5:\"label\";s:13:\"Smooth Scroll\";s:2:\"id\";s:13:\"smooth_scroll\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:42:\"You can disable smooth scrolling from here\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:7:\"general\";}i:5;a:6:{s:5:\"label\";s:19:\"Scroll to Top Arrow\";s:2:\"id\";s:12:\"scroll_totop\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:45:\"You can disable scroll to top arrow from here\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:7:\"general\";}i:6;a:4:{s:2:\"id\";s:12:\"general_tab2\";s:5:\"label\";s:14:\"Social Sharing\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:7;a:6:{s:5:\"label\";s:23:\"Display sharing buttons\";s:2:\"id\";s:23:\"sharing_buttons_content\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:66:\"You can choose to display the sharing buttons on different content\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:10:\"Blog Posts\";s:5:\"value\";s:4:\"blog\";}i:1;a:2:{s:5:\"label\";s:15:\"Portfolio Posts\";s:5:\"value\";s:9:\"portfolio\";}i:2;a:2:{s:5:\"label\";s:8:\"Products\";s:5:\"value\";s:8:\"products\";}}s:7:\"section\";s:7:\"general\";}i:8;a:6:{s:5:\"label\";s:15:\"Sharing buttons\";s:2:\"id\";s:15:\"sharing_buttons\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:47:\"You can choose which social networks to display\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:8:\"Facebook\";s:5:\"value\";s:8:\"facebook\";}i:1;a:2:{s:5:\"label\";s:7:\"Twitter\";s:5:\"value\";s:7:\"twitter\";}i:2;a:2:{s:5:\"label\";s:9:\"Pinterest\";s:5:\"value\";s:9:\"pinterest\";}}s:7:\"section\";s:7:\"general\";}i:9;a:4:{s:2:\"id\";s:11:\"header_tab3\";s:5:\"label\";s:13:\"Menu Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:10;a:6:{s:5:\"label\";s:17:\"Language Switcher\";s:2:\"id\";s:7:\"menu_ls\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:215:\"Would you like to display the language switcher inside the menu? <small>Requires that you have WPML installed. <a href=\"https://wpml.org/?aid=85928&affiliate_key=PIP3XupfKQOZ\">You can purchase WPML here.</a></small>\";s:7:\"section\";s:7:\"general\";s:3:\"std\";s:3:\"off\";}i:11;a:6:{s:5:\"label\";s:11:\"Menu Footer\";s:2:\"id\";s:11:\"menu_footer\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:81:\"This content appears at the bottom of the menu. You can use your shortcodes here.\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:7:\"general\";}i:12;a:4:{s:2:\"id\";s:11:\"header_tab4\";s:5:\"label\";s:18:\"Preloader Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:7:\"general\";}i:13;a:5:{s:5:\"label\";s:20:\"Preloader Background\";s:2:\"id\";s:12:\"preloader_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:37:\"Background settings for the preloader\";s:7:\"section\";s:7:\"general\";}i:14;a:4:{s:2:\"id\";s:11:\"header_tab1\";s:5:\"label\";s:15:\"Header Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:15;a:5:{s:5:\"label\";s:13:\"Header Height\";s:2:\"id\";s:13:\"header_height\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:42:\"You can modify the header height from here\";s:7:\"section\";s:6:\"header\";}i:16;a:5:{s:5:\"label\";s:14:\"Header Padding\";s:2:\"id\";s:14:\"header_spacing\";s:4:\"type\";s:7:\"spacing\";s:4:\"desc\";s:43:\"You can modify the header padding from here\";s:7:\"section\";s:6:\"header\";}i:17;a:7:{s:5:\"label\";s:12:\"Header Style\";s:2:\"id\";s:12:\"header_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:34:\"Which Style would you like to use?\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:11:\"Center Logo\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:9:\"Left Logo\";s:5:\"value\";s:6:\"style2\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";}i:18;a:8:{s:5:\"label\";s:10:\"Menu Style\";s:2:\"id\";s:10:\"menu_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:68:\"You can use a full menu on the header with the left logo if you want\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:11:\"Mobile Menu\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:9:\"Full Menu\";s:5:\"value\";s:6:\"style2\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:6:\"header\";s:9:\"condition\";s:23:\"header_style:is(style2)\";}i:19;a:6:{s:5:\"label\";s:13:\"Header Search\";s:2:\"id\";s:13:\"header_search\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:56:\"Would you like to display the search icon in the header?\";s:7:\"section\";s:6:\"header\";s:3:\"std\";s:2:\"on\";}i:20;a:6:{s:5:\"label\";s:20:\"Header Shopping Cart\";s:2:\"id\";s:11:\"header_cart\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:62:\"Would you like to display the shopping cart icon in the header\";s:7:\"section\";s:6:\"header\";s:3:\"std\";s:2:\"on\";}i:21;a:4:{s:2:\"id\";s:11:\"header_tab3\";s:5:\"label\";s:13:\"Logo Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"header\";}i:22;a:5:{s:5:\"label\";s:11:\"Logo Height\";s:2:\"id\";s:11:\"logo_height\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:129:\"You can modify the logo height from here. This is maximum height, so your logo may get smaller depending on spacing inside header\";s:7:\"section\";s:6:\"header\";}i:23;a:5:{s:5:\"label\";s:11:\"Logo Upload\";s:2:\"id\";s:4:\"logo\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:169:\"You can upload your own logo here. Since this theme is retina-ready, <strong>please upload a double size image.</strong> The image should be maximum 80 pixels in height.\";s:7:\"section\";s:6:\"header\";}i:24;a:4:{s:2:\"id\";s:9:\"shop_tab1\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:25;a:6:{s:5:\"label\";s:12:\"Catalog Mode\";s:2:\"id\";s:17:\"shop_catalog_mode\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:73:\"If enabled, this will hide add to cart buttons and prices along the site.\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:3:\"off\";}i:26;a:6:{s:5:\"label\";s:11:\"Shop Header\";s:2:\"id\";s:11:\"shop_header\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:172:\"This content appears on top of the shop page. You can use your shortcodes here. <small>You can create your content using visual composer and then copy its text here</small>\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:4:\"shop\";}i:27;a:7:{s:5:\"label\";s:12:\"Shop Sidebar\";s:2:\"id\";s:12:\"shop_sidebar\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:66:\"Would you like to display sidebar on shop main and category pages?\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:10:\"No Sidebar\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:13:\"Right Sidebar\";s:5:\"value\";s:5:\"right\";}i:2;a:2:{s:5:\"label\";s:12:\"Left Sidebar\";s:5:\"value\";s:4:\"left\";}}s:3:\"std\";s:2:\"no\";s:7:\"section\";s:4:\"shop\";}i:28;a:6:{s:5:\"label\";s:17:\"Products per Page\";s:2:\"id\";s:18:\"shop_product_count\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:41:\"Number of products to show on shop pages.\";s:3:\"std\";s:2:\"12\";s:7:\"section\";s:4:\"shop\";}i:29;a:7:{s:5:\"label\";s:33:\"Product \"Just Arrived\" Badge time\";s:2:\"id\";s:12:\"shop_newness\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:79:\"Products that are added before the below time will display the new product page\";s:7:\"choices\";a:8:{i:0;a:2:{s:5:\"label\";s:48:\"Never - \"Just Arrived\" Badge will never be shown\";s:5:\"value\";s:1:\"0\";}i:1;a:2:{s:5:\"label\";s:5:\"1 Day\";s:5:\"value\";s:1:\"1\";}i:2;a:2:{s:5:\"label\";s:6:\"2 Days\";s:5:\"value\";s:1:\"2\";}i:3;a:2:{s:5:\"label\";s:6:\"3 Days\";s:5:\"value\";s:1:\"3\";}i:4;a:2:{s:5:\"label\";s:6:\"1 Week\";s:5:\"value\";s:1:\"7\";}i:5;a:2:{s:5:\"label\";s:7:\"2 Weeks\";s:5:\"value\";s:2:\"14\";}i:6;a:2:{s:5:\"label\";s:7:\"3 Weeks\";s:5:\"value\";s:2:\"21\";}i:7;a:2:{s:5:\"label\";s:7:\"1 Month\";s:5:\"value\";s:2:\"30\";}}s:3:\"std\";s:1:\"7\";s:7:\"section\";s:4:\"shop\";}i:30;a:4:{s:2:\"id\";s:9:\"shop_tab2\";s:5:\"label\";s:12:\"Product Page\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"shop\";}i:31;a:6:{s:5:\"label\";s:17:\"Back to shop link\";s:2:\"id\";s:12:\"back_to_shop\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:42:\"You can toggle back to shop link from here\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:2:\"on\";}i:32;a:6:{s:5:\"label\";s:16:\"Related Products\";s:2:\"id\";s:16:\"related_products\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:41:\"You can toggle related products from here\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:2:\"on\";}i:33;a:6:{s:5:\"label\";s:10:\"Review Tab\";s:2:\"id\";s:10:\"review_tab\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:35:\"You can toggle review tab from here\";s:7:\"section\";s:4:\"shop\";s:3:\"std\";s:2:\"on\";}i:34;a:4:{s:2:\"id\";s:9:\"blog_tab1\";s:5:\"label\";s:21:\"General Blog Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"blog\";}i:35;a:7:{s:5:\"label\";s:10:\"Blog Style\";s:2:\"id\";s:10:\"blog_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:39:\"Which blog style would you like to use?\";s:7:\"choices\";a:5:{i:0;a:2:{s:5:\"label\";s:8:\"Standard\";s:5:\"value\";s:6:\"style1\";}i:1;a:2:{s:5:\"label\";s:7:\"Masonry\";s:5:\"value\";s:6:\"style2\";}i:2;a:2:{s:5:\"label\";s:4:\"Grid\";s:5:\"value\";s:6:\"style3\";}i:3;a:2:{s:5:\"label\";s:14:\"Vertical Split\";s:5:\"value\";s:6:\"style4\";}i:4;a:2:{s:5:\"label\";s:10:\"Horizontal\";s:5:\"value\";s:6:\"style5\";}}s:3:\"std\";s:6:\"style1\";s:7:\"section\";s:4:\"blog\";}i:36;a:7:{s:5:\"label\";s:11:\"Blog Header\";s:2:\"id\";s:11:\"blog_header\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:172:\"This content appears on top of the blog page. You can use your shortcodes here. <small>You can create your content using visual composer and then copy its text here</small>\";s:4:\"rows\";s:1:\"4\";s:7:\"section\";s:4:\"blog\";s:9:\"condition\";s:22:\"blog_style:not(style4)\";}i:37;a:4:{s:2:\"id\";s:9:\"blog_tab2\";s:5:\"label\";s:18:\"Blog Meta Settings\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"blog\";}i:38;a:6:{s:5:\"label\";s:28:\"Display post information for\";s:2:\"id\";s:14:\"blog_post_meta\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:107:\"You can choose to display various post information. This does not work for masonry & grid type blog layout.\";s:7:\"choices\";a:5:{i:0;a:2:{s:5:\"label\";s:9:\"Post Date\";s:5:\"value\";s:4:\"date\";}i:1;a:2:{s:5:\"label\";s:11:\"Post Author\";s:5:\"value\";s:6:\"author\";}i:2;a:2:{s:5:\"label\";s:15:\"Post Categories\";s:5:\"value\";s:8:\"category\";}i:3;a:2:{s:5:\"label\";s:9:\"Post Tags\";s:5:\"value\";s:3:\"tag\";}i:4;a:2:{s:5:\"label\";s:18:\"Post Comment Count\";s:5:\"value\";s:7:\"comment\";}}s:7:\"section\";s:4:\"blog\";}i:39;a:4:{s:2:\"id\";s:9:\"misc_tab1\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:40;a:5:{s:5:\"label\";s:9:\"Extra CSS\";s:2:\"id\";s:9:\"extra_css\";s:4:\"type\";s:3:\"css\";s:4:\"desc\";s:48:\"Any CSS that you would like to add to the them.e\";s:7:\"section\";s:4:\"misc\";}i:41;a:6:{s:5:\"label\";s:16:\"Google Analytics\";s:2:\"id\";s:2:\"ga\";s:4:\"type\";s:15:\"textarea-simple\";s:4:\"desc\";s:80:\"Google analytics field. Your GA code will be entered at the bottom of the theme.\";s:4:\"rows\";s:1:\"5\";s:7:\"section\";s:4:\"misc\";}i:42;a:4:{s:2:\"id\";s:9:\"misc_tab2\";s:5:\"label\";s:13:\"Twitter OAuth\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:43;a:6:{s:2:\"id\";s:12:\"twitter_text\";s:5:\"label\";s:26:\"About the Twitter Settings\";s:4:\"desc\";s:109:\"You should fill out these settings if you want to use the Twitter related widgets or Visual Composer Elements\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:4:\"misc\";}i:44;a:5:{s:5:\"label\";s:16:\"Twitter Username\";s:2:\"id\";s:20:\"twitter_bar_username\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Username to pull tweets for\";s:7:\"section\";s:4:\"misc\";}i:45;a:5:{s:5:\"label\";s:12:\"Consumer Key\";s:2:\"id\";s:23:\"twitter_bar_consumerkey\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:188:\"Visit <a href=\"https://dev.twitter.com/apps\">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:46;a:5:{s:5:\"label\";s:15:\"Consumer Secret\";s:2:\"id\";s:26:\"twitter_bar_consumersecret\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:188:\"Visit <a href=\"https://dev.twitter.com/apps\">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:47;a:5:{s:5:\"label\";s:12:\"Access Token\";s:2:\"id\";s:23:\"twitter_bar_accesstoken\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:188:\"Visit <a href=\"https://dev.twitter.com/apps\">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:48;a:5:{s:5:\"label\";s:19:\"Access Token Secret\";s:2:\"id\";s:29:\"twitter_bar_accesstokensecret\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:188:\"Visit <a href=\"https://dev.twitter.com/apps\">this link</a> in a new tab, sign in with your account, click on Create a new application and create your own keys in case you dont have already\";s:7:\"section\";s:4:\"misc\";}i:49;a:4:{s:2:\"id\";s:9:\"misc_tab3\";s:5:\"label\";s:26:\"Create Additional Sidebars\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:4:\"misc\";}i:50;a:6:{s:2:\"id\";s:13:\"sidebars_text\";s:5:\"label\";s:18:\"About the sidebars\";s:4:\"desc\";s:212:\"All sidebars that you create here will appear both in the Widgets Page(Appearance > Widgets), from where you will have to configure them, and in the pages, where you will be able to choose a sidebar for each page\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:4:\"misc\";}i:51;a:6:{s:5:\"label\";s:15:\"Create Sidebars\";s:2:\"id\";s:8:\"sidebars\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:46:\"Please choose a unique title for each sidebar!\";s:7:\"section\";s:4:\"misc\";s:8:\"settings\";a:1:{i:0;a:4:{s:5:\"label\";s:2:\"ID\";s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:60:\"Please write a lowercase id, with <strong>no spaces</strong>\";}}}i:52;a:6:{s:2:\"id\";s:11:\"demo_import\";s:5:\"label\";s:28:\"About Importing Demo Content\";s:4:\"desc\";s:789:\"<div class=\"format-setting-label\"><h3 class=\"label\">About Importing Demo Content</h3></div><p>Depending on your server connection, it might take a while to import all the data and images. Please make sure that:</p>\n        <ul>\n         <li>- WooCommerce and other necessary plugins installed & activated before pressing the button.</li>\n         <li>- You have setup the theme using the instructions in documentation</li>\n         <li>- WooCommerce image sizes are set</li>\n        </ul>\n        <p><strong style=\"text-transform: uppercase;\">Page will refresh after importing is done, so please wait</strong></p><p>This will not import Revolution Sliders. You can import them seperately</p><br><br><a class=\"button button-primary\" id=\"import-demo-content\" href=\"#\">Import Demo Content</a>\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:6:\"import\";}i:53;a:4:{s:2:\"id\";s:18:\"customization_tab1\";s:5:\"label\";s:6:\"Colors\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:54;a:6:{s:5:\"label\";s:17:\"Header Icon Color\";s:2:\"id\";s:17:\"header_icon_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:43:\"Change the color of the icons on the header\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:0:\"\";}i:55;a:6:{s:5:\"label\";s:12:\"Accent Color\";s:2:\"id\";s:12:\"accent_color\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:49:\"Change the accent color used throughout the theme\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:0:\"\";}i:56;a:5:{s:5:\"label\";s:13:\"Overlay Color\";s:2:\"id\";s:13:\"overlay_color\";s:4:\"type\";s:19:\"colorpicker_opacity\";s:4:\"desc\";s:75:\"This changes the overlay color that you see when you hover over the images.\";s:7:\"section\";s:13:\"customization\";}i:57;a:5:{s:5:\"label\";s:19:\"Content Link Colors\";s:2:\"id\";s:10:\"link_color\";s:4:\"type\";s:10:\"link_color\";s:4:\"desc\";s:61:\"This changes link colors inside the content, not other areas.\";s:7:\"section\";s:13:\"customization\";}i:58;a:4:{s:2:\"id\";s:18:\"customization_tab6\";s:5:\"label\";s:12:\"Badge Colors\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:59;a:6:{s:5:\"label\";s:24:\"Just Arrived Badge Color\";s:2:\"id\";s:17:\"badge_justarrived\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:53:\"You can change the just arrived badge color from here\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:0:\"\";}i:60;a:6:{s:5:\"label\";s:19:\"On Sale Badge Color\";s:2:\"id\";s:10:\"badge_sale\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:48:\"You can change the on sale badge color from here\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:0:\"\";}i:61;a:6:{s:5:\"label\";s:24:\"Out of Stock Badge Color\";s:2:\"id\";s:16:\"badge_outofstock\";s:4:\"type\";s:11:\"colorpicker\";s:4:\"desc\";s:53:\"You can change the out of stock badge color from here\";s:7:\"section\";s:13:\"customization\";s:3:\"std\";s:0:\"\";}i:62;a:4:{s:2:\"id\";s:18:\"customization_tab2\";s:5:\"label\";s:10:\"Typography\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:63;a:7:{s:5:\"label\";s:12:\"Font Subsets\";s:2:\"id\";s:12:\"font_subsets\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:66:\"You can add additional character subset specific to your language.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:9:\"No Subset\";s:5:\"value\";s:9:\"no-subset\";}i:1;a:2:{s:5:\"label\";s:5:\"Greek\";s:5:\"value\";s:5:\"greek\";}i:2;a:2:{s:5:\"label\";s:8:\"Cyrillic\";s:5:\"value\";s:8:\"cyrillic\";}i:3;a:2:{s:5:\"label\";s:10:\"Vietnamese\";s:5:\"value\";s:10:\"vietnamese\";}}s:3:\"std\";s:9:\"no-subset\";s:7:\"section\";s:13:\"customization\";}i:64;a:5:{s:5:\"label\";s:16:\"Title Typography\";s:2:\"id\";s:10:\"title_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:28:\"Font Settings for the titles\";s:7:\"section\";s:13:\"customization\";}i:65;a:5:{s:5:\"label\";s:20:\"Body Text Typography\";s:2:\"id\";s:9:\"body_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:35:\"Font Settings for general body font\";s:7:\"section\";s:13:\"customization\";}i:66;a:5:{s:5:\"label\";s:15:\"Menu Typography\";s:2:\"id\";s:9:\"menu_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:31:\"Font Settings for the main menu\";s:7:\"section\";s:13:\"customization\";}i:67;a:5:{s:5:\"label\";s:23:\"Menu Submenu Typography\";s:2:\"id\";s:17:\"menu_submenu_type\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:55:\"Font Settings for the submenu elements of the main menu\";s:7:\"section\";s:13:\"customization\";}i:68;a:4:{s:2:\"id\";s:18:\"customization_tab3\";s:5:\"label\";s:11:\"Backgrounds\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:13:\"customization\";}i:69;a:5:{s:5:\"label\";s:14:\"Bar Background\";s:2:\"id\";s:6:\"bar_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:67:\"Background settings for the bars on the side, also includes footer.\";s:7:\"section\";s:13:\"customization\";}i:70;a:5:{s:5:\"label\";s:17:\"Search Background\";s:2:\"id\";s:9:\"search_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:35:\"Background settings for the search.\";s:7:\"section\";s:13:\"customization\";}i:71;a:5:{s:5:\"label\";s:15:\"Menu Background\";s:2:\"id\";s:7:\"menu_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:33:\"Background settings for the menu.\";s:7:\"section\";s:13:\"customization\";}i:72;a:5:{s:5:\"label\";s:15:\"Cart Background\";s:2:\"id\";s:7:\"cart_bg\";s:4:\"type\";s:10:\"background\";s:4:\"desc\";s:33:\"Background settings for the cart.\";s:7:\"section\";s:13:\"customization\";}i:73;a:4:{s:2:\"id\";s:11:\"footer_tab1\";s:5:\"label\";s:7:\"General\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:74;a:6:{s:5:\"label\";s:14:\"Display Footer\";s:2:\"id\";s:6:\"footer\";s:4:\"type\";s:6:\"on_off\";s:4:\"desc\";s:37:\"Would you like to display the Footer?\";s:3:\"std\";s:2:\"on\";s:7:\"section\";s:6:\"footer\";}i:75;a:7:{s:5:\"label\";s:12:\"Footer Style\";s:2:\"id\";s:12:\"footer_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:45:\"Which style would you like to use for footer?\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:15:\"Standard Footer\";s:5:\"value\";s:15:\"footer-standard\";}i:1;a:2:{s:5:\"label\";s:12:\"Fixed Footer\";s:5:\"value\";s:12:\"footer-fixed\";}}s:3:\"std\";s:15:\"footer-standard\";s:7:\"section\";s:6:\"footer\";}i:76;a:7:{s:5:\"label\";s:14:\"Footer Content\";s:2:\"id\";s:14:\"footer_content\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:54:\"What type of content would you like to use for footer?\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:12:\"Social Icons\";s:5:\"value\";s:12:\"footer-icons\";}i:1;a:2:{s:5:\"label\";s:4:\"Text\";s:5:\"value\";s:11:\"footer-text\";}i:2;a:2:{s:5:\"label\";s:4:\"Menu\";s:5:\"value\";s:11:\"footer-menu\";}}s:3:\"std\";s:12:\"footer-icons\";s:7:\"section\";s:6:\"footer\";}i:77;a:6:{s:5:\"label\";s:11:\"Footer Menu\";s:2:\"id\";s:11:\"footer_menu\";s:4:\"type\";s:11:\"menu_select\";s:4:\"desc\";s:0:\"\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:30:\"footer_content:is(footer-menu)\";}i:78;a:6:{s:5:\"label\";s:19:\"Footer Text Content\";s:2:\"id\";s:11:\"footer_text\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:34:\"Enter your desired text for footer\";s:7:\"section\";s:6:\"footer\";s:9:\"condition\";s:30:\"footer_content:is(footer-text)\";}i:79;a:4:{s:2:\"id\";s:11:\"footer_tab3\";s:5:\"label\";s:12:\"Social Icons\";s:4:\"type\";s:3:\"tab\";s:7:\"section\";s:6:\"footer\";}i:80;a:5:{s:5:\"label\";s:13:\"Facebook Link\";s:2:\"id\";s:7:\"fb_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:26:\"Facebook profile/page link\";s:7:\"section\";s:6:\"footer\";}i:81;a:5:{s:5:\"label\";s:14:\"Pinterest Link\";s:2:\"id\";s:14:\"pinterest_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Pinterest profile/page link\";s:7:\"section\";s:6:\"footer\";}i:82;a:5:{s:5:\"label\";s:12:\"Twitter Link\";s:2:\"id\";s:12:\"twitter_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Twitter profile/page link\";s:7:\"section\";s:6:\"footer\";}i:83;a:5:{s:5:\"label\";s:16:\"Google Plus Link\";s:2:\"id\";s:15:\"googleplus_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:29:\"Google Plus profile/page link\";s:7:\"section\";s:6:\"footer\";}i:84;a:5:{s:5:\"label\";s:13:\"Linkedin Link\";s:2:\"id\";s:13:\"linkedin_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:26:\"Linkedin profile/page link\";s:7:\"section\";s:6:\"footer\";}i:85;a:5:{s:5:\"label\";s:14:\"Instagram Link\";s:2:\"id\";s:15:\"instragram_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Instagram profile/page link\";s:7:\"section\";s:6:\"footer\";}i:86;a:5:{s:5:\"label\";s:9:\"Xing Link\";s:2:\"id\";s:9:\"xing_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:22:\"Xing profile/page link\";s:7:\"section\";s:6:\"footer\";}i:87;a:5:{s:5:\"label\";s:11:\"Tumblr Link\";s:2:\"id\";s:11:\"tumblr_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:24:\"Tumblr profile/page link\";s:7:\"section\";s:6:\"footer\";}i:88;a:5:{s:5:\"label\";s:14:\"Vkontakte Link\";s:2:\"id\";s:7:\"vk_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Vkontakte profile/page link\";s:7:\"section\";s:6:\"footer\";}i:89;a:5:{s:5:\"label\";s:15:\"SoundCloud Link\";s:2:\"id\";s:15:\"soundcloud_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:28:\"SoundCloud profile/page link\";s:7:\"section\";s:6:\"footer\";}i:90;a:5:{s:5:\"label\";s:13:\"Dribbble Link\";s:2:\"id\";s:13:\"dribbble_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:27:\"Dribbbble profile/page link\";s:7:\"section\";s:6:\"footer\";}i:91;a:5:{s:5:\"label\";s:12:\"YouTube Link\";s:2:\"id\";s:12:\"youtube_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Youtube profile/page link\";s:7:\"section\";s:6:\"footer\";}i:92;a:5:{s:5:\"label\";s:12:\"Spotify Link\";s:2:\"id\";s:12:\"spotify_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Spotify profile/page link\";s:7:\"section\";s:6:\"footer\";}i:93;a:5:{s:5:\"label\";s:12:\"Behance Link\";s:2:\"id\";s:12:\"behance_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:25:\"Behance profile/page link\";s:7:\"section\";s:6:\"footer\";}i:94;a:5:{s:5:\"label\";s:15:\"DeviantArt Link\";s:2:\"id\";s:15:\"deviantart_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:28:\"DeviantArt profile/page link\";s:7:\"section\";s:6:\"footer\";}i:95;a:5:{s:5:\"label\";s:10:\"Vimeo Link\";s:2:\"id\";s:10:\"vimeo_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:24:\"Vimeo profile/video link\";s:7:\"section\";s:6:\"footer\";}i:96;a:6:{s:2:\"id\";s:12:\"contact_text\";s:5:\"label\";s:25:\"About Google Map Settings\";s:4:\"desc\";s:88:\"These settings will be used for the map added by the Google Map Visual Composer element.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:7:\"contact\";}i:97;a:7:{s:5:\"label\";s:9:\"Map Style\";s:2:\"id\";s:17:\"contact_map_style\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:56:\"You can select different color settings for the map here\";s:7:\"choices\";a:9:{i:0;a:2:{s:5:\"label\";s:8:\"No Style\";s:5:\"value\";s:1:\"0\";}i:1;a:2:{s:5:\"label\";s:5:\"Paper\";s:5:\"value\";s:1:\"1\";}i:2;a:2:{s:5:\"label\";s:16:\"Light Monochrome\";s:5:\"value\";s:1:\"2\";}i:3;a:2:{s:5:\"label\";s:6:\"Subtle\";s:5:\"value\";s:1:\"3\";}i:4;a:2:{s:5:\"label\";s:9:\"Cool Grey\";s:5:\"value\";s:1:\"4\";}i:5;a:2:{s:5:\"label\";s:7:\"Bentley\";s:5:\"value\";s:1:\"5\";}i:6;a:2:{s:5:\"label\";s:8:\"Icy Blue\";s:5:\"value\";s:1:\"6\";}i:7;a:2:{s:5:\"label\";s:15:\"Turquoise Water\";s:5:\"value\";s:1:\"7\";}i:8;a:2:{s:5:\"label\";s:14:\"Blue (Default)\";s:5:\"value\";s:1:\"8\";}}s:3:\"std\";s:1:\"8\";s:7:\"section\";s:7:\"contact\";}i:98;a:7:{s:5:\"label\";s:15:\"Map Zoom Amount\";s:2:\"id\";s:12:\"contact_zoom\";s:4:\"desc\";s:90:\"Value should be between 1-18, 1 being the entire earth and 18 being right at street level.\";s:3:\"std\";s:2:\"17\";s:4:\"type\";s:14:\"numeric-slider\";s:7:\"section\";s:7:\"contact\";s:12:\"min_max_step\";s:6:\"1,18,1\";}i:99;a:5:{s:5:\"label\";s:13:\"Map Pin Image\";s:2:\"id\";s:13:\"map_pin_image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:61:\"If you would like to use your own pin, you can upload it here\";s:7:\"section\";s:7:\"contact\";}i:100;a:5:{s:5:\"label\";s:19:\"Map Center Latitude\";s:2:\"id\";s:14:\"map_center_lat\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:204:\"Please enter the latitude for the maps center point. <small>You can get lat-long coordinates using <a href=\"http://www.latlong.net/convert-address-to-lat-long.html\" target=\"_blank\">Latlong.net</a></small>\";s:7:\"section\";s:7:\"contact\";}i:101;a:5:{s:5:\"label\";s:21:\"Map Center Longtitude\";s:2:\"id\";s:15:\"map_center_long\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:53:\"Please enter the longitude for the maps center point.\";s:7:\"section\";s:7:\"contact\";}i:102;a:6:{s:5:\"label\";s:24:\"Google Map Pin Locations\";s:2:\"id\";s:13:\"map_locations\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:30:\"Coordinates to shop on the map\";s:8:\"settings\";a:3:{i:0;a:5:{s:5:\"label\";s:11:\"Coordinates\";s:2:\"id\";s:8:\"lat_long\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:200:\"Coordinates of this location separated by comma. <small>You can get lat-long coordinates using <a href=\"http://www.latlong.net/convert-address-to-lat-long.html\" target=\"_blank\">Latlong.net</a></small>\";s:4:\"rows\";s:1:\"1\";}i:1;a:4:{s:5:\"label\";s:14:\"Location Image\";s:2:\"id\";s:5:\"image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:76:\"You can upload your own location image here. Suggested image size is 110x115\";}i:2;a:5:{s:5:\"label\";s:11:\"Information\";s:2:\"id\";s:11:\"information\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:51:\"This content appears below the title of the tooltip\";s:4:\"rows\";s:1:\"2\";}}s:7:\"section\";s:7:\"contact\";}}}','auto'),(162,'ot_media_post_ID','5','auto'),(163,'theme_mods_Restored/notio-wp','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:8:\"nav-menu\";i:0;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1726426737;s:4:\"data\";a:10:{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\";}s:4:\"shop\";a:0:{}s:7:\"footer1\";a:0:{}s:7:\"footer2\";a:0:{}s:7:\"footer3\";a:0:{}s:7:\"footer4\";a:0:{}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}}}}','off'),(166,'theme_mods_notio-wp','a:4:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:1:{s:8:\"nav-menu\";i:0;}s:19:\"ot_set_google_fonts\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1726350131;s:4:\"data\";a:10:{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\";}s:4:\"shop\";a:0:{}s:7:\"footer1\";a:0:{}s:7:\"footer2\";a:0:{}s:7:\"footer3\";a:0:{}s:7:\"footer4\";a:0:{}s:7:\"footer5\";a:0:{}s:7:\"footer6\";a:0:{}}}}','off'),(168,'current_theme','Notio','auto'),(169,'theme_switched','','auto'),(170,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"350\";s:6:\"height\";s:3:\"435\";s:4:\"crop\";i:1;}','auto'),(171,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"650\";s:6:\"height\";s:3:\"750\";s:4:\"crop\";i:1;}','auto'),(172,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";s:4:\"crop\";i:1;}','auto'),(201,'category_children','a:0:{}','auto'),(202,'project-category_children','a:0:{}','auto'),(226,'recently_activated','a:0:{}','off'),(227,'redirection_options','a:33:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"0fd2e74cfb9f49fd415a1c84bfbff660\";s:12:\"monitor_post\";i:1;s:13:\"monitor_types\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:-1;s:10:\"expire_404\";i:-1;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:0;s:10:\"ip_headers\";a:0:{}s:8:\"ip_proxy\";a:0:{}s:13:\"last_group_id\";i:1;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:3:\"4.2\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:1;s:13:\"flag_trailing\";b:1;s:10:\"flag_regex\";b:0;}','auto'),(419,'widget_sow-button','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(420,'widget_sow-google-map','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(421,'widget_sow-image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(422,'widget_sow-slider','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(423,'widget_sow-post-carousel','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(424,'widget_sow-editor','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(427,'siteorigin_widget_bundle_version','1.68.1','auto'),(428,'siteorigin_widgets_old_widgets','/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/accordion.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/anything-carousel.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/author-box/author-box.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/blog.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/button.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button-grid/button-grid.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/cta.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/contact.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor/editor.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/features.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/google-map.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/headline.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/hero.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/icon.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/image.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/image-grid.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/slider.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/layout-slider.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/lottie-player/lottie-player.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/post-carousel.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/price-table.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/recent-posts/recent-posts.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/simple-masonry.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/social-media-buttons.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/tabs.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/taxonomy.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/testimonial.php,/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/video.php','auto'),(429,'siteorigin_panels_settings','a:37:{s:10:\"post-types\";a:2:{i:0;s:4:\"page\";i:1;s:4:\"post\";}s:11:\"use-classic\";b:1;s:22:\"live-editor-quick-link\";b:1;s:34:\"live-editor-quick-link-close-after\";b:1;s:16:\"admin-post-state\";b:1;s:18:\"admin-widget-count\";b:0;s:13:\"parallax-type\";s:6:\"modern\";s:15:\"parallax-mobile\";b:0;s:15:\"parallax-motion\";s:0:\"\";s:14:\"parallax-delay\";d:0.4;s:14:\"parallax-scale\";d:1.2;s:17:\"sidebars-emulator\";b:1;s:14:\"display-teaser\";b:1;s:14:\"load-on-attach\";b:0;s:25:\"layout-block-default-mode\";s:7:\"preview\";s:22:\"layout-block-quick-add\";b:1;s:10:\"title-html\";s:39:\"<h3 class=\"widget-title\">{{title}}</h3>\";s:16:\"add-widget-class\";b:1;s:15:\"bundled-widgets\";b:0;s:19:\"recommended-widgets\";b:1;s:20:\"instant-open-widgets\";b:1;s:10:\"responsive\";b:1;s:13:\"tablet-layout\";b:0;s:13:\"legacy-layout\";s:4:\"auto\";s:12:\"tablet-width\";i:1024;s:12:\"mobile-width\";i:780;s:13:\"margin-bottom\";i:30;s:24:\"row-mobile-margin-bottom\";s:0:\"\";s:22:\"margin-bottom-last-row\";b:0;s:18:\"mobile-cell-margin\";i:30;s:27:\"widget-mobile-margin-bottom\";s:0:\"\";s:12:\"margin-sides\";i:30;s:20:\"full-width-container\";s:4:\"body\";s:17:\"output-css-header\";s:4:\"auto\";s:13:\"inline-styles\";b:0;s:12:\"copy-content\";b:1;s:11:\"copy-styles\";b:1;}','auto'),(430,'siteorigin_panels_initial_version','2.29.20','off'),(433,'siteorigin_panels_active_version','2.31.7','auto'),(434,'widget_siteorigin-panels-post-content','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(435,'widget_siteorigin-panels-postloop','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(436,'widget_siteorigin-panels-builder','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(437,'siteorigin_installer','1','auto'),(458,'siteorigin_widgets_active','a:10:{s:6:\"button\";b:1;s:10:\"google-map\";b:1;s:5:\"image\";b:1;s:6:\"slider\";b:1;s:13:\"post-carousel\";b:1;s:6:\"editor\";b:1;s:4:\"hero\";b:1;s:8:\"headline\";b:1;s:8:\"features\";b:1;s:20:\"social-media-buttons\";b:1;}','auto'),(459,'widget_sow-hero','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(460,'widget_sow-headline','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(461,'widget_sow-features','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(479,'widget_sow-social-media-buttons','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(486,'option_tree','a:75:{s:9:\"site_bars\";s:2:\"on\";s:8:\"left_bar\";s:0:\"\";s:9:\"right_bar\";s:0:\"\";s:13:\"smooth_scroll\";s:2:\"on\";s:12:\"scroll_totop\";s:2:\"on\";s:7:\"menu_ls\";s:3:\"off\";s:11:\"menu_footer\";s:0:\"\";s:12:\"preloader_bg\";s:0:\"\";s:17:\"shop_catalog_mode\";s:2:\"on\";s:11:\"shop_header\";s:0:\"\";s:12:\"shop_sidebar\";s:2:\"no\";s:18:\"shop_product_count\";s:2:\"12\";s:12:\"shop_newness\";s:1:\"7\";s:12:\"back_to_shop\";s:2:\"on\";s:16:\"related_products\";s:2:\"on\";s:10:\"review_tab\";s:2:\"on\";s:10:\"blog_style\";s:6:\"style2\";s:11:\"blog_header\";s:0:\"\";s:13:\"header_height\";a:2:{i:0;s:3:\"100\";i:1;s:2:\"px\";}s:14:\"header_spacing\";a:1:{s:4:\"unit\";s:2:\"px\";}s:12:\"header_style\";s:6:\"style2\";s:10:\"menu_style\";s:6:\"style1\";s:13:\"header_search\";s:2:\"on\";s:11:\"header_cart\";s:2:\"on\";s:11:\"logo_height\";a:2:{i:0;s:3:\"240\";i:1;s:2:\"px\";}s:4:\"logo\";s:65:\"http://litcaf.com/wp-content/uploads/2024/10/litcaf-full-logo.png\";s:6:\"footer\";s:2:\"on\";s:12:\"footer_style\";s:15:\"footer-standard\";s:14:\"footer_content\";s:12:\"footer-icons\";s:11:\"footer_menu\";s:0:\"\";s:11:\"footer_text\";s:0:\"\";s:7:\"fb_link\";s:0:\"\";s:14:\"pinterest_link\";s:0:\"\";s:12:\"twitter_link\";s:0:\"\";s:15:\"googleplus_link\";s:0:\"\";s:13:\"linkedin_link\";s:0:\"\";s:15:\"instragram_link\";s:0:\"\";s:9:\"xing_link\";s:0:\"\";s:11:\"tumblr_link\";s:0:\"\";s:7:\"vk_link\";s:0:\"\";s:15:\"soundcloud_link\";s:0:\"\";s:13:\"dribbble_link\";s:0:\"\";s:12:\"youtube_link\";s:0:\"\";s:12:\"spotify_link\";s:0:\"\";s:12:\"behance_link\";s:0:\"\";s:15:\"deviantart_link\";s:0:\"\";s:10:\"vimeo_link\";s:0:\"\";s:17:\"header_icon_color\";s:7:\"#ffffff\";s:12:\"accent_color\";s:0:\"\";s:13:\"overlay_color\";s:0:\"\";s:10:\"link_color\";a:5:{s:4:\"link\";s:0:\"\";s:5:\"hover\";s:0:\"\";s:6:\"active\";s:0:\"\";s:7:\"visited\";s:0:\"\";s:5:\"focus\";s:0:\"\";}s:17:\"badge_justarrived\";s:0:\"\";s:10:\"badge_sale\";s:0:\"\";s:16:\"badge_outofstock\";s:0:\"\";s:12:\"font_subsets\";s:9:\"no-subset\";s:10:\"title_type\";a:1:{s:11:\"font-family\";s:0:\"\";}s:9:\"body_type\";s:0:\"\";s:9:\"menu_type\";s:0:\"\";s:17:\"menu_submenu_type\";s:0:\"\";s:6:\"bar_bg\";s:0:\"\";s:9:\"search_bg\";s:0:\"\";s:7:\"menu_bg\";s:0:\"\";s:7:\"cart_bg\";s:0:\"\";s:17:\"contact_map_style\";s:1:\"0\";s:12:\"contact_zoom\";s:2:\"17\";s:13:\"map_pin_image\";s:0:\"\";s:14:\"map_center_lat\";s:0:\"\";s:15:\"map_center_long\";s:0:\"\";s:9:\"extra_css\";s:0:\"\";s:2:\"ga\";s:0:\"\";s:20:\"twitter_bar_username\";s:0:\"\";s:23:\"twitter_bar_consumerkey\";s:0:\"\";s:26:\"twitter_bar_consumersecret\";s:0:\"\";s:23:\"twitter_bar_accesstoken\";s:0:\"\";s:29:\"twitter_bar_accesstokensecret\";s:0:\"\";}','auto'),(509,'litespeed.conf.__activation','6.4.1','auto'),(510,'litespeed.purge.queue','-1','auto'),(511,'litespeed.purge.queue2','-1','auto'),(512,'user_role_editor','a:1:{s:11:\"ure_version\";s:6:\"4.64.5\";}','auto'),(513,'wph0_backup_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','off'),(514,'ure_tasks_queue','a:0:{}','auto'),(515,'job_manager_permalinks','{\"jobs_archive\":\"\",\"job_base\":\"\",\"category_base\":\"\",\"type_base\":\"\"}','auto'),(521,'job_listing_type_children','a:0:{}','auto'),(522,'job_manager_installed_terms','1','auto'),(523,'job_manager_admin_notices','[\"core_setup\"]','off'),(524,'job_manager_display_usage_tracking_once','0','auto'),(525,'job_manager_stats_enable','1','auto'),(528,'jm_promoted_job_count','0','auto'),(529,'wp_job_manager_dismissed_notices','a:1:{i:0;s:20:\"release_notice_2_3_0\";}','auto'),(530,'wp_job_manager_version','2.4.0','auto'),(531,'wpdb_wpum_fields_version','201801170001','auto'),(532,'wpdb_wpum_fieldmeta_version','201801170001','auto'),(533,'wpdb_wpum_fieldsgroups_version','201801170001','auto'),(534,'wpdb_wpum_registration_forms_version','201801170001','auto'),(535,'wpdb_wpum_registration_formmeta_version','201801170001','auto'),(536,'wpdb_wpum_search_fields_version','201801170001','auto'),(537,'wpum_activation_date','1726195736','auto'),(538,'wpum_settings','a:12:{s:10:\"login_page\";a:1:{i:0;i:24188;}s:22:\"password_recovery_page\";a:1:{i:0;i:24189;}s:17:\"registration_page\";a:1:{i:0;i:24190;}s:12:\"account_page\";a:1:{i:0;i:24191;}s:12:\"profile_page\";a:1:{i:0;i:24192;}s:12:\"login_method\";s:14:\"username_email\";s:14:\"email_template\";s:7:\"default\";s:10:\"from_email\";s:24:\"mubarakolagoke@gmail.com\";s:9:\"from_name\";s:6:\"LitCaf\";s:24:\"guests_can_view_profiles\";b:1;s:25:\"members_can_view_profiles\";b:1;s:12:\"roles_editor\";b:1;}','auto'),(539,'wpum_permalink','username','auto'),(540,'v202_upgrade','1','auto'),(541,'wpum_email','a:3:{s:25:\"registration_confirmation\";a:4:{s:5:\"title\";s:21:\"Welcome to {sitename}\";s:6:\"footer\";s:34:\"<a href=\"{siteurl}\">{sitename}</a>\";s:7:\"content\";s:264:\"<p>Hello {username}, and welcome to {sitename}. We’re thrilled to have you on board. </p>\n<p>For reference, here\'s your login information:</p>\n<p>Username: {username}<br />Login page: {login_page_url}<br />Password: {password}</p>\n<p>Thanks,<br />{sitename}</p>\";s:7:\"subject\";s:21:\"Welcome to {sitename}\";}s:31:\"registration_admin_notification\";a:3:{s:5:\"title\";s:21:\"New User Registration\";s:7:\"content\";s:108:\"<p>New user registration on your site {sitename}:<br></p>\n<p>Username: {username}</p>\n<p>E-mail: {email}</p>\";s:7:\"subject\";s:34:\"[{sitename}] New User Registration\";}s:25:\"password_recovery_request\";a:4:{s:7:\"subject\";s:30:\"Reset your {sitename} password\";s:5:\"title\";s:30:\"Reset your {sitename} password\";s:7:\"content\";s:303:\"<p>Hello {username},</p>\n<p>You are receiving this message because you or somebody else has attempted to reset your password on {sitename}.</p>\n<p>If this was a mistake, just ignore this email and nothing will happen.</p>\n<p>To reset your password, visit the following address:</p>\n<p>{recovery_url}</p>\";s:6:\"footer\";s:34:\"<a href=\"{siteurl}\">{sitename}</a>\";}}','auto'),(542,'wpum_version','2.9.12','auto'),(545,'litespeed.cloud._summary','{\"curr_request.ver_check\":0,\"last_request.ver_check\":1746056391,\"news.utime\":1726195786,\"curr_request.news\":0,\"last_request.news\":1726195786,\"news.id\":5957,\"news.plugin\":\"\",\"news.title\":\"<div class=\\\"litespeed_icon\\\" style=\\\"padding-top:10px;\\\">Warning<\\/div>\",\"news.content\":\"Vulnerabilities have been discovered in your installed version of the LiteSpeed Cache plugin. Please update to the latest version (v6.5+) as soon as possible.\",\"news.zip\":\"\",\"news.new\":1}','auto'),(547,'litespeed.conf.hash','WrOHUOVIvnQutTHLy7bcBtTRqajCeTG4','auto'),(548,'litespeed.conf.auto_upgrade','','auto'),(549,'litespeed.conf.api_key','','auto'),(550,'litespeed.conf.server_ip','','auto'),(551,'litespeed.conf.guest','','auto'),(552,'litespeed.conf.guest_optm','','auto'),(553,'litespeed.conf.news','1','auto'),(554,'litespeed.conf.guest_uas','[\"Lighthouse\",\"GTmetrix\",\"Google\",\"Pingdom\",\"bot\",\"spider\",\"PTST\",\"HeadlessChrome\"]','auto'),(555,'litespeed.conf.guest_ips','[\"208.70.247.157\",\"172.255.48.130\",\"172.255.48.131\",\"172.255.48.132\",\"172.255.48.133\",\"172.255.48.134\",\"172.255.48.135\",\"172.255.48.136\",\"172.255.48.137\",\"172.255.48.138\",\"172.255.48.139\",\"172.255.48.140\",\"172.255.48.141\",\"172.255.48.142\",\"172.255.48.143\",\"172.255.48.144\",\"172.255.48.145\",\"172.255.48.146\",\"172.255.48.147\",\"52.229.122.240\",\"104.214.72.101\",\"13.66.7.11\",\"13.85.24.83\",\"13.85.24.90\",\"13.85.82.26\",\"40.74.242.253\",\"40.74.243.13\",\"40.74.243.176\",\"104.214.48.247\",\"157.55.189.189\",\"104.214.110.135\",\"70.37.83.240\",\"65.52.36.250\",\"13.78.216.56\",\"52.162.212.163\",\"23.96.34.105\",\"65.52.113.236\",\"172.255.61.34\",\"172.255.61.35\",\"172.255.61.36\",\"172.255.61.37\",\"172.255.61.38\",\"172.255.61.39\",\"172.255.61.40\",\"104.41.2.19\",\"191.235.98.164\",\"191.235.99.221\",\"191.232.194.51\",\"52.237.235.185\",\"52.237.250.73\",\"52.237.236.145\",\"104.211.143.8\",\"104.211.165.53\",\"52.172.14.87\",\"40.83.89.214\",\"52.175.57.81\",\"20.188.63.151\",\"20.52.36.49\",\"52.246.165.153\",\"51.144.102.233\",\"13.76.97.224\",\"102.133.169.66\",\"52.231.199.170\",\"13.53.162.7\",\"40.123.218.94\"]','auto'),(556,'litespeed.conf.cache','1','auto'),(557,'litespeed.conf.cache-priv','1','auto'),(558,'litespeed.conf.cache-commenter','1','auto'),(559,'litespeed.conf.cache-rest','1','auto'),(560,'litespeed.conf.cache-page_login','1','auto'),(561,'litespeed.conf.cache-resources','1','auto'),(562,'litespeed.conf.cache-mobile','','auto'),(563,'litespeed.conf.cache-mobile_rules','[\"Mobile\",\"Android\",\"Silk\\/\",\"Kindle\",\"BlackBerry\",\"Opera Mini\",\"Opera Mobi\"]','auto'),(564,'litespeed.conf.cache-browser','','auto'),(565,'litespeed.conf.cache-exc_useragents','[]','auto'),(566,'litespeed.conf.cache-exc_cookies','[]','auto'),(567,'litespeed.conf.cache-exc_qs','[]','auto'),(568,'litespeed.conf.cache-exc_cat','[]','auto'),(569,'litespeed.conf.cache-exc_tag','[]','auto'),(570,'litespeed.conf.cache-force_uri','[]','auto'),(571,'litespeed.conf.cache-force_pub_uri','[]','auto'),(572,'litespeed.conf.cache-priv_uri','[]','auto'),(573,'litespeed.conf.cache-exc','[]','auto'),(574,'litespeed.conf.cache-exc_roles','[]','auto'),(575,'litespeed.conf.cache-drop_qs','[\"fbclid\",\"gclid\",\"utm*\",\"_ga\"]','auto'),(576,'litespeed.conf.cache-ttl_pub','604800','auto'),(577,'litespeed.conf.cache-ttl_priv','1800','auto'),(578,'litespeed.conf.cache-ttl_frontpage','604800','auto'),(579,'litespeed.conf.cache-ttl_feed','604800','auto'),(580,'litespeed.conf.cache-ttl_rest','604800','auto'),(581,'litespeed.conf.cache-ttl_browser','31557600','auto'),(582,'litespeed.conf.cache-ttl_status','[\"404 3600\",\"500 600\"]','auto'),(583,'litespeed.conf.cache-login_cookie','','auto'),(584,'litespeed.conf.cache-ajax_ttl','[]','auto'),(585,'litespeed.conf.cache-vary_cookies','[]','auto'),(586,'litespeed.conf.cache-vary_group','[]','auto'),(587,'litespeed.conf.purge-upgrade','1','auto'),(588,'litespeed.conf.purge-stale','','auto'),(589,'litespeed.conf.purge-post_all','','auto'),(590,'litespeed.conf.purge-post_f','1','auto'),(591,'litespeed.conf.purge-post_h','1','auto'),(592,'litespeed.conf.purge-post_p','1','auto'),(593,'litespeed.conf.purge-post_pwrp','1','auto'),(594,'litespeed.conf.purge-post_a','1','auto'),(595,'litespeed.conf.purge-post_y','','auto'),(596,'litespeed.conf.purge-post_m','1','auto'),(597,'litespeed.conf.purge-post_d','','auto'),(598,'litespeed.conf.purge-post_t','1','auto'),(599,'litespeed.conf.purge-post_pt','1','auto'),(600,'litespeed.conf.purge-timed_urls','[]','auto'),(601,'litespeed.conf.purge-timed_urls_time','','auto'),(602,'litespeed.conf.purge-hook_all','[\"switch_theme\",\"wp_create_nav_menu\",\"wp_update_nav_menu\",\"wp_delete_nav_menu\",\"create_term\",\"edit_terms\",\"delete_term\",\"add_link\",\"edit_link\",\"delete_link\"]','auto'),(603,'litespeed.conf.esi','','auto'),(604,'litespeed.conf.esi-cache_admbar','1','auto'),(605,'litespeed.conf.esi-cache_commform','1','auto'),(606,'litespeed.conf.esi-nonce','[\"stats_nonce\",\"subscribe_nonce\"]','auto'),(607,'litespeed.conf.util-instant_click','','auto'),(608,'litespeed.conf.util-no_https_vary','','auto'),(609,'litespeed.conf.debug-disable_all','','auto'),(610,'litespeed.conf.debug','','auto'),(611,'litespeed.conf.debug-ips','[\"127.0.0.1\"]','auto'),(612,'litespeed.conf.debug-level','','auto'),(613,'litespeed.conf.debug-filesize','3','auto'),(614,'litespeed.conf.debug-cookie','','auto'),(615,'litespeed.conf.debug-collapse_qs','','auto'),(616,'litespeed.conf.debug-inc','[]','auto'),(617,'litespeed.conf.debug-exc','[]','auto'),(618,'litespeed.conf.debug-exc_strings','[]','auto'),(619,'litespeed.conf.db_optm-revisions_max','0','auto'),(620,'litespeed.conf.db_optm-revisions_age','0','auto'),(621,'litespeed.conf.optm-css_min','','auto'),(622,'litespeed.conf.optm-css_comb','','auto'),(623,'litespeed.conf.optm-css_comb_ext_inl','1','auto'),(624,'litespeed.conf.optm-ucss','','auto'),(625,'litespeed.conf.optm-ucss_inline','','auto'),(626,'litespeed.conf.optm-ucss_whitelist','[]','auto'),(627,'litespeed.conf.optm-ucss_file_exc_inline','[]','auto'),(628,'litespeed.conf.optm-ucss_exc','[]','auto'),(629,'litespeed.conf.optm-css_exc','[]','auto'),(630,'litespeed.conf.optm-js_min','','auto'),(631,'litespeed.conf.optm-js_comb','','auto'),(632,'litespeed.conf.optm-js_comb_ext_inl','1','auto'),(633,'litespeed.conf.optm-js_delay_inc','[]','auto'),(634,'litespeed.conf.optm-js_exc','[\"jquery.js\",\"jquery.min.js\"]','auto'),(635,'litespeed.conf.optm-html_min','','auto'),(636,'litespeed.conf.optm-html_lazy','[]','auto'),(637,'litespeed.conf.optm-html_skip_comment','[]','auto'),(638,'litespeed.conf.optm-qs_rm','','auto'),(639,'litespeed.conf.optm-ggfonts_rm','','auto'),(640,'litespeed.conf.optm-css_async','','auto'),(641,'litespeed.conf.optm-ccss_per_url','','auto'),(642,'litespeed.conf.optm-ccss_sep_posttype','[\"page\"]','auto'),(643,'litespeed.conf.optm-ccss_sep_uri','[]','auto'),(644,'litespeed.conf.optm-css_async_inline','1','auto'),(645,'litespeed.conf.optm-css_font_display','','auto'),(646,'litespeed.conf.optm-js_defer','','auto'),(647,'litespeed.conf.optm-emoji_rm','','auto'),(648,'litespeed.conf.optm-noscript_rm','','auto'),(649,'litespeed.conf.optm-ggfonts_async','','auto'),(650,'litespeed.conf.optm-exc_roles','[]','auto'),(651,'litespeed.conf.optm-ccss_con','','auto'),(652,'litespeed.conf.optm-js_defer_exc','[\"jquery.js\",\"jquery.min.js\",\"gtm.js\",\"analytics.js\"]','auto'),(653,'litespeed.conf.optm-gm_js_exc','[]','auto'),(654,'litespeed.conf.optm-dns_prefetch','[]','auto'),(655,'litespeed.conf.optm-dns_prefetch_ctrl','','auto'),(656,'litespeed.conf.optm-dns_preconnect','[]','auto'),(657,'litespeed.conf.optm-exc','[]','auto'),(658,'litespeed.conf.optm-guest_only','1','auto'),(659,'litespeed.conf.object','','auto'),(660,'litespeed.conf.object-kind','','auto'),(661,'litespeed.conf.object-host','localhost','auto'),(662,'litespeed.conf.object-port','11211','auto'),(663,'litespeed.conf.object-life','360','auto'),(664,'litespeed.conf.object-persistent','1','auto'),(665,'litespeed.conf.object-admin','1','auto'),(666,'litespeed.conf.object-transients','1','auto'),(667,'litespeed.conf.object-db_id','0','auto'),(668,'litespeed.conf.object-user','','auto'),(669,'litespeed.conf.object-pswd','','auto'),(670,'litespeed.conf.object-global_groups','[\"users\",\"userlogins\",\"useremail\",\"userslugs\",\"usermeta\",\"user_meta\",\"site-transient\",\"site-options\",\"site-lookup\",\"site-details\",\"blog-lookup\",\"blog-details\",\"blog-id-cache\",\"rss\",\"global-posts\",\"global-cache-test\"]','auto'),(671,'litespeed.conf.object-non_persistent_groups','[\"comment\",\"counts\",\"plugins\",\"wc_session_id\"]','auto'),(672,'litespeed.conf.discuss-avatar_cache','','auto'),(673,'litespeed.conf.discuss-avatar_cron','','auto'),(674,'litespeed.conf.discuss-avatar_cache_ttl','604800','auto'),(675,'litespeed.conf.optm-localize','','auto'),(676,'litespeed.conf.optm-localize_domains','[\"### Popular scripts ###\",\"https:\\/\\/platform.twitter.com\\/widgets.js\",\"https:\\/\\/connect.facebook.net\\/en_US\\/fbevents.js\"]','auto'),(677,'litespeed.conf.media-lazy','','auto'),(678,'litespeed.conf.media-lazy_placeholder','','auto'),(679,'litespeed.conf.media-placeholder_resp','','auto'),(680,'litespeed.conf.media-placeholder_resp_color','#cfd4db','auto'),(681,'litespeed.conf.media-placeholder_resp_svg','<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"{width}\" height=\"{height}\" viewBox=\"0 0 {width} {height}\"><rect width=\"100%\" height=\"100%\" style=\"fill:{color};fill-opacity: 0.1;\"/></svg>','auto'),(682,'litespeed.conf.media-lqip','','auto'),(683,'litespeed.conf.media-lqip_qual','4','auto'),(684,'litespeed.conf.media-lqip_min_w','150','auto'),(685,'litespeed.conf.media-lqip_min_h','150','auto'),(686,'litespeed.conf.media-placeholder_resp_async','1','auto'),(687,'litespeed.conf.media-iframe_lazy','','auto'),(688,'litespeed.conf.media-add_missing_sizes','','auto'),(689,'litespeed.conf.media-lazy_exc','[]','auto'),(690,'litespeed.conf.media-lazy_cls_exc','[\"wmu-preview-img\"]','auto'),(691,'litespeed.conf.media-lazy_parent_cls_exc','[]','auto'),(692,'litespeed.conf.media-iframe_lazy_cls_exc','[]','auto'),(693,'litespeed.conf.media-iframe_lazy_parent_cls_exc','[]','auto'),(694,'litespeed.conf.media-lazy_uri_exc','[]','auto'),(695,'litespeed.conf.media-lqip_exc','[]','auto'),(696,'litespeed.conf.media-vpi','','auto'),(697,'litespeed.conf.media-vpi_cron','','auto'),(698,'litespeed.conf.img_optm-auto','','auto'),(699,'litespeed.conf.img_optm-cron','1','auto'),(700,'litespeed.conf.img_optm-ori','1','auto'),(701,'litespeed.conf.img_optm-rm_bkup','','auto'),(702,'litespeed.conf.img_optm-webp','','auto'),(703,'litespeed.conf.img_optm-lossless','','auto'),(704,'litespeed.conf.img_optm-exif','1','auto'),(705,'litespeed.conf.img_optm-webp_attr','[\"img.src\",\"div.data-thumb\",\"img.data-src\",\"img.data-lazyload\",\"div.data-large_image\",\"img.retina_logo_url\",\"div.data-parallax-image\",\"div.data-vc-parallax-image\",\"video.poster\"]','auto'),(706,'litespeed.conf.img_optm-webp_replace_srcset','','auto'),(707,'litespeed.conf.img_optm-jpg_quality','82','auto'),(708,'litespeed.conf.crawler','','auto'),(709,'litespeed.conf.crawler-usleep','500','auto'),(710,'litespeed.conf.crawler-run_duration','400','auto'),(711,'litespeed.conf.crawler-run_interval','600','auto'),(712,'litespeed.conf.crawler-crawl_interval','302400','auto'),(713,'litespeed.conf.crawler-threads','3','auto'),(714,'litespeed.conf.crawler-timeout','30','auto'),(715,'litespeed.conf.crawler-load_limit','1','auto'),(716,'litespeed.conf.crawler-sitemap','','auto'),(717,'litespeed.conf.crawler-drop_domain','1','auto'),(718,'litespeed.conf.crawler-map_timeout','120','auto'),(719,'litespeed.conf.crawler-roles','[]','auto'),(720,'litespeed.conf.crawler-cookies','[]','auto'),(721,'litespeed.conf.misc-heartbeat_front','','auto'),(722,'litespeed.conf.misc-heartbeat_front_ttl','60','auto'),(723,'litespeed.conf.misc-heartbeat_back','','auto'),(724,'litespeed.conf.misc-heartbeat_back_ttl','60','auto'),(725,'litespeed.conf.misc-heartbeat_editor','','auto'),(726,'litespeed.conf.misc-heartbeat_editor_ttl','15','auto'),(727,'litespeed.conf.cdn','','auto'),(728,'litespeed.conf.cdn-ori','[]','auto'),(729,'litespeed.conf.cdn-ori_dir','[\"wp-content\",\"wp-includes\"]','auto'),(730,'litespeed.conf.cdn-exc','[]','auto'),(731,'litespeed.conf.cdn-quic','','auto'),(732,'litespeed.conf.cdn-cloudflare','','auto'),(733,'litespeed.conf.cdn-cloudflare_email','','auto'),(734,'litespeed.conf.cdn-cloudflare_key','','auto'),(735,'litespeed.conf.cdn-cloudflare_name','','auto'),(736,'litespeed.conf.cdn-cloudflare_zone','','auto'),(737,'litespeed.conf.cdn-mapping','[{\"url\":\"\",\"inc_img\":\"1\",\"inc_css\":\"1\",\"inc_js\":\"1\",\"filetype\":[\".aac\",\".css\",\".eot\",\".gif\",\".jpeg\",\".jpg\",\".js\",\".less\",\".mp3\",\".mp4\",\".ogg\",\".otf\",\".pdf\",\".png\",\".svg\",\".ttf\",\".webp\",\".woff\",\".woff2\"]}]','auto'),(738,'litespeed.conf.cdn-attr','[\".src\",\".data-src\",\".href\",\".poster\",\"source.srcset\"]','auto'),(739,'litespeed.conf.qc-token','','auto'),(740,'litespeed.conf.qc-nameservers','','auto'),(744,'wpum_setup_is_complete','1','auto'),(747,'xoo-aff-easy-login-woocommerce-general-options','a:17:{i:0;b:0;s:12:\"s-show-icons\";s:3:\"yes\";s:11:\"s-icon-size\";s:2:\"14\";s:12:\"s-icon-width\";s:2:\"40\";s:14:\"s-icon-bgcolor\";s:5:\" #eee\";s:12:\"s-icon-color\";s:4:\"#555\";s:15:\"s-icon-borcolor\";s:7:\"#cccccc\";s:15:\"s-icon-borwidth\";s:1:\"1\";s:15:\"s-field-bmargin\";s:2:\"30\";s:14:\"s-input-height\";s:2:\"50\";s:15:\"s-input-bgcolor\";s:4:\"#fff\";s:16:\"s-input-txtcolor\";s:4:\"#777\";s:16:\"s-input-borcolor\";s:7:\"#cccccc\";s:16:\"s-input-borwidth\";s:1:\"1\";s:20:\"s-input-focusbgcolor\";s:7:\"#ededed\";s:21:\"s-input-focustxtcolor\";s:4:\"#000\";s:14:\"s-show-reqicon\";s:2:\"no\";}','auto'),(750,'xoo_aff_easy_login_woocommerce_fields','{\"xoo_el_reg_username\":{\"field_type\":\"xoo_el_reg_username\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"xoo_el_reg_username\",\"required\":\"yes\",\"active\":\"no\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-user-plus\",\"placeholder\":\"Username\",\"minlength\":3,\"maxlength\":20,\"class\":\"\"},\"priority\":20},\"xoo_el_reg_userrole\":{\"field_type\":\"xoo_el_reg_userrole\",\"input_type\":\"select_list\",\"settings\":{\"unique_id\":\"xoo_el_reg_userrole\",\"required\":\"yes\",\"active\":\"no\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"far fa-user\",\"use_select2\":\"no\",\"placeholder\":\"User Role\",\"select_list\":{\"editor\":{\"label\":\"Editor\",\"value\":\"editor\",\"checked\":\"\"},\"author\":{\"label\":\"Author\",\"value\":\"author\",\"checked\":\"\"},\"contributor\":{\"label\":\"Contributor\",\"value\":\"contributor\",\"checked\":\"\"},\"subscriber\":{\"label\":\"Subscriber\",\"value\":\"subscriber\",\"checked\":\"\"},\"employer\":{\"label\":\"Employer\",\"value\":\"employer\",\"checked\":\"\"},\"pending_users\":{\"label\":\"Pending\",\"value\":\"pending_users\",\"checked\":\"\"}},\"class\":\"\"},\"priority\":30},\"xoo_el_reg_email\":{\"field_type\":\"xoo_el_reg_email\",\"input_type\":\"email\",\"settings\":{\"unique_id\":\"xoo_el_reg_email\",\"active\":\"yes\",\"required\":\"yes\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-at\",\"placeholder\":\"Email\",\"class\":\"\"},\"priority\":30},\"xoo_el_reg_fname\":{\"field_type\":\"xoo_el_reg_fname\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"xoo_el_reg_fname\",\"active\":\"yes\",\"required\":\"yes\",\"label\":\"\",\"cols\":\"onehalf\",\"icon\":\"far fa-user\",\"placeholder\":\"First Name\",\"minlength\":\"\",\"maxlength\":\"\",\"class\":\"\"},\"priority\":40},\"xoo_el_reg_lname\":{\"field_type\":\"xoo_el_reg_lname\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"xoo_el_reg_lname\",\"active\":\"yes\",\"required\":\"yes\",\"label\":\"\",\"cols\":\"onehalf\",\"icon\":\"far fa-user\",\"placeholder\":\"Last Name\",\"minlength\":\"\",\"maxlength\":\"\",\"class\":\"\"},\"priority\":50},\"xoo_el_reg_pass\":{\"field_type\":\"xoo_el_reg_pass\",\"input_type\":\"password\",\"settings\":{\"required\":\"yes\",\"unique_id\":\"xoo_el_reg_pass\",\"active\":\"yes\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-key\",\"placeholder\":\"Password\",\"minlength\":6,\"maxlength\":20,\"password_visibility\":\"yes\",\"class\":\"\"},\"priority\":60},\"xoo_el_reg_pass_again\":{\"field_type\":\"xoo_el_reg_pass_again\",\"input_type\":\"password\",\"settings\":{\"required\":\"yes\",\"unique_id\":\"xoo_el_reg_pass_again\",\"active\":\"yes\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-key\",\"placeholder\":\"Confirm Password\",\"password_visibility\":\"yes\",\"class\":\"\"},\"priority\":70},\"xoo_el_reg_terms\":{\"field_type\":\"xoo_el_reg_terms\",\"input_type\":\"checkbox_single\",\"settings\":{\"unique_id\":\"xoo_el_reg_terms\",\"active\":\"yes\",\"required\":\"yes\",\"label\":\"\",\"placeholder\":\"The Terms and Conditions\",\"cols\":\"one\",\"checkbox_single\":{\"yes\":{\"value\":\"yes\",\"label\":\"I accept the <a href=\\\"privacy-policy\\\" target=\\\"_blank\\\"> Terms of Service and Privacy Policy <\\/a>\",\"checked\":false}},\"class\":\"\"},\"priority\":80},\"xoo-el-sing-user\":{\"field_type\":\"xoo-el-sing-user\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"xoo-el-sing-user\",\"required\":\"yes\",\"active\":\"yes\",\"elType\":\"single\",\"autocomplete\":\"username\",\"xoo_el_username\":\"yes\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-user-plus\",\"placeholder\":\"Username \\/ Email\",\"class\":\"\"},\"priority\":990},\"xoo-el-username\":{\"field_type\":\"xoo-el-username\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"xoo-el-username\",\"required\":\"yes\",\"active\":\"yes\",\"elType\":\"login\",\"autocomplete\":\"username\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-user-plus\",\"placeholder\":\"Username \\/ Email\",\"class\":\"\"},\"priority\":1000},\"xoo-el-password\":{\"field_type\":\"xoo-el-password\",\"input_type\":\"password\",\"settings\":{\"required\":\"yes\",\"unique_id\":\"xoo-el-password\",\"elType\":\"login\",\"autocomplete\":\"current-password\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-key\",\"placeholder\":\"Password\",\"password_visibility\":\"yes\",\"class\":\"\"},\"priority\":1010},\"xoo-el-rp-pass\":{\"field_type\":\"xoo-el-rp-pass\",\"input_type\":\"password\",\"settings\":{\"required\":\"yes\",\"unique_id\":\"xoo-el-rp-pass\",\"elType\":\"resetpw\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-key\",\"placeholder\":\"New Password\",\"minlength\":6,\"maxlength\":20,\"password_visibility\":\"yes\",\"class\":\"\"},\"priority\":1020},\"xoo-el-rp-pass-again\":{\"field_type\":\"xoo-el-rp-pass-again\",\"input_type\":\"password\",\"settings\":{\"required\":\"yes\",\"unique_id\":\"xoo-el-rp-pass-again\",\"elType\":\"resetpw\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-key\",\"placeholder\":\"Confirm Password\",\"password_visibility\":\"yes\",\"class\":\"\"},\"priority\":1030},\"user_login\":{\"field_type\":\"user_login\",\"input_type\":\"text\",\"settings\":{\"unique_id\":\"user_login\",\"required\":\"yes\",\"active\":\"yes\",\"elType\":\"lostpw\",\"label\":\"\",\"cols\":\"one\",\"icon\":\"fas fa-user-plus\",\"placeholder\":\"Username \\/ Email\",\"class\":\"\"},\"priority\":1040}}','auto'),(751,'xoo-el-version','2.8.8','auto'),(754,'xoo_easy-login-woocommerce_theme_templates_data','a:3:{s:12:\"has_outdated\";s:2:\"no\";s:9:\"templates\";a:0:{}s:12:\"last_scanned\";i:1744841300;}','auto'),(756,'widget_wpum_login_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(759,'widget_wpum_password_recovery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(761,'widget_wpum_recently_registered_users','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(762,'widget_wpum_registration_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(764,'widget_widget_recent_jobs','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(765,'widget_widget_featured_jobs','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(766,'xoo_aff_easy-login-woocommerce_version','2.0.3','auto'),(768,'xoo-el-av-options','a:4:{s:12:\"m-custom-css\";s:0:\"\";s:11:\"m-error-log\";s:3:\"yes\";s:13:\"m-login-class\";s:0:\"\";s:16:\"m-register-class\";s:0:\"\";}','auto'),(769,'xoo-el-gl-options','a:26:{s:8:\"m-en-reg\";s:3:\"yes\";s:11:\"m-user-role\";s:10:\"subscriber\";s:12:\"m-auto-login\";s:2:\"no\";s:10:\"m-reset-pw\";s:3:\"yes\";s:14:\"m-form-pattern\";s:8:\"separate\";s:13:\"m-nav-pattern\";s:4:\"tabs\";s:11:\"m-red-login\";s:0:\"\";s:14:\"m-red-register\";s:0:\"\";s:12:\"m-red-logout\";s:0:\"\";s:12:\"m-ep-success\";s:3:\"yes\";s:11:\"popup-forms\";a:3:{i:0;s:0:\"\";i:1;s:5:\"login\";i:2;s:8:\"register\";}s:11:\"popup-force\";s:2:\"no\";s:9:\"ao-enable\";s:2:\"no\";s:15:\"ao-default-form\";s:5:\"login\";s:7:\"ao-once\";s:2:\"no\";s:8:\"ao-pages\";s:0:\"\";s:8:\"ao-delay\";s:3:\"500\";s:13:\"txt-tab-login\";s:5:\"Login\";s:11:\"txt-tab-reg\";s:7:\"Sign Up\";s:13:\"txt-btn-login\";s:7:\"Sign in\";s:11:\"txt-btn-reg\";s:7:\"Sign Up\";s:13:\"txt-btn-respw\";s:16:\"Email Reset Link\";s:13:\"txt-sing-head\";s:17:\"Welcome to LitCaf\";s:15:\"txt-sing-subtxt\";s:34:\"Log in or sign up with your email.\";s:14:\"txt-btn-single\";s:8:\"Continue\";s:4:\"fake\";s:0:\"\";}','auto'),(770,'xoo-el-sy-options','a:26:{s:11:\"sy-head-img\";s:0:\"\";s:13:\"sy-btns-theme\";s:6:\"custom\";s:14:\"sy-btn-bgcolor\";s:7:\"#000000\";s:15:\"sy-btn-txtcolor\";s:7:\"#ffffff\";s:13:\"sy-btn-border\";s:17:\"2px solid #000000\";s:13:\"sy-btn-height\";s:2:\"40\";s:14:\"sy-popup-style\";s:5:\"popup\";s:12:\"sy-popup-pos\";s:6:\"middle\";s:14:\"sy-popup-width\";s:3:\"800\";s:20:\"sy-popup-height-type\";s:6:\"custom\";s:15:\"sy-popup-height\";s:3:\"650\";s:16:\"sy-popup-padding\";s:9:\"40px 30px\";s:16:\"sy-popup-bgcolor\";s:7:\"#ffffff\";s:17:\"sy-popup-txtcolor\";s:7:\"#000000\";s:14:\"sy-sidebar-img\";s:91:\"http://litcaf.com/wp-content/plugins/easy-login-woocommerce/assets/images/popup-sidebar.jpg\";s:14:\"sy-sidebar-pos\";s:4:\"left\";s:16:\"sy-sidebar-width\";s:2:\"40\";s:16:\"sy-overlay-color\";s:7:\"#000000\";s:15:\"sy-overlay-opac\";s:3:\"0.7\";s:14:\"sy-tab-bgcolor\";s:7:\"#eeeeee\";s:15:\"sy-tab-txtcolor\";s:7:\"#000000\";s:15:\"sy-taba-bgcolor\";s:7:\"#000000\";s:16:\"sy-taba-txtcolor\";s:7:\"#ffffff\";s:12:\"sy-tab-fsize\";s:2:\"16\";s:14:\"sy-tab-padding\";s:9:\"12px 20px\";s:4:\"fake\";s:0:\"\";}','auto'),(773,'job_manager_date_format','relative','auto'),(775,'job_manager_google_maps_api_key','','auto'),(776,'job_manager_delete_data_on_uninstall','0','auto'),(777,'job_manager_bypass_trash_on_uninstall','0','auto'),(778,'job_manager_usage_tracking_enabled','0','auto'),(779,'job_manager_per_page','10','auto'),(780,'job_manager_job_listing_pagination_type','load_more','auto'),(781,'job_manager_hide_filled_positions','0','auto'),(782,'job_manager_hide_expired','0','auto'),(783,'job_manager_hide_expired_content','1','auto'),(784,'job_manager_enable_categories','0','auto'),(785,'job_manager_enable_default_category_multiselect','0','auto'),(786,'job_manager_category_filter_type','any','auto'),(787,'job_manager_enable_types','1','auto'),(788,'job_manager_multi_job_type','0','auto'),(789,'job_manager_enable_remote_position','1','auto'),(790,'job_manager_enable_salary','0','auto'),(792,'job_manager_enable_salary_currency','0','auto'),(795,'job_manager_default_salary_currency','USD','auto'),(798,'job_manager_enable_salary_unit','0','auto'),(799,'job_manager_default_salary_unit','YEAR','auto'),(800,'job_manager_display_location_address','0','auto'),(801,'job_manager_strip_job_description_shortcodes','0','auto'),(803,'job_manager_user_requires_account','1','auto'),(804,'job_manager_enable_registration','0','auto'),(807,'job_manager_enable_scheduled_listings','0','auto'),(809,'job_manager_generate_username_from_email','1','auto'),(813,'job_manager_use_standard_password_setup_email','1','auto'),(816,'job_manager_registration_role','employer','auto'),(819,'job_manager_submission_requires_approval','1','auto'),(821,'job_manager_user_can_edit_pending_submissions','0','auto'),(823,'job_manager_user_edit_published_submissions','yes','auto'),(826,'job_manager_submission_duration','30','auto'),(827,'job_manager_renewal_days','5','auto'),(829,'job_manager_submission_limit','','auto'),(831,'job_manager_allowed_application_method','','auto'),(833,'job_manager_show_agreement_job_submission','0','auto'),(834,'job_manager_recaptcha_label','Are you human?','auto'),(837,'job_manager_recaptcha_version','v2','auto'),(839,'job_manager_recaptcha_site_key','','auto'),(841,'job_manager_recaptcha_secret_key','','auto'),(842,'job_manager_enable_recaptcha_job_submission','0','auto'),(844,'job_manager_submit_job_form_page_id','','auto'),(847,'job_manager_job_dashboard_page_id','','auto'),(850,'job_manager_jobs_page_id','','auto'),(852,'job_manager_terms_and_conditions_page_id','','auto'),(855,'job_manager_browse_job_listings_capability','a:0:{}','auto'),(858,'job_manager_view_job_listing_capability','a:0:{}','auto'),(860,'job_manager_email_admin_new_job','a:3:{s:7:\"enabled\";s:1:\"1\";s:8:\"email_to\";s:0:\"\";s:10:\"plain_text\";s:1:\"0\";}','auto'),(861,'job_manager_email_admin_updated_job','a:3:{s:7:\"enabled\";s:1:\"1\";s:8:\"email_to\";s:0:\"\";s:10:\"plain_text\";s:1:\"0\";}','auto'),(863,'job_manager_email_admin_expiring_job','a:4:{s:7:\"enabled\";s:1:\"0\";s:8:\"email_to\";s:0:\"\";s:10:\"plain_text\";s:1:\"0\";s:18:\"notice_period_days\";s:1:\"1\";}','auto'),(864,'job_manager_email_employer_expiring_job','a:3:{s:7:\"enabled\";s:1:\"0\";s:10:\"plain_text\";s:1:\"0\";s:18:\"notice_period_days\";s:1:\"1\";}','auto'),(865,'litespeed.gui.lscwp_whm_install','-1','auto'),(866,'litespeed.gui.dismiss','-1','auto'),(867,'litespeed.gui._summary','{\"new_version\":1726800584,\"score\":1727405384}','auto'),(874,'litespeed.data.upgrading','-1','auto'),(875,'litespeed.admin_display.messages','[\"<div class=\\\"litespeed_icon notice notice-success is-dismissible\\\"><p>Purged all caches successfully.<\\/p><\\/div>\"]','auto'),(878,'litespeed.optimize.timestamp_purge_css','1745631548','auto'),(880,'bp-deactivated-components','a:0:{}','auto'),(881,'bp-xprofile-base-group-name','Base','auto'),(882,'bp-xprofile-fullname-field-name','Name','auto'),(883,'bp-blogs-first-install','','auto'),(884,'bp-disable-profile-sync','','auto'),(885,'hide-loggedout-adminbar','','auto'),(886,'bp-disable-avatar-uploads','','auto'),(887,'bp-disable-cover-image-uploads','','auto'),(888,'bp-disable-group-avatar-uploads','','auto'),(889,'bp-disable-group-cover-image-uploads','','auto'),(890,'bp-disable-group-activity-deletions','','auto'),(891,'bp-disable-account-deletion','','auto'),(892,'bp-disable-blogforum-comments','1','auto'),(893,'_bp_theme_package_id','nouveau','auto'),(894,'bp-emails-unsubscribe-salt','WDdhVE9iJnRkXyZbWzJ0RmZSczMjLFpkKUhkM0M6YEpSIzJWbDcjVSBDRFYrdzJVPTl+S3xEZiNQM2RydW1UZg==','auto'),(895,'_bp_community_visibility','a:1:{s:6:\"global\";s:6:\"anyone\";}','auto'),(896,'bp_restrict_group_creation','','auto'),(897,'_bp_enable_akismet','1','auto'),(898,'_bp_enable_heartbeat_refresh','1','auto'),(899,'_bp_ignore_deprecated_code','1','auto'),(904,'_bp_initial_major_version','14.0','auto'),(905,'bp-active-components','a:5:{s:8:\"activity\";i:1;s:7:\"members\";i:1;s:8:\"settings\";i:1;s:8:\"xprofile\";i:1;s:13:\"notifications\";i:1;}','auto'),(906,'bp-pages','a:4:{s:8:\"activity\";i:23700;s:7:\"members\";i:23702;s:8:\"register\";i:23703;s:8:\"activate\";i:23704;}','auto'),(908,'_bp_db_version','13906','auto'),(917,'rewrite_rules','a:228:{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:13:\"register-2/?$\";s:23:\"index.php?bp_register=1\";s:19:\"activate/([^/]+)/?$\";s:51:\"index.php?bp_activate=1&bp_activate_key=$matches[1]\";s:11:\"activate/?$\";s:23:\"index.php?bp_activate=1\";s:23:\"members/type/([^/]+)/?$\";s:50:\"index.php?bp_members=1&bp_members_type=$matches[1]\";s:40:\"members/([^/]+)/([^/]+)/([^/]+)/(.+?)/?$\";s:144:\"index.php?bp_members=1&bp_member=$matches[1]&bp_member_component=$matches[2]&bp_member_action=$matches[3]&bp_member_action_variables=$matches[4]\";s:34:\"members/([^/]+)/([^/]+)/([^/]+)/?$\";s:105:\"index.php?bp_members=1&bp_member=$matches[1]&bp_member_component=$matches[2]&bp_member_action=$matches[3]\";s:26:\"members/([^/]+)/([^/]+)/?$\";s:76:\"index.php?bp_members=1&bp_member=$matches[1]&bp_member_component=$matches[2]\";s:18:\"members/([^/]+)/?$\";s:44:\"index.php?bp_members=1&bp_member=$matches[1]\";s:10:\"members/?$\";s:22:\"index.php?bp_members=1\";s:25:\"activity/([^/]+)/(.+?)/?$\";s:97:\"index.php?bp_activities=1&bp_activity_action=$matches[1]&bp_activity_action_variables=$matches[2]\";s:19:\"activity/([^/]+)/?$\";s:56:\"index.php?bp_activities=1&bp_activity_action=$matches[1]\";s:11:\"activity/?$\";s:25:\"index.php?bp_activities=1\";s:18:\"^profile/([^/]*)/?\";s:39:\"index.php?page_id=23783&who=$matches[1]\";s:11:\"^profile/?$\";s:23:\"index.php?page_id=23783\";s:17:\"jm-ajax/([^/]*)/?\";s:29:\"index.php?jm-ajax=$matches[1]\";s:27:\"index.php/jm-ajax/([^/]*)/?\";s:29:\"index.php?jm-ajax=$matches[1]\";s:12:\"^c/([^/]*)/?\";s:54:\"index.php?pagename=card-display&card_token=$matches[1]\";s:66:\"project-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:55:\"index.php?project-category=$matches[1]&feed=$matches[2]\";s:61:\"project-category/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:55:\"index.php?project-category=$matches[1]&feed=$matches[2]\";s:33:\"project-category/([^/]+)/embed/?$\";s:49:\"index.php?project-category=$matches[1]&embed=true\";s:45:\"project-category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project-category=$matches[1]&paged=$matches[2]\";s:27:\"project-category/([^/]+)/?$\";s:38:\"index.php?project-category=$matches[1]\";s:34:\"wpcode/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"wpcode/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"wpcode/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"wpcode/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"wpcode/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"wpcode/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"wpcode/([^/]+)/embed/?$\";s:39:\"index.php?wpcode=$matches[1]&embed=true\";s:27:\"wpcode/([^/]+)/trackback/?$\";s:33:\"index.php?wpcode=$matches[1]&tb=1\";s:35:\"wpcode/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&paged=$matches[2]\";s:42:\"wpcode/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?wpcode=$matches[1]&cpage=$matches[2]\";s:31:\"wpcode/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?wpcode=$matches[1]&page=$matches[2]\";s:23:\"wpcode/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"wpcode/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"wpcode/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"wpcode/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"wpcode/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"wpcode/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"wpcode_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:56:\"wpcode_type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?taxonomy=wpcode_type&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_type/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_type&term=$matches[1]&embed=true\";s:40:\"wpcode_type/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_type&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_type/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_type&term=$matches[1]\";s:65:\"wpcode_location/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:60:\"wpcode_location/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:68:\"index.php?taxonomy=wpcode_location&term=$matches[1]&feed=$matches[2]\";s:32:\"wpcode_location/([^/]+)/embed/?$\";s:62:\"index.php?taxonomy=wpcode_location&term=$matches[1]&embed=true\";s:44:\"wpcode_location/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?taxonomy=wpcode_location&term=$matches[1]&paged=$matches[2]\";s:26:\"wpcode_location/([^/]+)/?$\";s:51:\"index.php?taxonomy=wpcode_location&term=$matches[1]\";s:61:\"wpcode_tags/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:56:\"wpcode_tags/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:64:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&feed=$matches[2]\";s:28:\"wpcode_tags/([^/]+)/embed/?$\";s:58:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&embed=true\";s:40:\"wpcode_tags/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?taxonomy=wpcode_tags&term=$matches[1]&paged=$matches[2]\";s:22:\"wpcode_tags/([^/]+)/?$\";s:47:\"index.php?taxonomy=wpcode_tags&term=$matches[1]\";s:56:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"category/(.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:48:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:54:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:49:\"type/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";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:31:\"job/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"job/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"job/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"job/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"job/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:20:\"job/([^/]+)/embed/?$\";s:44:\"index.php?job_listing=$matches[1]&embed=true\";s:24:\"job/([^/]+)/trackback/?$\";s:38:\"index.php?job_listing=$matches[1]&tb=1\";s:32:\"job/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?job_listing=$matches[1]&paged=$matches[2]\";s:39:\"job/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?job_listing=$matches[1]&cpage=$matches[2]\";s:28:\"job/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?job_listing=$matches[1]&page=$matches[2]\";s:20:\"job/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:30:\"job/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"job/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"job/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:45:\"job/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:26:\"job/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"job_guest_user/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"job_guest_user/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"job_guest_user/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"job_guest_user/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"job_guest_user/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"job_guest_user/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"job_guest_user/([^/]+)/embed/?$\";s:47:\"index.php?job_guest_user=$matches[1]&embed=true\";s:35:\"job_guest_user/([^/]+)/trackback/?$\";s:41:\"index.php?job_guest_user=$matches[1]&tb=1\";s:43:\"job_guest_user/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?job_guest_user=$matches[1]&paged=$matches[2]\";s:50:\"job_guest_user/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?job_guest_user=$matches[1]&cpage=$matches[2]\";s:39:\"job_guest_user/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?job_guest_user=$matches[1]&page=$matches[2]\";s:31:\"job_guest_user/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"job_guest_user/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"job_guest_user/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"job_guest_user/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"job_guest_user/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"job_guest_user/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"wpum_directory/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"wpum_directory/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:81:\"wpum_directory/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:76:\"wpum_directory/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"wpum_directory/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"wpum_directory/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"wpum_directory/([^/]+)/embed/?$\";s:47:\"index.php?wpum_directory=$matches[1]&embed=true\";s:35:\"wpum_directory/([^/]+)/trackback/?$\";s:41:\"index.php?wpum_directory=$matches[1]&tb=1\";s:43:\"wpum_directory/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?wpum_directory=$matches[1]&paged=$matches[2]\";s:50:\"wpum_directory/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?wpum_directory=$matches[1]&cpage=$matches[2]\";s:39:\"wpum_directory/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?wpum_directory=$matches[1]&page=$matches[2]\";s:31:\"wpum_directory/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"wpum_directory/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"wpum_directory/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"wpum_directory/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"wpum_directory/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"wpum_directory/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"members/([1]{1,})/page/?([0-9]{1,})/?$\";s:50:\"index.php?bp_members=$matches[1]&paged=$matches[2]\";s:20:\"members/([1]{1,})/?$\";s:32:\"index.php?bp_members=$matches[1]\";s:41:\"register-2/([1]{1,})/page/?([0-9]{1,})/?$\";s:51:\"index.php?bp_register=$matches[1]&paged=$matches[2]\";s:23:\"register-2/([1]{1,})/?$\";s:33:\"index.php?bp_register=$matches[1]\";s:39:\"activate/([1]{1,})/page/?([0-9]{1,})/?$\";s:51:\"index.php?bp_activate=$matches[1]&paged=$matches[2]\";s:21:\"activate/([1]{1,})/?$\";s:33:\"index.php?bp_activate=$matches[1]\";s:39:\"activity/([1]{1,})/page/?([0-9]{1,})/?$\";s:53:\"index.php?bp_activities=$matches[1]&paged=$matches[2]\";s:21:\"activity/([1]{1,})/?$\";s:35:\"index.php?bp_activities=$matches[1]\";s:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"portfolio/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"portfolio/([^/]+)/embed/?$\";s:42:\"index.php?portfolio=$matches[1]&embed=true\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:34:\"portfolio/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"portfolio/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";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|job_feed)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:36:\"(feed|rdf|rss|rss2|atom|job_feed)/?$\";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:42:\"index.php?&page_id=23918&cpage=$matches[1]\";s:50:\"comments/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:45:\"comments/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:53:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:48:\"search/(.+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:56:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:51:\"author/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:78:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";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|job_feed)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:65:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";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|job_feed)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:52:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:47:\"([0-9]{4})/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:97:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:92:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:86:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:81:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:86:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:81:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$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|job_feed)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";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|job_feed)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:44:\"(.?.+?)/(feed|rdf|rss|rss2|atom|job_feed)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','auto'),(926,'wp_calendar_block_has_published_posts','1','auto'),(931,'pp_version','2.6','off'),(932,'pp_contact_info','a:4:{s:8:\"facebook\";s:20:\"Facebook profile URL\";s:7:\"twitter\";s:19:\"Twitter profile URL\";s:8:\"linkedin\";s:20:\"LinkedIn profile URL\";s:6:\"google\";s:19:\"Google+ profile URL\";}','auto'),(933,'pp_extra_moderation','a:4:{s:21:\"blocked_error_message\";s:48:\"<strong>ERROR</strong>: This account is blocked.\";s:21:\"pending_error_message\";s:57:\"<strong>ERROR</strong>: This account is pending approval.\";s:20:\"notification_subject\";s:36:\"[LitCaf] New User Pending Moderation\";s:20:\"notification_content\";s:141:\"A new user is is waiting for your approval on your site LitCaf:\n\nUsername: {{username}}\nE-mail: {{email}}\n\nClick to approve: {{approval_url}}\";}','auto'),(934,'pp_settings_data','a:32:{s:15:\"set_log_out_url\";s:17:\"current_view_page\";s:18:\"set_login_redirect\";s:9:\"dashboard\";s:27:\"welcome_message_sender_name\";s:6:\"LitCaf\";s:28:\"welcome_message_sender_email\";s:24:\"mubarakolagoke@gmail.com\";s:20:\"welcome_message_type\";s:10:\"plain-text\";s:26:\"pp_welcome_message_subject\";s:17:\"Welcome To LitCaf\";s:28:\"pp_welcome_message_after_reg\";s:153:\"Welcome {{first_name}} {{last_name}} to LitCaf\n\nBelow is your Login details:\n\nUsername: {{username}}\nPassword: the password you registered with.\n\nCheers.\";s:26:\"password_reset_sender_name\";s:30:\"User Protection Dept. - LitCaf\";s:27:\"password_reset_sender_email\";s:18:\"noreply@litcaf.com\";s:19:\"password_reset_type\";s:10:\"text/plain\";s:22:\"password_reset_subject\";s:24:\"[LitCaf] Password Reset.\";s:22:\"password_reset_message\";s:244:\"Someone requested to reset the password for the following account:\n\nUsername: {{username}}\n\nIf this was a mistake, just ignore this email and nothing will happen.\n\nTo reset your password, click the link below:\n\n{{password_reset_link}}\n\n\nCheers.\";s:30:\"signup_admin_email_sender_name\";s:6:\"LitCaf\";s:31:\"signup_admin_email_sender_email\";s:18:\"noreply@litcaf.com\";s:23:\"signup_admin_email_type\";s:10:\"text/plain\";s:26:\"signup_admin_email_subject\";s:30:\"[LitCaf] New User Registration\";s:26:\"signup_admin_email_message\";s:97:\"New user registration on your site {{site_title}}:\n\nUsername: {{username}}\n\nEmail: {{user_email}}\";s:26:\"account_status_sender_name\";s:6:\"LitCaf\";s:27:\"account_status_sender_email\";s:18:\"noreply@litcaf.com\";s:19:\"account_status_type\";s:10:\"text/plain\";s:22:\"account_status_subject\";s:27:\"Account Status Notification\";s:31:\"account_status_approval_message\";s:102:\"Hi {{first_name}} {{last_name}}, your account with username \"{{username}}\" has been approved.\n\nCheers.\";s:30:\"account_status_pending_message\";s:131:\"Hi {{first_name}} {{last_name}}, your account is pending approval. You will receive a mail once your account is approved.\n\nRegards.\";s:28:\"account_status_block_message\";s:102:\"Hi {{first_name}} {{last_name}}, your account with username \"{{username}}\" has been blocked.\n\nRegards.\";s:30:\"account_status_unblock_message\";s:104:\"Hi {{first_name}} {{last_name}}, your account with username \"{{username}}\" has been unblocked.\n\nRegards.\";s:13:\"set_login_url\";i:23779;s:20:\"set_registration_url\";i:23780;s:21:\"edit_user_profile_url\";i:23781;s:21:\"set_lost_password_url\";i:23782;s:26:\"set_user_profile_shortcode\";i:23783;s:39:\"redirect_default_edit_profile_to_custom\";s:3:\"yes\";s:29:\"set_welcome_message_after_reg\";s:2:\"on\";}','auto'),(935,'pp_extra_passwordless','a:8:{s:11:\"sender_name\";s:6:\"LitCaf\";s:12:\"sender_email\";s:24:\"mubarakolagoke@gmail.com\";s:4:\"type\";s:10:\"text/plain\";s:7:\"subject\";s:24:\"One time login to LitCaf\";s:7:\"message\";s:93:\"Hi {{username}}, below is your one-time login url to LitCaf.\n\n{{passwordless_link}}\n\nRegards.\";s:7:\"expires\";i:10;s:15:\"success_message\";s:51:\"One-time login URL sent successfully to your email.\";s:13:\"invalid_error\";s:79:\"One-time login expired or invalid. <a href=\"http://litcaf.com\">Return home</a>.\";}','auto'),(936,'pp_plugin_activated','true','auto'),(937,'pp_db_ver','9','off'),(938,'widget_pp_tabbed_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(939,'widget_pp_user_panel_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(940,'widget_pp_login_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(941,'widget_pp_registration_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(942,'widget_pp_password_reset_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(943,'widget_pp_edit_profile_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(944,'widget_pp_melange_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(945,'pp_license_status','invalid','auto'),(1073,'widget_adwidget125_left','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1074,'widget_blogauthorinfo','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1075,'widget_flickr','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1076,'widget_comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1077,'widget_ad300','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1078,'widget_socialnetworks','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1079,'widget_facebook-like-widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1080,'widget_tmnf_featured_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1081,'widget_tmnf_tabs_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1084,'themnific_template','a:72:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:9:\"Main Logo\";s:4:\"desc\";s:179:\"Upload a logo for your theme, or specify the image address of your online logo. (http://yoursite.com/logo.png)<br/>\n					You need to use bigger logo, eg. theme demo uses 425x80px,\";s:2:\"id\";s:14:\"themnific_logo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:78:\"Upload a 16px x 16px Png/Gif image that will represent your website\'s favicon.\";s:2:\"id\";s:24:\"themnific_custom_favicon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:13:\"Tracking Code\";s:4:\"desc\";s:117:\"Paste your Google Analytics (or other) tracking code here. This will be added into the footer template of your theme.\";s:2:\"id\";s:26:\"themnific_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:2:{s:4:\"name\";s:14:\"General Layout\";s:4:\"type\";s:7:\"heading\";}i:5;a:5:{s:4:\"name\";s:17:\"Carousel Position\";s:4:\"desc\";s:42:\"Choose where you want to display carousel.\";s:2:\"id\";s:27:\"themnific_carousel_position\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:4:{s:4:\"pos1\";s:12:\"Above Header\";s:4:\"pos2\";s:12:\"Below Header\";s:4:\"pos3\";s:9:\"In Footer\";s:4:\"pos4\";s:16:\"Disable Carousel\";}}i:6;a:6:{s:4:\"name\";s:28:\"Carousel - Featured Category\";s:4:\"desc\";s:31:\"Select a category for carousel.\";s:2:\"id\";s:22:\"themnific_carousel_cat\";s:3:\"std\";s:18:\"Select a category:\";s:4:\"type\";s:6:\"select\";s:7:\"options\";a:2:{i:0;s:18:\"Select a category:\";i:1;s:13:\"Uncategorized\";}}i:7;a:5:{s:4:\"name\";s:26:\"Carousel - Number of posts\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:29:\"themnific_carousel_postnumber\";s:3:\"std\";s:2:\"15\";s:4:\"type\";s:4:\"text\";}i:8;a:5:{s:4:\"name\";s:44:\"Replace native gallery [gallery] with slider\";s:4:\"desc\";s:46:\"Tick to enable classic grid gallery as slider.\";s:2:\"id\";s:24:\"themnific_slider_gallery\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:5:{s:4:\"name\";s:29:\"Disable Footer Widget Section\";s:4:\"desc\";s:34:\"Check to disable widgets in footer\";s:2:\"id\";s:20:\"themnific_widget_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:10;a:2:{s:4:\"name\";s:16:\" Primary Styling\";s:4:\"type\";s:7:\"heading\";}i:11;a:5:{s:4:\"name\";s:23:\"General Text Font Style\";s:4:\"desc\";s:93:\"Select the typography used as general text. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:19:\"themnific_font_text\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"13\";s:4:\"face\";s:10:\"Droid Sans\";s:5:\"style\";s:3:\"400\";s:5:\"color\";s:4:\"#666\";}s:4:\"type\";s:10:\"typography\";}i:12;a:5:{s:4:\"name\";s:21:\"Body Background Color\";s:4:\"desc\";s:45:\"Pick a custom color for body background color\";s:2:\"id\";s:20:\"themnific_body_color\";s:3:\"std\";s:7:\"#f5f5f5\";s:4:\"type\";s:5:\"color\";}i:13;a:5:{s:4:\"name\";s:28:\"Alternative Background Color\";s:4:\"desc\";s:81:\"Pick a custom color for background color (Similar to \'Body Background Color\' !!!)\";s:2:\"id\";s:24:\"themnific_thi_body_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:14;a:5:{s:4:\"name\";s:10:\"Link Color\";s:4:\"desc\";s:30:\"Pick a custom color for links.\";s:2:\"id\";s:20:\"themnific_link_color\";s:3:\"std\";s:4:\"#333\";s:4:\"type\";s:5:\"color\";}i:15;a:5:{s:4:\"name\";s:11:\"Hover Color\";s:4:\"desc\";s:38:\"Pick a custom color for links (hover).\";s:2:\"id\";s:26:\"themnific_link_hover_color\";s:3:\"std\";s:7:\"#FF8400\";s:4:\"type\";s:5:\"color\";}i:16;a:5:{s:4:\"name\";s:7:\"Borders\";s:4:\"desc\";s:37:\"Pick a custom color for body borders.\";s:2:\"id\";s:22:\"themnific_border_color\";s:3:\"std\";s:7:\"#e3e3e3\";s:4:\"type\";s:5:\"color\";}i:17;a:2:{s:4:\"name\";s:17:\"Secondary Styling\";s:4:\"type\";s:7:\"heading\";}i:18;a:5:{s:4:\"name\";s:14:\"Elements Color\";s:4:\"desc\";s:71:\"Pick a custom color for background in \'Elements (Labels, Ribbons etc.),\";s:2:\"id\";s:24:\"themnific_for_body_color\";s:3:\"std\";s:7:\"#FFCC00\";s:4:\"type\";s:5:\"color\";}i:19;a:5:{s:4:\"name\";s:19:\"Elements Text Color\";s:4:\"desc\";s:54:\"Pick a custom color for texts and links in \'Elements\',\";s:2:\"id\";s:26:\"themnific_text_color_alter\";s:3:\"std\";s:4:\"#000\";s:4:\"type\";s:5:\"color\";}i:20;a:5:{s:4:\"name\";s:36:\"Footer & Post Label Background Color\";s:4:\"desc\";s:66:\"Pick a custom color for background in footer and in homepage posts\";s:2:\"id\";s:22:\"themnific_ser_bg_color\";s:3:\"std\";s:4:\"#333\";s:4:\"type\";s:5:\"color\";}i:21;a:5:{s:4:\"name\";s:30:\"Footer & Post Label Text Color\";s:4:\"desc\";s:70:\"Pick a custom color for links (hover) in footer and in homepage posts.\";s:2:\"id\";s:24:\"themnific_sec_text_color\";s:3:\"std\";s:4:\"#ccc\";s:4:\"type\";s:5:\"color\";}i:22;a:5:{s:4:\"name\";s:30:\"Footer & Post Label Link Color\";s:4:\"desc\";s:62:\"Pick a custom color for links in footer and in homepage posts.\";s:2:\"id\";s:24:\"themnific_sec_link_color\";s:3:\"std\";s:4:\"#fff\";s:4:\"type\";s:5:\"color\";}i:23;a:5:{s:4:\"name\";s:14:\"Footer Borders\";s:4:\"desc\";s:49:\"Pick a custom color for footer borders. e.g. #fff\";s:2:\"id\";s:26:\"themnific_border_color_sec\";s:3:\"std\";s:4:\"#444\";s:4:\"type\";s:5:\"color\";}i:24;a:2:{s:4:\"name\";s:13:\"Other Styling\";s:4:\"type\";s:7:\"heading\";}i:25;a:5:{s:4:\"name\";s:21:\"Navigation Font Style\";s:4:\"desc\";s:92:\"Select the typography for Main navigation. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:18:\"themnific_font_nav\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"12\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"600\";s:5:\"color\";s:4:\"#222\";}s:4:\"type\";s:10:\"typography\";}i:26;a:5:{s:4:\"name\";s:27:\"Navigation Background Color\";s:4:\"desc\";s:50:\"Pick a custom color for Main navigation background\";s:2:\"id\";s:22:\"themnific_custom_color\";s:3:\"std\";s:7:\"#FFCC00\";s:4:\"type\";s:5:\"color\";}i:27;a:5:{s:4:\"name\";s:17:\"Desaturate Images\";s:4:\"desc\";s:37:\"Enable or disable desatureted images.\";s:2:\"id\";s:20:\"themnific_desaturate\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:28;a:5:{s:4:\"name\";s:20:\"Show Uppercase Fonts\";s:4:\"desc\";s:45:\"You can disable general Uppercase style here.\";s:2:\"id\";s:15:\"themnific_upper\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:29;a:2:{s:4:\"name\";s:19:\"Headings Typography\";s:4:\"type\";s:7:\"heading\";}i:30;a:5:{s:4:\"name\";s:13:\"H1 Font Style\";s:4:\"desc\";s:96:\"Select the typography you want for heading H1. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:17:\"themnific_font_h1\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"45\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:3:\"800\";s:5:\"color\";s:7:\"#000000\";}s:4:\"type\";s:10:\"typography\";}i:31;a:5:{s:4:\"name\";s:19:\"H2 Style - Homepage\";s:4:\"desc\";s:96:\"Select the typography you want for heading H2. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:22:\"themnific_font_h2_home\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"12\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:3:\"600\";s:5:\"color\";s:7:\"#000000\";}s:4:\"type\";s:10:\"typography\";}i:32;a:5:{s:4:\"name\";s:13:\"H2 Font Style\";s:4:\"desc\";s:94:\"Select the typography you want for heading H2. <br />* semi-safe font <br />*** Google Webfon.\";s:2:\"id\";s:17:\"themnific_font_h2\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"40\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:3:\"700\";s:5:\"color\";s:7:\"#000000\";}s:4:\"type\";s:10:\"typography\";}i:33;a:5:{s:4:\"name\";s:13:\"H3 Font Style\";s:4:\"desc\";s:95:\"Select the typography you want for heading H3 <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:17:\"themnific_font_h3\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"24\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"600\";s:5:\"color\";s:7:\"#4a4a4a\";}s:4:\"type\";s:10:\"typography\";}i:34;a:5:{s:4:\"name\";s:28:\"H4 & Main Buttons Font Style\";s:4:\"desc\";s:96:\"Select the typography you want for heading H4. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:17:\"themnific_font_h4\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"14\";s:4:\"face\";s:7:\"Raleway\";s:5:\"style\";s:3:\"600\";s:5:\"color\";s:7:\"#000000\";}s:4:\"type\";s:10:\"typography\";}i:35;a:5:{s:4:\"name\";s:24:\"H5, H6 Font Style & Meta\";s:4:\"desc\";s:103:\"Select the typography you want for heading H5 and H6. <br />* semi-safe font <br />*** Google Webfonts.\";s:2:\"id\";s:17:\"themnific_font_h5\";s:3:\"std\";a:4:{s:4:\"size\";s:2:\"11\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:3:\"600\";s:5:\"color\";s:7:\"#4a4a4a\";}s:4:\"type\";s:10:\"typography\";}i:36;a:2:{s:4:\"name\";s:13:\"Post Settings\";s:4:\"type\";s:7:\"heading\";}i:37;a:5:{s:4:\"name\";s:22:\"Disable Featured Image\";s:4:\"desc\";s:46:\"Check to disable featured image in single post\";s:2:\"id\";s:24:\"themnific_post_image_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:38;a:5:{s:4:\"name\";s:19:\"Disable Author Info\";s:4:\"desc\";s:46:\"Check to disable author section in single post\";s:2:\"id\";s:25:\"themnific_post_author_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:39;a:5:{s:4:\"name\";s:24:\"Disable Post Breadcrumbs\";s:4:\"desc\";s:51:\"Check to disable breadcrumbs section in single post\";s:2:\"id\";s:30:\"themnific_post_breadcrumbs_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:40;a:5:{s:4:\"name\";s:34:\"Disable Next/Previous Post Section\";s:4:\"desc\";s:50:\"Check to disable Next/Previous post in single post\";s:2:\"id\";s:27:\"themnific_post_nextprev_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:41;a:5:{s:4:\"name\";s:21:\"Disable Related Posts\";s:4:\"desc\";s:53:\"Check to disable related posts section in single post\";s:2:\"id\";s:26:\"themnific_post_related_dis\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:42;a:2:{s:4:\"name\";s:15:\"Social Networks\";s:4:\"type\";s:7:\"heading\";}i:43;a:5:{s:4:\"name\";s:8:\"Rss Feed\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:21:\"themnific_socials_rss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:44;a:5:{s:4:\"name\";s:8:\"Facebook\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_fa\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:45;a:5:{s:4:\"name\";s:7:\"Twitter\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_tw\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:46;a:5:{s:4:\"name\";s:7:\"Google+\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"themnific_socials_googleplus\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:47;a:5:{s:4:\"name\";s:9:\"Pinterest\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:27:\"themnific_socials_pinterest\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:48;a:5:{s:4:\"name\";s:9:\"Instagram\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:27:\"themnific_socials_instagram\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:49;a:5:{s:4:\"name\";s:8:\"You Tube\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_yo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:50;a:5:{s:4:\"name\";s:5:\"Vimeo\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_vi\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:51;a:5:{s:4:\"name\";s:6:\"Tumblr\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_tu\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:52;a:5:{s:4:\"name\";s:5:\"500px\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:23:\"themnific_socials_500px\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:53;a:5:{s:4:\"name\";s:6:\"Flickr\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_fl\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:54;a:5:{s:4:\"name\";s:8:\"LinkedIn\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_li\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:55;a:5:{s:4:\"name\";s:10:\"Foursquare\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:28:\"themnific_socials_foursquare\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:56;a:5:{s:4:\"name\";s:8:\"Dribbble\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:26:\"themnific_socials_dribbble\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:57;a:5:{s:4:\"name\";s:5:\"Skype\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:20:\"themnific_socials_sk\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:58;a:5:{s:4:\"name\";s:11:\"Stumbleupon\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:29:\"themnific_socials_stumbleupon\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:59;a:5:{s:4:\"name\";s:6:\"Github\";s:4:\"desc\";s:0:\"\";s:2:\"id\";s:24:\"themnific_socials_github\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:60;a:2:{s:4:\"name\";s:6:\"Footer\";s:4:\"type\";s:7:\"heading\";}i:61;a:5:{s:4:\"name\";s:27:\"Enable Custom Footer (Left)\";s:4:\"desc\";s:58:\"Activate to add the custom text below to the theme footer.\";s:2:\"id\";s:21:\"themnific_footer_left\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:62;a:5:{s:4:\"name\";s:18:\"Custom Text (Left)\";s:4:\"desc\";s:66:\"Custom HTML and Text that will appear in the footer of your theme.\";s:2:\"id\";s:26:\"themnific_footer_left_text\";s:3:\"std\";s:7:\"<p></p>\";s:4:\"type\";s:8:\"textarea\";}i:63;a:5:{s:4:\"name\";s:28:\"Enable Custom Footer (Right)\";s:4:\"desc\";s:58:\"Activate to add the custom text below to the theme footer.\";s:2:\"id\";s:22:\"themnific_footer_right\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:64;a:5:{s:4:\"name\";s:19:\"Custom Text (Right)\";s:4:\"desc\";s:66:\"Custom HTML and Text that will appear in the footer of your theme.\";s:2:\"id\";s:27:\"themnific_footer_right_text\";s:3:\"std\";s:7:\"<p></p>\";s:4:\"type\";s:8:\"textarea\";}i:65;a:2:{s:4:\"name\";s:10:\"Static Ads\";s:4:\"type\";s:7:\"heading\";}i:66;a:5:{s:4:\"name\";s:18:\"Header Script Code\";s:4:\"desc\";s:21:\"Enter your code here.\";s:2:\"id\";s:24:\"themnific_headeradscript\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:67;a:5:{s:4:\"name\";s:16:\"Header Image URL\";s:4:\"desc\";s:37:\"Enter your image url here (728x90px).\";s:2:\"id\";s:22:\"themnific_headeradimg1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:68;a:5:{s:4:\"name\";s:15:\"Header Link URL\";s:4:\"desc\";s:20:\"Enter link url here.\";s:2:\"id\";s:22:\"themnific_headeradurl1\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:69;a:5:{s:4:\"name\";s:16:\"Post Script Code\";s:4:\"desc\";s:21:\"Enter your code here.\";s:2:\"id\";s:20:\"themnific_postscript\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:70;a:5:{s:4:\"name\";s:14:\"Post Image URL\";s:4:\"desc\";s:37:\"Enter your image url here (728x90px).\";s:2:\"id\";s:19:\"themnific_postsimg1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:71;a:5:{s:4:\"name\";s:13:\"Post Link URL\";s:4:\"desc\";s:20:\"Enter link url here.\";s:2:\"id\";s:19:\"themnific_postsurl1\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}}','auto'),(1085,'themnific_themename','Block Magazine','auto'),(1086,'themnific_shortname','themnific','auto'),(1087,'themnific_custom_template','a:1:{i:0;a:4:{s:4:\"name\";s:5:\"image\";s:5:\"label\";s:5:\"Image\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:19:\"Upload file here...\";}}','auto'),(1088,'theme_mods_Block Magazine','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(1097,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','off'),(1161,'theme_switched_via_customizer','','auto'),(1162,'customize_stashed_theme_mods','a:1:{s:14:\"notio-wp-child\";a:1:{s:28:\"nav_menu_locations[nav-menu]\";a:4:{s:5:\"value\";i:0;s:4:\"type\";s:9:\"theme_mod\";s:7:\"user_id\";i:1;s:17:\"date_modified_gmt\";s:19:\"2024-09-14 01:30:11\";}}}','off'),(1169,'theme_mods_notio-wp-child','a:1:{s:18:\"custom_css_post_id\";i:-1;}','auto'),(1327,'theme_mods_notio','a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:8:\"nav-menu\";i:0;}s:18:\"custom_css_post_id\";i:23853;s:19:\"ot_set_google_fonts\";a:0:{}}','on'),(1463,'theme_switch_menu_locations','a:1:{s:8:\"nav-menu\";i:0;}','auto'),(1534,'disable_comments_options','a:8:{s:16:\"is_network_admin\";b:0;s:17:\"remove_everywhere\";b:1;s:19:\"disabled_post_types\";a:3:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";}s:22:\"enable_exclude_by_role\";s:1:\"0\";s:22:\"remove_xmlrpc_comments\";i:0;s:24:\"remove_rest_API_comments\";i:0;s:10:\"db_version\";i:7;s:14:\"settings_saved\";b:1;}','auto'),(1535,'disable_comment_version','2.4.7','auto'),(1536,'acf_first_activated_version','6.3.6','on'),(1537,'acf_site_health','{\"version\":\"6.4.0.1\",\"plugin_type\":\"Free\",\"wp_version\":\"6.8\",\"mysql_version\":\"5.5.5-10.6.21-MariaDB-cll-lve\",\"is_multisite\":false,\"active_theme\":{\"name\":\"Notio\",\"version\":\"2.0.2\",\"theme_uri\":\"http:\\/\\/themeforest.net\\/user\\/fuelthemes\",\"stylesheet\":false},\"active_plugins\":{\"advanced-custom-fields\\/acf.php\":{\"name\":\"Advanced Custom Fields\",\"version\":\"6.4.0.1\",\"plugin_uri\":\"https:\\/\\/www.advancedcustomfields.com\"},\"akismet\\/akismet.php\":{\"name\":\"Akismet Anti-spam: Spam Protection\",\"version\":\"5.3.7\",\"plugin_uri\":\"https:\\/\\/akismet.com\\/\"},\"backuply\\/backuply.php\":{\"name\":\"Backuply\",\"version\":\"1.4.5\",\"plugin_uri\":\"http:\\/\\/wordpress.org\\/plugins\\/backuply\\/\"},\"buddypress\\/bp-loader.php\":{\"name\":\"BuddyPress\",\"version\":\"14.3.4\",\"plugin_uri\":\"https:\\/\\/buddypress.org\"},\"manage business cards\\/custom-business-cards.php\":{\"name\":\"Custom Business Cards\",\"version\":\"1.0\",\"plugin_uri\":\"\"},\"custom-post-type-ui\\/custom-post-type-ui.php\":{\"name\":\"Custom Post Type UI\",\"version\":\"1.17.3\",\"plugin_uri\":\"https:\\/\\/github.com\\/WebDevStudios\\/custom-post-type-ui\\/\"},\"disable-comments\\/disable-comments.php\":{\"name\":\"Disable Comments\",\"version\":\"2.4.7\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/disable-comments\\/\"},\"envato-wordpress-toolkit\\/index.php\":{\"name\":\"Envato WordPress Toolkit\",\"version\":\"1.7.3\",\"plugin_uri\":\"https:\\/\\/github.com\\/envato\\/envato-wordpress-toolkit\"},\"extra_user_meta\\/extra_user_meta.php\":{\"name\":\"Extra User Meta\",\"version\":\"1.0\",\"plugin_uri\":\"\"},\"file-away\\/file-away.php\":{\"name\":\"File Away\",\"version\":\"3.9.9.0.1\",\"plugin_uri\":\"http:\\/\\/wordpress.org\\/plugins\\/file-away\\/\"},\"fileorganizer\\/fileorganizer.php\":{\"name\":\"FileOrganizer\",\"version\":\"1.1.5\",\"plugin_uri\":\"https:\\/\\/wordpress.org\\/plugins\\/fileorganizer\\/\"},\"front-end-publishing\\/fepublishing.php\":{\"name\":\"Frontend Publishing\",\"version\":\"2.5.2\",\"plugin_uri\":\"http:\\/\\/wpgurus.net\\/\"},\"migrate-guru\\/migrateguru.php\":{\"name\":\"Migrate Guru\",\"version\":\"5.88\",\"plugin_uri\":\"https:\\/\\/www.migrateguru.com\"},\"siteorigin-panels\\/siteorigin-panels.php\":{\"name\":\"Page Builder by SiteOrigin\",\"version\":\"2.31.6\",\"plugin_uri\":\"https:\\/\\/siteorigin.com\\/page-builder\\/\"},\"profilepress\\/profilepress.php\":{\"name\":\"ProfilePress\",\"version\":\"2.6\",\"plugin_uri\":\"http:\\/\\/profilepress.net\"},\"redirection\\/redirection.php\":{\"name\":\"Redirection\",\"version\":\"5.5.2\",\"plugin_uri\":\"https:\\/\\/redirection.me\\/\"},\"so-widgets-bundle\\/so-widgets-bundle.php\":{\"name\":\"SiteOrigin Widgets Bundle\",\"version\":\"1.68.1\",\"plugin_uri\":\"https:\\/\\/siteorigin.com\\/widgets-bundle\\/\"},\"ssl-insecure-content-fixer\\/ssl-insecure-content-fixer.php\":{\"name\":\"SSL Insecure Content Fixer\",\"version\":\"2.7.2\",\"plugin_uri\":\"https:\\/\\/ssl.webaware.net.au\\/\"},\"user-role-editor\\/user-role-editor.php\":{\"name\":\"User Role Editor\",\"version\":\"4.64.5\",\"plugin_uri\":\"https:\\/\\/www.role-editor.com\"},\"insert-headers-and-footers\\/ihaf.php\":{\"name\":\"WPCode Lite\",\"version\":\"2.2.7\",\"plugin_uri\":\"https:\\/\\/www.wpcode.com\\/\"},\"wp-job-manager\\/wp-job-manager.php\":{\"name\":\"WP Job Manager\",\"version\":\"2.4.0\",\"plugin_uri\":\"https:\\/\\/wpjobmanager.com\\/\"},\"wp-user-manager\\/wp-user-manager.php\":{\"name\":\"WP User Manager\",\"version\":\"2.9.12\",\"plugin_uri\":\"https:\\/\\/wpusermanager.com\"}},\"ui_field_groups\":\"0\",\"php_field_groups\":\"0\",\"json_field_groups\":\"0\",\"rest_field_groups\":\"0\",\"all_location_rules\":[],\"number_of_fields_by_type\":[],\"number_of_third_party_fields_by_type\":[],\"post_types_enabled\":true,\"ui_post_types\":\"11\",\"json_post_types\":\"0\",\"ui_taxonomies\":\"10\",\"json_taxonomies\":\"0\",\"rest_api_format\":\"light\",\"admin_ui_enabled\":true,\"field_type-modal_enabled\":true,\"field_settings_tabs_enabled\":false,\"shortcode_enabled\":false,\"registered_acf_forms\":\"0\",\"json_save_paths\":1,\"json_load_paths\":1,\"event_first_activated\":1726452461,\"last_updated\":1746056796}','off'),(1543,'fileaway_options','a:71:{s:13:\"rootdirectory\";s:7:\"install\";s:8:\"symlinks\";s:1:\"0\";s:11:\"strictlogin\";s:5:\"false\";s:5:\"base1\";b:0;s:7:\"bs1name\";b:0;s:5:\"base2\";b:0;s:7:\"bs2name\";b:0;s:5:\"base3\";b:0;s:7:\"bs3name\";b:0;s:5:\"base4\";b:0;s:7:\"bs4name\";b:0;s:5:\"base5\";b:0;s:7:\"bs5name\";b:0;s:7:\"baseurl\";s:17:\"http://litcaf.com\";s:8:\"redirect\";b:0;s:10:\"exclusions\";b:0;s:13:\"direxclusions\";b:0;s:9:\"newwindow\";b:0;s:14:\"encryption_key\";s:32:\"719cd1e940d3f2e8f14d9b855cb55c36\";s:16:\"banner_directory\";b:0;s:15:\"download_prefix\";s:0:\"\";s:11:\"modalaccess\";s:10:\"edit_posts\";s:8:\"tmcerows\";s:2:\"_2\";s:10:\"stylesheet\";s:6:\"footer\";s:10:\"javascript\";s:6:\"header\";s:8:\"pathinfo\";s:8:\"disabled\";s:8:\"daymonth\";s:2:\"md\";s:12:\"postidcolumn\";s:7:\"enabled\";s:9:\"loadusers\";s:5:\"false\";s:10:\"adminstyle\";s:7:\"classic\";s:19:\"custom_list_classes\";b:0;s:20:\"custom_table_classes\";b:0;s:24:\"custom_flightbox_classes\";b:0;s:20:\"custom_color_classes\";b:0;s:21:\"custom_accent_classes\";b:0;s:17:\"custom_stylesheet\";b:0;s:9:\"customcss\";b:0;s:10:\"css_editor\";s:6:\"syntax\";s:19:\"manager_role_access\";b:0;s:19:\"manager_user_access\";b:0;s:15:\"managerpassword\";b:0;s:5:\"stats\";s:5:\"false\";s:12:\"ignore_roles\";b:0;s:12:\"ignore_users\";b:0;s:11:\"recordlimit\";b:0;s:14:\"recordlifespan\";s:7:\"3months\";s:13:\"instant_stats\";s:5:\"false\";s:19:\"instant_sender_name\";s:6:\"LitCaf\";s:14:\"instant_sender\";s:24:\"mubarakolagoke@gmail.com\";s:18:\"instant_recipients\";b:0;s:15:\"instant_subject\";s:40:\"%blog% - %file% downloaded at %datetime%\";s:14:\"compiled_stats\";s:5:\"false\";s:20:\"compiled_sender_name\";s:6:\"LitCaf\";s:15:\"compiled_sender\";s:24:\"mubarakolagoke@gmail.com\";s:19:\"compiled_recipients\";b:0;s:16:\"compiled_subject\";s:35:\"%blog% - Download Stats for %dates%\";s:5:\"feeds\";b:0;s:9:\"basefeeds\";b:0;s:14:\"excluded_feeds\";b:0;s:18:\"feed_excluded_exts\";b:0;s:19:\"feed_excluded_files\";b:0;s:9:\"feedlimit\";b:0;s:9:\"feeddates\";s:4:\"true\";s:8:\"feedsize\";s:4:\"true\";s:9:\"feedlinks\";s:4:\"true\";s:14:\"recursivefeeds\";s:4:\"true\";s:12:\"feedinterval\";s:6:\"hourly\";s:11:\"updatefeeds\";s:4:\"true\";s:13:\"reset_options\";s:0:\"\";s:16:\"preserve_options\";s:8:\"preserve\";s:7:\"version\";s:9:\"3.9.9.0.1\";}','auto'),(1544,'fep_post_restrictions','a:11:{s:15:\"min_words_title\";s:1:\"2\";s:15:\"max_words_title\";s:2:\"12\";s:17:\"min_words_content\";s:3:\"250\";s:17:\"max_words_content\";s:4:\"2000\";s:13:\"min_words_bio\";s:2:\"50\";s:13:\"max_words_bio\";s:3:\"100\";s:8:\"min_tags\";s:1:\"1\";s:8:\"max_tags\";s:1:\"5\";s:9:\"max_links\";s:1:\"2\";s:13:\"max_links_bio\";s:1:\"0\";s:18:\"thumbnail_required\";s:1:\"0\";}','auto'),(1545,'fep_role_settings','a:3:{s:8:\"no_check\";s:1:\"0\";s:17:\"instantly_publish\";s:1:\"0\";s:12:\"enable_media\";s:1:\"0\";}','auto'),(1546,'fep_misc','a:7:{s:17:\"before_author_bio\";s:0:\"\";s:18:\"disable_author_bio\";s:4:\"true\";s:11:\"remove_bios\";s:1:\"0\";s:19:\"nofollow_body_links\";s:1:\"0\";s:18:\"nofollow_bio_links\";s:1:\"0\";s:25:\"disable_login_redirection\";s:1:\"0\";s:14:\"posts_per_page\";s:2:\"10\";}','auto'),(1549,'seo_ultimate','a:2:{s:7:\"version\";s:7:\"7.6.5.9\";s:7:\"modules\";a:38:{s:7:\"modules\";i:10;s:26:\"content-autolinks-settings\";i:10;s:9:\"uninstall\";i:10;s:15:\"global-settings\";i:10;s:17:\"content-autolinks\";i:10;s:7:\"linkbox\";i:10;s:16:\"footer-autolinks\";i:10;s:15:\"sharing-buttons\";i:10;s:25:\"footer-autolinks-settings\";i:10;s:13:\"fofs-settings\";i:10;s:8:\"fofs-log\";i:10;s:7:\"noindex\";i:10;s:9:\"canonical\";i:10;s:10:\"more-links\";i:10;s:7:\"widgets\";i:10;s:10:\"permalinks\";i:10;s:13:\"rich-snippets\";i:10;s:13:\"settings-data\";i:10;s:4:\"fofs\";i:10;s:12:\"import-aiosp\";i:10;s:12:\"author-links\";i:10;s:9:\"user-code\";i:10;s:9:\"autolinks\";i:10;s:5:\"files\";i:10;s:7:\"install\";i:10;s:21:\"internal-link-aliases\";i:10;s:17:\"meta-descriptions\";i:10;s:11:\"meta-robots\";i:10;s:9:\"opengraph\";i:10;s:8:\"settings\";i:10;s:11:\"wp-settings\";i:10;s:6:\"titles\";i:10;s:16:\"webmaster-verify\";i:10;s:8:\"sds-blog\";i:10;s:4:\"misc\";i:10;s:13:\"meta-keywords\";i:-10;s:13:\"link-nofollow\";i:-10;s:5:\"slugs\";i:-10;}}','auto'),(1550,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1551,'widget_su_siloed_terms','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1552,'widget_su_footer_autolinks','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),(1553,'seo_ultimate_module_autolinks','a:18:{s:25:\"dampen_sitewide_lpa_value\";i:50;s:34:\"enable_perlink_dampen_sitewide_lpa\";b:0;s:17:\"enable_self_links\";b:0;s:24:\"enable_current_url_links\";b:0;s:15:\"limit_lpp_value\";i:5;s:15:\"limit_lpa_value\";i:2;s:15:\"limit_lpu_value\";i:1;s:13:\"linkfree_tags\";s:30:\"code,pre,kbd,h1,h2,h3,h4,h5,h6\";s:22:\"autolink_posttype_post\";b:1;s:22:\"autolink_posttype_page\";b:1;s:28:\"autolink_posttype_attachment\";b:1;s:29:\"autolink_posttype_job_listing\";b:1;s:28:\"autolink_posttype_buddypress\";b:1;s:26:\"footer_link_section_format\";s:67:\"<div id=\"su-footer-links\" style=\"text-align: center;\">{links}</div>\";s:18:\"footer_link_format\";s:6:\"{link}\";s:15:\"footer_link_sep\";s:3:\" | \";s:5:\"links\";a:0:{}s:32:\"autolink_posttype_wpum_directory\";b:1;}','auto'),(1554,'seo_ultimate_module_settings','a:4:{s:16:\"attribution_link\";b:0;s:9:\"mark_code\";b:1;s:9:\"sdf_theme\";b:1;s:16:\"seo_toolbar_menu\";b:1;}','auto'),(1555,'seo_ultimate_module_linkbox','a:1:{s:4:\"html\";s:298:\"<div class=\"su-linkbox\" id=\"post-{id}-linkbox\"><div class=\"su-linkbox-label\">Link to this post!</div><div class=\"su-linkbox-field\"><input type=\"text\" value=\"&lt;a href=&quot;{url}&quot;&gt;{title}&lt;/a&gt;\" onclick=\"javascript:this.select()\" readonly=\"readonly\" style=\"width: 100%;\" /></div></div>\";}','auto'),(1556,'seo_ultimate_module_sharing-buttons','a:3:{s:8:\"provider\";s:4:\"none\";s:14:\"sharethis_code\";s:104:\"<script type=\"text/javascript\" charset=\"utf-8\" src=\"http://w.sharethis.com/widget/?wp={wpver}\"></script>\";s:12:\"addthis_code\";s:298:\"<a class=\"addthis_button\" href=\"http://addthis.com/bookmark.php?v=250\"><img src=\"http://s7.addthis.com/static/btn/v2/lg-share-en.gif\" width=\"125\" height=\"16\" alt=\"Bookmark and Share\" style=\"border:0\"/></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js\"></script>\";}','auto'),(1557,'seo_ultimate_module_404s','a:7:{s:10:\"exceptions\";s:66:\"*/favicon.ico\n*/apple-touch-icon.png\n*/pingserver.php\n*/xmlrpc.php\";s:12:\"max_log_size\";i:100;s:11:\"log_enabled\";b:1;s:16:\"restrict_logging\";b:1;s:11:\"log_spiders\";b:1;s:24:\"log_errors_with_referers\";b:1;s:3:\"log\";a:101:{s:88:\"http://litcaf.com:443/questions/modal_quiz_display.php?short_code=simeon-adebo&user_id=0\";a:5:{s:9:\"hit_count\";i:5;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:1;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:2:{i:0;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1728169595;}s:86:\"http://litcaf.com:443/wp-content/themes/bootstrap-social-gh-pages/bootstrap-social.css\";a:5:{s:9:\"hit_count\";i:1194;s:6:\"is_new\";b:1;s:8:\"referers\";a:740:{i:0;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/61/privacy-policy\";i:1;s:57:\"http://litcaf.com/category/culture/culture-others/page/6/\";i:2;s:45:\"http://litcaf.com/my-posts/?author_posts=5078\";i:3;s:41:\"http://litcaf.com/ansar-uud-deen-college/\";i:4;s:18:\"http://litcaf.com/\";i:5;s:43:\"http://litcaf.com/my-posts/?author_posts=51\";i:6;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:7;s:68:\"http://litcaf.com/category/entertainment/entertainment-music/page/2/\";i:8;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F2%2Fpage%2F3%2F\";i:9;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:10;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F215%2Fpage%2F2%2Fpage%2F2%2F\";i:11;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F30%2Fpage%2F3%2Fpage%2F2%2F\";i:12;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:13;s:50:\"http://litcaf.com/category/social/religion/page/2/\";i:14;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/135/privacy-policy\";i:15;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F2%2F\";i:16;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/186/\";i:17;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/46/privacy-policy\";i:18;s:136:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F2%2F\";i:19;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:20;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/82/?__im-UwbGUhQC=16800235833815799912\";i:21;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/?__im-RXcSXVty=8188454629448572502\";i:22;s:24:\"http://litcaf.com/gberu/\";i:23;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F\";i:24;s:68:\"http://litcaf.com/category/government/research/page/3/privacy-policy\";i:25;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F29%2F\";i:26;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F3%2F\";i:27;s:117:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F175%2Fpage%2F2%2Fpage%2F29%2F\";i:28;s:153:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F2%2F\";i:29;s:125:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:30;s:60:\"http://litcaf.com/author/tope_litcaf/page/107/privacy-policy\";i:31;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F29%2Fpage%2F2%2F\";i:32;s:65:\"http://litcaf.com/category/government/education-secondary/page/5/\";i:33;s:101:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F2%2Fpage%2F2%2F\";i:34;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:35;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2Fpage%2F3%2F\";i:36;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F2%2F\";i:37;s:115:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbBAHvDI=3104625653442848698page%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:38;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:39;s:129:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F215%2Fpage%2F215%2Fpage%2F29%2Fpage%2F2%2F\";i:40;s:45:\"http://litcaf.com/author/tope_litcaf/page/16/\";i:41;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F29%2Fpage%2F2%2F\";i:42;s:35:\"http://litcaf.com/social_signup.php\";i:43;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:44;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:45;s:30:\"http://litcaf.com/my-articles/\";i:46;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F29%2F\";i:47;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2Fpage%2F2%2F&__im-xniEslAJ=8399024538673284463\";i:48;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/55/privacy-policy\";i:49;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F2%2F\";i:50;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F3%2F\";i:51;s:128:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F2%2Fpage%2F3%2Fpage%2F29%2F\";i:52;s:64:\"http://litcaf.com/category/science/animals/page/6/privacy-policy\";i:53;s:136:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F2%2F\";i:54;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F29%2F\";i:55;s:58:\"http://litcaf.com/category/technology/info-tech-computers/\";i:56;s:129:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F3%2Fpage%2F3%2F\";i:57;s:65:\"http://litcaf.com/category/environment/environment-others/page/2/\";i:58;s:128:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F3%2Fpage%2F3%2Fpage%2F29%2F\";i:59;s:67:\"http://litcaf.com/category/history/history-political/privacy-policy\";i:60;s:59:\"http://litcaf.com/category/culture/lifestyle-others/page/2/\";i:61;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F81%2F&__im-okhFYBva=14501194753882173613\";i:62;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F2%2F\";i:63;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F2%2F\";i:64;s:61:\"http://litcaf.com/category/entertainment/entertainment-media/\";i:65;s:62:\"http://litcaf.com/category/entertainment/entertainment-others/\";i:66;s:61:\"http://litcaf.com/category/entertainment/entertainment-dance/\";i:67;s:78:\"http://litcaf.com/my-posts/?__im-TYoWhwee=13624190880612366066&author_posts=45\";i:68;s:58:\"http://litcaf.com/category/history/history-general/page/9/\";i:69;s:63:\"http://litcaf.com/category/literature/literature-others/page/2/\";i:70;s:52:\"http://litcaf.com/?__im-DMbLnIad=8626544345144029030\";i:71;s:43:\"http://litcaf.com/my-posts/?author_posts=42\";i:72;s:33:\"http://litcaf.com/leksokky-hotel/\";i:73;s:57:\"http://litcaf.com/category/government/education-tertiary/\";i:74;s:43:\"http://litcaf.com/category/social/religion/\";i:75;s:57:\"http://litcaf.com/category/government/economics-planning/\";i:76;s:41:\"http://litcaf.com/category/social/sports/\";i:77;s:52:\"http://litcaf.com/category/culture/social-tradition/\";i:78;s:60:\"http://litcaf.com/category/history/history-political/page/7/\";i:79;s:37:\"http://litcaf.com/epe-resort-and-spa/\";i:80;s:36:\"http://litcaf.com/grandbee-suites-2/\";i:81;s:40:\"http://litcaf.com/leisure-spring-hotels/\";i:82;s:59:\"http://litcaf.com/category/government/finance-money/page/2/\";i:83;s:37:\"http://litcaf.com/graceful-chameleon/\";i:84;s:39:\"http://litcaf.com/victoria-crown-plaza/\";i:85;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/35/privacy-policy\";i:86;s:59:\"http://litcaf.com/category/government/public-health/page/2/\";i:87;s:57:\"http://litcaf.com/category/literature/literature-general/\";i:88;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/43/?__im-IhwotvpI=11273256352891383827\";i:89;s:36:\"http://litcaf.com/tudor-house-hotel/\";i:90;s:52:\"http://litcaf.com/category/social/journalism/page/3/\";i:91;s:58:\"http://litcaf.com/category/history/history-general/page/4/\";i:92;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/165/privacy-policy\";i:93;s:33:\"http://litcaf.com/limelite-hotel/\";i:94;s:39:\"http://litcaf.com/maridom-palace-hotel/\";i:95;s:37:\"http://litcaf.com/queens-court-hotel/\";i:96;s:45:\"http://litcaf.com/author/tope_litcaf/page/27/\";i:97;s:40:\"http://litcaf.com/la-campagne-tropicana/\";i:98;s:53:\"http://litcaf.com/category/technology/oil-gas/page/2/\";i:99;s:50:\"http://litcaf.com/category/social/religion/page/3/\";i:100;s:57:\"http://litcaf.com/category/literature/literature-fiction/\";i:101;s:52:\"http://litcaf.com/?__im-BcpIroOB=3859694918129889527\";i:102;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/97/privacy-policy\";i:103;s:45:\"http://litcaf.com/author/tope_litcaf/page/47/\";i:104;s:59:\"http://litcaf.com/author/tope_litcaf/page/16/privacy-policy\";i:105;s:53:\"http://litcaf.com/?__im-OwPemBHt=15217319632395113221\";i:106;s:45:\"http://litcaf.com/author/tope_litcaf/page/17/\";i:107;s:63:\"http://litcaf.com/category/social/people/page/27/privacy-policy\";i:108;s:45:\"http://litcaf.com/author/tope_litcaf/page/13/\";i:109;s:45:\"http://litcaf.com/author/tope_litcaf/page/50/\";i:110;s:38:\"http://litcaf.com/gberu/privacy-policy\";i:111;s:45:\"http://litcaf.com/author/tope_litcaf/page/31/\";i:112;s:45:\"http://litcaf.com/author/tope_litcaf/page/91/\";i:113;s:55:\"http://litcaf.com/ansar-uud-deen-college/privacy-policy\";i:114;s:45:\"http://litcaf.com/author/tope_litcaf/page/71/\";i:115;s:46:\"http://litcaf.com/author/tope_litcaf/page/100/\";i:116;s:45:\"http://litcaf.com/author/tope_litcaf/page/39/\";i:117;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/160/privacy-policy\";i:118;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/29/privacy-policy\";i:119;s:45:\"http://litcaf.com/author/tope_litcaf/page/76/\";i:120;s:46:\"http://litcaf.com/author/tope_litcaf/page/109/\";i:121;s:41:\"http://litcaf.com/2024/09/11/hello-world/\";i:122;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/172/privacy-policy\";i:123;s:46:\"http://litcaf.com/author/tope_litcaf/page/110/\";i:124;s:45:\"http://litcaf.com/author/tope_litcaf/page/42/\";i:125;s:45:\"http://litcaf.com/author/tope_litcaf/page/32/\";i:126;s:79:\"http://litcaf.com/category/government/education-secondary/page/5/privacy-policy\";i:127;s:64:\"http://litcaf.com/category/social/religion/page/2/privacy-policy\";i:128;s:45:\"http://litcaf.com/author/tope_litcaf/page/69/\";i:129;s:152:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HrnWPPsX=9655646961250890310&__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F215%2F\";i:130;s:59:\"http://litcaf.com/author/tope_litcaf/page/77/privacy-policy\";i:131;s:45:\"http://litcaf.com/author/tope_litcaf/page/89/\";i:132;s:42:\"http://litcaf.com/category/social/textile/\";i:133;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-QhVoOpoO=6500879567897399200&__im-YNdRETee=3469317815074442801page%2F215%2F\";i:134;s:32:\"http://litcaf.com/avenue-suites/\";i:135;s:45:\"http://litcaf.com/author/tope_litcaf/page/41/\";i:136;s:45:\"http://litcaf.com/author/tope_litcaf/page/49/\";i:137;s:45:\"http://litcaf.com/author/tope_litcaf/page/35/\";i:138;s:45:\"http://litcaf.com/author/tope_litcaf/page/20/\";i:139;s:45:\"http://litcaf.com/author/tope_litcaf/page/51/\";i:140;s:59:\"http://litcaf.com/author/tope_litcaf/page/28/privacy-policy\";i:141;s:45:\"http://litcaf.com/author/tope_litcaf/page/24/\";i:142;s:65:\"http://litcaf.com/radisson-blu/?__im-rXjHgVMW=2449959516485774041\";i:143;s:78:\"http://litcaf.com/category/government/mining/?__im-CcQnXxQZ=900580670257471614\";i:144;s:45:\"http://litcaf.com/author/tope_litcaf/page/40/\";i:145;s:45:\"http://litcaf.com/author/tope_litcaf/page/95/\";i:146;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/50/?__im-PAMvhinZ=9883167802760915018\";i:147;s:71:\"http://litcaf.com/category/culture/culture-others/page/6/privacy-policy\";i:148;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/138/privacy-policy\";i:149;s:32:\"http://litcaf.com/privacy-policy\";i:150;s:39:\"http://litcaf.com/terms-and-conditions/\";i:151;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:152;s:27:\"http://litcaf.com/my-posts/\";i:153;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:154;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:155;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:156;s:30:\"http://litcaf.com/my-contacts/\";i:157;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:158;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:159;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:160;s:36:\"http://litcaf.com/submit-an-article/\";i:161;s:45:\"http://litcaf.com/author/tope_litcaf/page/75/\";i:162;s:47:\"http://litcaf.com/blowfish-hotel/privacy-policy\";i:163;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/privacy-policy\";i:164;s:45:\"http://litcaf.com/author/tope_litcaf/page/37/\";i:165;s:74:\"http://litcaf.com/category/environment/geography-map/page/3/privacy-policy\";i:166;s:60:\"http://litcaf.com/category/history/history-political/page/9/\";i:167;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/82/privacy-policy\";i:168;s:61:\"http://litcaf.com/category/entertainment/entertainment-music/\";i:169;s:63:\"http://litcaf.com/vivian-fowler-memorial-college/privacy-policy\";i:170;s:45:\"http://litcaf.com/my-posts/?author_posts=5077\";i:171;s:81:\"http://litcaf.com/category/environment/geography-natural-resources/privacy-policy\";i:172;s:45:\"http://litcaf.com/author/tope_litcaf/page/97/\";i:173;s:45:\"http://litcaf.com/author/tope_litcaf/page/96/\";i:174;s:115:\"http://litcaf.com/my-posts/?__im-nlzIFtdU=10260975895838477005&__im-yCbqMijP=14725201343892589135&author_posts=5060\";i:175;s:57:\"http://litcaf.com/category/history/history-social/page/4/\";i:176;s:50:\"http://litcaf.com/grandbee-suites-2/privacy-policy\";i:177;s:63:\"http://litcaf.com/category/social/people/page/11/privacy-policy\";i:178;s:45:\"http://litcaf.com/author/tope_litcaf/page/78/\";i:179;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/97/?__im-lifkmFXT=11174290107162521998\";i:180;s:73:\"http://litcaf.com/category/government/finance-money/page/2/privacy-policy\";i:181;s:79:\"http://litcaf.com/category/environment/environment-others/page/3/privacy-policy\";i:182;s:56:\"http://litcaf.com/category/culture/lifestyle-properties/\";i:183;s:46:\"http://litcaf.com/author/tope_litcaf/page/103/\";i:184;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/154/\";i:185;s:60:\"http://litcaf.com/category/culture/tradition-customs/page/5/\";i:186;s:68:\"http://litcaf.com/category/government/military/page/4/privacy-policy\";i:187;s:45:\"http://litcaf.com/author/tope_litcaf/page/58/\";i:188;s:47:\"http://litcaf.com/leksokky-hotel/privacy-policy\";i:189;s:74:\"http://litcaf.com/category/technology/engineering-academics/privacy-policy\";i:190;s:82:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/privacy-policy\";i:191;s:71:\"http://litcaf.com/category/literature/literature-fiction/privacy-policy\";i:192;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/127/privacy-policy\";i:193;s:59:\"http://litcaf.com/author/tope_litcaf/page/31/privacy-policy\";i:194;s:45:\"http://litcaf.com/author/tope_litcaf/page/44/\";i:195;s:45:\"http://litcaf.com/author/tope_litcaf/page/65/\";i:196;s:58:\"http://litcaf.com/category/environment/geography-boundary/\";i:197;s:62:\"http://litcaf.com/category/social/sports/page/3/privacy-policy\";i:198;s:59:\"http://litcaf.com/category/literature/literature-religious/\";i:199;s:59:\"http://litcaf.com/author/tope_litcaf/page/27/privacy-policy\";i:200;s:59:\"http://litcaf.com/author/tope_litcaf/page/29/privacy-policy\";i:201;s:57:\"http://litcaf.com/category/technology/engineering-others/\";i:202;s:45:\"http://litcaf.com/author/tope_litcaf/page/79/\";i:203;s:45:\"http://litcaf.com/author/tope_litcaf/page/14/\";i:204;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:205;s:66:\"http://litcaf.com/category/culture/social-tradition/privacy-policy\";i:206;s:47:\"http://litcaf.com/limelite-hotel/privacy-policy\";i:207;s:46:\"http://litcaf.com/author/tope_litcaf/page/102/\";i:208;s:32:\"https://encyclopedia.litcaf.com/\";i:209;s:46:\"http://litcaf.com/schizophrenia/privacy-policy\";i:210;s:71:\"http://litcaf.com/category/government/education-tertiary/privacy-policy\";i:211;s:58:\"http://litcaf.com/category/history/history-general/page/7/\";i:212;s:57:\"http://litcaf.com/category/social/religion/privacy-policy\";i:213;s:44:\"http://litcaf.com/klipsringer/privacy-policy\";i:214;s:55:\"http://litcaf.com/category/social/sports/privacy-policy\";i:215;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/108/privacy-policy\";i:216;s:69:\"http://litcaf.com/category/government/politics-public-service/page/6/\";i:217;s:45:\"http://litcaf.com/author/tope_litcaf/page/70/\";i:218;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/83/privacy-policy\";i:219;s:54:\"http://litcaf.com/leisure-spring-hotels/privacy-policy\";i:220;s:45:\"http://litcaf.com/author/tope_litcaf/page/85/\";i:221;s:49:\"http://litcaf.com/category/social/people/page/18/\";i:222;s:50:\"http://litcaf.com/category/government/law-general/\";i:223;s:51:\"http://litcaf.com/category/entertainment/music-rap/\";i:224;s:72:\"http://litcaf.com/category/history/history-general/page/4/privacy-policy\";i:225;s:59:\"http://litcaf.com/author/tope_litcaf/page/47/privacy-policy\";i:226;s:49:\"http://litcaf.com/three-arms-hotel/privacy-policy\";i:227;s:63:\"http://litcaf.com/category/technology/info-tech-communications/\";i:228;s:75:\"http://litcaf.com/category/history/history-political/page/10/privacy-policy\";i:229;s:45:\"http://litcaf.com/author/tope_litcaf/page/73/\";i:230;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/192/\";i:231;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/172/\";i:232;s:46:\"http://litcaf.com/author/tope_litcaf/page/104/\";i:233;s:55:\"http://litcaf.com/category/government/politics-general/\";i:234;s:71:\"http://litcaf.com/category/literature/literature-general/privacy-policy\";i:235;s:37:\"http://litcaf.com/type/image/page/22/\";i:236;s:26:\"http://litcaf.com/19622-2/\";i:237;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/120/?__im-sgvdFbFP=1066835465408387468\";i:238;s:51:\"http://litcaf.com/epe-resort-and-spa/privacy-policy\";i:239;s:51:\"http://litcaf.com/red-flanked-duiker/privacy-policy\";i:240;s:45:\"http://litcaf.com/author/tope_litcaf/page/72/\";i:241;s:52:\"http://litcaf.com/?__im-HVjiqhYH=5091751787939073310\";i:242;s:59:\"http://litcaf.com/author/tope_litcaf/page/23/privacy-policy\";i:243;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/111/?__im-qFffHVnw=3181469312706315836\";i:244;s:45:\"http://litcaf.com/author/tope_litcaf/page/86/\";i:245;s:30:\"http://litcaf.com/edit-profile\";i:246;s:51:\"http://litcaf.com/graceful-chameleon/privacy-policy\";i:247;s:78:\"http://litcaf.com/category/literature/literature-fiction/page/2/privacy-policy\";i:248;s:45:\"http://litcaf.com/toke-makinwa/privacy-policy\";i:249;s:45:\"http://litcaf.com/author/tope_litcaf/page/67/\";i:250;s:44:\"http://litcaf.com/author/tope_litcaf/page/8/\";i:251;s:74:\"http://litcaf.com/category/history/history-political/page/7/privacy-policy\";i:252;s:64:\"http://litcaf.com/category/social/religion/page/3/privacy-policy\";i:253;s:49:\"http://litcaf.com/category/social/people/page/19/\";i:254;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/161/privacy-policy\";i:255;s:45:\"http://litcaf.com/author/tope_litcaf/page/46/\";i:256;s:45:\"http://litcaf.com/author/tope_litcaf/page/87/\";i:257;s:159:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NNVqRzvs=5485169195903057760&__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2F\";i:258;s:59:\"http://litcaf.com/author/tope_litcaf/page/89/privacy-policy\";i:259;s:73:\"http://litcaf.com/category/history/history-general/page/10/privacy-policy\";i:260;s:77:\"http://litcaf.com/category/literature/literature-others/page/3/privacy-policy\";i:261;s:46:\"http://litcaf.com/author/tope_litcaf/page/105/\";i:262;s:59:\"http://litcaf.com/category/government/mining/privacy-policy\";i:263;s:67:\"http://litcaf.com/category/government/government-government/page/2/\";i:264;s:81:\"http://litcaf.com/category/social/media-print/?__im-HcmOwGbG=12683855638616359266\";i:265;s:54:\"http://litcaf.com/category/culture/philosophy-african/\";i:266;s:64:\"http://litcaf.com/category/science/animals/page/9/privacy-policy\";i:267;s:45:\"http://litcaf.com/author/tope_litcaf/page/98/\";i:268;s:71:\"http://litcaf.com/category/history/history-social/page/4/privacy-policy\";i:269;s:52:\"http://litcaf.com/category/culture/fashion-textiles/\";i:270;s:59:\"http://litcaf.com/author/tope_litcaf/page/40/privacy-policy\";i:271;s:70:\"http://litcaf.com/category/environment/geography-others/privacy-policy\";i:272;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OjVxybLZ=3723452806494746476&__im-uKEmAvjC=334516214112046357page%2F122%2Fpage%2F29%2F\";i:273;s:59:\"http://litcaf.com/author/tope_litcaf/page/88/privacy-policy\";i:274;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:275;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:276;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:277;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:278;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:279;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:280;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:281;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:282;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:283;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:284;s:27:\"http://litcaf.com/make-card\";i:285;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:286;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:287;s:29:\"http://litcaf.com/register-2/\";i:288;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:289;s:72:\"http://litcaf.com/category/history/history-general/page/5/privacy-policy\";i:290;s:59:\"http://litcaf.com/author/tope_litcaf/page/42/privacy-policy\";i:291;s:50:\"http://litcaf.com/submit-an-article/privacy-policy\";i:292;s:45:\"http://litcaf.com/author/tope_litcaf/page/62/\";i:293;s:45:\"http://litcaf.com/my-posts/?author_posts=5079\";i:294;s:93:\"http://litcaf.com/category/technology/architecture/page/2/?__im-JYZFQSGA=14060344033335572924\";i:295;s:58:\"http://litcaf.com/category/environment/environment-others/\";i:296;s:45:\"http://litcaf.com/author/tope_litcaf/page/92/\";i:297;s:64:\"http://litcaf.com/category/social/religion/page/5/privacy-policy\";i:298;s:55:\"http://litcaf.com/2024/09/11/hello-world/privacy-policy\";i:299;s:60:\"http://litcaf.com/author/tope_litcaf/page/110/privacy-policy\";i:300;s:73:\"http://litcaf.com/category/government/finance-money/page/3/privacy-policy\";i:301;s:68:\"http://litcaf.com/category/government/military/page/5/privacy-policy\";i:302;s:59:\"http://litcaf.com/author/tope_litcaf/page/75/privacy-policy\";i:303;s:56:\"http://litcaf.com/category/social/textile/privacy-policy\";i:304;s:59:\"http://litcaf.com/author/tope_litcaf/page/92/privacy-policy\";i:305;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-KABJvgpZ=17534522449656550522&__im-vPKABBQQ=3718608370483167692page%2F18%2F\";i:306;s:59:\"http://litcaf.com/author/tope_litcaf/page/64/privacy-policy\";i:307;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:308;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-GdTnDMCa=10482237516505345392&__im-amFthiRA=11945201261702646245page%2F2%2F\";i:309;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/50/privacy-policy\";i:310;s:60:\"http://litcaf.com/author/tope_litcaf/page/105/privacy-policy\";i:311;s:59:\"http://litcaf.com/author/tope_litcaf/page/50/privacy-policy\";i:312;s:35:\"http://litcaf.com/ideal-nest-hotel/\";i:313;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F2%2Fpage%2F3%2F&__im-bybFkZSM=18270175750264385449\";i:314;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbIkyMWx=16800559727197523484&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F2%2F\";i:315;s:52:\"http://litcaf.com/?__im-ypJIojwy=1888929468258504042\";i:316;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:317;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:318;s:74:\"http://litcaf.com/category/culture/tradition-customs/page/3/privacy-policy\";i:319;s:59:\"http://litcaf.com/author/tope_litcaf/page/15/privacy-policy\";i:320;s:77:\"http://litcaf.com/my-posts?__im-EVqrzhSf=9189251346807321902&author_posts=314\";i:321;s:30:\"http://litcaf.com/klipsringer/\";i:322;s:81:\"http://litcaf.com/category/government/government-government/page/2/privacy-policy\";i:323;s:72:\"http://litcaf.com/category/environment/geography-boundary/privacy-policy\";i:324;s:65:\"http://litcaf.com/category/entertainment/music-rap/privacy-policy\";i:325;s:72:\"http://litcaf.com/extractive-industry/?__im-jHdCoeIZ=6691830809809390492\";i:326;s:53:\"http://litcaf.com/?__im-FpuDwQCG=11836565844090853260\";i:327;s:72:\"http://litcaf.com/category/history/history-general/page/7/privacy-policy\";i:328;s:59:\"http://litcaf.com/author/tope_litcaf/page/43/privacy-policy\";i:329;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/154/privacy-policy\";i:330;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/?__im-dOQqwNqb=9212020315069113922\";i:331;s:31:\"http://litcaf.com/reuben-abati/\";i:332;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F29%2Fpage%2F3%2F&__im-eoggGYOo=10321543955185842829\";i:333;s:71:\"http://litcaf.com/category/history/history-social/page/2/privacy-policy\";i:334;s:64:\"http://litcaf.com/category/government/law-general/privacy-policy\";i:335;s:74:\"http://litcaf.com/category/culture/tradition-customs/page/5/privacy-policy\";i:336;s:33:\"http://litcaf.com/blowfish-hotel/\";i:337;s:31:\"http://litcaf.com/radisson-blu/\";i:338;s:113:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-oZrzmbVB=538717707415069540&__im-vMXTwmyb=1665176195347855262\";i:339;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F3%2F&__im-WOTHolut=15925829565175811029\";i:340;s:77:\"http://litcaf.com/category/history/history-civilization/page/6/privacy-policy\";i:341;s:71:\"http://litcaf.com/submit-an-article/?__im-LRgTHezm=15498077234335417354\";i:342;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hwkFSCCl=15033182130452542265&__im-yvzaKoHo=12771674432103962180page%2F57%2Fpage%2F2%2F\";i:343;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-kioJzpsU=13335487230542866236&__im-oZrzmbVB=538717707415069540page%2F29%2F\";i:344;s:45:\"http://litcaf.com/author/tope_litcaf/page/54/\";i:345;s:72:\"http://litcaf.com/category/entertainment/music-pop/page/3/privacy-policy\";i:346;s:77:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/privacy-policy\";i:347;s:43:\"http://litcaf.com/my-posts/?author_posts=12\";i:348;s:75:\"http://litcaf.com/my-posts?__im-OvVSCoXI=3529760200630463515&author_posts=9\";i:349;s:45:\"http://litcaf.com/author/tope_litcaf/page/82/\";i:350;s:59:\"http://litcaf.com/author/tope_litcaf/page/22/privacy-policy\";i:351;s:45:\"http://litcaf.com/author/tope_litcaf/page/61/\";i:352;s:45:\"http://litcaf.com/author/tope_litcaf/page/15/\";i:353;s:160:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-GLBBSBuF=5903584108194502047&__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:354;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:355;s:48:\"http://litcaf.com/category-users/?cat=journalist\";i:356;s:84:\"http://litcaf.com/category/social/people/page/16/?__im-hsblqNhc=13474734699695604559\";i:357;s:52:\"http://litcaf.com/?__im-yvFJsYAH=2475245451081029983\";i:358;s:63:\"http://litcaf.com/category/social/people/page/20/privacy-policy\";i:359;s:86:\"http://litcaf.com/category/entertainment/entertainment-nollywood/page/3/privacy-policy\";i:360;s:45:\"http://litcaf.com/author/tope_litcaf/page/52/\";i:361;s:54:\"http://litcaf.com/category/entertainment/music-others/\";i:362;s:152:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F171%2Fpage%2F28%2Fpage%2F2%2F&__im-dqSKFshB=17847360389969288831\";i:363;s:174:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F&__im-kGMWcDDr=8111357368496797702\";i:364;s:52:\"http://litcaf.com/ikeja-central-hotel/privacy-policy\";i:365;s:65:\"http://litcaf.com/category/government/education-secondary/page/9/\";i:366;s:172:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-iLyBEcsD=14847024067220453655&__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:367;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:368;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:369;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:370;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:371;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:372;s:32:\"http://litcaf.com/?page_id=23779\";i:373;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/page/129/privacy-policy?__im-cgqtupVt=9690421951915900678\";i:374;s:59:\"http://litcaf.com/author/tope_litcaf/page/63/privacy-policy\";i:375;s:62:\"http://litcaf.com/category/social/people/page/8/privacy-policy\";i:376;s:45:\"http://litcaf.com/reuben-abati/privacy-policy\";i:377;s:147:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F2%2Fpage%2F3%2F&__im-nrBjvhmw=140053729234368486\";i:378;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-RoTSOVRJ=1181006992130296722&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:379;s:59:\"http://litcaf.com/author/tope_litcaf/page/94/privacy-policy\";i:380;s:59:\"http://litcaf.com/author/tope_litcaf/page/12/privacy-policy\";i:381;s:59:\"http://litcaf.com/author/tope_litcaf/page/32/privacy-policy\";i:382;s:75:\"http://litcaf.com/category/entertainment/entertainment-music/privacy-policy\";i:383;s:148:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-ocCcUmxD=2967553597747234633&__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2Fpage%2F2%2F\";i:384;s:46:\"http://litcaf.com/avenue-suites/privacy-policy\";i:385;s:45:\"http://litcaf.com/radisson-blu/privacy-policy\";i:386;s:79:\"http://litcaf.com/my-articles/privacy-policy?__im-QFdDUTzv=16284743319873288215\";i:387;s:35:\"http://litcaf.com/three-arms-hotel/\";i:388;s:46:\"http://litcaf.com/my-posts/?author_posts=11221\";i:389;s:44:\"http://litcaf.com/my-posts/?author_posts=114\";i:390;s:59:\"http://litcaf.com/author/tope_litcaf/page/37/privacy-policy\";i:391;s:45:\"http://litcaf.com/my-posts?author_posts=11483\";i:392;s:46:\"http://litcaf.com/my-posts/?author_posts=11110\";i:393;s:74:\"http://litcaf.com/category/history/history-political/page/9/privacy-policy\";i:394;s:59:\"http://litcaf.com/author/tope_litcaf/page/39/privacy-policy\";i:395;s:66:\"http://litcaf.com/category/government/economics-cbn/privacy-policy\";i:396;s:46:\"http://litcaf.com/my-posts/?author_posts=12048\";i:397;s:60:\"http://litcaf.com/author/tope_litcaf/page/109/privacy-policy\";i:398;s:52:\"http://litcaf.com/?__im-drHQdESD=1868894338938251972\";i:399;s:109:\"http://litcaf.com/category/history/history-political/page/6/privacy-policy?__im-pjdjOUwb=11732300179957331632\";i:400;s:59:\"http://litcaf.com/author/tope_litcaf/page/51/privacy-policy\";i:401;s:46:\"http://litcaf.com/my-posts/?author_posts=14916\";i:402;s:69:\"http://litcaf.com/funnola-aofiyebi/?__im-aacMVxPZ=6686205103150941999\";i:403;s:100:\"http://litcaf.com/category/government/education-secondary/page/3/?__im-PJpeOYrO=17113225980022608111\";i:404;s:46:\"http://litcaf.com/my-posts/?author_posts=15322\";i:405;s:59:\"http://litcaf.com/author/tope_litcaf/page/71/privacy-policy\";i:406;s:53:\"http://litcaf.com/?__im-uRappYOo=16873130952142653062\";i:407;s:46:\"http://litcaf.com/my-posts/?author_posts=12143\";i:408;s:100:\"http://litcaf.com/category-users/?__im-jSbFnzOZ=5434675856189216961&cat=customer_care_representative\";i:409;s:59:\"http://litcaf.com/author/tope_litcaf/page/38/privacy-policy\";i:410;s:60:\"http://litcaf.com/author/tope_litcaf/page/101/privacy-policy\";i:411;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:412;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:413;s:40:\"http://litcaf.com/wp-admin/nav-menus.php\";i:414;s:46:\"http://litcaf.com/my-posts/?author_posts=12423\";i:415;s:89:\"http://litcaf.com/category-users/?__im-bmMGDqbO=17847951990183515326&cat=graphic_designer\";i:416;s:59:\"http://litcaf.com/author/tope_litcaf/page/48/privacy-policy\";i:417;s:77:\"http://litcaf.com/olaniwun-adunni-oluwole/?__im-NPygDmTH=12918151505848533953\";i:418;s:45:\"http://litcaf.com/my-posts?author_posts=11664\";i:419;s:40:\"http://litcaf.com/silver-grandeur-hotel/\";i:420;s:63:\"http://litcaf.com/category/social/people/page/16/privacy-policy\";i:421;s:83:\"http://litcaf.com/category-users/?__im-FxfuIXND=18071497409900381751&cat=journalist\";i:422;s:45:\"http://litcaf.com/my-posts?author_posts=11882\";i:423;s:78:\"http://litcaf.com/category-users/?__im-sxQsAWWB=921133678517909600&cat=Janitor\";i:424;s:59:\"http://litcaf.com/author/tope_litcaf/page/61/privacy-policy\";i:425;s:52:\"http://litcaf.com/?__im-EPIKWAxA=2706079393588080743\";i:426;s:68:\"http://litcaf.com/category/entertainment/music-others/privacy-policy\";i:427;s:45:\"http://litcaf.com/my-posts?author_posts=15394\";i:428;s:45:\"http://litcaf.com/my-posts?author_posts=15398\";i:429;s:64:\"http://litcaf.com/my-articles/?__im-nqvBaoWX=7387916784766727965\";i:430;s:45:\"http://litcaf.com/my-posts?author_posts=15396\";i:431;s:38:\"http://litcaf.com/thomas-birch-freeman\";i:432;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-JDIXdnjG=7704301255245606137&__im-vPKABBQQ=3718608370483167692page%2F215%2Fpage%2F2%2F\";i:433;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/169/privacy-policy\";i:434;s:32:\"http://litcaf.com/red-river-hog/\";i:435;s:68:\"http://litcaf.com/category/government/military/page/3/privacy-policy\";i:436;s:38:\"http://litcaf.com/morning-side-suites/\";i:437;s:45:\"http://litcaf.com/my-posts?author_posts=14329\";i:438;s:45:\"http://litcaf.com/my-posts?author_posts=11886\";i:439;s:45:\"http://litcaf.com/my-posts?author_posts=15721\";i:440;s:80:\"http://litcaf.com/category-users/?__im-ookyDTBZ=8332216710681044913&cat=engineer\";i:441;s:45:\"http://litcaf.com/my-posts?author_posts=15943\";i:442;s:58:\"http://litcaf.com/slender-snouted-crocodile/privacy-policy\";i:443;s:44:\"http://litcaf.com/george-duke/privacy-policy\";i:444;s:46:\"http://litcaf.com/my-posts/?author_posts=12813\";i:445;s:52:\"http://litcaf.com/?__im-FSezmwyu=5319201525279711041\";i:446;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:447;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:448;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F3%2F&__im-tAFgzQnH=13815432952351541436\";i:449;s:46:\"http://litcaf.com/my-posts/?author_posts=11992\";i:450;s:46:\"http://litcaf.com/my-posts/?author_posts=12173\";i:451;s:46:\"http://litcaf.com/my-posts/?author_posts=12273\";i:452;s:46:\"http://litcaf.com/my-posts/?author_posts=12087\";i:453;s:46:\"http://litcaf.com/my-posts/?author_posts=11164\";i:454;s:46:\"http://litcaf.com/my-posts/?author_posts=11652\";i:455;s:46:\"http://litcaf.com/my-posts/?author_posts=11248\";i:456;s:46:\"http://litcaf.com/my-posts/?author_posts=11171\";i:457;s:46:\"http://litcaf.com/my-posts/?author_posts=12057\";i:458;s:46:\"http://litcaf.com/my-posts/?author_posts=11424\";i:459;s:46:\"http://litcaf.com/my-posts/?author_posts=11656\";i:460;s:46:\"http://litcaf.com/my-posts/?author_posts=12961\";i:461;s:46:\"http://litcaf.com/my-posts/?author_posts=11837\";i:462;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/119/privacy-policy\";i:463;s:46:\"http://litcaf.com/my-posts/?author_posts=11238\";i:464;s:46:\"http://litcaf.com/my-posts/?author_posts=12046\";i:465;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/\";i:466;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/193/\";i:467;s:112:\"http://litcaf.com/my-posts?__im-lJRbUKoK=13933850409686543042&__im-xTKNGGLN=9960917052253035044&author_posts=134\";i:468;s:46:\"http://litcaf.com/my-posts/?author_posts=12062\";i:469;s:46:\"http://litcaf.com/my-posts/?author_posts=12047\";i:470;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/53/\";i:471;s:41:\"http://litcaf.com/category/social/people/\";i:472;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:473;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:474;s:44:\"http://litcaf.com/category/science/medicine/\";i:475;s:73:\"http://litcaf.com/category/entertainment/nollywood-general/privacy-policy\";i:476;s:46:\"http://litcaf.com/my-posts/?author_posts=11420\";i:477;s:43:\"http://litcaf.com/my-posts/?author_posts=90\";i:478;s:46:\"http://litcaf.com/my-posts/?author_posts=11346\";i:479;s:46:\"http://litcaf.com/my-posts/?author_posts=11990\";i:480;s:46:\"http://litcaf.com/my-posts/?author_posts=12275\";i:481;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/188/\";i:482;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/\";i:483;s:46:\"http://litcaf.com/my-posts/?author_posts=11293\";i:484;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/\";i:485;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/75/\";i:486;s:69:\"http://litcaf.com/category/government/politics-public-service/page/3/\";i:487;s:52:\"http://litcaf.com/?__im-cRJNcAjw=9962139571847125237\";i:488;s:77:\"http://litcaf.com/category/technology/info-tech-communications/privacy-policy\";i:489;s:46:\"http://litcaf.com/my-posts/?author_posts=12098\";i:490;s:46:\"http://litcaf.com/my-posts/?author_posts=11959\";i:491;s:46:\"http://litcaf.com/my-posts/?author_posts=12982\";i:492;s:46:\"http://litcaf.com/my-posts/?author_posts=11671\";i:493;s:78:\"http://litcaf.com/category-users/?__im-GJvmGBjx=11961379560272776187&cat=Model\";i:494;s:46:\"http://litcaf.com/my-posts/?author_posts=11352\";i:495;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-DvqkxDIM=1997630248857119378&__im-fvhgODhv=6528895213246034997\";i:496;s:46:\"http://litcaf.com/my-posts/?author_posts=11978\";i:497;s:46:\"http://litcaf.com/my-posts/?author_posts=11298\";i:498;s:46:\"http://litcaf.com/my-posts/?author_posts=14339\";i:499;s:46:\"http://litcaf.com/my-posts/?author_posts=12333\";i:500;s:46:\"http://litcaf.com/my-posts/?author_posts=11157\";i:501;s:45:\"http://litcaf.com/my-posts/?author_posts=5086\";i:502;s:46:\"http://litcaf.com/my-posts/?author_posts=11762\";i:503;s:46:\"http://litcaf.com/my-posts/?author_posts=11317\";i:504;s:46:\"http://litcaf.com/my-posts/?author_posts=12604\";i:505;s:46:\"http://litcaf.com/my-posts/?author_posts=11977\";i:506;s:46:\"http://litcaf.com/my-posts/?author_posts=12092\";i:507;s:46:\"http://litcaf.com/my-posts/?author_posts=12905\";i:508;s:43:\"http://litcaf.com/my-posts/?author_posts=49\";i:509;s:184:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OglLsjBr=2692878228731992551&__im-QmDYLEVa=1263862497457804317&__im-uKEmAvjC=334516214112046357page%2F120%2Fpage%2F215%2Fpage%2F2%2F\";i:510;s:52:\"http://litcaf.com/?__im-dTwmuKFh=3984694803290320491\";i:511;s:46:\"http://litcaf.com/my-posts/?author_posts=11752\";i:512;s:46:\"http://litcaf.com/my-posts/?author_posts=12597\";i:513;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/privacy-policy\";i:514;s:46:\"http://litcaf.com/my-posts/?author_posts=14334\";i:515;s:46:\"http://litcaf.com/my-posts/?author_posts=11361\";i:516;s:46:\"http://litcaf.com/my-posts/?author_posts=11989\";i:517;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-JfrNRcsX=12251451574776819665page%2F29%2F&__im-trcbHKnd=1922817930761497602\";i:518;s:46:\"http://litcaf.com/my-posts/?author_posts=11099\";i:519;s:46:\"http://litcaf.com/my-posts/?author_posts=12293\";i:520;s:46:\"http://litcaf.com/my-posts/?author_posts=11347\";i:521;s:46:\"http://litcaf.com/my-posts/?author_posts=14333\";i:522;s:46:\"http://litcaf.com/my-posts/?author_posts=11651\";i:523;s:46:\"http://litcaf.com/my-posts/?author_posts=12324\";i:524;s:46:\"http://litcaf.com/my-posts/?author_posts=12381\";i:525;s:46:\"http://litcaf.com/my-posts/?author_posts=11101\";i:526;s:46:\"http://litcaf.com/my-posts/?author_posts=13369\";i:527;s:46:\"http://litcaf.com/my-posts/?author_posts=12915\";i:528;s:46:\"http://litcaf.com/my-posts/?author_posts=12134\";i:529;s:89:\"http://litcaf.com/category-users/?__im-cHaEjJkQ=3242623865522500854&cat=real_estate_agent\";i:530;s:88:\"http://litcaf.com/la-campagne-tropicana/privacy-policy?__im-cNbgstnA=5998960312271198882\";i:531;s:46:\"http://litcaf.com/my-posts/?author_posts=12378\";i:532;s:46:\"http://litcaf.com/my-posts/?author_posts=12339\";i:533;s:44:\"http://litcaf.com/my-posts/?author_posts=111\";i:534;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/privacy-policy\";i:535;s:46:\"http://litcaf.com/my-posts/?author_posts=12310\";i:536;s:120:\"http://litcaf.com/category/entertainment/entertainment-nollywood/page/2/privacy-policy?__im-SFynYpKk=1658084704064442974\";i:537;s:46:\"http://litcaf.com/my-posts/?author_posts=11767\";i:538;s:43:\"http://litcaf.com/my-posts/?author_posts=79\";i:539;s:46:\"http://litcaf.com/my-posts/?author_posts=14153\";i:540;s:46:\"http://litcaf.com/my-posts/?author_posts=11669\";i:541;s:45:\"http://litcaf.com/gaboon-viper/privacy-policy\";i:542;s:46:\"http://litcaf.com/my-posts/?author_posts=12044\";i:543;s:46:\"http://litcaf.com/my-posts/?author_posts=11226\";i:544;s:45:\"http://litcaf.com/my-posts/?author_posts=3751\";i:545;s:46:\"http://litcaf.com/my-posts/?author_posts=11330\";i:546;s:46:\"http://litcaf.com/my-posts/?author_posts=12340\";i:547;s:76:\"http://litcaf.com/category/government/politics-general/page/5/privacy-policy\";i:548;s:46:\"http://litcaf.com/my-posts/?author_posts=14115\";i:549;s:46:\"http://litcaf.com/my-posts/?author_posts=15281\";i:550;s:45:\"http://litcaf.com/my-posts/?author_posts=2728\";i:551;s:46:\"http://litcaf.com/my-posts/?author_posts=15333\";i:552;s:44:\"http://litcaf.com/my-posts/?author_posts=158\";i:553;s:46:\"http://litcaf.com/my-posts/?author_posts=12357\";i:554;s:58:\"http://litcaf.com/category/science/medicine/privacy-policy\";i:555;s:45:\"http://litcaf.com/my-posts/?author_posts=5101\";i:556;s:85:\"http://litcaf.com/category-users/?__im-huKynTdy=12386956545096382125&cat=sales_person\";i:557;s:46:\"http://litcaf.com/my-posts/?author_posts=11165\";i:558;s:46:\"http://litcaf.com/my-posts/?author_posts=11988\";i:559;s:46:\"http://litcaf.com/my-posts/?author_posts=12285\";i:560;s:46:\"http://litcaf.com/my-posts/?author_posts=11223\";i:561;s:44:\"http://litcaf.com/my-posts/?author_posts=135\";i:562;s:46:\"http://litcaf.com/my-posts/?author_posts=11971\";i:563;s:46:\"http://litcaf.com/my-posts/?author_posts=11969\";i:564;s:46:\"http://litcaf.com/my-posts/?author_posts=12394\";i:565;s:46:\"http://litcaf.com/my-posts/?author_posts=12009\";i:566;s:46:\"http://litcaf.com/my-posts/?author_posts=14375\";i:567;s:46:\"http://litcaf.com/my-posts/?author_posts=11965\";i:568;s:46:\"http://litcaf.com/my-posts/?author_posts=11296\";i:569;s:46:\"http://litcaf.com/my-posts/?author_posts=11828\";i:570;s:25:\"http://litcaf.com/coffee/\";i:571;s:46:\"http://litcaf.com/my-posts/?author_posts=11437\";i:572;s:49:\"http://litcaf.com/category/social/people/page/13/\";i:573;s:46:\"http://litcaf.com/my-posts/?author_posts=11982\";i:574;s:106:\"http://litcaf.com/category/history/history-social/page/3/privacy-policy?__im-nGVToSlM=13547949062660423670\";i:575;s:46:\"http://litcaf.com/my-posts/?author_posts=14883\";i:576;s:46:\"http://litcaf.com/my-posts/?author_posts=12102\";i:577;s:30:\"http://litcaf.com/nyame-jolly/\";i:578;s:45:\"http://litcaf.com/author/tope_litcaf/page/53/\";i:579;s:46:\"http://litcaf.com/my-posts/?author_posts=11138\";i:580;s:46:\"http://litcaf.com/my-posts/?author_posts=11646\";i:581;s:88:\"http://litcaf.com/category/culture/tradition-customs/?__im-EIRrDHin=13587028102769960434\";i:582;s:41:\"http://litcaf.com/hasfat-abiola-costello/\";i:583;s:46:\"http://litcaf.com/my-posts/?author_posts=11104\";i:584;s:46:\"http://litcaf.com/my-posts/?author_posts=11403\";i:585;s:46:\"http://litcaf.com/my-posts/?author_posts=12005\";i:586;s:46:\"http://litcaf.com/my-posts/?author_posts=12369\";i:587;s:31:\"http://litcaf.com/ikoku-goomsu/\";i:588;s:46:\"http://litcaf.com/my-posts/?author_posts=12260\";i:589;s:36:\"http://litcaf.com/type/image/page/3/\";i:590;s:33:\"http://litcaf.com/category-users/\";i:591;s:46:\"http://litcaf.com/my-posts/?author_posts=11875\";i:592;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:593;s:46:\"http://litcaf.com/my-posts/?author_posts=13109\";i:594;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:595;s:53:\"http://litcaf.com/?__im-ClrTjlDP=10457246608321968871\";i:596;s:46:\"http://litcaf.com/my-posts/?author_posts=11158\";i:597;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:598;s:112:\"http://litcaf.com/my-posts?__im-IfJCXQps=3586228509964134896&__im-PXIzbnHT=11365077100480733924&author_posts=237\";i:599;s:46:\"http://litcaf.com/my-posts/?author_posts=11149\";i:600;s:81:\"http://litcaf.com/my-posts/?author_posts=11161&__im-MbWKDdNZ=14793269389894616875\";i:601;s:46:\"http://litcaf.com/my-posts/?author_posts=11976\";i:602;s:46:\"http://litcaf.com/my-posts/?author_posts=11121\";i:603;s:105:\"http://litcaf.com/al-mustapha-hamza/?__im-JxNrRAKT=1259236098409256252&__im-kweUNDHm=15100000917985392467\";i:604;s:46:\"http://litcaf.com/my-posts/?author_posts=11349\";i:605;s:46:\"http://litcaf.com/my-posts/?author_posts=12051\";i:606;s:46:\"http://litcaf.com/my-posts/?author_posts=11125\";i:607;s:46:\"http://litcaf.com/my-posts/?author_posts=12348\";i:608;s:45:\"http://litcaf.com/my-posts/?author_posts=5109\";i:609;s:46:\"http://litcaf.com/my-posts/?author_posts=12668\";i:610;s:46:\"http://litcaf.com/my-posts/?author_posts=12054\";i:611;s:45:\"http://litcaf.com/my-posts/?author_posts=5112\";i:612;s:44:\"http://litcaf.com/my-posts/?author_posts=159\";i:613;s:46:\"http://litcaf.com/my-posts/?author_posts=11613\";i:614;s:46:\"http://litcaf.com/my-posts/?author_posts=12362\";i:615;s:46:\"http://litcaf.com/my-posts/?author_posts=14530\";i:616;s:46:\"http://litcaf.com/my-posts/?author_posts=11313\";i:617;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/72/?__im-aUgbZhsh=11538723482380537509\";i:618;s:46:\"http://litcaf.com/my-posts/?author_posts=12650\";i:619;s:46:\"http://litcaf.com/my-posts/?author_posts=14330\";i:620;s:46:\"http://litcaf.com/my-posts/?author_posts=12626\";i:621;s:46:\"http://litcaf.com/my-posts/?author_posts=11386\";i:622;s:81:\"http://litcaf.com/my-posts/?__im-eZBhNGos=16812959693138263696&author_posts=12369\";i:623;s:63:\"http://litcaf.com/category/social/people/page/13/privacy-policy\";i:624;s:46:\"http://litcaf.com/my-posts/?author_posts=11432\";i:625;s:44:\"http://litcaf.com/nyame-jolly/privacy-policy\";i:626;s:46:\"http://litcaf.com/my-posts/?author_posts=11408\";i:627;s:50:\"http://litcaf.com/log-in/?pp_social_login=facebook\";i:628;s:59:\"http://litcaf.com/author/tope_litcaf/page/53/privacy-policy\";i:629;s:46:\"http://litcaf.com/my-posts/?author_posts=11658\";i:630;s:46:\"http://litcaf.com/my-posts/?author_posts=12265\";i:631;s:55:\"http://litcaf.com/hasfat-abiola-costello/privacy-policy\";i:632;s:46:\"http://litcaf.com/my-posts/?author_posts=15226\";i:633;s:46:\"http://litcaf.com/my-posts/?author_posts=14574\";i:634;s:46:\"http://litcaf.com/my-posts/?author_posts=11452\";i:635;s:45:\"http://litcaf.com/my-posts/?author_posts=3747\";i:636;s:33:\"http://litcaf.com/giant-pangolin/\";i:637;s:46:\"http://litcaf.com/my-posts/?author_posts=12331\";i:638;s:46:\"http://litcaf.com/my-posts/?author_posts=11936\";i:639;s:46:\"http://litcaf.com/my-posts/?author_posts=11444\";i:640;s:46:\"http://litcaf.com/my-posts/?author_posts=11903\";i:641;s:46:\"http://litcaf.com/my-posts/?author_posts=12241\";i:642;s:33:\"http://litcaf.com/desert-jerboas/\";i:643;s:67:\"http://litcaf.com/category/culture/tradition-customs/privacy-policy\";i:644;s:46:\"http://litcaf.com/my-posts/?author_posts=11784\";i:645;s:33:\"http://litcaf.com/dare-babarinsa/\";i:646;s:45:\"http://litcaf.com/ikoku-goomsu/privacy-policy\";i:647;s:46:\"http://litcaf.com/my-posts/?author_posts=12920\";i:648;s:46:\"http://litcaf.com/my-posts/?author_posts=12023\";i:649;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:650;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F3%2Fpage%2F3%2F&__im-dqCFbxSl=15261278454636556012\";i:651;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/40/?__im-unVswcoN=6297982446422321163\";i:652;s:45:\"http://litcaf.com/author/tope_litcaf/page/99/\";i:653;s:63:\"http://litcaf.com/?__im-DmRAoFVe=15296502635772960212&page_id=2\";i:654;s:29:\"http://litcaf.com/apotheosis/\";i:655;s:46:\"http://litcaf.com/my-posts/?author_posts=12830\";i:656;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/?__im-qEqHEdOr=2796772035810624700\";i:657;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/14/?__im-TmSLFqlY=6273882888978885436\";i:658;s:46:\"http://litcaf.com/my-posts/?author_posts=11289\";i:659;s:77:\"http://litcaf.com/my-posts/?__im-xaDgjDdw=3598059640571331723&author_posts=36\";i:660;s:95:\"http://litcaf.com/category/government/politics-civil-rights/?__im-MbzNyROG=16073705171412993305\";i:661;s:46:\"http://litcaf.com/my-posts/?author_posts=12312\";i:662;s:44:\"http://litcaf.com/my-posts/?author_posts=148\";i:663;s:46:\"http://litcaf.com/my-posts/?author_posts=13790\";i:664;s:46:\"http://litcaf.com/my-posts/?author_posts=12323\";i:665;s:46:\"http://litcaf.com/my-posts/?author_posts=14864\";i:666;s:31:\"http://litcaf.com/odia-ofeimun/\";i:667;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:668;s:99:\"http://litcaf.com/category/government/education-secondary/page/7/?__im-trnrYtpv=7675462484123754080\";i:669;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F61%2F&__im-qdMNjPtV=5022009282166186867\";i:670;s:50:\"http://litcaf.com/type/image/page/4/privacy-policy\";i:671;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/131/?__im-AKehxIQt=9919505316519829674\";i:672;s:43:\"http://litcaf.com/my-posts?author_posts=204\";i:673;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2F\";i:674;s:33:\"http://litcaf.com/ibadan-history/\";i:675;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/38/?__im-ZaWSeiww=1122840437978806596\";i:676;s:46:\"http://litcaf.com/my-posts/?author_posts=12575\";i:677;s:52:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125\";i:678;s:46:\"http://litcaf.com/my-posts/?author_posts=12204\";i:679;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F2%2F&__im-oVqmpKRg=1324813528188686394\";i:680;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:681;s:46:\"http://litcaf.com/my-posts/?author_posts=11685\";i:682;s:46:\"http://litcaf.com/my-posts/?author_posts=12038\";i:683;s:46:\"http://litcaf.com/my-posts/?author_posts=11639\";i:684;s:46:\"http://litcaf.com/my-posts/?author_posts=14412\";i:685;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:686;s:50:\"http://litcaf.com/al-mustapha-hamza/privacy-policy\";i:687;s:53:\"http://litcaf.com/?__im-QwDgCkBI=11908377688655938216\";i:688;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/173/?__im-MwgSPglV=10649711212945164108\";i:689;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/?__im-WknNykYS=2774336576005402906\";i:690;s:46:\"http://litcaf.com/my-posts/?author_posts=12329\";i:691;s:59:\"http://litcaf.com/gabaro/?__im-dzalegbJ=3451363171125399637\";i:692;s:81:\"http://litcaf.com/my-posts/?__im-bYnQMLLX=14274376655429697335&author_posts=14336\";i:693;s:94:\"http://litcaf.com/category/history/history-political/page/8/?__im-aLoXxtnd=1600879395795454830\";i:694;s:81:\"http://litcaf.com/category/government/research/?__im-ahyIUqBr=7769334537219579870\";i:695;s:92:\"http://litcaf.com/category/government/law-general/page/3/?__im-ongmqbpE=11844728517452961269\";i:696;s:77:\"http://litcaf.com/my-posts?__im-MCifBVdP=6035941805965759280&author_posts=266\";i:697;s:44:\"http://litcaf.com/my-posts/?author_posts=117\";i:698;s:35:\"http://litcaf.com/ihonvbere-julius/\";i:699;s:81:\"http://litcaf.com/my-posts/?__im-YVeLSGcF=15025556318016389221&author_posts=12049\";i:700;s:51:\"http://litcaf.com/?__im-UURagorK=321962215238561812\";i:701;s:88:\"http://litcaf.com/category-users/?__im-xPLUUtBC=5322820908297286928&cat=digital_marketer\";i:702;s:85:\"http://litcaf.com/category-users/?__im-VkoyoIqI=2664654907988240956&cat=Industrialist\";i:703;s:80:\"http://litcaf.com/my-posts/?__im-UIlhbxrm=6406222839188758187&author_posts=11155\";i:704;s:49:\"http://litcaf.com/category/social/people/page/24/\";i:705;s:41:\"http://litcaf.com/esugbayi/privacy-policy\";i:706;s:22:\"http://litcaf.com/owo/\";i:707;s:46:\"http://litcaf.com/my-posts/?author_posts=11155\";i:708;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/94/?__im-YdkfUbdK=14167992808382367329\";i:709;s:96:\"http://litcaf.com/category/government/politics-international/?__im-tYxCuCSs=16516701843580107756\";i:710;s:42:\"http://litcaf.com/ode-irele/privacy-policy\";i:711;s:78:\"http://litcaf.com/author/tope_litcaf/page/57/?__im-tGKVTjAV=319889083665210789\";i:712;s:80:\"http://litcaf.com/my-posts/?__im-UjWWroCo=9117632952538531391&author_posts=13549\";i:713;s:80:\"http://litcaf.com/my-posts/?__im-WvTnBuxk=3639691257226515419&author_posts=12005\";i:714;s:79:\"http://litcaf.com/author/tope_litcaf/page/52/?__im-STriUFrs=5553528034371754928\";i:715;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F80%2F\";i:716;s:102:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/?__im-hAxsmeJC=4655932292368345708\";i:717;s:97:\"http://litcaf.com/category/social/people/page/19/privacy-policy?__im-wGvCKknl=2912775943994853618\";i:718;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2F\";i:719;s:92:\"http://litcaf.com/category-users/?__im-maHrwRvU=11247338586219982736&cat=Counsellors_Teacher\";i:720;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/79/?__im-VAosdWbq=2965794347440462295\";i:721;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2F\";i:722;s:51:\"http://litcaf.com/?__im-tgBVZhJy=558112534234742669\";i:723;s:107:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F215%2Fpage%2F215%2F\";i:724;s:72:\"http://litcaf.com/category/environment/environment-others/privacy-policy\";i:725;s:47:\"http://litcaf.com/ephraim-akpata/privacy-policy\";i:726;s:72:\"http://litcaf.com/winners-guest-house/?__im-UkCKYDeI=4153618602692925019\";i:727;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F3%2Fpage%2F3%2F\";i:728;s:109:\"http://litcaf.com/category/entertainment/entertainment-media/privacy-policy?__im-AQkLwWGO=6691581543796508297\";i:729;s:175:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2F&__im-xcriGKMe=6096365496883227305\";i:730;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/7/privacy-policy\";i:731;s:94:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy?__im-KpSdDKVp=17825036655038914886\";i:732;s:27:\"http://litcaf.com/?author=1\";i:733;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2F\";i:734;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F3%2F\";i:735;s:53:\"http://litcaf.com/?__im-bVMxHBRl=10441045907990009707\";i:736;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:737;s:125:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2F\";i:738;s:67:\"http://litcaf.com/category/technology/oil-gas/page/2/privacy-policy\";i:739;s:86:\"http://litcaf.com/category-users/?__im-YJAtIrSB=12386256610650083486&cat=web_developer\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728599182;}s:31:\"http://litcaf.com:443/majeogbe/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:3:{i:0;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:1;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728241630;}s:39:\"http://litcaf.com:443/ifidzhen-melissa/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:57:\"http://litcaf.com/category/social/people/page/8?mode=list\";i:1;s:18:\"https://yandex.ru/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728543116;}s:125:\"http://litcaf.com:443/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css/all.min.css?ver=6.6.2\";a:5:{s:9:\"hit_count\";i:714;s:6:\"is_new\";b:1;s:8:\"referers\";a:450:{i:0;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/172/\";i:1;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F175%2Fpage%2F2%2Fpage%2F2%2F\";i:2;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F2%2Fpage%2F3%2F\";i:3;s:18:\"http://litcaf.com/\";i:4;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F2%2F\";i:5;s:45:\"http://litcaf.com/my-posts/?author_posts=3754\";i:6;s:125:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:7;s:136:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:8;s:65:\"http://litcaf.com/category/government/education-secondary/page/5/\";i:9;s:101:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F2%2Fpage%2F2%2F\";i:10;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F2%2F\";i:11;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F29%2Fpage%2F29%2F\";i:12;s:42:\"http://litcaf.com/my-posts/?author_posts=5\";i:13;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:14;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/55/privacy-policy\";i:15;s:128:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F2%2Fpage%2F3%2Fpage%2F29%2F\";i:16;s:67:\"http://litcaf.com/category/history/history-political/privacy-policy\";i:17;s:48:\"http://litcaf.com/category/social/sports/page/2/\";i:18;s:174:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F&__im-kGMWcDDr=8111357368496797702\";i:19;s:61:\"http://litcaf.com/category/entertainment/entertainment-media/\";i:20;s:58:\"http://litcaf.com/category/history/history-general/page/9/\";i:21;s:57:\"http://litcaf.com/category/government/economics-planning/\";i:22;s:49:\"http://litcaf.com/category/social/people/page/11/\";i:23;s:60:\"http://litcaf.com/category/history/history-political/page/7/\";i:24;s:36:\"http://litcaf.com/grandbee-suites-2/\";i:25;s:35:\"http://litcaf.com/ideal-nest-hotel/\";i:26;s:37:\"http://litcaf.com/graceful-chameleon/\";i:27;s:37:\"http://litcaf.com/queens-court-hotel/\";i:28;s:40:\"http://litcaf.com/la-campagne-tropicana/\";i:29;s:37:\"http://litcaf.com/red-flanked-duiker/\";i:30;s:32:\"http://litcaf.com/schizophrenia/\";i:31;s:45:\"http://litcaf.com/author/tope_litcaf/page/47/\";i:32;s:45:\"http://litcaf.com/author/tope_litcaf/page/29/\";i:33;s:79:\"http://litcaf.com/category/government/education-secondary/page/5/privacy-policy\";i:34;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-QhVoOpoO=6500879567897399200&__im-YNdRETee=3469317815074442801page%2F215%2F\";i:35;s:45:\"http://litcaf.com/author/tope_litcaf/page/41/\";i:36;s:59:\"http://litcaf.com/author/tope_litcaf/page/28/privacy-policy\";i:37;s:78:\"http://litcaf.com/category/government/mining/?__im-CcQnXxQZ=900580670257471614\";i:38;s:45:\"http://litcaf.com/author/tope_litcaf/page/88/\";i:39;s:27:\"http://litcaf.com/my-posts/\";i:40;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:41;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:42;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:43;s:32:\"http://litcaf.com/?page_id=23779\";i:44;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/146/?__im-narWuUdV=6061378168551706090\";i:45;s:109:\"http://litcaf.com/category/history/history-political/page/6/privacy-policy?__im-pjdjOUwb=11732300179957331632\";i:46;s:45:\"http://litcaf.com/author/tope_litcaf/page/38/\";i:47;s:45:\"http://litcaf.com/author/tope_litcaf/page/26/\";i:48;s:59:\"http://litcaf.com/author/tope_litcaf/page/33/privacy-policy\";i:49;s:63:\"http://litcaf.com/vivian-fowler-memorial-college/privacy-policy\";i:50;s:65:\"http://litcaf.com/category/government/education-secondary/page/9/\";i:51;s:43:\"http://litcaf.com/my-posts/?author_posts=77\";i:52;s:50:\"http://litcaf.com/grandbee-suites-2/privacy-policy\";i:53;s:63:\"http://litcaf.com/category/social/people/page/11/privacy-policy\";i:54;s:79:\"http://litcaf.com/category/environment/environment-others/page/3/privacy-policy\";i:55;s:46:\"http://litcaf.com/author/tope_litcaf/page/103/\";i:56;s:68:\"http://litcaf.com/category/government/military/page/4/privacy-policy\";i:57;s:71:\"http://litcaf.com/category/literature/literature-fiction/privacy-policy\";i:58;s:45:\"http://litcaf.com/author/tope_litcaf/page/59/\";i:59;s:49:\"http://litcaf.com/category/social/people/page/18/\";i:60;s:51:\"http://litcaf.com/category/entertainment/music-rap/\";i:61;s:45:\"http://litcaf.com/author/tope_litcaf/page/73/\";i:62;s:55:\"http://litcaf.com/category/government/politics-general/\";i:63;s:51:\"http://litcaf.com/red-flanked-duiker/privacy-policy\";i:64;s:71:\"http://litcaf.com/category/government/economics-planning/privacy-policy\";i:65;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:66;s:27:\"http://litcaf.com/make-card\";i:67;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:68;s:45:\"http://litcaf.com/author/tope_litcaf/page/67/\";i:69;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/161/privacy-policy\";i:70;s:45:\"http://litcaf.com/author/tope_litcaf/page/46/\";i:71;s:45:\"http://litcaf.com/author/tope_litcaf/page/87/\";i:72;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/119/?__im-kOEJFXBj=13961146849256650533\";i:73;s:73:\"http://litcaf.com/category/history/history-general/page/10/privacy-policy\";i:74;s:45:\"http://litcaf.com/author/tope_litcaf/page/98/\";i:75;s:69:\"http://litcaf.com/category/government/politics-public-service/page/6/\";i:76;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OjVxybLZ=3723452806494746476&__im-uKEmAvjC=334516214112046357page%2F122%2Fpage%2F29%2F\";i:77;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:78;s:48:\"http://litcaf.com/category-users/?cat=journalist\";i:79;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:80;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:81;s:59:\"http://litcaf.com/author/tope_litcaf/page/42/privacy-policy\";i:82;s:50:\"http://litcaf.com/submit-an-article/privacy-policy\";i:83;s:41:\"http://litcaf.com/category/social/health/\";i:84;s:73:\"http://litcaf.com/category/government/finance-money/page/3/privacy-policy\";i:85;s:68:\"http://litcaf.com/category/government/military/page/5/privacy-policy\";i:86;s:59:\"http://litcaf.com/author/tope_litcaf/page/75/privacy-policy\";i:87;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-KABJvgpZ=17534522449656550522&__im-vPKABBQQ=3718608370483167692page%2F18%2F\";i:88;s:47:\"http://litcaf.com/edit-profile-2/privacy-policy\";i:89;s:52:\"http://litcaf.com/?__im-ypJIojwy=1888929468258504042\";i:90;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:91;s:59:\"http://litcaf.com/author/tope_litcaf/page/59/privacy-policy\";i:92;s:59:\"http://litcaf.com/author/tope_litcaf/page/15/privacy-policy\";i:93;s:39:\"http://litcaf.com/maridom-palace-hotel/\";i:94;s:81:\"http://litcaf.com/category/government/government-government/page/2/privacy-policy\";i:95;s:65:\"http://litcaf.com/category/entertainment/music-rap/privacy-policy\";i:96;s:59:\"http://litcaf.com/author/tope_litcaf/page/79/privacy-policy\";i:97;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/154/privacy-policy\";i:98;s:71:\"http://litcaf.com/category/history/history-social/page/2/privacy-policy\";i:99;s:59:\"http://litcaf.com/author/tope_litcaf/page/10/privacy-policy\";i:100;s:40:\"http://litcaf.com/leisure-spring-hotels/\";i:101;s:33:\"http://litcaf.com/blowfish-hotel/\";i:102;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VVvlSGAF=4978801124738078700&__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F29%2F\";i:103;s:87:\"http://litcaf.com/category-users/?__im-KGNIslsZ=14012333214338103584&cat=medical_doctor\";i:104;s:72:\"http://litcaf.com/category/entertainment/music-pop/page/3/privacy-policy\";i:105;s:45:\"http://litcaf.com/author/tope_litcaf/page/14/\";i:106;s:32:\"http://litcaf.com/privacy-policy\";i:107;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:108;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:109;s:30:\"http://litcaf.com/edit-profile\";i:110;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:111;s:36:\"http://litcaf.com/submit-an-article/\";i:112;s:54:\"http://litcaf.com/silver-grandeur-hotel/privacy-policy\";i:113;s:46:\"http://litcaf.com/author/tope_litcaf/page/104/\";i:114;s:63:\"http://litcaf.com/category/social/people/page/20/privacy-policy\";i:115;s:86:\"http://litcaf.com/category/entertainment/entertainment-nollywood/page/3/privacy-policy\";i:116;s:45:\"http://litcaf.com/author/tope_litcaf/page/52/\";i:117;s:152:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F171%2Fpage%2F28%2Fpage%2F2%2F&__im-dqSKFshB=17847360389969288831\";i:118;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:119;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:120;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:121;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:122;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:123;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:124;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:125;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:126;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:127;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:128;s:78:\"http://litcaf.com/slender-snouted-crocodile/?__im-zahGZhuM=6116183874801071625\";i:129;s:72:\"http://litcaf.com/category/technology/architecture/page/3/privacy-policy\";i:130;s:45:\"http://litcaf.com/reuben-abati/privacy-policy\";i:131;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-RoTSOVRJ=1181006992130296722&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:132;s:45:\"http://litcaf.com/author/tope_litcaf/page/92/\";i:133;s:59:\"http://litcaf.com/author/tope_litcaf/page/12/privacy-policy\";i:134;s:75:\"http://litcaf.com/category/entertainment/entertainment-music/privacy-policy\";i:135;s:171:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bTstLpFg=17961651964253412301&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F3%2F\";i:136;s:45:\"http://litcaf.com/radisson-blu/privacy-policy\";i:137;s:59:\"http://litcaf.com/author/tope_litcaf/page/18/privacy-policy\";i:138;s:45:\"http://litcaf.com/my-posts?author_posts=11483\";i:139;s:59:\"http://litcaf.com/author/tope_litcaf/page/35/privacy-policy\";i:140;s:74:\"http://litcaf.com/category/history/history-political/page/9/privacy-policy\";i:141;s:77:\"http://litcaf.com/my-posts?__im-HsIHznNv=6051567880683467991&author_posts=204\";i:142;s:78:\"http://litcaf.com/category/government/mdgs/?__im-uHPgTDdZ=15742898376117089017\";i:143;s:100:\"http://litcaf.com/category/government/education-secondary/page/3/?__im-PJpeOYrO=17113225980022608111\";i:144;s:46:\"http://litcaf.com/my-posts/?author_posts=12143\";i:145;s:100:\"http://litcaf.com/category-users/?__im-jSbFnzOZ=5434675856189216961&cat=customer_care_representative\";i:146;s:60:\"http://litcaf.com/author/tope_litcaf/page/101/privacy-policy\";i:147;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:148;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:149;s:59:\"http://litcaf.com/author/tope_litcaf/page/48/privacy-policy\";i:150;s:45:\"http://litcaf.com/my-posts?author_posts=11882\";i:151;s:52:\"http://litcaf.com/?__im-EPIKWAxA=2706079393588080743\";i:152;s:44:\"http://litcaf.com/my-posts?author_posts=2101\";i:153;s:170:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2F&__im-mOLFaGjS=9296842369609146289\";i:154;s:64:\"http://litcaf.com/my-articles/?__im-nqvBaoWX=7387916784766727965\";i:155;s:45:\"http://litcaf.com/my-posts?author_posts=15396\";i:156;s:45:\"http://litcaf.com/my-posts?author_posts=14329\";i:157;s:45:\"http://litcaf.com/my-posts?author_posts=15943\";i:158;s:45:\"http://litcaf.com/my-posts?author_posts=16048\";i:159;s:58:\"http://litcaf.com/slender-snouted-crocodile/privacy-policy\";i:160;s:44:\"http://litcaf.com/george-duke/privacy-policy\";i:161;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:162;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:163;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:164;s:79:\"http://litcaf.com/my-posts/?__im-dcstovTt=7975936989236792540&author_posts=5096\";i:165;s:45:\"http://litcaf.com/my-posts?author_posts=15722\";i:166;s:45:\"http://litcaf.com/my-posts?author_posts=12265\";i:167;s:46:\"http://litcaf.com/my-posts/?author_posts=11693\";i:168;s:52:\"http://litcaf.com/?__im-XFQNSUdP=9833084128150299017\";i:169;s:59:\"http://litcaf.com/author/tope_litcaf/page/55/privacy-policy\";i:170;s:46:\"http://litcaf.com/my-posts/?author_posts=12131\";i:171;s:46:\"http://litcaf.com/my-posts/?author_posts=12311\";i:172;s:46:\"http://litcaf.com/my-posts/?author_posts=11480\";i:173;s:52:\"http://litcaf.com/category/government/economics-cbn/\";i:174;s:46:\"http://litcaf.com/my-posts/?author_posts=11312\";i:175;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:176;s:87:\"http://litcaf.com/category-users/?__im-wWwYrhsi=281416518958906198&cat=Entrepreneur_CEO\";i:177;s:83:\"http://litcaf.com/category/social/people/page/17/?__im-BzrGvRKA=7179255094147065658\";i:178;s:49:\"http://litcaf.com/funnola-aofiyebi/privacy-policy\";i:179;s:56:\"http://litcaf.com/olaniwun-adunni-oluwole/privacy-policy\";i:180;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F2%2F&__im-gwwWKwOH=4750430543317717769\";i:181;s:46:\"http://litcaf.com/my-posts/?author_posts=11203\";i:182;s:35:\"http://litcaf.com/social_signup.php\";i:183;s:30:\"http://litcaf.com/my-contacts/\";i:184;s:46:\"http://litcaf.com/my-posts/?author_posts=11803\";i:185;s:52:\"http://litcaf.com/?__im-FSezmwyu=5319201525279711041\";i:186;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:187;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:188;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:189;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F3%2F&__im-tAFgzQnH=13815432952351541436\";i:190;s:46:\"http://litcaf.com/my-posts/?author_posts=11790\";i:191;s:46:\"http://litcaf.com/my-posts/?author_posts=11250\";i:192;s:46:\"http://litcaf.com/my-posts/?author_posts=11992\";i:193;s:46:\"http://litcaf.com/my-posts/?author_posts=15107\";i:194;s:46:\"http://litcaf.com/my-posts/?author_posts=11164\";i:195;s:77:\"http://litcaf.com/register-2/privacy-policy?__im-mpNqqgPE=3198534466932130578\";i:196;s:46:\"http://litcaf.com/my-posts/?author_posts=11424\";i:197;s:46:\"http://litcaf.com/my-posts/?author_posts=11238\";i:198;s:43:\"http://litcaf.com/my-posts/?author_posts=90\";i:199;s:52:\"http://litcaf.com/?__im-cRJNcAjw=9962139571847125237\";i:200;s:89:\"http://litcaf.com/category-users/?__im-GLTkNyDt=1448996721294196318&cat=Performing_Artist\";i:201;s:46:\"http://litcaf.com/my-posts/?author_posts=12098\";i:202;s:46:\"http://litcaf.com/my-posts/?author_posts=11646\";i:203;s:46:\"http://litcaf.com/my-posts/?author_posts=12410\";i:204;s:39:\"http://litcaf.com/terms-and-conditions/\";i:205;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:206;s:46:\"http://litcaf.com/red-river-hog/privacy-policy\";i:207;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:208;s:46:\"http://litcaf.com/my-posts/?author_posts=12284\";i:209;s:46:\"http://litcaf.com/my-posts/?author_posts=11817\";i:210;s:46:\"http://litcaf.com/my-posts/?author_posts=12334\";i:211;s:46:\"http://litcaf.com/my-posts/?author_posts=11159\";i:212;s:46:\"http://litcaf.com/my-posts/?author_posts=11982\";i:213;s:46:\"http://litcaf.com/my-posts/?author_posts=11121\";i:214;s:46:\"http://litcaf.com/my-posts/?author_posts=12231\";i:215;s:46:\"http://litcaf.com/my-posts/?author_posts=12359\";i:216;s:46:\"http://litcaf.com/my-posts/?author_posts=11206\";i:217;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:218;s:46:\"http://litcaf.com/my-posts/?author_posts=12250\";i:219;s:44:\"http://litcaf.com/my-posts/?author_posts=116\";i:220;s:46:\"http://litcaf.com/my-posts/?author_posts=11734\";i:221;s:46:\"http://litcaf.com/my-posts/?author_posts=11973\";i:222;s:46:\"http://litcaf.com/my-posts/?author_posts=12328\";i:223;s:44:\"http://litcaf.com/my-posts/?author_posts=125\";i:224;s:46:\"http://litcaf.com/my-posts/?author_posts=11354\";i:225;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:226;s:43:\"http://litcaf.com/my-posts/?author_posts=19\";i:227;s:46:\"http://litcaf.com/my-posts/?author_posts=11221\";i:228;s:46:\"http://litcaf.com/my-posts/?author_posts=11352\";i:229;s:46:\"http://litcaf.com/my-posts/?author_posts=11978\";i:230;s:46:\"http://litcaf.com/my-posts/?author_posts=11298\";i:231;s:46:\"http://litcaf.com/my-posts/?author_posts=11157\";i:232;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:233;s:46:\"http://litcaf.com/my-posts/?author_posts=12604\";i:234;s:46:\"http://litcaf.com/my-posts/?author_posts=11977\";i:235;s:184:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OglLsjBr=2692878228731992551&__im-QmDYLEVa=1263862497457804317&__im-uKEmAvjC=334516214112046357page%2F120%2Fpage%2F215%2Fpage%2F2%2F\";i:236;s:46:\"http://litcaf.com/my-posts/?author_posts=11735\";i:237;s:46:\"http://litcaf.com/my-posts/?author_posts=15226\";i:238;s:46:\"http://litcaf.com/my-posts/?author_posts=14334\";i:239;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-JfrNRcsX=12251451574776819665page%2F29%2F&__im-trcbHKnd=1922817930761497602\";i:240;s:46:\"http://litcaf.com/my-posts/?author_posts=11099\";i:241;s:46:\"http://litcaf.com/my-posts/?author_posts=14333\";i:242;s:44:\"http://litcaf.com/my-posts/?author_posts=159\";i:243;s:46:\"http://litcaf.com/my-posts/?author_posts=11101\";i:244;s:46:\"http://litcaf.com/my-posts/?author_posts=13369\";i:245;s:46:\"http://litcaf.com/my-posts/?author_posts=11613\";i:246;s:46:\"http://litcaf.com/my-posts/?author_posts=11880\";i:247;s:46:\"http://litcaf.com/my-posts/?author_posts=12378\";i:248;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/privacy-policy\";i:249;s:43:\"http://litcaf.com/my-posts/?author_posts=79\";i:250;s:45:\"http://litcaf.com/gaboon-viper/privacy-policy\";i:251;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/privacy-policy\";i:252;s:76:\"http://litcaf.com/category/government/politics-general/page/5/privacy-policy\";i:253;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:254;s:46:\"http://litcaf.com/my-posts/?author_posts=14115\";i:255;s:46:\"http://litcaf.com/my-posts/?author_posts=15281\";i:256;s:30:\"http://litcaf.com/my-articles/\";i:257;s:46:\"http://litcaf.com/my-posts/?author_posts=14330\";i:258;s:46:\"http://litcaf.com/my-posts/?author_posts=11165\";i:259;s:46:\"http://litcaf.com/my-posts/?author_posts=11936\";i:260;s:46:\"http://litcaf.com/my-posts/?author_posts=11658\";i:261;s:75:\"http://litcaf.com/my-posts?__im-OvVSCoXI=3529760200630463515&author_posts=9\";i:262;s:46:\"http://litcaf.com/my-posts/?author_posts=14375\";i:263;s:46:\"http://litcaf.com/my-posts/?author_posts=11296\";i:264;s:46:\"http://litcaf.com/my-posts/?author_posts=11828\";i:265;s:46:\"http://litcaf.com/my-posts/?author_posts=12273\";i:266;s:210:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-UwriWpeS=15884128746133093231&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F3%2F&__im-joJkUSaG=13586001776367842023\";i:267;s:46:\"http://litcaf.com/my-posts/?author_posts=12312\";i:268;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:269;s:46:\"http://litcaf.com/my-posts/?author_posts=12830\";i:270;s:46:\"http://litcaf.com/my-posts/?author_posts=12323\";i:271;s:106:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Facebook&hauth.time=1506255048\";i:272;s:46:\"http://litcaf.com/my-posts/?author_posts=13087\";i:273;s:46:\"http://litcaf.com/my-posts/?author_posts=15322\";i:274;s:46:\"http://litcaf.com/my-posts/?author_posts=11483\";i:275;s:46:\"http://litcaf.com/my-posts/?author_posts=12173\";i:276;s:46:\"http://litcaf.com/my-posts/?author_posts=13957\";i:277;s:46:\"http://litcaf.com/my-posts/?author_posts=12204\";i:278;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:279;s:44:\"http://litcaf.com/my-posts/?author_posts=117\";i:280;s:34:\"http://litcaf.com/taiwo-akinkunmi/\";i:281;s:46:\"http://litcaf.com/my-posts/?author_posts=12839\";i:282;s:46:\"http://litcaf.com/my-posts/?author_posts=11700\";i:283;s:46:\"http://litcaf.com/my-posts/?author_posts=12038\";i:284;s:46:\"http://litcaf.com/my-posts/?author_posts=12813\";i:285;s:45:\"http://litcaf.com/author/tope_litcaf/page/45/\";i:286;s:46:\"http://litcaf.com/my-posts/?author_posts=12818\";i:287;s:46:\"http://litcaf.com/my-posts/?author_posts=12327\";i:288;s:46:\"http://litcaf.com/my-posts/?author_posts=11166\";i:289;s:46:\"http://litcaf.com/my-posts/?author_posts=12258\";i:290;s:46:\"http://litcaf.com/my-posts/?author_posts=11926\";i:291;s:25:\"http://litcaf.com/coffee/\";i:292;s:46:\"http://litcaf.com/my-posts/?author_posts=12283\";i:293;s:106:\"http://litcaf.com/category/history/history-social/page/3/privacy-policy?__im-nGVToSlM=13547949062660423670\";i:294;s:41:\"http://litcaf.com/hasfat-abiola-costello/\";i:295;s:46:\"http://litcaf.com/my-posts/?author_posts=11248\";i:296;s:46:\"http://litcaf.com/my-posts/?author_posts=11642\";i:297;s:31:\"http://litcaf.com/ikoku-goomsu/\";i:298;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-SFIWHiWb=17395282038660985088&__im-yjIYvyaG=14680429114945747232\";i:299;s:46:\"http://litcaf.com/my-posts/?author_posts=12668\";i:300;s:46:\"http://litcaf.com/my-posts/?author_posts=11317\";i:301;s:45:\"http://litcaf.com/my-posts/?author_posts=5112\";i:302;s:46:\"http://litcaf.com/my-posts/?author_posts=12362\";i:303;s:46:\"http://litcaf.com/my-posts/?author_posts=12310\";i:304;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/72/?__im-aUgbZhsh=11538723482380537509\";i:305;s:46:\"http://litcaf.com/my-posts/?author_posts=11386\";i:306;s:44:\"http://litcaf.com/my-posts/?author_posts=158\";i:307;s:46:\"http://litcaf.com/my-posts/?author_posts=11989\";i:308;s:50:\"http://litcaf.com/log-in/?pp_social_login=facebook\";i:309;s:50:\"http://litcaf.com/type/image/page/3/privacy-policy\";i:310;s:46:\"http://litcaf.com/my-posts/?author_posts=12394\";i:311;s:46:\"http://litcaf.com/my-posts/?author_posts=14574\";i:312;s:46:\"http://litcaf.com/my-posts/?author_posts=11452\";i:313;s:33:\"http://litcaf.com/giant-pangolin/\";i:314;s:45:\"http://litcaf.com/my-posts/?author_posts=5101\";i:315;s:46:\"http://litcaf.com/my-posts/?author_posts=12339\";i:316;s:46:\"http://litcaf.com/my-posts/?author_posts=12285\";i:317;s:46:\"http://litcaf.com/my-posts/?author_posts=11444\";i:318;s:46:\"http://litcaf.com/my-posts/?author_posts=11651\";i:319;s:46:\"http://litcaf.com/my-posts/?author_posts=12915\";i:320;s:33:\"http://litcaf.com/desert-jerboas/\";i:321;s:46:\"http://litcaf.com/my-posts/?author_posts=12009\";i:322;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/40/?__im-unVswcoN=6297982446422321163\";i:323;s:61:\"http://litcaf.com/esugbayi/?__im-SCXpzuKn=1625310863013034179\";i:324;s:46:\"http://litcaf.com/my-posts/?author_posts=13549\";i:325;s:46:\"http://litcaf.com/my-posts/?author_posts=11289\";i:326;s:77:\"http://litcaf.com/my-posts/?__im-xaDgjDdw=3598059640571331723&author_posts=36\";i:327;s:46:\"http://litcaf.com/my-posts/?author_posts=14864\";i:328;s:31:\"http://litcaf.com/odia-ofeimun/\";i:329;s:50:\"http://litcaf.com/type/image/page/4/privacy-policy\";i:330;s:51:\"http://litcaf.com/?__im-YJWJCUZg=187982111262243956\";i:331;s:46:\"http://litcaf.com/my-posts/?author_posts=14895\";i:332;s:46:\"http://litcaf.com/my-posts/?author_posts=14412\";i:333;s:46:\"http://litcaf.com/my-posts/?author_posts=12119\";i:334;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:335;s:50:\"http://litcaf.com/al-mustapha-hamza/privacy-policy\";i:336;s:53:\"http://litcaf.com/?__im-QwDgCkBI=11908377688655938216\";i:337;s:46:\"http://litcaf.com/my-posts/?author_posts=12037\";i:338;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/173/?__im-MwgSPglV=10649711212945164108\";i:339;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/?__im-WknNykYS=2774336576005402906\";i:340;s:92:\"http://litcaf.com/category/government/law-general/page/3/?__im-ongmqbpE=11844728517452961269\";i:341;s:77:\"http://litcaf.com/my-posts?__im-MCifBVdP=6035941805965759280&author_posts=266\";i:342;s:35:\"http://litcaf.com/ihonvbere-julius/\";i:343;s:38:\"http://litcaf.com/joseph-kennedy-waku/\";i:344;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-CzuNfQQo=11291423469430997909&__im-vPKABBQQ=3718608370483167692page%2F20%2Fpage%2F2%2F\";i:345;s:95:\"http://litcaf.com/category/government/politics-international/?__im-cCZFteox=7473319697604517207\";i:346;s:88:\"http://litcaf.com/?__im-EeuHFAmd=14812239444332207276&__im-cboMXfVv=11337450371445517259\";i:347;s:80:\"http://litcaf.com/my-posts/?__im-CNwxpEyF=7086003420584846665&author_posts=12102\";i:348;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-FagSVcUB=5029883816058656530&__im-uKEmAvjC=334516214112046357page%2F123%2F\";i:349;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-yvzaKoHo=12771674432103962180\";i:350;s:45:\"http://litcaf.com/my-posts/?author_posts=5238\";i:351;s:26:\"http://litcaf.com/21473-2/\";i:352;s:46:\"http://litcaf.com/my-posts/?author_posts=11420\";i:353;s:52:\"http://litcaf.com/west-african-ilisha/privacy-policy\";i:354;s:46:\"http://litcaf.com/my-posts/?author_posts=11219\";i:355;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/?__im-nPsTzbUr=3310018263460958730\";i:356;s:163:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hcYByJUk=3423059997554873097&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:357;s:53:\"http://litcaf.com/?__im-uRappYOo=16873130952142653062\";i:358;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/page/53/privacy-policy?__im-aTgnailL=10538877394011645784\";i:359;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/59/?__im-amFthiRA=11945201261702646245\";i:360;s:103:\"http://litcaf.com/category/government/politics-public-service/page/2/?__im-dZCKLqLI=6854636200635572333\";i:361;s:87:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125&__im-zbaBDrMx=13584048287902546158\";i:362;s:80:\"http://litcaf.com/my-posts/?__im-nlzIFtdU=10260975895838477005&author_posts=5060\";i:363;s:61:\"http://litcaf.com/category/government/research/privacy-policy\";i:364;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:365;s:81:\"http://litcaf.com/my-posts/?__im-zHbKjnXR=13896346978796780857&author_posts=12329\";i:366;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/privacy-policy\";i:367;s:33:\"http://litcaf.com/bola-babalakin/\";i:368;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/177/privacy-policy\";i:369;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/?__im-zzMHctRD=4154657353421027971\";i:370;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/158/?__im-OdczPQRz=6966335363195211095\";i:371;s:31:\"http://litcaf.com/kabiru-yusuf/\";i:372;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/200/?__im-dIQMfayo=13632228104007431518\";i:373;s:80:\"http://litcaf.com/author/tope_litcaf/page/10/?__im-KrzTRZkX=18155262979195504748\";i:374;s:52:\"http://litcaf.com/?__im-jsgAHLAv=7344273608710672499\";i:375;s:43:\"http://litcaf.com/my-posts?author_posts=107\";i:376;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-TvchekDs=6858416229312591988\";i:377;s:72:\"http://litcaf.com/military-oligarchy/?__im-MjFoPWZT=13718384785344218369\";i:378;s:52:\"http://litcaf.com/?__im-YJYlrnZx=1422610477552056448\";i:379;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/157/privacy-policy\";i:380;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-nVFuFPOU=8442876151830725864\";i:381;s:80:\"http://litcaf.com/my-posts/?__im-CIKWOiKE=8544391545791231953&author_posts=12385\";i:382;s:49:\"http://litcaf.com/arisekola-alao-2/privacy-policy\";i:383;s:80:\"http://litcaf.com/my-posts/?__im-GQLsWoaE=2204712739591163515&author_posts=12041\";i:384;s:80:\"http://litcaf.com/my-posts/?__im-WvTnBuxk=3639691257226515419&author_posts=12005\";i:385;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F80%2F\";i:386;s:97:\"http://litcaf.com/category/social/people/page/19/privacy-policy?__im-wGvCKknl=2912775943994853618\";i:387;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2F\";i:388;s:92:\"http://litcaf.com/category-users/?__im-maHrwRvU=11247338586219982736&cat=Counsellors_Teacher\";i:389;s:69:\"http://litcaf.com/royal-bird-hotel/?__im-vYBfytDJ=7262901343543956728\";i:390;s:59:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy\";i:391;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/94/privacy-policy\";i:392;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:393;s:72:\"http://litcaf.com/category/technology/architecture/page/2/privacy-policy\";i:394;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2F\";i:395;s:94:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2F\";i:396;s:105:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Twitter&hauth.time=1506255038\";i:397;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/151/privacy-policy?__im-KZoQKdHC=15082106932752950619\";i:398;s:60:\"http://litcaf.com/category/social/media-print/privacy-policy\";i:399;s:62:\"http://litcaf.com/make-card?__im-wsIDcMCD=18349689531846325611\";i:400;s:151:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F2%2Fpage%2F2%2F&__im-iFwXWCQx=17996706615830032608\";i:401;s:72:\"http://litcaf.com/category/environment/environment-others/privacy-policy\";i:402;s:54:\"http://litcaf.com/atlantis-grand-suites/privacy-policy\";i:403;s:84:\"http://litcaf.com/tudor-house-hotel/privacy-policy?__im-oUWnBeYP=7042022940706479493\";i:404;s:80:\"http://litcaf.com/my-posts/?__im-ZDQjnUXA=1800515656609509658&author_posts=12607\";i:405;s:83:\"http://litcaf.com/category-users/?__im-RtmtetzQ=4326000225568928625&cat=entertainer\";i:406;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/69/?__im-TLZBsRKM=3857385063069300108\";i:407;s:61:\"http://litcaf.com/make-card?__im-rRctMrkH=7172977706511632768\";i:408;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F57%2F\";i:409;s:67:\"http://litcaf.com/category/technology/oil-gas/page/3/privacy-policy\";i:410;s:52:\"http://litcaf.com/?__im-CxpViWgJ=4676411511433698001\";i:411;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2F\";i:412;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F96%2F\";i:413;s:88:\"http://litcaf.com/category-users/?__im-KtHgnDvE=4071693339620848059&cat=Entrepreneur_CEO\";i:414;s:80:\"http://litcaf.com/category-users/?__im-wiINqhPX=3806829789667359355&cat=engineer\";i:415;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/privacy-policy\";i:416;s:47:\"http://litcaf.com/ephraim-akpata/privacy-policy\";i:417;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F3%2Fpage%2F3%2F\";i:418;s:80:\"http://litcaf.com/my-posts/?__im-NgOCStdE=5214516839558559336&author_posts=12359\";i:419;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F96%2Fpage%2F2%2F\";i:420;s:95:\"http://litcaf.com/category/government/finance-others/page/2/?__im-AJBUPuaT=17486687541961546984\";i:421;s:80:\"http://litcaf.com/category-users/?__im-nQoKlhzV=5971967725464178275&cat=engineer\";i:422;s:118:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F215%2Fpage%2F3%2F\";i:423;s:74:\"http://litcaf.com/category/history/history-political/page/6/privacy-policy\";i:424;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/privacy-policy\";i:425;s:102:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/?__im-hAxsmeJC=4655932292368345708\";i:426;s:92:\"http://litcaf.com/category/history/history-general/page/11/?__im-ACHsSlKn=845169812594330037\";i:427;s:78:\"http://litcaf.com/category-users/?__im-YAfPWYvY=1312365962967532828&cat=writer\";i:428;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-yjIYvyaG=14680429114945747232\";i:429;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:430;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:431;s:29:\"http://litcaf.com/register-2/\";i:432;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bEYnfEni=16424196485084743711&__im-yvzaKoHo=12771674432103962180page%2F56%2Fpage%2F3%2F\";i:433;s:77:\"http://litcaf.com/category/history/history-civilization/page/3/privacy-policy\";i:434;s:58:\"http://litcaf.com/author/tope_litcaf/page/2/privacy-policy\";i:435;s:48:\"http://litcaf.com/stephen-awokoya/privacy-policy\";i:436;s:46:\"http://litcaf.com/my-posts/?author_posts=14865\";i:437;s:24:\"http://litcaf.com/gombe/\";i:438;s:29:\"http://litcaf.com/rock-hyrax/\";i:439;s:32:\"http://litcaf.com/adesokan-yemi/\";i:440;s:44:\"http://litcaf.com/how-to-attract-prosperity/\";i:441;s:64:\"http://litcaf.com/category/literature/literature-general/page/2/\";i:442;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/54/privacy-policy\";i:443;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/189/?__im-RVpGWpOu=8102673069111076334\";i:444;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/?__im-iTVfloiw=757136097331114582\";i:445;s:27:\"http://litcaf.com/?author=1\";i:446;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2F\";i:447;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F3%2F\";i:448;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:449;s:125:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2F\";}s:11:\"user_agents\";a:2:{i:0;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";i:1;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";}s:13:\"last_hit_time\";i:1728589504;}s:36:\"http://litcaf.com:443/red-river-hog/\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:23:\"https://www.google.com/\";i:1;s:18:\"https://subway.com\";}s:11:\"user_agents\";a:4:{i:0;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:1;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:68:\"Mozilla/5.0 (Android 12; Tablet; rv:110.0) Gecko/110.0 Firefox/110.0\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728393927;}s:48:\"http://litcaf.com:443/information-about-nigeria/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728210746;}s:87:\"http://litcaf.com:443/leke-alder/?utm_source=rss&utm_medium=rss&utm_campaign=leke-alder\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726452931;}s:87:\"http://litcaf.com:443/questions/modal_quiz_display.php?short_code=daily-times&user_id=0\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:2:{i:0;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1727620571;}s:33:\"http://litcaf.com:443/sitemap.rss\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728403693;}s:73:\"http://litcaf.com:443/wp-content/themes/notio-wp/assets/faviconlitcaf.ico\";a:5:{s:9:\"hit_count\";i:2901;s:6:\"is_new\";b:1;s:8:\"referers\";a:185:{i:0;s:32:\"https://encyclopedia.litcaf.com/\";i:1;s:18:\"http://litcaf.com/\";i:2;s:75:\"https://encyclopedia.litcaf.com/history/history-political/abeokuta-history/\";i:3;s:73:\"https://encyclopedia.litcaf.com/history/history-political/ijemo-massacre/\";i:4;s:71:\"https://encyclopedia.litcaf.com/government/finance-budget/nenadi-usman/\";i:5;s:82:\"https://encyclopedia.litcaf.com/government/government-government/frederick-lugard/\";i:6;s:63:\"https://encyclopedia.litcaf.com/history/history-general/lisabi/\";i:7;s:23:\"https://www.google.com/\";i:8;s:69:\"http://litcaf.com/wp-content/themes/notio-wp/assets/faviconlitcaf.ico\";i:9;s:18:\"http://litcaf.com/\";i:10;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:11;s:61:\"https://encyclopedia.litcaf.com/social/religion/odubanjo-d-o/\";i:12;s:70:\"https://encyclopedia.litcaf.com/history/history-general/ijebu-history/\";i:13;s:70:\"https://encyclopedia.litcaf.com/history/history-political/ebitu-ukiwe/\";i:14;s:29:\"http://litcaf.com/leke-alder/\";i:15;s:29:\"http://litcaf.com/femi-pedro/\";i:16;s:24:\"http://litcaf.com/epe-2/\";i:17;s:37:\"http://litcaf.com/godfrey-chukunweke/\";i:18;s:42:\"http://litcaf.com/nathaniel-taiwo-olusoga/\";i:19;s:48:\"http://litcaf.com/abeokuta-girls-grammar-school/\";i:20;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:21;s:37:\"http://litcaf.com/ndayako-umar-sanda/\";i:22;s:54:\"http://litcaf.com/ansar-ud-deen-comprehensive-college/\";i:23;s:30:\"http://litcaf.com/mythopraxis/\";i:24;s:34:\"http://litcaf.com/ile-ife-history/\";i:25;s:79:\"https://encyclopedia.litcaf.com/history/history-political/barnabas-vwa-jabilla/\";i:26;s:56:\"https://encyclopedia.litcaf.com/arts/tales-by-moonlight/\";i:27;s:35:\"http://litcaf.com/ubiesha-etarakpo/\";i:28;s:65:\"https://encyclopedia.litcaf.com/history/history-civil-war/ijaiye/\";i:29;s:60:\"https://encyclopedia.litcaf.com/people-2/ndayako-umar-sanda/\";i:30;s:80:\"https://encyclopedia.litcaf.com/culture/lifestyle-others/adeola-timothy-odutola/\";i:31;s:65:\"https://encyclopedia.litcaf.com/history/history-general/orunmila/\";i:32;s:75:\"https://encyclopedia.litcaf.com/environment/geography-boundary/jajaofopobo/\";i:33;s:89:\"https://encyclopedia.litcaf.com/?s=https%3A%2F%2Fencyclopedia.litcaf.com%2F%3Fs%3D%2B%25s\";i:34;s:27:\"http://litcaf.com/make-card\";i:35;s:65:\"https://encyclopedia.litcaf.com/social/religion/celestial-church/\";i:36;s:63:\"https://encyclopedia.litcaf.com/uncategorized/maryam-babangida/\";i:37;s:49:\"http://litcaf.com/babcock-university-high-school/\";i:38;s:61:\"https://encyclopedia.litcaf.com/social/religion/ayo-babalola/\";i:39;s:78:\"https://encyclopedia.litcaf.com/history/history-civil-war/aguiyi-ironsi-j-t-u/\";i:40;s:70:\"https://encyclopedia.litcaf.com/history/history-political/sani-abacha/\";i:41;s:49:\"http://litcaf.com/f-u-t-a-staff-secondary-school/\";i:42;s:72:\"https://encyclopedia.litcaf.com/uncategorized/government-college-ibadan/\";i:43;s:63:\"https://encyclopedia.litcaf.com/history/history-general/okanbi/\";i:44;s:32:\"http://litcaf.com/michael-ajomo/\";i:45;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:46;s:71:\"https://encyclopedia.litcaf.com/environment/geography-land/gwoza-hills/\";i:47;s:69:\"https://encyclopedia.litcaf.com/environment/geography-map/ode-erinje/\";i:48;s:39:\"http://litcaf.com/the-apostolic-church/\";i:49;s:54:\"http://litcaf.com/smith-international-baptist-academy/\";i:50;s:57:\"https://encyclopedia.litcaf.com/uncategorized/ogun-river/\";i:51;s:60:\"https://encyclopedia.litcaf.com/people-2/abike-dabiri-erewa/\";i:52;s:72:\"https://encyclopedia.litcaf.com/culture/culture-language/hausa-dialects/\";i:53;s:72:\"https://encyclopedia.litcaf.com/culture/culture-others/aare-ona-kakanfo/\";i:54;s:72:\"https://encyclopedia.litcaf.com/culture/culture-others/elemure-ogunyemi/\";i:55;s:171:\"https://www.google.com/search?client=ms-opera-mini-android&sca_esv=392b79e5fd33f0c2&sca_upv=1&q=Olusola+Oke+Biography&sa=X&ved=2ahUKEwjdhMzmvM-IAxWy1QIHHWArKfMQ1QJ6BAgKEAI\";i:56;s:65:\"https://encyclopedia.litcaf.com/environment/geography-map/lokoja/\";i:57;s:22:\"http://litcaf.com/owo/\";i:58;s:64:\"https://encyclopedia.litcaf.com/environment/geography-map/ikoyi/\";i:59;s:43:\"https://encyclopedia.litcaf.com/arts/ozidi/\";i:60;s:28:\"http://litcaf.com/akede-eko/\";i:61;s:60:\"https://encyclopedia.litcaf.com/tag/afonja-aare-ona-kakanfo/\";i:62;s:44:\"http://litcaf.com/luba-comprehensive-school/\";i:63;s:55:\"https://encyclopedia.litcaf.com/people-2/omolade-jacob/\";i:64;s:82:\"https://encyclopedia.litcaf.com/history/history-political/nigerian-youth-movement/\";i:65;s:64:\"https://encyclopedia.litcaf.com/people-2/dennis-joseph-slattery/\";i:66;s:64:\"https://encyclopedia.litcaf.com/history/history-general/oduduwa/\";i:67;s:77:\"https://encyclopedia.litcaf.com/culture/culture-others/adetona-sikiru-kayode/\";i:68;s:63:\"https://encyclopedia.litcaf.com/history/history-general/somoye/\";i:69;s:41:\"https://encyclopedia.litcaf.com/?s=Somoye\";i:70;s:34:\"http://litcaf.com/mck-ajuluchukwu/\";i:71;s:55:\"https://encyclopedia.litcaf.com/people-2/maryam-abacha/\";i:72;s:34:\"http://litcaf.com/victor-oladokun/\";i:73;s:72:\"https://encyclopedia.litcaf.com/culture/culture-others/charles-phillips/\";i:74;s:56:\"https://encyclopedia.litcaf.com/people-2/efunjoke-coker/\";i:75;s:87:\"https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/akinyele-larinde/\";i:76;s:55:\"https://encyclopedia.litcaf.com/people-2/abayomi-oshin/\";i:77;s:71:\"http://litcaf.com/c/2NYNPYSEXb49j2xUFf5xJm50I5bmwpw7mlmu1GIEZdGc8VrQYW/\";i:78;s:72:\"https://encyclopedia.litcaf.com/tag/smith-international-baptist-academy/\";i:79;s:77:\"https://encyclopedia.litcaf.com/entertainment/nollywood-yoruba/peju-ogunmola/\";i:80;s:147:\"http://litcaf.com/abeokuta-history/?fbclid=IwZXh0bgNhZW0CMTEAAR2G3z5x2pAzZ4uSfpK7OdYwHw1xQT2_qgm3c36la1yob-cT4MJjyPgFXSQ_aem_FBZCNisUb_8f-gkTcQaJgQ\";i:81;s:57:\"https://encyclopedia.litcaf.com/culture/food/grasscutter/\";i:82;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:83;s:78:\"https://encyclopedia.litcaf.com/history/history-civilization/sokoto-caliphate/\";i:84;s:42:\"http://litcaf.com/tag/better-life-nigeria/\";i:85;s:31:\"http://litcaf.com/ikoku-goomsu/\";i:86;s:70:\"https://encyclopedia.litcaf.com/government/justice/adetokunbo-ademola/\";i:87;s:79:\"https://encyclopedia.litcaf.com/entertainment/music-juju-fuji/musiliu-h-ishola/\";i:88;s:69:\"https://encyclopedia.litcaf.com/government/military/murtala-muhammed/\";i:89;s:59:\"https://encyclopedia.litcaf.com/people-2/adefarati-adebayo/\";i:90;s:25:\"http://litcaf.com/ichida/\";i:91;s:31:\"http://litcaf.com/owiwi-battle/\";i:92;s:63:\"https://encyclopedia.litcaf.com/history/history-political/wasu/\";i:93;s:65:\"https://encyclopedia.litcaf.com/environment/geography-map/ichida/\";i:94;s:71:\"https://encyclopedia.litcaf.com/entertainment/entertainment-music/fuji/\";i:95;s:60:\"https://encyclopedia.litcaf.com/?s=Akinyele+ogunfesola+simon\";i:96;s:54:\"https://encyclopedia.litcaf.com/uncategorized/kurunmi/\";i:97;s:58:\"http://litcaf.com/nigerian-navy-secondary-school-abeokuta/\";i:98;s:41:\"https://encyclopedia.litcaf.com/?s=Lisabi\";i:99;s:63:\"https://encyclopedia.litcaf.com/people-2/oshoffa-samuel-bilewu/\";i:100;s:82:\"https://encyclopedia.litcaf.com/environment/environment-wildlife/african-wild-dog/\";i:101;s:47:\"https://encyclopedia-litcaf-com.translate.goog/\";i:102;s:36:\"http://litcaf.com/type/image/page/4/\";i:103;s:39:\"http://litcaf.com/william-dappa-pepple/\";i:104;s:33:\"http://litcaf.com/ibadan-history/\";i:105;s:80:\"https://encyclopedia.litcaf.com/entertainment/entertainment-music/sikiru-ayinde/\";i:106;s:70:\"https://encyclopedia.litcaf.com/government/law-general/gani-fawehinmi/\";i:107;s:58:\"https://encyclopedia.litcaf.com/?s=THE+HISTORY+OF++LISABI+\";i:108;s:62:\"https://encyclopedia.litcaf.com/history/history-general/ibara/\";i:109;s:50:\"https://encyclopedia.litcaf.com/tag/ilupeju-ekiti/\";i:110;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:111;s:76:\"https://encyclopedia.litcaf.com/environment/geography-natural-resources/jmj/\";i:112;s:54:\"https://encyclopedia.litcaf.com/people-2/ijebu-people/\";i:113;s:63:\"https://encyclopedia.litcaf.com/culture/culture-others/dosunmu/\";i:114;s:75:\"https://encyclopedia.litcaf.com/government/education-secondary/george-duke/\";i:115;s:85:\"https://encyclopedia.litcaf.com/environment/environment-niger-delta/isaac-adaka-boro/\";i:116;s:71:\"https://encyclopedia.litcaf.com/history/history-general/landuji-oshodi/\";i:117;s:79:\"https://encyclopedia.litcaf.com/entertainment/entertainment-music/shina-peters/\";i:118;s:32:\"http://litcaf.com/abioro-yakubu/\";i:119;s:74:\"https://encyclopedia.litcaf.com/history/history-political/anthony-enahoro/\";i:120;s:25:\"http://litcaf.com/lamodi/\";i:121;s:57:\"https://encyclopedia.litcaf.com/government/umar-yar-adua/\";i:122;s:78:\"https://encyclopedia.litcaf.com/environment/geography-boundary/gaani-festival/\";i:123;s:88:\"https://encyclopedia.litcaf.com/literature/literature-fiction/the-gods-are-not-to-blame/\";i:124;s:143:\"http://litcaf.com/balogun-kuku/?fbclid=IwZXh0bgNhZW0CMTEAAR275Xb2ACvQRYCCaP3lDRkK3p1Bvc222MFHOi9lYcw0teHV8XacfFxdhW4_aem_jeMsuKNs_keQY3khJ4nJFQ\";i:125;s:43:\"http://litcaf.com/tag/owu-aru-sun-festival/\";i:126;s:78:\"https://encyclopedia.litcaf.com/environment/geography-land/amodu-tijanis-case/\";i:127;s:87:\"https://encyclopedia.litcaf.com/government/education-secondary/abeokuta-grammar-school/\";i:128;s:73:\"https://encyclopedia.litcaf.com/government/military/katsina-hassan-usman/\";i:129;s:74:\"https://encyclopedia.litcaf.com/history/history-political/adekunle-fajuyi/\";i:130;s:37:\"http://litcaf.com/pygmy-hippopotamus/\";i:131;s:76:\"https://encyclopedia.litcaf.com/history/history-civil-war/adekunle-benjamin/\";i:132;s:67:\"https://encyclopedia.litcaf.com/social/religion/orimolade-tunolase/\";i:133;s:73:\"https://encyclopedia.litcaf.com/history/history-general/akarigbo-oyebajo/\";i:134;s:60:\"https://encyclopedia.litcaf.com/uncategorized/hubert-ogunde/\";i:135;s:83:\"https://encyclopedia.litcaf.com/history/history-political/mbadiwe-kingsley-ozuomba/\";i:136;s:47:\"https://encyclopedia.litcaf.com/?s=+08081916565\";i:137;s:38:\"https://encyclopedia.litcaf.com/?s=IBB\";i:138;s:64:\"https://encyclopedia.litcaf.com/culture/social-tradition/labisi/\";i:139;s:75:\"https://encyclopedia.litcaf.com/history/history-political/ladapo-ademola-2/\";i:140;s:53:\"https://encyclopedia.litcaf.com/people-2/olusola-oke/\";i:141;s:46:\"https://encyclopedia.litcaf.com/?s=Olusola+oke\";i:142;s:63:\"https://encyclopedia.litcaf.com/history/history-general/kosoko/\";i:143;s:80:\"https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/wale-adenuga/\";i:144;s:65:\"https://encyclopedia.litcaf.com/culture/tradition-customs/ogboni/\";i:145;s:76:\"https://encyclopedia.litcaf.com/history/history-political/babangida-ibrahim/\";i:146;s:70:\"https://encyclopedia.litcaf.com/social/religion/enoch-adejare-adeboye/\";i:147;s:66:\"https://encyclopedia.litcaf.com/history/history-general/abiodun-3/\";i:148;s:67:\"https://encyclopedia.litcaf.com/environment/geography-map/odogbolu/\";i:149;s:43:\"https://encyclopedia.litcaf.com/?s=abeokuta\";i:150;s:51:\"https://encyclopedia.litcaf.com/?s=abeokuta+history\";i:151;s:74:\"https://encyclopedia.litcaf.com/entertainment/entertainment-dance/may7ven/\";i:152;s:88:\"https://encyclopedia.litcaf.com/government/education-secondary/ijebu-ode-grammar-school/\";i:153;s:66:\"https://encyclopedia.litcaf.com/entertainment/music-old/dadakuada/\";i:154;s:63:\"https://encyclopedia.litcaf.com/history/history-general/sodeke/\";i:155;s:86:\"https://encyclopedia.litcaf.com/history/history-political/majekodunmi-moses-adekoyejo/\";i:156;s:72:\"https://encyclopedia.litcaf.com/government/politics-civil-rights/nadeco/\";i:157;s:31:\"http://encyclopedia.litcaf.com/\";i:158;s:91:\"https://encyclopedia.litcaf.com/entertainment/entertainment-music/christian-essien-igbokwe/\";i:159;s:90:\"http://litcaf.com/category-users/?cat=medical_personnel&__im-IrtyOKkT=10878962383551938429\";i:160;s:56:\"https://encyclopedia.litcaf.com/people-2/nasir-el-rufai/\";i:161;s:47:\"http://litcaf.com/category/government/military/\";i:162;s:45:\"https://litcaf-fbe19c.ingress-alpha.ewp.live/\";i:163;s:74:\"https://encyclopedia.litcaf.com/history/history-political/old-secretariat/\";i:164;s:40:\"https://encyclopedia.litcaf.com/profile/\";i:165;s:52:\"https://encyclopedia.litcaf.com/business/sani-dauda/\";i:166;s:72:\"https://encyclopedia.litcaf.com/environment/townscities/ile-ife-history/\";i:167;s:64:\"https://encyclopedia.litcaf.com/environment/townscities/igboora/\";i:168;s:40:\"https://encyclopedia.litcaf.com/?s=CALAT\";i:169;s:39:\"https://encyclopedia.litcaf.com/?s=BLUE\";i:170;s:55:\"https://encyclopedia.litcaf.com/?s=lisabi+modupe+apoola\";i:171;s:82:\"https://encyclopedia.litcaf.com/government/government-government/adesanya-abraham/\";i:172;s:46:\"https://encyclopedia.litcaf.com/tag/eja-ojiji/\";i:173;s:77:\"https://encyclopedia.litcaf.com/history/history-political/abdul-mumuni-aminu/\";i:174;s:38:\"http://litcaf.com/tag/paramount-chief/\";i:175;s:56:\"https://encyclopedia.litcaf.com/social/religion/aladura/\";i:176;s:48:\"https://encyclopedia.litcaf.com/arts/ladi-kwali/\";i:177;s:68:\"https://encyclopedia.litcaf.com/environment/geography-map/abba-gana/\";i:178;s:75:\"https://encyclopedia.litcaf.com/history/history-civil-war/nzeogwu-chukwuma/\";i:179;s:66:\"https://encyclopedia.litcaf.com/government/maritime/amadi-charles/\";i:180;s:66:\"https://encyclopedia.litcaf.com/environment/geography-land/osooro/\";i:181;s:69:\"https://encyclopedia.litcaf.com/culture/fashion-lifestyle/remi-lagos/\";i:182;s:51:\"https://encyclopedia.litcaf.com/people-2/beko-kuti/\";i:183;s:35:\"https://encyclopedia.litcaf.com/?s=\";i:184;s:82:\"https://encyclopedia.litcaf.com/government/government-government/augustus-aikhomu/\";}s:11:\"user_agents\";a:550:{i:0;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Mobile/15E148 Safari/604.1\";i:1;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1\";i:2;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\";i:3;s:81:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:44.0) Gecko/20100101 Firefox/44.0\";i:4;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:5;s:19:\"Googlebot-Image/1.0\";i:6;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4.1 Mobile/15E148 Safari/604.1\";i:7;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.33576/191.347; U; en) Presto/2.12.423 Version/12.16\";i:8;s:182:\"Mozilla/5.0 (Linux; U; Android 8.1.0; Infinix X606D Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:9;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15\";i:10;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.33961/191.347; U; en) Presto/2.12.423 Version/12.16\";i:11;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1\";i:12;s:150:\"Mozilla/5.0 (Linux; Android 12; Infinix X6516 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:13;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1\";i:14;s:186:\"Mozilla/5.0 (Linux; U; Android 11; TECNO KF6i Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/79.0.2254.70805\";i:15;s:142:\"Mozilla/5.0 (Linux; Android 12; V2120 Build/SP1A.210812.003) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:16;s:58:\"DuckDuckBot/1.1; (+http://duckduckgo.com/duckduckbot.html)\";i:17;s:186:\"Mozilla/5.0 (Linux; U; Android 11; itel A631W Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:18;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:130.0) Gecko/20100101 Firefox/130.0\";i:19;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:20;s:145:\"Mozilla/5.0 (Linux; Android 11; TECNO BE6 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.64 Mobile Safari/537.36\";i:21;s:151:\"Mozilla/5.0 (Linux; Android 11; Infinix X6511B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:22;s:186:\"Mozilla/5.0 (Linux; U; Android 11; TECNO KG7h Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.165 Mobile Safari/537.36 OPR/80.0.2254.71589\";i:23;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_9 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1\";i:24;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1\";i:25;s:151:\"Mozilla/5.0 (Linux; Android 11; Infinix X6511B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:26;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0\";i:27;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";i:28;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:29;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39030/191.347; U; en) Presto/2.12.423 Version/12.16\";i:30;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:31;s:188:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X652C Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:32;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1\";i:33;s:149:\"Mozilla/5.0 (Linux; Android 10; Infinix X680 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:34;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34868/191.347; U; en) Presto/2.12.423 Version/12.16\";i:35;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:36;s:186:\"Mozilla/5.0 (Linux; U; Android 12; itel A662L Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:37;s:147:\"Mozilla/5.0 (Linux; Android 12; itel P662L Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:38;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.35721/191.347; U; en) Presto/2.12.423 Version/12.16\";i:39;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1\";i:40;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:41;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.2 Mobile/15E148 Safari/604.1\";i:42;s:169:\"Mozilla/5.0 (Linux; U; Android 12; en-gb; uLesson_Education_Tab_V2 Build/SP1A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.179 Mobile Safari/537.36 PHX/15.5\";i:43;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:44;s:79:\"Plesk screenshot bot https://support.plesk.com/hc/en-us/articles/10301006946066\";i:45;s:185:\"Mozilla/5.0 (Linux; U; Android 14; TECNO LI6 Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:46;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.1 Mobile/15E148 Safari/604.1\";i:47;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.2 Mobile/15E148 Safari/604.1\";i:48;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:129.0) Gecko/20100101 Firefox/129.0\";i:49;s:167:\"Mozilla/5.0 (Linux; U; Android 11; en-us; Infinix X688B Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36 PHX/14.2\";i:50;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.128 Mobile Safari/537.36\";i:51;s:184:\"Mozilla/5.0 (Linux; U; Android 14; SM-S906E Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:52;s:144:\"Mozilla/5.0 (Linux; Android 9; Nokia C1 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.106 Mobile Safari/537.36\";i:53;s:142:\"Mozilla/5.0 (Linux; Android 8.1.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36 PTST/240912.163008\";i:54;s:145:\"Mozilla/5.0 (Linux; Android 8.1.0; Moto G (4)) AppleWebKit/537.36 (KHTML like Gecko) Chrome/100.0.4896.60 Mobile Safari/537.36 PTST/240912.163008\";i:55;s:158:\"Mozilla/5.0 (Linux; U; Android 9; en-us; itel W6501 Build/JOP24G) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/76.0.3809.111 Mobile Safari/537.36\";i:56;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.33576/191.355; U; en) Presto/2.12.423 Version/12.16\";i:57;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36\";i:58;s:67:\"Mozilla/5.0 (Windows NT 6.1; rv:109.0) Gecko/20100101 Firefox/115.0\";i:59;s:146:\"Mozilla/5.0 (Linux; Android 13; TECNO BG6 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:60;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/118.0.0.0 Safari/537.36\";i:61;s:147:\"Mozilla/5.0 (Linux; Android 13; itel A665L Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:62;s:183:\"Mozilla/5.0 (Linux; U; Android 11; CPH2349 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:63;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 OPR/113.0.0.0\";i:64;s:150:\"Mozilla/5.0 (Linux; Android 12; Infinix X6516 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:65;s:146:\"Mozilla/5.0 (Linux; Android 13; moto e13 Build/TLAS33.105-285-2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:66;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 AVG/127.0.0.0\";i:67;s:145:\"Mozilla/5.0 (Linux; Android 12; SM-A032F Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:68;s:145:\"Mozilla/5.0 (Linux; Android 13; SM-A032F Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:69;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34911/191.355; U; en) Presto/2.12.423 Version/12.16\";i:70;s:184:\"Mozilla/5.0 (Linux; U; Android 9; itel W5005 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:71;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1\";i:72;s:144:\"Mozilla/5.0 (Linux; Android 9; INE-LX2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.64 HuaweiBrowser/10.0.2.320 Mobile Safari/537.36\";i:73;s:120:\"Mozilla/5.0 (X11; Ubuntu; Linux i686 on x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/53.0.2820.59 Safari/537.36\";i:74;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39014/191.355; U; en) Presto/2.12.423 Version/12.16\";i:75;s:120:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 PTST/240912.163008\";i:76;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:77;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.33961/191.355; U; en) Presto/2.12.423 Version/12.16\";i:78;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1\";i:79;s:147:\"Mozilla/5.0 (Linux; Android 13; TECNO BG6i Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:80;s:147:\"Mozilla/5.0 (Linux; Android 12; itel P662L Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:81;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_1_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.0 Mobile/15E148 Safari/604.1\";i:82;s:186:\"Mozilla/5.0 (Linux; U; Android 10; TECNO BC2c Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:83;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.4 Mobile/15E148 Safari/604.1\";i:84;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0\";i:85;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Safari/605.1.15\";i:86;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 Edg/126.0.0.0\";i:87;s:151:\"Mozilla/5.0 (Linux; Android 11; Infinix PR652B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:88;s:147:\"Mozilla/5.0 (Linux; Android 10; TECNO KD6a Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:89;s:158:\"Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; TECNO LB7 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Mobile Safari/537.36 PHX/16.0\";i:90;s:150:\"Mozilla/5.0 (Linux; Android 13; Infinix X6525 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:91;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1\";i:92;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39030/191.355; U; en) Presto/2.12.423 Version/12.16\";i:93;s:189:\"Mozilla/5.0 (Linux; U; Android 10; en-US; TECNO KD7 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:94;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_8_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1\";i:95;s:182:\"Mozilla/5.0 (Linux; U; Android 9; MRD-LX1F Build/HUAWEIMRD-LX1F; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.128 Mobile Safari/537.36 OPR/85.0.2254.73914\";i:96;s:166:\"Mozilla/5.0 (Linux; U; Android 12; en-us; itel A632W Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5195.136 Mobile Safari/537.36 PHX/16.2\";i:97;s:146:\"Mozilla/5.0 (Linux; Android 12; TECNO BF6 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:98;s:189:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X6819 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:99;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.3 Mobile/15E148 Safari/604.1\";i:100;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36\";i:101;s:186:\"Mozilla/5.0 (Linux; U; Android 12; TECNO KI5k Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:102;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.35188/191.355; U; en) Presto/2.12.423 Version/12.16\";i:103;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1\";i:104;s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0\";i:105;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Mobile/15E148 Safari/604.1\";i:106;s:185:\"Mozilla/5.0 (Linux; U; Android 10; TECNO KD7 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/81.0.2254.72260\";i:107;s:145:\"Mozilla/5.0 (Linux; Android 11; TECNO LC7 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.88 Mobile Safari/537.36\";i:108;s:184:\"Mozilla/5.0 (Linux; U; Android 14; SM-A047F Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:109;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X657B Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.128 Mobile Safari/537.36\";i:110;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36 OPR/112.0.0.0\";i:111;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5.2 Mobile/15E148 Safari/604.1\";i:112;s:168:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X657 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.196 Mobile Safari/537.36 PHX/16.3\";i:113;s:186:\"Mozilla/5.0 (Linux; U; Android 11; TECNO BD4h Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:114;s:149:\"Mozilla/5.0 (Linux; Android 11; TECNO PR651H Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:115;s:120:\"Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.91 Mobile Safari/537.36\";i:116;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X657B Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:117;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1\";i:118;s:178:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO LA7 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/67.1.2254.65126\";i:119;s:186:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X653 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:120;s:192:\"Mozilla/5.0 (Linux; U; Android 10; zh-cn; PEFM00 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.86 MQQBrowser/15.5 Mobile Safari/537.36 COVC/047303\";i:121;s:176:\"Mozilla/5.0 (Linux; U; Android 8.0.0; SM-G930V Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/122.0.6261.90 Mobile Safari/537.36 OPR/77.0.2254.69831\";i:122;s:147:\"Mozilla/5.0 (Linux; Android 12; itel S663L Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:123;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:124;s:183:\"Mozilla/5.0 (Linux; U; Android 9; SM-N950F Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:125;s:87:\"Opera/9.80 (Android; Opera Mini/15.0.2125/191.355; U; en) Presto/2.12.423 Version/12.16\";i:126;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:44.0) Gecko/20100101 Firefox/44.0\";i:127;s:178:\"Mozilla/5.0 (Linux; U; Android 13; TECNO KI7 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Safari/537.36 OPR/84.0.2254.73823\";i:128;s:147:\"Mozilla/5.0 (Linux; Android 13; 23028RNCAG Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:129;s:73:\"Y!J-DLC/1.0 (https://support.yahoo-net.jp/PccSearch/s/article/H000007955)\";i:130;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.4 Mobile/15E148 Safari/604.1\";i:131;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1\";i:132;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.87 Safari/537.36\";i:133;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0\";i:134;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Mobile/15E148 Safari/604.1\";i:135;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:136;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:137;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34868/191.355; U; en) Presto/2.12.423 Version/12.16\";i:138;s:149:\"Mozilla/5.0 (Linux; Android 11; TECNO PR651H Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.128 Mobile Safari/537.36\";i:139;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.31989/191.355; U; en) Presto/2.12.423 Version/12.16\";i:140;s:185:\"Mozilla/5.0 (Linux; U; Android 10; TECNO KE5 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/79.0.2254.70805\";i:141;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:142;s:185:\"Mozilla/5.0 (Linux; U; Android 10; TECNO CD6 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:143;s:146:\"Mozilla/5.0 (Linux; Android 10; TECNO KE5 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:144;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:145;s:161:\"Mozilla/5.0 (Linux; Android 12; SM-G970F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.118 Mobile Safari/537.36\";i:146;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Mobile/15E148 Safari/604.1\";i:147;s:188:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X612 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:148;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Mobile/15E148 Safari/604.1\";i:149;s:189:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X6517 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/82.0.2254.72653\";i:150;s:149:\"Mozilla/5.0 (Linux; Android 11; TECNO PR651H Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:151;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";i:152;s:189:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6831 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:153;s:149:\"Mozilla/5.0 (Linux; Android 10; Infinix X657 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:154;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36\";i:155;s:150:\"Mozilla/5.0 (Linux; Android 13; Infinix X6525 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.128 Mobile Safari/537.36\";i:156;s:186:\"Mozilla/5.0 (Linux; U; Android 12; itel P662L Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/81.0.2254.72209\";i:157;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:158;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:159;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO CI6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:160;s:189:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6525 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:161;s:147:\"Mozilla/5.0 (Linux; Android 9; itel W6004P Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.127 Mobile Safari/537.36\";i:162;s:186:\"Mozilla/5.0 (Linux; U; Android 9; itel W6004P Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:163;s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:164;s:147:\"Mozilla/5.0 (Linux; Android 13; itel A665L Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:165;s:169:\"Mozilla/5.0 (Linux; U; Android 12; en-us; Infinix X665C Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.129 Mobile Safari/537.36 PHX/15.4\";i:166;s:151:\"Mozilla/5.0 (Linux; Android 11; Infinix PR652B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:167;s:185:\"Mozilla/5.0 (Linux; U; Android 12; TECNO BF6 Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:168;s:87:\"Opera/9.80 (Android; Opera Mini/7.6.40234/191.355; U; en) Presto/2.12.423 Version/12.16\";i:169;s:185:\"Mozilla/5.0 (Linux; U; Android 13; Nokia C22 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:170;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1\";i:171;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.1 Mobile/15E148 Safari/604.1\";i:172;s:188:\"Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A022F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/128.0.6613.146 Mobile Safari/537.36\";i:173;s:185:\"Mozilla/5.0 (Linux; U; Android 11; X668_64GB Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:174;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\";i:175;s:114:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:176;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:177;s:74:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:44.0) Gecko/20100101 Firefox/44.0\";i:178;s:110:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36 GTmetrix\";i:179;s:183:\"Mozilla/5.0 (Linux; U; Android 9; TECNO BB4 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 OPR/75.0.2254.68942\";i:180;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1\";i:181;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.111 Safari/537.36\";i:182;s:151:\"Mozilla/5.0 (Linux; Android 11; Infinix X6511B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:183;s:109:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:184;s:148:\"Mozilla/5.0 (Linux; Android 12; itel A662LM Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:185;s:146:\"Mozilla/5.0 (Linux; Android 10; TECNO BC1 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:186;s:146:\"Mozilla/5.0 (Linux; Android 12; TECNO BF6 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:187;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.35721/191.355; U; en) Presto/2.12.423 Version/12.16\";i:188;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Safari/605.1.15\";i:189;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Safari/605.1.15\";i:190;s:83:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0\";i:191;s:165:\"Mozilla/5.0 (Linux; U; Android 10; en-ng; TECNO BC2c Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.101 Mobile Safari/537.36 PHX/16.4\";i:192;s:166:\"Mozilla/5.0 (Linux; U; Android 12; en-us; itel S665L Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.130 Mobile Safari/537.36 PHX/16.5\";i:193;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.1 Mobile/15E148 Safari/604.1\";i:194;s:183:\"Mozilla/5.0 (Linux; U; Android 14; CPH2505 Build/UKQ1.230924.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/85.0.2254.73914\";i:195;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1\";i:196;s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\";i:197;s:139:\"Mozilla/5.0 (Linux; Android 8.1.0; TECNO BB2 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36\";i:198;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Mobile/15E148 Safari/604.1\";i:199;s:210:\"Mozilla/5.0 (Linux; U; Android 11; en; Infinix X689C Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 UCTurbo/1.10.6.900 Mobile Safari/537.36\";i:200;s:186:\"Mozilla/5.0 (Linux; U; Android 11; TECNO KF7j Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:201;s:146:\"Mozilla/5.0 (Linux; Android 10; TECNO KE5 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:202;s:186:\"Mozilla/5.0 (Linux; U; Android 9; itel W6002E Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/121.0.6167.143 Mobile Safari/537.36 OPR/83.0.2254.73002\";i:203;s:165:\"Mozilla/5.0 (Linux; U; Android 9; en-us; itel W6004P Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 PHX/16.4\";i:204;s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:205;s:164:\"Mozilla/5.0 (Linux; U; Android 14; en-gb; SM-A042F Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.5249.126 Mobile Safari/537.36 PHX/16.0\";i:206;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Mobile/15E148 Safari/604.1\";i:207;s:109:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/128.0.0.0 Safari/537.36\";i:208;s:146:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.6312.118 Mobile Safari/537.36 XiaoMi/MiuiBrowser/14.17.0-gn\";i:209;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";i:210;s:156:\"Mozilla/5.0 (Linux; Android 10; SM-G9650 Build/samsungSM-G9650;) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/88.0.4324.93 Mobile Safari/537.36\";i:211;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/80.0.2254.71401\";i:212;s:65:\"Opera/9.80 (X11; Linux zvav; U; en) Presto/2.12.423 Version/12.16\";i:213;s:186:\"Mozilla/5.0 (Linux; U; Android 10; itel P681L Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.0.2254.73002\";i:214;s:184:\"Mozilla/5.0 (Linux; U; Android 12; SM-A325F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.165 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:215;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1\";i:216;s:138:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:217;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";i:218;s:184:\"Mozilla/5.0 (Linux; U; Android 13; SM-A736B Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/11.9.2254.73026\";i:219;s:185:\"Mozilla/5.0 (Linux; U; Android 11; TECNO CG8 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/81.0.2254.72260\";i:220;s:146:\"Mozilla/5.0 (Linux; Android 13; TECNO BG6 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:221;s:79:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0\";i:222;s:157:\"Mozilla/5.0 (Linux; Android 11; TECNO KG5k Build/RP1A.201005.001; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36 EdgA/121.0.2277.138\";i:223;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO BD4j Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:224;s:146:\"Mozilla/5.0 (Linux; Android 14; TECNO KL4 Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.179 Mobile Safari/537.36\";i:225;s:148:\"Mozilla/5.0 (Linux; Android 9; Infinix X653 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.100 Mobile Safari/537.36\";i:226;s:165:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO KF7j Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.210 Mobile Safari/537.36 PHX/16.5\";i:227;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X657B Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:228;s:162:\"Mozilla/5.0 (Linux; Android 8.1.0; TECNO F1 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 PHX/3.6\";i:229;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Mobile/15E148 Safari/604.1\";i:230;s:189:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X665B Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/78.0.2254.70370\";i:231;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Mobile/15E148 Safari/604.1\";i:232;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Mobile/15E148 Safari/604.1\";i:233;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO CI7n Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:234;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1\";i:235;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Mobile/15E148 Safari/604.1\";i:236;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Safari/605.1.15\";i:237;s:87:\"Opera/9.80 (Android; Opera Mini/39.1.2254/191.355; U; en) Presto/2.12.423 Version/12.16\";i:238;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:239;s:183:\"Mozilla/5.0 (Linux; Android 13; SM-A226B Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 [LinkedInApp]/1.63.88\";i:240;s:184:\"Mozilla/5.0 (Linux; U; Android 11; SM-A325F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:241;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\";i:242;s:185:\"Mozilla/5.0 (Linux; U; Android 12; itel P662L Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/81.0.2254.72209\";i:243;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";i:244;s:146:\"Mozilla/5.0 (Linux; Android 13; itel A665L Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:245;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1\";i:246;s:184:\"Mozilla/5.0 (Linux; U; Android 13; SM-A715F Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73794\";i:247;s:147:\"Mozilla/5.0 (Linux; Android 10; itel W6502 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:248;s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Edg/128.0.0.0\";i:249;s:184:\"Mozilla/5.0 (Linux; U; Android 13; SM-A225F Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:250;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:251;s:124:\"Mozilla/5.0 (SMART-TV; Linux; Smart TV) AppleWebKit/537.36 (KHTML, like Gecko) Thano/3.0 Chrome/119.0.6045.193 Safari/537.36\";i:252;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";i:253;s:138:\"Mozilla/5.0 (Linux; Android 8.1.0; SM-J260F Build/M1AJB) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.122 Mobile Safari/537.36\";i:254;s:186:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X655 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 OPR/55.0.2254.56857\";i:255;s:194:\"Mozilla/5.0 (Linux; U; Android 10; en-US; Infinix X683 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.10.1227 Mobile Safari/537.36\";i:256;s:167:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO PR651H Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.210 Mobile Safari/537.36 PHX/14.8\";i:257;s:188:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X689F Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:258;s:146:\"Mozilla/5.0 (Linux; Android 9; itel W6501 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:259;s:185:\"Mozilla/5.0 (Linux; U; Android 11; TECNO KF6i Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:260;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/6.1.27412/191.355; U; en) Presto/2.12.423 Version/12.16\";i:261;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0 Safari/605.1.15\";i:262;s:126:\"Mozilla/5.0 (Linux; NetCast; U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.3945.79 Safari/537.36 SmartTV/10.0 Colt/2.0\";i:263;s:150:\"Mozilla/5.0 (Linux; Android 13; Infinix X6525 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:264;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:265;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO KI7 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:266;s:184:\"Mozilla/5.0 (Linux; U; Android 14; SM-A042F Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:267;s:163:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO LE6 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36 PHX/16.4\";i:268;s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 Avast/128.0.0.0\";i:269;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:270;s:166:\"Mozilla/5.0 (Linux; U; Android 14; en-gb; 23106RN0DA Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.134 Mobile Safari/537.36 PHX/16.3\";i:271;s:185:\"Mozilla/5.0 (Linux; U; Android 12; TECNO BF7 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:272;s:109:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/126.0.0.0 Safari/537.36\";i:273;s:158:\"Mozilla/5.0 (Linux; Android 10; Infinix X660C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36 OPT/2.9\";i:274;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Mobile/15E148 Safari/604.1\";i:275;s:83:\"Opera/9.80 (MTK; Opera Mini/4.4.31381/191.355; U; en) Presto/2.12.423 Version/12.16\";i:276;s:186:\"Mozilla/5.0 (Linux; U; Android 13; 23106RN0DA Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/83.1.2254.73243\";i:277;s:69:\"Mozilla/5.0 (compatible; YandexFavicons/1.0; +http://yandex.com/bots)\";i:278;s:188:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X669 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:279;s:181:\"Mozilla/5.0 (Linux; U; Android 9; itel W6004 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 OPR/42.0.2254.139280\";i:280;s:189:\"Mozilla/5.0 (Linux; U; Android 13; en-US; TECNO CI6 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:281;s:189:\"Mozilla/5.0 (Linux; U; Android 10; en-US; TECNO LD7 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:282;s:179:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO KA7 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/81.0.2254.71844\";i:283;s:109:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/127.0.0.0 Safari/537.36\";i:284;s:189:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X688B Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:285;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.35613/191.355; U; en) Presto/2.12.423 Version/12.16\";i:286;s:109:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.73 Safari/537.36\";i:287;s:190:\"Mozilla/5.0 (Linux; U; Android 14; en-US; 23106RN0DA Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:288;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1\";i:289;s:146:\"Mozilla/5.0 (Linux; Android 13; TECNO BG6 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:290;s:147:\"Mozilla/5.0 (Linux; Android 10; itel P651W Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:291;s:178:\"Mozilla/5.0 (Linux; U; Android 7.0; TECNO P701 Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 OPR/40.1.2254.138129\";i:292;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1\";i:293;s:188:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X693 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:294;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO CI6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:295;s:184:\"Mozilla/5.0 (Linux; U; Android 14; SM-A155F Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:296;s:162:\"Mozilla/5.0 (Linux; Android 11; TECNO KG5k Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36\";i:297;s:146:\"Mozilla/5.0 (Linux; Android 12; itel S663L Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:298;s:203:\"Mozilla/5.0 (Linux; U; Android 8.1.0; en; Infinix X650 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 UCTurbo/1.10.9.900 Mobile Safari/537.36\";i:299;s:182:\"Mozilla/5.0 (Linux; U; Android 12; HD1901 Build/SKQ1.211113.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:300;s:189:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X657B Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:301;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15\";i:302;s:187:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X652A Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.54 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:303;s:190:\"Mozilla/5.0 (Linux; U; Android 10; en-US; SM-G9600 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.10.1227 Mobile Safari/537.36\";i:304;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39031/191.355; U; en) Presto/2.12.423 Version/12.16\";i:305;s:185:\"Mozilla/5.0 (Linux; U; Android 12; TECNO CG6 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:306;s:137:\"Mozilla/5.0 (Linux; Android 9) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile DuckDuckGo/5 Safari/537.36\";i:307;s:185:\"Mozilla/5.0 (Linux; U; Android 12; itel S665L Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:308;s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";i:309;s:187:\"Mozilla/5.0 (Linux; U; Android 14; V2310 Build/UP1A.231005.007_NONFC; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:310;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:130.0) Gecko/20100101 Firefox/130.0\";i:311;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15\";i:312;s:165:\"Mozilla/5.0 (Linux; U; Android 13; en-gb; 2201117PG Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.186 Mobile Safari/537.36 PHX/16.5\";i:313;s:188:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X650B Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:314;s:162:\"Mozilla/5.0 (Linux; Android 11; TECNO LE6 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36\";i:315;s:166:\"Mozilla/5.0 (Linux; U; Android 12; en-us; TECNO KI5k Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5195.136 Mobile Safari/537.36 PHX/16.5\";i:316;s:128:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Safari/537.36 HeyTapBrowser/45.11.2.1 Chrome/91.0.4472.88\";i:317;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_4 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Mobile/15E148 Safari/604.1\";i:318;s:192:\"Mozilla/5.0 (Linux; U; Android 12; en-us; SM-G977N Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/Mint Browser/3.9.3\";i:319;s:186:\"Mozilla/5.0 (Linux; U; Android 8.1.0; en-US; Infinix X605 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:320;s:163:\"Mozilla/5.0 (Linux; Android 13; Infinix X6835B Build/TP1A.220624.014; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36 EdgA/119.0.0.0\";i:321;s:195:\"Mozilla/5.0 (Linux; U; Android 10; en-US; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.10.1227 Mobile Safari/537.36\";i:322;s:178:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO KA7 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/69.0.3497.100 Mobile Safari/537.36 OPR/83.0.2254.73002\";i:323;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/81.0.2254.71844\";i:324;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36\";i:325;s:191:\"Mozilla/5.0 (Linux; U; Android 9; en-US; itel L6501 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.10.1227 Mobile Safari/537.36\";i:326;s:158:\"Mozilla/5.0 (Linux; Android 13; TECNO KJ5 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36\";i:327;s:87:\"Opera/9.80 (Android; Opera Mini/7.6.40077/191.355; U; en) Presto/2.12.423 Version/12.16\";i:328;s:164:\"Mozilla/5.0 (Linux; Android 12; itel A662LM Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36\";i:329;s:163:\"Mozilla/5.0 (Linux; U; Android 9; en-us; TECNO KC6 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 PHX/16.3\";i:330;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:331;s:146:\"Mozilla/5.0 (Linux; Android 10; TECNO BD2 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:332;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.1 Mobile/15E148 Safari/604.1\";i:333;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_8_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";i:334;s:184:\"Mozilla/5.0 (Linux; U; Android 11; SM-A035F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:335;s:190:\"Mozilla/5.0 (Linux; U; Android 10; en-US; SM-J810F Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.12.10.1227 Mobile Safari/537.36\";i:336;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39012/191.355; U; en) Presto/2.12.423 Version/12.16\";i:337;s:184:\"Mozilla/5.0 (Linux; U; Android 10; TECNO KE5 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:338;s:186:\"Mozilla/5.0 (Linux; U; Android 12; itel A662L Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:339;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.4 Mobile/15E148 Safari/604.1\";i:340;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Mobile/15E148 Safari/604.1\";i:341;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:342;s:147:\"Mozilla/5.0 (Linux; Android 13; itel A665L Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:343;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO CI6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:344;s:165:\"Mozilla/5.0 (Linux; U; Android 9; en-us; itel W6004P Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 PHX/16.5\";i:345;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/73.0.2254.68337\";i:346;s:188:\"Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-A032F Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 SamsungBrowser/7.4 Chrome/128.0.6613.146 Mobile Safari/537.36\";i:347;s:188:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X6819 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:348;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:349;s:185:\"Mozilla/5.0 (Linux; U; Android 10; TECNO KD7 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:350;s:172:\"Mozilla/5.0 (Linux; Android 12; moto g stylus 5G Build/S2RE32.29-16-1-5-19; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36\";i:351;s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_2) AppleWebKit/601.3.9 (KHTML, like Gecko) Version/9.0.2 Safari/601.3.9\";i:352;s:149:\"Mozilla/5.0 (Linux; Android 13; Infinix X6525 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:353;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:354;s:185:\"Mozilla/5.0 (Linux; U; Android 11; TECNO KF7j Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/81.0.2254.72260\";i:355;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.3 Safari/605.1.15\";i:356;s:186:\"Mozilla/5.0 (Linux; U; Android 12; itel S663L Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/79.0.2254.70935\";i:357;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.1 Safari/605.1.15\";i:358;s:167:\"Mozilla/5.0 (Linux; U; Android 11; en-us; Infinix X688B Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/16.5\";i:359;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO CK6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/78.0.2254.70370\";i:360;s:190:\"Mozilla/5.0 (Linux; U; Android 12; en-US; 22120RN86G Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:361;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6.1 Safari/605.1.15\";i:362;s:87:\"Opera/9.80 (Android; Opera Mini/84.0.2254/191.355; U; en) Presto/2.12.423 Version/12.16\";i:363;s:147:\"Mozilla/5.0 (Linux; Android 11; TECNO BD2p Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:364;s:183:\"Mozilla/5.0 (Linux; U; Android 13; CPH2219 Build/TP1A.220905.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:365;s:149:\"Mozilla/5.0 (Linux; Android 11; Infinix X658E Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:366;s:149:\"Mozilla/5.0 (Linux; Android 10; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:367;s:112:\"Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";i:368;s:180:\"Mozilla/5.0 (Linux; U; Android 7.0; Infinix X559C Build/NRD90M; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/64.0.3282.137 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:369;s:147:\"Mozilla/5.0 (Linux; Android 14; itel A667LP Build/UP1A.231005.007) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:370;s:185:\"Mozilla/5.0 (Linux; U; Android 10; TECNO BB2 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/74.0.2254.68612\";i:371;s:165:\"Mozilla/5.0 (Linux; U; Android 11; en-gb; 21061119AG Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.210 Mobile Safari/537.36 PHX/16.5\";i:372;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";i:373;s:168:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X612 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.5672.131 Mobile Safari/537.36 PHX/16.4\";i:374;s:177:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO F1 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/109.0.5414.86 Mobile Safari/537.36 OPR/81.0.2254.72209\";i:375;s:163:\"Mozilla/5.0 (Linux; U; Android 12; en-us; SM-G975U1 Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.61 Mobile Safari/537.36 PHX/16.5\";i:376;s:167:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X657B Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36 PHX/16.5\";i:377;s:181:\"Mozilla/5.0 (Linux; U; Android 8.1.0; Infinix X650 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/120.0.6099.43 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:378;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO KJ5 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:379;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.33361/191.355; U; en) Presto/2.12.423 Version/12.16\";i:380;s:207:\"Mozilla/5.0 (Linux; Android 13; Infinix X6525 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36[FBAN/EMA;FBLC/en_US;FBAV/425.0.0.6.120;]\";i:381;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO BE7 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:382;s:163:\"Mozilla/5.0 (Linux; U; Android 12; en-us; TECNO KH6 Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.88 Mobile Safari/537.36 PHX/16.5\";i:383;s:185:\"Mozilla/5.0 (Linux; U; Android 13; TECNO BG6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:384;s:184:\"Mozilla/5.0 (Linux; U; Android 10; SM-G960U1 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:385;s:189:\"Mozilla/5.0 (Linux; U; Android 8.1.0; itel W5001P Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/107.0.5304.91 Mobile Safari/537.36 OPR/65.2.2254.63401\";i:386;s:89:\"Opera/9.80 (J2ME/MIDP; Opera Mini/4.5.35698/191.355; U; en) Presto/2.12.423 Version/12.16\";i:387;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:388;s:146:\"Mozilla/5.0 (Linux; Android 9; itel L5002P Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:389;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_1_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1.2 Mobile/15E148 Safari/604.1\";i:390;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1\";i:391;s:181:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X693 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Safari/537.36 OPR/80.0.2254.71401\";i:392;s:186:\"Mozilla/5.0 (Linux; U; Android 12; itel A662L Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/52.2.2254.54574\";i:393;s:158:\"Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; TECNO BB2 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36 PHX/16.2\";i:394;s:209:\"Mozilla/5.0 (Linux; U; Android 10; en; Infinix X680 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/12.10.0.1163 UCTurbo/1.10.6.900 Mobile Safari/537.36\";i:395;s:185:\"Mozilla/5.0 (Linux; U; Android 10; M2004J19C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:396;s:191:\"Mozilla/5.0 (Linux; U; Android 9; en-US; Infinix X626 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/100.0.4896.58 UCBrowser/13.7.8.1322 Mobile Safari/537.36\";i:397;s:193:\"Mozilla/5.0 (Linux; U; Android 10; en-gb; M2006C3LG Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/61.0.3163.128 Mobile Safari/537.36 XiaoMi/Mint Browser/3.9.3\";i:398;s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9\";i:399;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_7_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.4 Mobile/15E148 Safari/604.1\";i:400;s:188:\"Mozilla/5.0 (Linux; U; Android 8.1.0; itel W6001 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:401;s:135:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Safari/537.36 OPR/112.0.5197.30\";i:402;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 12_5_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/12.1.2 Mobile/15E148 Safari/604.1\";i:403;s:164:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO KG7h Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/16.7\";i:404;s:85:\"Mozilla/5.0 (compatible; archive.org_bot +http://archive.org/details/archive.org_bot)\";i:405;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0\";i:406;s:184:\"Mozilla/5.0 (Linux; U; Android 11; TECNO CG7 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:407;s:146:\"Mozilla/5.0 (Linux; Android 10; TECNO KD7 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:408;s:184:\"Mozilla/5.0 (Linux; U; Android 12; TECNO BF7 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:409;s:145:\"Mozilla/5.0 (Linux; Android 12; TECNO BF6 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:410;s:129:\"Mozilla/5.0 (iPad; CPU OS 7_0_4 like Mac OS X) AppleWebKit/537.51.1 (KHTML, like Gecko) Version/7.0 Mobile/11B554a Safari/9537.53\";i:411;s:186:\"Mozilla/5.0 (Linux; U; Android 14; 24048RN6CG Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:412;s:136:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Safari/537.36 OPR/112.0.5197.30\";i:413;s:187:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X670 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:414;s:168:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.64 Mobile Safari/537.36 PHX/16.2\";i:415;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36\";i:416;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.33576/191.356; U; en) Presto/2.12.423 Version/12.16\";i:417;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34868/191.356; U; en) Presto/2.12.423 Version/12.16\";i:418;s:125:\"Mozilla/5.0 (iPad; CPU OS 9_2_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13D15 Safari/601.1\";i:419;s:147:\"Mozilla/5.0 (Linux; Android 11; TECNO BD4h Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:420;s:188:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:421;s:185:\"Mozilla/5.0 (Linux; U; Android 14; 24048RN6CG Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:422;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15\";i:423;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.33961/191.356; U; en) Presto/2.12.423 Version/12.16\";i:424;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X655C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/81.0.2254.72260\";i:425;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39030/191.356; U; en) Presto/2.12.423 Version/12.16\";i:426;s:186:\"Mozilla/5.0 (Linux; U; Android 8.1.0; itel A23 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:427;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34911/191.356; U; en) Presto/2.12.423 Version/12.16\";i:428;s:150:\"Mozilla/5.0 (Linux; Android 10; Infinix X688C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:429;s:87:\"Opera/9.80 (Android; Opera Mini/7.5.35721/191.356; U; en) Presto/2.12.423 Version/12.16\";i:430;s:188:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X6517 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/63.0.2254.62299\";i:431;s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:432;s:87:\"Opera/9.80 (Android; Opera Mini/7.6.40234/191.356; U; en) Presto/2.12.423 Version/12.16\";i:433;s:187:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X669 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:434;s:87:\"Opera/9.80 (Android; Opera Mini/81.0.2254/191.356; U; en) Presto/2.12.423 Version/12.16\";i:435;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/81.0.2254.72260\";i:436;s:185:\"Mozilla/5.0 (Linux; U; Android 10; M2006C3LG Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/66.1.2254.64111\";i:437;s:167:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X657C Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.99 Mobile Safari/537.36 PHX/16.5\";i:438;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36\";i:439;s:166:\"Mozilla/5.0 (Linux; U; Android 12; en-us; itel S665L Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.5195.136 Mobile Safari/537.36 PHX/16.7\";i:440;s:149:\"Mozilla/5.0 (Linux; Android 8.1.0; itel W6001 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Mobile Safari/537.36\";i:441;s:163:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO BE7 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/16.7\";i:442;s:139:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1\";i:443;s:147:\"Mozilla/5.0 (Linux; Android 11; TECNO BD4h Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.103 Mobile Safari/537.36\";i:444;s:144:\"Mozilla/5.0 (Linux; Android 8.1.0; DRA-LX5 Build/HUAWEIDRA-LX5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.81 Mobile Safari/537.36\";i:445;s:185:\"Mozilla/5.0 (Linux; U; Android 12; 220333QAG Build/SKQ1.211103.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/60.0.2254.59547\";i:446;s:187:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X625B Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/72.0.3626.121 Mobile Safari/537.36 OPR/77.0.2254.69906\";i:447;s:186:\"Mozilla/5.0 (Linux; U; Android 11; TECNO BD4j Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/76.0.2254.69201\";i:448;s:171:\"Mozilla/5.0 (Linux; U; Android 7.1; F200 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/43.0.2357.121 Mobile Safari/537.36 OPR/60.0.2254.63611\";i:449;s:184:\"Mozilla/5.0 (Linux; U; Android 9; TECNO CC9 Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/124.0.6367.114 Mobile Safari/537.36 OPR/79.0.2254.70805\";i:450;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";i:451;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.0 Safari/605.1.15\";i:452;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 14_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Mobile/15E148 Safari/604.1\";i:453;s:184:\"Mozilla/5.0 (Linux; U; Android 11; SM-A307FN Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:454;s:183:\"Mozilla/5.0 (Linux; U; Android 11; SM-A207F Build/RP1A.200720.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:455;s:189:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X657C Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.128 Mobile Safari/537.36 OPR/63.0.2254.62299\";i:456;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:457;s:160:\"Mozilla/5.0 (Linux; Android 10; vivo 2015; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/87.0.4280.141 Mobile Safari/537.36 VivoBrowser/11.7.4.0\";i:458;s:178:\"Mozilla/5.0 (Linux; U; Android 9; en-US; TECNO_CC7 Build/PPR1.180610.011) AppleWebKit/528.5+ (KHTML, like Gecko) Version/3.1.2 Mobile Safari/525.20.1 UCBrowser/11.1.2.1113 Mobile\";i:459;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:105.0) Gecko/20100101 Firefox/105.0\";i:460;s:188:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X6816 Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:461;s:146:\"Mozilla/5.0 (Linux; Android 9; itel W6004P Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36\";i:462;s:147:\"Mozilla/5.0 (Linux; Android 11; itel P661W Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:463;s:189:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6525 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/50.0.2254.149182\";i:464;s:179:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO B1f Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.127 Mobile Safari/537.36 OPR/63.0.2254.62299\";i:465;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO BD1 Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.148 Mobile Safari/537.36\";i:466;s:147:\"Mozilla/5.0 (Linux; Android 13; TECNO BG6i Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:467;s:87:\"Opera/9.80 (Android; Opera Mini/7.7.40394/191.356; U; en) Presto/2.12.423 Version/12.16\";i:468;s:187:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X652A Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.84 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:469;s:188:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X650B Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/77.0.2254.69906\";i:470;s:150:\"Mozilla/5.0 (Linux; Android 11; Infinix PR652B Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:471;s:187:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X669 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/77.0.2254.69906\";i:472;s:187:\"Mozilla/5.0 (Linux; U; Android 9; Infinix X625C Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/79.0.3945.116 Mobile Safari/537.36 OPR/74.0.2254.68695\";i:473;s:187:\"Mozilla/5.0 (Linux; U; Android 10; Infinix X688B Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/80.0.3987.99 Mobile Safari/537.36 OPR/60.0.2254.59547\";i:474;s:87:\"Opera/9.80 (Android; Opera Mini/84.0.2254/191.356; U; en) Presto/2.12.423 Version/12.16\";i:475;s:164:\"Mozilla/5.0 (Linux; U; Android 9; en-us; itel W6501 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36 PHX/16.5\";i:476;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO KG5j Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.71 Mobile Safari/537.36\";i:477;s:83:\"Opera/9.80 (MTK; Opera Mini/4.4.31381/191.356; U; en) Presto/2.12.423 Version/12.16\";i:478;s:188:\"Mozilla/5.0 (Linux; U; Android 8.1.0; itel W6001 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/83.1.2254.73239\";i:479;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 15_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6 Mobile/15E148 Safari/604.1\";i:480;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39014/191.356; U; en) Presto/2.12.423 Version/12.16\";i:481;s:87:\"Opera/9.80 (Android; Opera Mini/75.0.2254/191.356; U; en) Presto/2.12.423 Version/12.16\";i:482;s:163:\"Mozilla/5.0 (Linux; U; Android 11; en-us; TECNO BE7 Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.98 Mobile Safari/537.36 PHX/16.5\";i:483;s:190:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X6511B Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.146 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:484;s:184:\"Mozilla/5.0 (Linux; U; Android 13; TECNO KJ6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:485;s:180:\"Mozilla/5.0 (Linux; U; Android 10; FRL-L22 Build/HUAWEIFRL-L22; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/92.0.4515.105 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:486;s:167:\"Mozilla/5.0 (Linux; U; Android 10; en-us; Infinix X680 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.71 Mobile Safari/537.36 PHX/16.5\";i:487;s:185:\"Mozilla/5.0 (Linux; U; Android 11; 21121119SG Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:488;s:142:\"Mozilla/5.0 (Linux; Android 10; SP510 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.146 Mobile Safari/537.36\";i:489;s:149:\"Mozilla/5.0 (Linux; Android 8.1.0; itel W6001 Build/OPM2.171019.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.71 Mobile Safari/537.36\";i:490;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:491;s:188:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X6516 Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:492;s:139:\"Mozilla/5.0 (Linux; Android 8.1.0; TECNO B1p Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.81 Mobile Safari/537.36\";i:493;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.4 Safari/605.1.15\";i:494;s:177:\"Mozilla/5.0 (Linux; U; Android 8.1.0; TECNO BA2 Build/O11019; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/90.0.4430.91 Mobile Safari/537.36 OPR/63.0.2254.62299\";i:495;s:185:\"Mozilla/5.0 (Linux; U; Android 11; TECNO BD4h Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:496;s:184:\"Mozilla/5.0 (Linux; U; Android 13; TECNO BG6 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:497;s:166:\"Mozilla/5.0 (Linux; U; Android 13; en-us; TECNO BG6i Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.6478.133 Mobile Safari/537.36 PHX/16.4\";i:498;s:179:\"Mozilla/5.0 (Linux; U; Android 7.1.1; GIONEE M7 Build/N6F26Q; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/119.0.6045.194 Mobile Safari/537.36 OPR/66.1.2254.64111\";i:499;s:189:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6835B Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:500;s:168:\"Mozilla/5.0 (Linux; U; Android 13; en-us; Infinix X6525 Build/TP1A.220624.014) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.60 Mobile Safari/537.36 PHX/16.5\";i:501;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36 AVG/128.0.0.0\";i:502;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1823.67\";i:503;s:184:\"Mozilla/5.0 (Linux; U; Android 10; vivo 2015 Build/QP1A.190711.020; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:504;s:188:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6525 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:505;s:140:\"Mozilla/5.0 (Linux; Android 8.1.0; TECNO P703 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.6533.64 Mobile Safari/537.36\";i:506;s:180:\"Mozilla/5.0 (Linux; U; Android 10; DRA-LX9 Build/HUAWEIDRA-L21; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:507;s:188:\"Mozilla/5.0 (Linux; U; Android 12; Infinix X669 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.148 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:508;s:183:\"Mozilla/5.0 (Linux; U; Android 12; SM-G991U Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:509;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO BD4h Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.81 Mobile Safari/537.36\";i:510;s:149:\"Mozilla/5.0 (Linux; Android 12; Infinix X6516 Build/SP1A.210812.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.81 Mobile Safari/537.36\";i:511;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";i:512;s:157:\"Mozilla/5.0 (Linux; U; Android 7.1.1; en-us; GIONEE M7 Build/N6F26Q) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.83 Mobile Safari/537.36 PHX/14.7\";i:513;s:92:\"Opera/9.80 (MAUI Runtime; Opera Mini/4.4.39031/191.356; U; en) Presto/2.12.423 Version/12.16\";i:514;s:148:\"Mozilla/5.0 (Linux; Android 10; Infinix X657 Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.71 Mobile Safari/537.36\";i:515;s:146:\"Mozilla/5.0 (Linux; Android 12; itel A662L Build/SP1A.210812.016) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:516;s:168:\"Mozilla/5.0 (Linux; U; Android 11; en-us; Infinix X689C Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36 PHX/16.5\";i:517;s:184:\"Mozilla/5.0 (Linux; U; Android 9; TECNO LC6a Build/PPR1.180610.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.72 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:518;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";i:519;s:130:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 YaBrowser/24.7.0.0 Safari/537.36\";i:520;s:183:\"Mozilla/5.0 (Linux; U; Android 14; SM-A055F Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:521;s:185:\"Mozilla/5.0 (Linux; U; Android 14; TECNO CK8n Build/UP1A.231005.007; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:522;s:89:\"Opera/9.80 (J2ME/MIDP; Opera Mini/8.0.35626/191.356; U; en) Presto/2.12.423 Version/12.16\";i:523;s:146:\"Mozilla/5.0 (Linux; Android 11; TECNO BD4h Build/RP1A.200720.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:524;s:137:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Mobile/15E148 Safari/604.1\";i:525;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36\";i:526;s:184:\"Mozilla/5.0 (Linux; U; Android 11; TECNO BD4j Build/RP1A.200720.011; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/97.0.4692.98 Mobile Safari/537.36 OPR/85.0.2254.73848\";i:527;s:87:\"Opera/9.80 (Android; Opera Mini/15.0.2125/191.356; U; en) Presto/2.12.423 Version/12.16\";i:528;s:163:\"Mozilla/5.0 (Linux; U; Android 10; en-gb; SM-J610F Build/QP1A.190711.020) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36 PHX/16.4\";i:529;s:190:\"Mozilla/5.0 (Linux; U; Android 11; Infinix X6511B Build/RP1A.201005.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/123.0.6312.120 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:530;s:185:\"Mozilla/5.0 (Linux; U; Android 12; TECNO BF6 Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/128.0.6613.128 Mobile Safari/537.36 OPR/82.0.2254.72589\";i:531;s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.75 Safari/537.36\";i:532;s:184:\"Mozilla/5.0 (Linux; U; Android 12; SM-A125F Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/127.0.6533.103 Mobile Safari/537.36 OPR/79.0.2254.70805\";i:533;s:142:\"Mozilla/5.0 (Linux; Android 8.1.0; Moto G (4)) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Mobile Safari/537.36 PTST/241002.133250\";i:534;s:145:\"Mozilla/5.0 (Linux; Android 8.1.0; Moto G (4)) AppleWebKit/537.36 (KHTML like Gecko) Chrome/100.0.4896.60 Mobile Safari/537.36 PTST/241002.133250\";i:535;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3 Safari/605.1.15\";i:536;s:182:\"Mozilla/5.0 (Linux; U; Android 13; CPH2565 Build/TP1A.220905.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:537;s:115:\"Mozilla/5.0 (X11; CrOS x86_64 12239.92.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.136 Safari/537.36\";i:538;s:188:\"Mozilla/5.0 (Linux; U; Android 8.1.0; itel W6001 Build/OPM2.171019.012; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/70.0.3538.110 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:539;s:119:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.0.1 Safari/605.1.15\";i:540;s:158:\"Mozilla/5.0 (Linux; U; Android 8.1.0; en-us; itel A32F Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.81 Mobile Safari/537.36 PHX/16.7\";i:541;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:131.0) Gecko/20100101 Firefox/131.0\";i:542;s:144:\"Mozilla/5.0 (Linux; Android 9; TECNO LC6 Build/PPR1.180610.011) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36\";i:543;s:188:\"Mozilla/5.0 (Linux; U; Android 13; Infinix X6528 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/84.0.2254.73823\";i:544;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.34860/191.356; U; en) Presto/2.12.423 Version/12.16\";i:545;s:184:\"Mozilla/5.0 (Linux; U; Android 13; TECNO KJ5 Build/TP1A.220624.014; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.70 Mobile Safari/537.36 OPR/78.0.2254.70362\";i:546;s:182:\"Mozilla/5.0 (Linux; U; Android 10; CPH2127 Build/QKQ1.200614.002; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.71 Mobile Safari/537.36 OPR/66.2.2254.64268\";i:547;s:148:\"Mozilla/5.0 (Linux; Android 11; TECNO PR651H Build/RP1A.201005.001) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36\";i:548;s:89:\"Opera/9.80 (J2ME/MIDP; Opera Mini/4.3.24214/191.356; U; en) Presto/2.12.423 Version/12.16\";i:549;s:184:\"Mozilla/5.0 (Linux; U; Android 12; TECNO BF6 Build/SP1A.210812.001; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/129.0.6668.81 Mobile Safari/537.36 OPR/83.1.2254.73239\";}s:13:\"last_hit_time\";i:1728599173;}s:35:\"http://litcaf.com:443/akintunde-ojo\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:22:\"https://www.google.com\";}s:11:\"user_agents\";a:1:{i:0;s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 13_5_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.5 Safari/605.1.15\";}s:13:\"last_hit_time\";i:1726453307;}s:119:\"http://litcaf.com:443/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css/xoo-aff-style.css?ver=1.7\";a:5:{s:9:\"hit_count\";i:653;s:6:\"is_new\";b:1;s:8:\"referers\";a:433:{i:0;s:57:\"http://litcaf.com/category/culture/culture-others/page/6/\";i:1;s:18:\"http://litcaf.com/\";i:2;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F215%2Fpage%2F3%2F\";i:3;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F3%2F\";i:4;s:60:\"http://litcaf.com/category/environment/geography-map/page/2/\";i:5;s:136:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2F\";i:6;s:49:\"http://litcaf.com/category/social/people/page/27/\";i:7;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:8;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2Fpage%2F3%2F\";i:9;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/43/privacy-policy\";i:10;s:115:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbBAHvDI=3104625653442848698page%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:11;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F29%2Fpage%2F2%2F\";i:12;s:35:\"http://litcaf.com/social_signup.php\";i:13;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:14;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:15;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F29%2F\";i:16;s:60:\"http://litcaf.com/category/history/history-political/page/6/\";i:17;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:18;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F2%2F\";i:19;s:45:\"http://litcaf.com/author/tope_litcaf/page/77/\";i:20;s:65:\"http://litcaf.com/category/environment/environment-others/page/2/\";i:21;s:41:\"http://litcaf.com/category/social/sports/\";i:22;s:67:\"http://litcaf.com/category/environment/geography-natural-resources/\";i:23;s:52:\"http://litcaf.com/category/culture/social-tradition/\";i:24;s:37:\"http://litcaf.com/epe-resort-and-spa/\";i:25;s:39:\"http://litcaf.com/victoria-crown-plaza/\";i:26;s:45:\"http://litcaf.com/author/tope_litcaf/page/27/\";i:27;s:30:\"http://litcaf.com/klipsringer/\";i:28;s:53:\"http://litcaf.com/?__im-OwPemBHt=15217319632395113221\";i:29;s:45:\"http://litcaf.com/author/tope_litcaf/page/13/\";i:30;s:61:\"http://litcaf.com/category/history/history-political/page/10/\";i:31;s:38:\"http://litcaf.com/gberu/privacy-policy\";i:32;s:75:\"http://litcaf.com/category/entertainment/entertainment-dance/privacy-policy\";i:33;s:55:\"http://litcaf.com/ansar-uud-deen-college/privacy-policy\";i:34;s:45:\"http://litcaf.com/author/tope_litcaf/page/71/\";i:35;s:45:\"http://litcaf.com/author/tope_litcaf/page/12/\";i:36;s:45:\"http://litcaf.com/author/tope_litcaf/page/39/\";i:37;s:45:\"http://litcaf.com/author/tope_litcaf/page/76/\";i:38;s:57:\"http://litcaf.com/category/history/history-social/page/3/\";i:39;s:46:\"http://litcaf.com/author/tope_litcaf/page/110/\";i:40;s:45:\"http://litcaf.com/author/tope_litcaf/page/48/\";i:41;s:42:\"http://litcaf.com/category/social/textile/\";i:42;s:45:\"http://litcaf.com/author/tope_litcaf/page/11/\";i:43;s:45:\"http://litcaf.com/author/tope_litcaf/page/95/\";i:44;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/50/?__im-PAMvhinZ=9883167802760915018\";i:45;s:72:\"http://litcaf.com/category/technology/info-tech-computers/privacy-policy\";i:46;s:24:\"http://litcaf.com/log-in\";i:47;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:48;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:49;s:30:\"http://litcaf.com/edit-profile\";i:50;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:51;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:52;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:53;s:27:\"http://litcaf.com/make-card\";i:54;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:55;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/privacy-policy\";i:56;s:45:\"http://litcaf.com/author/tope_litcaf/page/37/\";i:57;s:78:\"http://litcaf.com/category/government/education-tertiary/page/2/privacy-policy\";i:58;s:61:\"http://litcaf.com/category/entertainment/music-others/page/2/\";i:59;s:56:\"http://litcaf.com/category/environment/geography-others/\";i:60;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/82/privacy-policy\";i:61;s:59:\"http://litcaf.com/author/tope_litcaf/page/91/privacy-policy\";i:62;s:57:\"http://litcaf.com/category/history/history-social/page/4/\";i:63;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/97/?__im-lifkmFXT=11174290107162521998\";i:64;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/187/privacy-policy\";i:65;s:45:\"http://litcaf.com/author/tope_litcaf/page/79/\";i:66;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:67;s:66:\"http://litcaf.com/category/culture/social-tradition/privacy-policy\";i:68;s:46:\"http://litcaf.com/author/tope_litcaf/page/102/\";i:69;s:45:\"http://litcaf.com/author/tope_litcaf/page/85/\";i:70;s:63:\"http://litcaf.com/category/technology/info-tech-communications/\";i:71;s:75:\"http://litcaf.com/category/history/history-political/page/10/privacy-policy\";i:72;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/192/\";i:73;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/111/?__im-qFffHVnw=3181469312706315836\";i:74;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:75;s:63:\"http://litcaf.com/category/social/people/page/28/privacy-policy\";i:76;s:78:\"http://litcaf.com/category/literature/literature-fiction/page/2/privacy-policy\";i:77;s:45:\"http://litcaf.com/toke-makinwa/privacy-policy\";i:78;s:49:\"http://litcaf.com/category/social/people/page/17/\";i:79;s:74:\"http://litcaf.com/category/environment/geography-map/page/4/privacy-policy\";i:80;s:49:\"http://litcaf.com/ideal-nest-hotel/privacy-policy\";i:81;s:59:\"http://litcaf.com/author/tope_litcaf/page/89/privacy-policy\";i:82;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/154/\";i:83;s:60:\"http://litcaf.com/author/tope_litcaf/page/108/privacy-policy\";i:84;s:32:\"http://litcaf.com/privacy-policy\";i:85;s:57:\"http://litcaf.com/category/technology/engineering-others/\";i:86;s:45:\"http://litcaf.com/my-posts/?author_posts=5079\";i:87;s:46:\"http://litcaf.com/author/tope_litcaf/page/103/\";i:88;s:45:\"http://litcaf.com/my-posts/?author_posts=5077\";i:89;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:90;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:91;s:59:\"http://litcaf.com/author/tope_litcaf/page/67/privacy-policy\";i:92;s:91:\"http://litcaf.com/category/social/media-tv-radio/page/3/?__im-DjHwWpRv=17981648277615244884\";i:93;s:58:\"http://litcaf.com/category/technology/info-tech-computers/\";i:94;s:31:\"http://litcaf.com/reuben-abati/\";i:95;s:70:\"http://litcaf.com/category/culture/lifestyle-properties/privacy-policy\";i:96;s:59:\"http://litcaf.com/author/tope_litcaf/page/90/privacy-policy\";i:97;s:87:\"http://litcaf.com/category-users/?__im-KGNIslsZ=14012333214338103584&cat=medical_doctor\";i:98;s:113:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-oZrzmbVB=538717707415069540&__im-vMXTwmyb=1665176195347855262\";i:99;s:72:\"http://litcaf.com/category/history/history-general/page/8/privacy-policy\";i:100;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F3%2F&__im-WOTHolut=15925829565175811029\";i:101;s:45:\"http://litcaf.com/author/tope_litcaf/page/54/\";i:102;s:77:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/privacy-policy\";i:103;s:43:\"http://litcaf.com/my-posts/?author_posts=12\";i:104;s:45:\"http://litcaf.com/author/tope_litcaf/page/14/\";i:105;s:59:\"http://litcaf.com/author/tope_litcaf/page/22/privacy-policy\";i:106;s:48:\"http://litcaf.com/category-users/?cat=journalist\";i:107;s:30:\"http://litcaf.com/my-contacts/\";i:108;s:54:\"http://litcaf.com/silver-grandeur-hotel/privacy-policy\";i:109;s:174:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F&__im-kGMWcDDr=8111357368496797702\";i:110;s:52:\"http://litcaf.com/ikeja-central-hotel/privacy-policy\";i:111;s:65:\"http://litcaf.com/category/government/education-secondary/page/9/\";i:112;s:89:\"http://litcaf.com/category/government/military/page/3/?__im-UjeyItnL=11721581385589815835\";i:113;s:172:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-iLyBEcsD=14847024067220453655&__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:114;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:115;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:116;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:117;s:69:\"http://litcaf.com/category/government/politics-public-service/page/6/\";i:118;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:119;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:120;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:121;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/169/?__im-IeHyimtL=1431379846545941425\";i:122;s:72:\"http://litcaf.com/category/technology/architecture/page/3/privacy-policy\";i:123;s:65:\"http://litcaf.com/george-duke/?__im-PSkQsjwj=13293326322228882392\";i:124;s:45:\"http://litcaf.com/reuben-abati/privacy-policy\";i:125;s:59:\"http://litcaf.com/author/tope_litcaf/page/95/privacy-policy\";i:126;s:35:\"http://litcaf.com/three-arms-hotel/\";i:127;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbNndKkb=17322004902996329891&__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F3%2F\";i:128;s:59:\"http://litcaf.com/author/tope_litcaf/page/54/privacy-policy\";i:129;s:59:\"http://litcaf.com/author/tope_litcaf/page/35/privacy-policy\";i:130;s:46:\"http://litcaf.com/my-posts/?author_posts=11110\";i:131;s:59:\"http://litcaf.com/author/tope_litcaf/page/39/privacy-policy\";i:132;s:60:\"http://litcaf.com/author/tope_litcaf/page/109/privacy-policy\";i:133;s:59:\"http://litcaf.com/author/tope_litcaf/page/36/privacy-policy\";i:134;s:109:\"http://litcaf.com/category/history/history-political/page/6/privacy-policy?__im-pjdjOUwb=11732300179957331632\";i:135;s:94:\"http://litcaf.com/category/culture/tradition-customs/page/5/?__im-EpFRqoCW=2100254102650597513\";i:136;s:78:\"http://litcaf.com/category/government/mdgs/?__im-uHPgTDdZ=15742898376117089017\";i:137;s:69:\"http://litcaf.com/funnola-aofiyebi/?__im-aacMVxPZ=6686205103150941999\";i:138;s:100:\"http://litcaf.com/category/government/education-secondary/page/3/?__im-PJpeOYrO=17113225980022608111\";i:139;s:46:\"http://litcaf.com/my-posts/?author_posts=12143\";i:140;s:59:\"http://litcaf.com/author/tope_litcaf/page/38/privacy-policy\";i:141;s:46:\"http://litcaf.com/my-posts/?author_posts=12423\";i:142;s:89:\"http://litcaf.com/category-users/?__im-bmMGDqbO=17847951990183515326&cat=graphic_designer\";i:143;s:77:\"http://litcaf.com/olaniwun-adunni-oluwole/?__im-NPygDmTH=12918151505848533953\";i:144;s:40:\"http://litcaf.com/silver-grandeur-hotel/\";i:145;s:78:\"http://litcaf.com/category-users/?__im-sxQsAWWB=921133678517909600&cat=Janitor\";i:146;s:59:\"http://litcaf.com/author/tope_litcaf/page/61/privacy-policy\";i:147;s:26:\"http://litcaf.com/mbu-tawo\";i:148;s:44:\"http://litcaf.com/my-posts?author_posts=2101\";i:149;s:39:\"http://litcaf.com/maridom-palace-hotel/\";i:150;s:45:\"http://litcaf.com/my-posts?author_posts=15396\";i:151;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/169/privacy-policy\";i:152;s:68:\"http://litcaf.com/category/government/military/page/3/privacy-policy\";i:153;s:45:\"http://litcaf.com/my-posts?author_posts=16287\";i:154;s:45:\"http://litcaf.com/my-posts?author_posts=11883\";i:155;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:156;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:157;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:158;s:29:\"http://litcaf.com/register-2/\";i:159;s:79:\"http://litcaf.com/my-posts/?__im-dcstovTt=7975936989236792540&author_posts=5096\";i:160;s:87:\"http://litcaf.com/log-in-3/?__im-CeVzNCjC=14756270770934203496&pp_social_login=linkedin\";i:161;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbBAHvDI=3104625653442848698page%2F215%2Fpage%2F3%2Fpage%2F29%2F&__im-kmlONmBa=2242862858536060776\";i:162;s:104:\"http://litcaf.com/category/culture/tradition-ceremonies/privacy-policy?__im-nZDaTCPQ=1543798015539996837\";i:163;s:46:\"http://litcaf.com/my-posts/?author_posts=11384\";i:164;s:43:\"http://litcaf.com/my-posts/?author_posts=69\";i:165;s:46:\"http://litcaf.com/my-posts/?author_posts=11270\";i:166;s:46:\"http://litcaf.com/my-posts/?author_posts=11925\";i:167;s:46:\"http://litcaf.com/my-posts/?author_posts=11926\";i:168;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:169;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:170;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:171;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:172;s:36:\"http://litcaf.com/submit-an-article/\";i:173;s:81:\"http://litcaf.com/my-posts/?author_posts=13087&__im-ijwDPVsq=17606221963639575278\";i:174;s:46:\"http://litcaf.com/my-posts/?author_posts=11803\";i:175;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:176;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:177;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:178;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:179;s:40:\"http://litcaf.com/wp-admin/nav-menus.php\";i:180;s:46:\"http://litcaf.com/my-posts/?author_posts=11790\";i:181;s:46:\"http://litcaf.com/my-posts/?author_posts=11652\";i:182;s:77:\"http://litcaf.com/register-2/privacy-policy?__im-mpNqqgPE=3198534466932130578\";i:183;s:46:\"http://litcaf.com/my-posts/?author_posts=12961\";i:184;s:46:\"http://litcaf.com/my-posts/?author_posts=11238\";i:185;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/\";i:186;s:46:\"http://litcaf.com/my-posts/?author_posts=12062\";i:187;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/53/\";i:188;s:41:\"http://litcaf.com/category/social/people/\";i:189;s:39:\"http://litcaf.com/terms-and-conditions/\";i:190;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:191;s:73:\"http://litcaf.com/category/entertainment/nollywood-general/privacy-policy\";i:192;s:46:\"http://litcaf.com/my-posts/?author_posts=11346\";i:193;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/\";i:194;s:31:\"http://litcaf.com/gaboon-viper/\";i:195;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:196;s:46:\"http://litcaf.com/my-posts/?author_posts=11642\";i:197;s:79:\"http://litcaf.com/category/government/education-secondary/page/4/privacy-policy\";i:198;s:46:\"http://litcaf.com/my-posts/?author_posts=11875\";i:199;s:46:\"http://litcaf.com/my-posts/?author_posts=11817\";i:200;s:46:\"http://litcaf.com/my-posts/?author_posts=11982\";i:201;s:46:\"http://litcaf.com/my-posts/?author_posts=11403\";i:202;s:46:\"http://litcaf.com/my-posts/?author_posts=11740\";i:203;s:46:\"http://litcaf.com/my-posts/?author_posts=11856\";i:204;s:46:\"http://litcaf.com/my-posts/?author_posts=11939\";i:205;s:171:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NmbYBpeC=14378365927475956971&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:206;s:46:\"http://litcaf.com/my-posts/?author_posts=12054\";i:207;s:46:\"http://litcaf.com/my-posts/?author_posts=11149\";i:208;s:78:\"http://litcaf.com/category-users/?__im-pyFmeRUn=13629059982193555460&cat=nurse\";i:209;s:46:\"http://litcaf.com/my-posts/?author_posts=11986\";i:210;s:46:\"http://litcaf.com/my-posts/?author_posts=12347\";i:211;s:46:\"http://litcaf.com/my-posts/?author_posts=12286\";i:212;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:213;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:214;s:32:\"http://litcaf.com/?page_id=23779\";i:215;s:46:\"http://litcaf.com/my-posts/?author_posts=12253\";i:216;s:46:\"http://litcaf.com/my-posts/?author_posts=12982\";i:217;s:78:\"http://litcaf.com/category-users/?__im-GJvmGBjx=11961379560272776187&cat=Model\";i:218;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-DvqkxDIM=1997630248857119378&__im-fvhgODhv=6528895213246034997\";i:219;s:46:\"http://litcaf.com/my-posts/?author_posts=11976\";i:220;s:46:\"http://litcaf.com/my-posts/?author_posts=12333\";i:221;s:46:\"http://litcaf.com/my-posts/?author_posts=11762\";i:222;s:43:\"http://litcaf.com/my-posts/?author_posts=49\";i:223;s:46:\"http://litcaf.com/my-posts/?author_posts=12349\";i:224;s:44:\"http://litcaf.com/my-posts/?author_posts=111\";i:225;s:46:\"http://litcaf.com/my-posts/?author_posts=11752\";i:226;s:46:\"http://litcaf.com/my-posts/?author_posts=11361\";i:227;s:46:\"http://litcaf.com/my-posts/?author_posts=12241\";i:228;s:46:\"http://litcaf.com/my-posts/?author_posts=12362\";i:229;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-JfrNRcsX=12251451574776819665page%2F29%2F&__im-trcbHKnd=1922817930761497602\";i:230;s:46:\"http://litcaf.com/my-posts/?author_posts=12293\";i:231;s:46:\"http://litcaf.com/my-posts/?author_posts=11347\";i:232;s:44:\"http://litcaf.com/my-posts/?author_posts=159\";i:233;s:46:\"http://litcaf.com/my-posts/?author_posts=12381\";i:234;s:46:\"http://litcaf.com/my-posts/?author_posts=14916\";i:235;s:46:\"http://litcaf.com/my-posts/?author_posts=11613\";i:236;s:88:\"http://litcaf.com/la-campagne-tropicana/privacy-policy?__im-cNbgstnA=5998960312271198882\";i:237;s:46:\"http://litcaf.com/my-posts/?author_posts=11735\";i:238;s:46:\"http://litcaf.com/my-posts/?author_posts=12310\";i:239;s:46:\"http://litcaf.com/my-posts/?author_posts=11767\";i:240;s:46:\"http://litcaf.com/my-posts/?author_posts=11669\";i:241;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/privacy-policy\";i:242;s:27:\"http://litcaf.com/my-posts/\";i:243;s:46:\"http://litcaf.com/my-posts/?author_posts=15333\";i:244;s:41:\"http://litcaf.com/my-posts/?author_posts=\";i:245;s:30:\"http://litcaf.com/my-articles/\";i:246;s:44:\"http://litcaf.com/my-posts/?author_posts=158\";i:247;s:58:\"http://litcaf.com/category/science/medicine/privacy-policy\";i:248;s:46:\"http://litcaf.com/my-posts/?author_posts=12920\";i:249;s:46:\"http://litcaf.com/my-posts/?author_posts=11988\";i:250;s:46:\"http://litcaf.com/my-posts/?author_posts=12285\";i:251;s:46:\"http://litcaf.com/my-posts/?author_posts=12394\";i:252;s:46:\"http://litcaf.com/my-posts/?author_posts=12009\";i:253;s:46:\"http://litcaf.com/my-posts/?author_posts=11965\";i:254;s:46:\"http://litcaf.com/my-posts/?author_posts=14171\";i:255;s:210:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-UwriWpeS=15884128746133093231&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F3%2F&__im-joJkUSaG=13586001776367842023\";i:256;s:88:\"http://litcaf.com/category-users/?__im-vHOlwAyb=9128282323955730689&cat=Entrepreneur_CEO\";i:257;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:258;s:46:\"http://litcaf.com/my-posts/?author_posts=14412\";i:259;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/189/privacy-policy\";i:260;s:46:\"http://litcaf.com/my-posts/?author_posts=15322\";i:261;s:46:\"http://litcaf.com/my-posts/?author_posts=12041\";i:262;s:46:\"http://litcaf.com/my-posts/?author_posts=13957\";i:263;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:264;s:46:\"http://litcaf.com/my-posts/?author_posts=11773\";i:265;s:44:\"http://litcaf.com/my-posts/?author_posts=117\";i:266;s:53:\"http://litcaf.com/maridom-palace-hotel/privacy-policy\";i:267;s:46:\"http://litcaf.com/my-posts/?author_posts=12416\";i:268;s:46:\"http://litcaf.com/my-posts/?author_posts=12119\";i:269;s:46:\"http://litcaf.com/my-posts/?author_posts=11312\";i:270;s:46:\"http://litcaf.com/my-posts/?author_posts=12818\";i:271;s:46:\"http://litcaf.com/my-posts/?author_posts=12327\";i:272;s:46:\"http://litcaf.com/my-posts/?author_posts=11166\";i:273;s:44:\"http://litcaf.com/my-posts/?author_posts=148\";i:274;s:46:\"http://litcaf.com/my-posts/?author_posts=15107\";i:275;s:46:\"http://litcaf.com/my-posts/?author_posts=11388\";i:276;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/76/privacy-policy\";i:277;s:46:\"http://litcaf.com/my-posts/?author_posts=12575\";i:278;s:46:\"http://litcaf.com/my-posts/?author_posts=11273\";i:279;s:46:\"http://litcaf.com/my-posts/?author_posts=11693\";i:280;s:46:\"http://litcaf.com/my-posts/?author_posts=12098\";i:281;s:43:\"http://litcaf.com/my-posts/?author_posts=90\";i:282;s:46:\"http://litcaf.com/my-posts/?author_posts=12283\";i:283;s:46:\"http://litcaf.com/my-posts/?author_posts=11138\";i:284;s:46:\"http://litcaf.com/my-posts/?author_posts=11656\";i:285;s:46:\"http://litcaf.com/my-posts/?author_posts=11248\";i:286;s:112:\"http://litcaf.com/my-posts?__im-IfJCXQps=3586228509964134896&__im-PXIzbnHT=11365077100480733924&author_posts=237\";i:287;s:45:\"http://litcaf.com/my-posts?author_posts=11483\";i:288;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:289;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:290;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:291;s:86:\"http://litcaf.com/?__im-KlAPMZpy=5338389576808414998&__im-QBnsdrjr=3058988805039503900\";i:292;s:46:\"http://litcaf.com/my-posts/?author_posts=12203\";i:293;s:81:\"http://litcaf.com/my-posts/?author_posts=11161&__im-MbWKDdNZ=14793269389894616875\";i:294;s:46:\"http://litcaf.com/my-posts/?author_posts=11121\";i:295;s:46:\"http://litcaf.com/my-posts/?author_posts=12905\";i:296;s:105:\"http://litcaf.com/al-mustapha-hamza/?__im-JxNrRAKT=1259236098409256252&__im-kweUNDHm=15100000917985392467\";i:297;s:46:\"http://litcaf.com/my-posts/?author_posts=11671\";i:298;s:45:\"http://litcaf.com/my-posts/?author_posts=5109\";i:299;s:46:\"http://litcaf.com/my-posts/?author_posts=14375\";i:300;s:46:\"http://litcaf.com/my-posts/?author_posts=11330\";i:301;s:46:\"http://litcaf.com/my-posts/?author_posts=11313\";i:302;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/72/?__im-aUgbZhsh=11538723482380537509\";i:303;s:46:\"http://litcaf.com/my-posts/?author_posts=12626\";i:304;s:46:\"http://litcaf.com/my-posts/?author_posts=11223\";i:305;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:306;s:46:\"http://litcaf.com/my-posts/?author_posts=11296\";i:307;s:46:\"http://litcaf.com/my-posts/?author_posts=11408\";i:308;s:59:\"http://litcaf.com/author/tope_litcaf/page/53/privacy-policy\";i:309;s:46:\"http://litcaf.com/my-posts/?author_posts=12324\";i:310;s:45:\"http://litcaf.com/my-posts/?author_posts=3747\";i:311;s:33:\"http://litcaf.com/giant-pangolin/\";i:312;s:46:\"http://litcaf.com/my-posts/?author_posts=12331\";i:313;s:46:\"http://litcaf.com/my-posts/?author_posts=14339\";i:314;s:46:\"http://litcaf.com/my-posts/?author_posts=11099\";i:315;s:46:\"http://litcaf.com/my-posts/?author_posts=12034\";i:316;s:33:\"http://litcaf.com/dare-babarinsa/\";i:317;s:45:\"http://litcaf.com/ikoku-goomsu/privacy-policy\";i:318;s:46:\"http://litcaf.com/my-posts/?author_posts=12023\";i:319;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:320;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/40/?__im-unVswcoN=6297982446422321163\";i:321;s:29:\"http://litcaf.com/apotheosis/\";i:322;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/91/?__im-IChjLXOz=8432932361652077761\";i:323;s:87:\"http://litcaf.com/category/science/pharmacy-control/?__im-XfKyItoP=10612798494415815325\";i:324;s:77:\"http://litcaf.com/my-posts/?__im-xaDgjDdw=3598059640571331723&author_posts=36\";i:325;s:46:\"http://litcaf.com/my-posts/?author_posts=12323\";i:326;s:46:\"http://litcaf.com/my-posts/?author_posts=14864\";i:327;s:43:\"http://litcaf.com/my-posts?author_posts=204\";i:328;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/38/?__im-ZaWSeiww=1122840437978806596\";i:329;s:51:\"http://litcaf.com/?__im-YJWJCUZg=187982111262243956\";i:330;s:34:\"http://litcaf.com/olubunmi-okogie/\";i:331;s:52:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125\";i:332;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/?__im-SrwLYCjI=2962606556197893765\";i:333;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F2%2F&__im-oVqmpKRg=1324813528188686394\";i:334;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:335;s:46:\"http://litcaf.com/my-posts/?author_posts=11685\";i:336;s:46:\"http://litcaf.com/my-posts/?author_posts=11639\";i:337;s:46:\"http://litcaf.com/my-posts/?author_posts=14895\";i:338;s:94:\"http://litcaf.com/category/history/history-political/page/8/?__im-aLoXxtnd=1600879395795454830\";i:339;s:81:\"http://litcaf.com/category/government/research/?__im-ahyIUqBr=7769334537219579870\";i:340;s:95:\"http://litcaf.com/category/government/politics-international/?__im-cCZFteox=7473319697604517207\";i:341;s:46:\"http://litcaf.com/my-posts/?author_posts=12856\";i:342;s:111:\"http://litcaf.com/category/history/history-civilization/page/5/privacy-policy?__im-KBIhgbLS=4599255272564727826\";i:343;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/?__im-KFvIsjBG=5339534691144536515\";i:344;s:45:\"http://litcaf.com/my-posts/?author_posts=5238\";i:345;s:46:\"http://litcaf.com/my-posts/?author_posts=12254\";i:346;s:80:\"http://litcaf.com/my-posts/?__im-uboSKmUK=9367188787517902092&author_posts=11110\";i:347;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/privacy-policy\";i:348;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/14/privacy-policy\";i:349;s:45:\"http://litcaf.com/author/tope_litcaf/page/53/\";i:350;s:45:\"http://litcaf.com/ogbemudia-samuel-osaigbovo/\";i:351;s:38:\"http://litcaf.com/agwai-martin-luther/\";i:352;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/90/?__im-YbBEIBma=15268149333318890279\";i:353;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/134/?__im-JfrNRcsX=12251451574776819665\";i:354;s:163:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hcYByJUk=3423059997554873097&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:355;s:87:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125&__im-zbaBDrMx=13584048287902546158\";i:356;s:80:\"http://litcaf.com/my-posts/?__im-nlzIFtdU=10260975895838477005&author_posts=5060\";i:357;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/?__im-WSIXWlYG=13955714459557007468\";i:358;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/131/privacy-policy\";i:359;s:81:\"http://litcaf.com/my-posts/?__im-zHbKjnXR=13896346978796780857&author_posts=12329\";i:360;s:33:\"http://litcaf.com/bola-babalakin/\";i:361;s:43:\"http://litcaf.com/my-posts/?author_posts=19\";i:362;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/?__im-zzMHctRD=4154657353421027971\";i:363;s:94:\"http://litcaf.com/category/science/agriculture-soil-science/?__im-TqsVMxQK=1360146840577507747\";i:364;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F3%2F&__im-SZXtBLLD=17660077701278915382\";i:365;s:81:\"http://litcaf.com/my-posts/?__im-bjrqFSsK=13084245461388125060&author_posts=14865\";i:366;s:81:\"http://litcaf.com/my-posts/?__im-rcDkDnGD=15666079619925172241&author_posts=12265\";i:367;s:52:\"http://litcaf.com/?__im-XFQNSUdP=9833084128150299017\";i:368;s:50:\"http://litcaf.com/frederick-fasehun/privacy-policy\";i:369;s:42:\"http://litcaf.com/gambari-agboola-ibrahim/\";i:370;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/151/privacy-policy\";i:371;s:122:\"http://litcaf.com/best-freelancers-in-nigeria/page/72/?__im-NnwtAdML=8383429653217836138&__im-eDQMmUYP=3334335519364600744\";i:372;s:46:\"http://litcaf.com/my-posts/?author_posts=12231\";i:373;s:52:\"http://litcaf.com/?__im-jsgAHLAv=7344273608710672499\";i:374;s:53:\"http://litcaf.com/?__im-vVAYziqe=17497495749492054166\";i:375;s:39:\"http://litcaf.com/gabaro/privacy-policy\";i:376;s:84:\"http://litcaf.com/category/science/animals/page/5/?__im-bsXcffef=5556766627561679024\";i:377;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-TvchekDs=6858416229312591988\";i:378;s:81:\"http://litcaf.com/my-posts/?__im-qxoKEBzC=10509639539495197858&author_posts=11790\";i:379;s:52:\"http://litcaf.com/?__im-YJYlrnZx=1422610477552056448\";i:380;s:42:\"http://litcaf.com/history-of-the--yorubas/\";i:381;s:59:\"http://litcaf.com/author/tope_litcaf/page/58/privacy-policy\";i:382;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2F\";i:383;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/157/privacy-policy\";i:384;s:80:\"http://litcaf.com/my-posts/?__im-CIKWOiKE=8544391545791231953&author_posts=12385\";i:385;s:49:\"http://litcaf.com/arisekola-alao-2/privacy-policy\";i:386;s:80:\"http://litcaf.com/my-posts/?__im-GQLsWoaE=2204712739591163515&author_posts=12041\";i:387;s:79:\"http://litcaf.com/author/tope_litcaf/page/52/?__im-STriUFrs=5553528034371754928\";i:388;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F80%2F\";i:389;s:102:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/?__im-hAxsmeJC=4655932292368345708\";i:390;s:79:\"http://litcaf.com/author/tope_litcaf/page/60/?__im-XuLqjQNU=8793686295774485909\";i:391;s:80:\"http://litcaf.com/my-posts/?__im-YSXeXsnZ=7873108275672751073&author_posts=11192\";i:392;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F2%2F\";i:393;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2F\";i:394;s:94:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2F\";i:395;s:62:\"http://litcaf.com/make-card?__im-wsIDcMCD=18349689531846325611\";i:396;s:83:\"http://litcaf.com/category/government/politics-public-service/page/6/privacy-policy\";i:397;s:52:\"http://litcaf.com/?__im-xVVDNldW=7471234394350959127\";i:398;s:80:\"http://litcaf.com/my-posts/?__im-ZDQjnUXA=1800515656609509658&author_posts=12607\";i:399;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F2%2Fpage%2F2%2F\";i:400;s:67:\"http://litcaf.com/category/technology/oil-gas/page/3/privacy-policy\";i:401;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F96%2F\";i:402;s:78:\"http://litcaf.com/my-posts?__im-lJRbUKoK=13933850409686543042&author_posts=134\";i:403;s:53:\"http://litcaf.com/?__im-ClrTjlDP=10457246608321968871\";i:404;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/90/privacy-policy\";i:405;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2F\";i:406;s:52:\"http://litcaf.com/agwai-martin-luther/privacy-policy\";i:407;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/116/?__im-xGstScUm=3715241370539394983\";i:408;s:105:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Twitter&hauth.time=1516151794\";i:409;s:50:\"http://litcaf.com/tudor-house-hotel/privacy-policy\";i:410;s:59:\"http://litcaf.com/author/tope_litcaf/page/98/privacy-policy\";i:411;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-EDhzkjkv=12867735030712403048&__im-vPKABBQQ=3718608370483167692page%2F17%2F\";i:412;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:413;s:53:\"http://litcaf.com/?__im-KHqnAUSr=15115810644766059542\";i:414;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/79/privacy-policy\";i:415;s:48:\"http://litcaf.com/mustapha-akanbi/privacy-policy\";i:416;s:49:\"http://litcaf.com/royal-bird-hotel/privacy-policy\";i:417;s:46:\"http://litcaf.com/my-posts/?author_posts=14865\";i:418;s:32:\"http://litcaf.com/rasaki-salawu/\";i:419;s:39:\"http://litcaf.com/the-apostolic-church/\";i:420;s:33:\"http://litcaf.com/yemi-elebuibon/\";i:421;s:44:\"http://litcaf.com/how-to-attract-prosperity/\";i:422;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/19/?__im-vPKABBQQ=3718608370483167692\";i:423;s:52:\"http://litcaf.com/?__im-TkNExTUw=4808264679000494313\";i:424;s:52:\"http://litcaf.com/winners-guest-house/privacy-policy\";i:425;s:29:\"http://litcaf.com/adubi-riot/\";i:426;s:175:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2F&__im-xcriGKMe=6096365496883227305\";i:427;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/7/privacy-policy\";i:428;s:90:\"http://litcaf.com/category-users/?__im-WRQxYEiz=17454646767855694653&cat=virtual_assistant\";i:429;s:94:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy?__im-KpSdDKVp=17825036655038914886\";i:430;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/41/privacy-policy\";i:431;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2F\";i:432;s:86:\"http://litcaf.com/category-users/?__im-YJAtIrSB=12386256610650083486&cat=web_developer\";}s:11:\"user_agents\";a:2:{i:0;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";i:1;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";}s:13:\"last_hit_time\";i:1728599183;}s:37:\"http://litcaf.com:443/garrick-braide/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:50:\"http://litcaf.com/category/social/religion/page/4/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1728595001;}s:35:\"http://litcaf.com:443/samuel-peter/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:16:\"https://king.com\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:84:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:109.0) Gecko/20100101 Firefox/115.0\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727892662;}s:29:\"http://litcaf.com:443/moremi/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728137661;}s:55:\"http://litcaf.com:443/category/technology/architecture/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726453573;}s:36:\"http://litcaf.com:443/?page_id=23779\";a:5:{s:9:\"hit_count\";i:217;s:6:\"is_new\";b:1;s:8:\"referers\";a:59:{i:0;s:29:\"http://litcaf.com/register-2/\";i:1;s:18:\"http://litcaf.com/\";i:2;s:24:\"http://litcaf.com/login/\";i:3;s:17:\"http://litcaf.com\";i:4;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:5;s:29:\"http://mail.litcaf.com/login/\";i:6;s:32:\"http://litcaf.com/?page_id=23779\";i:7;s:30:\"http://litcaf.com/wp-login.php\";i:8;s:39:\"http://litcaf.com/wp-admin/wp-login.php\";i:9;s:30:\"http://litcaf.com/wp-login.php\";i:10;s:17:\"http://litcaf.com\";i:11;s:18:\"http://litcaf.com/\";i:12;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:13;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:14;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=daisey%40awsome-gadgets.com&xoo_el_reg_fname=Bradly&xoo_el_reg_lname=Michels&xoo_el_reg_pass=1rBxrUR7.6MD9ca&xoo_el_reg_pass_again=1rBxrUR7.6MD9ca&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:15;s:39:\"http://litcaf.com/terms-and-conditions/\";i:16;s:263:\"http://litcaf.com/register-2/?xoo_el_reg_email=talitha%40anemia.makeup&xoo_el_reg_fname=Anthony&xoo_el_reg_lname=Salter&xoo_el_reg_pass=Xu4Xpu21NO%21a&xoo_el_reg_pass_again=Xu4Xpu21NO%21a&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:17;s:267:\"http://litcaf.com/register-2/?xoo_el_reg_email=harold%40c.thebetter.online&xoo_el_reg_fname=Joel&xoo_el_reg_lname=Thurlow&xoo_el_reg_pass=-7jjJ3mJ5o6gXt4&xoo_el_reg_pass_again=-7jjJ3mJ5o6gXt4&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:18;s:270:\"http://litcaf.com/register-2/?xoo_el_reg_email=lincoln%40wheninrome.rest&xoo_el_reg_fname=Clayton&xoo_el_reg_lname=Northmore&xoo_el_reg_pass=6dCncaEBsnn%2Af&xoo_el_reg_pass_again=6dCncaEBsnn%2Af&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:19;s:267:\"http://litcaf.com/register-2/?xoo_el_reg_email=kathrin.thynne%40vipitv.com&xoo_el_reg_fname=Kathrin&xoo_el_reg_lname=Thynne&xoo_el_reg_pass=1Pc8vFq.NjAubs&xoo_el_reg_pass_again=1Pc8vFq.NjAubs&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:20;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=madie.shillings%40vipitv.com&xoo_el_reg_fname=Madie&xoo_el_reg_lname=Shillings&xoo_el_reg_pass=VC0I_m5pmsC4za&xoo_el_reg_pass_again=VC0I_m5pmsC4za&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:21;s:270:\"http://litcaf.com/?action=register&xoo_el_reg_email=niki-weathers%40usgeek.org&xoo_el_reg_fname=Niki&xoo_el_reg_lname=Weathers&xoo_el_reg_pass=rSx.3uyEJYJS&xoo_el_reg_pass_again=rSx.3uyEJYJS&_xoo_el_form=register&xoo_el_redirect=http%3A%2F%2Flitcaf.com%2Fedit-profile%2F\";i:22;s:270:\"http://litcaf.com/register-2/?xoo_el_reg_email=christy.horowitz%40erpin.org&xoo_el_reg_fname=Christy&xoo_el_reg_lname=Horowitz&xoo_el_reg_pass=591TR66uSmak_9&xoo_el_reg_pass_again=591TR66uSmak_9&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:23;s:272:\"http://litcaf.com/register-2/?xoo_el_reg_email=mavis_conroy72%40vipcherry.com&xoo_el_reg_fname=Mavis&xoo_el_reg_lname=Conroy&xoo_el_reg_pass=xcwJfP%2A3UVSq8Y&xoo_el_reg_pass_again=xcwJfP%2A3UVSq8Y&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:24;s:284:\"http://litcaf.com/?action=register&xoo_el_reg_email=deborah-blaylock41%40usgeek.org&xoo_el_reg_fname=Deborah&xoo_el_reg_lname=Blaylock&xoo_el_reg_pass=HM.qrZrCEPB6Gt6&xoo_el_reg_pass_again=HM.qrZrCEPB6Gt6&_xoo_el_form=register&xoo_el_redirect=http%3A%2F%2Flitcaf.com%2Fedit-profile%2F\";i:25;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:26;s:258:\"http://litcaf.com/register-2/?xoo_el_reg_email=virgilio%40a.seoneo.app&xoo_el_reg_fname=Jared&xoo_el_reg_lname=Rudnick&xoo_el_reg_pass=FAX7IR3_79qm&xoo_el_reg_pass_again=FAX7IR3_79qm&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:27;s:267:\"http://litcaf.com/register-2/?xoo_el_reg_email=muoipratten67%40ayer.blyxen.com&xoo_el_reg_fname=Muoi&xoo_el_reg_lname=Pratten&xoo_el_reg_pass=f_1iY70Iabm3f&xoo_el_reg_pass_again=f_1iY70Iabm3f&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:28;s:272:\"http://litcaf.com/?action=register&xoo_el_reg_email=lee.oreilly17%40usgeek.org&xoo_el_reg_fname=Lee&xoo_el_reg_lname=Oreilly&xoo_el_reg_pass=jW6akxWUwu.1pT&xoo_el_reg_pass_again=jW6akxWUwu.1pT&_xoo_el_form=register&xoo_el_redirect=http%3A%2F%2Flitcaf.com%2Fedit-profile%2F\";i:29;s:265:\"http://litcaf.com/register-2/?xoo_el_reg_email=blakeley%40gsaser.world&xoo_el_reg_fname=Klaus&xoo_el_reg_lname=Baxley&xoo_el_reg_pass=g0qnGZA%2AiE8zKz&xoo_el_reg_pass_again=g0qnGZA%2AiE8zKz&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:30;s:275:\"http://litcaf.com/register-2/?xoo_el_reg_email=dessielonergan15%40hoja.unylix.com&xoo_el_reg_fname=Dessie&xoo_el_reg_lname=Lonergan&xoo_el_reg_pass=h7Szjp_mlQHnbX&xoo_el_reg_pass_again=h7Szjp_mlQHnbX&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:31;s:281:\"http://litcaf.com/register-2/?xoo_el_reg_email=catherinewiseman29%40ayer.blyxen.com&xoo_el_reg_fname=Catherine&xoo_el_reg_lname=Wiseman&xoo_el_reg_pass=efvMLyvJ%2Ai2A6&xoo_el_reg_pass_again=efvMLyvJ%2Ai2A6&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:32;s:261:\"http://litcaf.com/register-2/?xoo_el_reg_email=friederike%40wineonline.one&xoo_el_reg_fname=Janis&xoo_el_reg_lname=Cantor&xoo_el_reg_pass=a3ZAf5s_bwPi&xoo_el_reg_pass_again=a3ZAf5s_bwPi&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:33;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=jimjasper11%40taru.blyxen.com&xoo_el_reg_fname=Jim&xoo_el_reg_lname=Jasper&xoo_el_reg_pass=6X0r3%21QohrSmoF&xoo_el_reg_pass_again=6X0r3%21QohrSmoF&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:34;s:271:\"http://litcaf.com/register-2/?xoo_el_reg_email=mauricececil74%40taru.blyxen.com&xoo_el_reg_fname=Maurice&xoo_el_reg_lname=Cecil&xoo_el_reg_pass=BokmGZ2.A90US2&xoo_el_reg_pass_again=BokmGZ2.A90US2&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:35;s:275:\"http://litcaf.com/register-2/?xoo_el_reg_email=cedricboothman81%40hoja.unylix.com&xoo_el_reg_fname=Cedric&xoo_el_reg_lname=Boothman&xoo_el_reg_pass=wzcu%2BUAZ8cR9&xoo_el_reg_pass_again=wzcu%2BUAZ8cR9&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:36;s:272:\"http://litcaf.com/register-2/?xoo_el_reg_email=kipp%40b.rchelicoptersreview.com&xoo_el_reg_fname=Leora&xoo_el_reg_lname=Judd&xoo_el_reg_pass=J%2BMya9b7i5op6Q&xoo_el_reg_pass_again=J%2BMya9b7i5op6Q&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:37;s:271:\"http://litcaf.com/register-2/?xoo_el_reg_email=lesleycantor83%40taru.blyxen.com&xoo_el_reg_fname=Lesley&xoo_el_reg_lname=Cantor&xoo_el_reg_pass=bJmlYnYT4Rx%2A&xoo_el_reg_pass_again=bJmlYnYT4Rx%2A&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:38;s:269:\"http://litcaf.com/?action=register&xoo_el_reg_email=mellisa.fix10%40iwinedu.com&xoo_el_reg_fname=Mellisa&xoo_el_reg_lname=Fix&xoo_el_reg_pass=uo_d7zmztVSv&xoo_el_reg_pass_again=uo_d7zmztVSv&_xoo_el_form=register&xoo_el_redirect=http%3A%2F%2Flitcaf.com%2Fedit-profile%2F\";i:39;s:272:\"http://litcaf.com/register-2/?xoo_el_reg_email=lonnie-kitterman%40iwinedu.com&xoo_el_reg_fname=Lonnie&xoo_el_reg_lname=Kitterman&xoo_el_reg_pass=HwpUaS%2ALVIj0&xoo_el_reg_pass_again=HwpUaS%2ALVIj0&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:40;s:271:\"http://litcaf.com/register-2/?xoo_el_reg_email=porter_nemeth41%40usgeek.org&xoo_el_reg_fname=Porter&xoo_el_reg_lname=Nemeth&xoo_el_reg_pass=ZU%2AffRuquZ8y74&xoo_el_reg_pass_again=ZU%2AffRuquZ8y74&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:41;s:268:\"http://litcaf.com/register-2/?xoo_el_reg_email=filmkach1008%40filmkachat.ru&xoo_el_reg_fname=Rufus&xoo_el_reg_lname=Spedding&xoo_el_reg_pass=ZdMI_ZnA57xJWB&xoo_el_reg_pass_again=ZdMI_ZnA57xJWB&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:42;s:268:\"http://litcaf.com/register-2/?xoo_el_reg_email=babara%40muscle-building.club&xoo_el_reg_fname=Mellisa&xoo_el_reg_lname=Joske&xoo_el_reg_pass=A0t1pw_MEMrOMD&xoo_el_reg_pass_again=A0t1pw_MEMrOMD&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:43;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=anthea%40thegreenliving.world&xoo_el_reg_fname=Lavon&xoo_el_reg_lname=Prowse&xoo_el_reg_pass=_64gFftG0kJsM7D&xoo_el_reg_pass_again=_64gFftG0kJsM7D&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:44;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=wilsoncollazo41%40talu.glinxy.org&xoo_el_reg_fname=Wilson&xoo_el_reg_lname=Collazo&xoo_el_reg_pass=Zq1hZp5_pDQ0&xoo_el_reg_pass_again=Zq1hZp5_pDQ0&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:45;s:277:\"http://litcaf.com/register-2/?xoo_el_reg_email=gladys-desrochers81%40usgeek.org&xoo_el_reg_fname=Gladys&xoo_el_reg_lname=Desrochers&xoo_el_reg_pass=uB42PE%21lCm6Nc&xoo_el_reg_pass_again=uB42PE%21lCm6Nc&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:46;s:264:\"http://litcaf.com/register-2/?xoo_el_reg_email=amalita%40stopstress.shop&xoo_el_reg_fname=Cassandra&xoo_el_reg_lname=Mawby&xoo_el_reg_pass=1lQz8s_klPWsZ&xoo_el_reg_pass_again=1lQz8s_klPWsZ&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:47;s:272:\"http://litcaf.com/?action=register&xoo_el_reg_email=jami.roller%40vipitv.com&xoo_el_reg_fname=Jami&xoo_el_reg_lname=Roller&xoo_el_reg_pass=1ntmY%21Boraz5y&xoo_el_reg_pass_again=1ntmY%21Boraz5y&_xoo_el_form=register&xoo_el_redirect=http%3A%2F%2Flitcaf.com%2Fedit-profile%2F\";i:48;s:267:\"http://litcaf.com/register-2/?xoo_el_reg_email=alissamancuso5%40dia.xylzen.com&xoo_el_reg_fname=Alissa&xoo_el_reg_lname=Mancuso&xoo_el_reg_pass=vRUqD50n_OaK&xoo_el_reg_pass_again=vRUqD50n_OaK&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:49;s:281:\"http://litcaf.com/register-2/?xoo_el_reg_email=genesisweathers50%40talu.glinxy.org&xoo_el_reg_fname=Genesis&xoo_el_reg_lname=Weathers&xoo_el_reg_pass=r5f%212TD40vwRJc&xoo_el_reg_pass_again=r5f%212TD40vwRJc&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:50;s:264:\"http://litcaf.com/register-2/?xoo_el_reg_email=ilene%40wineonline.one&xoo_el_reg_fname=Magaret&xoo_el_reg_lname=Olivares&xoo_el_reg_pass=BWKRZ8KYh3I-dr&xoo_el_reg_pass_again=BWKRZ8KYh3I-dr&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:51;s:264:\"http://litcaf.com/register-2/?xoo_el_reg_email=lazaro%40reviewsgames.net&xoo_el_reg_fname=Owen&xoo_el_reg_lname=Albiston&xoo_el_reg_pass=%21LiSFuX8O0uR&xoo_el_reg_pass_again=%21LiSFuX8O0uR&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:52;s:267:\"http://litcaf.com/register-2/?xoo_el_reg_email=leonard-wilhite47%40vipitv.com&xoo_el_reg_fname=Leonard&xoo_el_reg_lname=Wilhite&xoo_el_reg_pass=_2kvsUgO8nzY&xoo_el_reg_pass_again=_2kvsUgO8nzY&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:53;s:265:\"http://litcaf.com/register-2/?xoo_el_reg_email=bernieterry23%40tume.ivolix.com&xoo_el_reg_fname=Bernie&xoo_el_reg_lname=Terry&xoo_el_reg_pass=Y16BZdOBY-xp&xoo_el_reg_pass_again=Y16BZdOBY-xp&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:54;s:269:\"http://litcaf.com/register-2/?xoo_el_reg_email=bobbieoconnor97%40few.ylixo.com&xoo_el_reg_fname=Bobbie&xoo_el_reg_lname=Oconnor&xoo_el_reg_pass=3WZk_5kufG4CQ&xoo_el_reg_pass_again=3WZk_5kufG4CQ&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:55;s:273:\"http://litcaf.com/register-2/?xoo_el_reg_email=tabatha%40muscle-building.club&xoo_el_reg_fname=Micheline&xoo_el_reg_lname=Stewart&xoo_el_reg_pass=L1xI0POqd642f-&xoo_el_reg_pass_again=L1xI0POqd642f-&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:56;s:275:\"http://litcaf.com/register-2/?xoo_el_reg_email=floridagrooms18%40few.ylixo.com&xoo_el_reg_fname=Florida&xoo_el_reg_lname=Grooms&xoo_el_reg_pass=VdZk9nUIcmJs8%2B&xoo_el_reg_pass_again=VdZk9nUIcmJs8%2B&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:57;s:275:\"http://litcaf.com/register-2/?xoo_el_reg_email=kareembabbage66%40hoja.rixyle.com&xoo_el_reg_fname=Kareem&xoo_el_reg_lname=Babbage&xoo_el_reg_pass=HlP8SLdG1NArbc.&xoo_el_reg_pass_again=HlP8SLdG1NArbc.&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";i:58;s:292:\"http://litcaf.com/register-2/?xoo_el_reg_email=clay_mccready84%40steinbrecher32.lumbermilltricks.com&xoo_el_reg_fname=Clay&xoo_el_reg_lname=McCready&xoo_el_reg_pass=c9MIemSV%2Bz08&xoo_el_reg_pass_again=c9MIemSV%2Bz08&xoo_el_reg_terms=yes&_xoo_el_form=register&xoo_el_redirect=%2Fregister-2%2F\";}s:11:\"user_agents\";a:45:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:3;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";i:4;s:114:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.4 Safari/605.1.15\";i:5;s:134:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:6;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";i:7;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0\";i:8;s:129:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71\";i:9;s:68:\"Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0\";i:10;s:119:\"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:11;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:12;s:121:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:13;s:83:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12.5; rv:114.0) Gecko/20100101 Firefox/114.0\";i:14;s:78:\"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";i:15;s:114:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:16;s:128:\"Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";i:17;s:134:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";i:18;s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:19;s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.97 Safari/537.36\";i:20;s:65:\"Mozilla/5.0 (Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";i:21;s:146:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131\";i:22;s:128:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";i:23;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0\";i:24;s:106:\"Mozilla/5.0 (Linux armv7l; Maemo; Opera Mobi/4; U; fr; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1\";i:25;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:26;s:142:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";i:27;s:99:\"Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:28;s:18:\"Go-http-client/1.1\";i:29;s:76:\"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/95.0\";i:30;s:78:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";i:31;s:132:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edg/114.0.1264.71\";i:32;s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";i:33;s:106:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:34;s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0\";i:35;s:118:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";i:36;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";i:37;s:139:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";i:38;s:72:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0\";i:39;s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:40;s:109:\"Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.109 Safari/537.36\";i:41;s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:42;s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9\";i:43;s:198:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:44;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728591585;}s:46:\"http://litcaf.com:443/tag/kalabari-masquerade/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727995178;}s:35:\"http://litcaf.com:443/stella-oduah/\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1726538349;}s:92:\"http://litcaf.com:443/wp-content/plugins/profilepress/assets/chosen/chosen.min.css?ver=6.6.2\";a:5:{s:9:\"hit_count\";i:72;s:6:\"is_new\";b:1;s:8:\"referers\";a:55:{i:0;s:18:\"http://litcaf.com/\";i:1;s:32:\"http://litcaf.com/?page_id=23779\";i:2;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/107/?__im-aiLKgXVs=6148271392295605035\";i:3;s:43:\"http://litcaf.com/my-posts/?author_posts=51\";i:4;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:5;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:6;s:59:\"http://litcaf.com/author/tope_litcaf/page/21/privacy-policy\";i:7;s:45:\"http://litcaf.com/author/tope_litcaf/page/22/\";i:8;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:9;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-ByLbrrKq=15604118306353134871&__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F\";i:10;s:32:\"http://litcaf.com/privacy-policy\";i:11;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:12;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:13;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:14;s:30:\"http://litcaf.com/my-contacts/\";i:15;s:30:\"http://litcaf.com/my-articles/\";i:16;s:36:\"http://litcaf.com/submit-an-article/\";i:17;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/193/privacy-policy\";i:18;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2Fpage%2F2%2F&__im-xniEslAJ=8399024538673284463\";i:19;s:71:\"http://litcaf.com/category/history/history-social/page/5/privacy-policy\";i:20;s:53:\"http://litcaf.com/?__im-ufgpZnGZ=12666909038669837159\";i:21;s:81:\"http://litcaf.com/my-posts/?author_posts=13087&__im-ijwDPVsq=17606221963639575278\";i:22;s:46:\"http://litcaf.com/my-posts/?author_posts=11735\";i:23;s:44:\"http://litcaf.com/my-posts/?author_posts=111\";i:24;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:25;s:74:\"http://litcaf.com/category/government/politics-civil-rights/privacy-policy\";i:26;s:62:\"http://litcaf.com/category/social/people/page/8/privacy-policy\";i:27;s:49:\"http://litcaf.com/category/social/people/page/14/\";i:28;s:33:\"http://litcaf.com/password-reset/\";i:29;s:27:\"http://litcaf.com/my-posts/\";i:30;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:31;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:32;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:33;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:34;s:27:\"http://litcaf.com/make-card\";i:35;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:36;s:36:\"http://litcaf.com/ebenezer-babatope/\";i:37;s:46:\"http://litcaf.com/my-posts/?author_posts=11164\";i:38;s:53:\"http://litcaf.com/?__im-fYdIeyCJ=11065232741485810135\";i:39;s:45:\"http://litcaf.com/my-posts/?author_posts=5049\";i:40;s:30:\"http://litcaf.com/umaru-dikko/\";i:41;s:37:\"http://litcaf.com/ibrahim-el-zakzaky/\";i:42;s:36:\"http://litcaf.com/type/image/page/3/\";i:43;s:52:\"http://litcaf.com/?__im-LENYzJNQ=9033739708753447824\";i:44;s:43:\"http://litcaf.com/apotheosis/privacy-policy\";i:45;s:31:\"http://litcaf.com/ikoku-goomsu/\";i:46;s:46:\"http://litcaf.com/my-posts/?author_posts=11239\";i:47;s:85:\"http://litcaf.com/category-users/?__im-VkoyoIqI=2664654907988240956&cat=Industrialist\";i:48;s:80:\"http://litcaf.com/my-posts/?__im-UIlhbxrm=6406222839188758187&author_posts=11155\";i:49;s:46:\"http://litcaf.com/my-posts/?author_posts=11155\";i:50;s:35:\"http://litcaf.com/arisekola-alao-2/\";i:51;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/94/?__im-YdkfUbdK=14167992808382367329\";i:52;s:42:\"http://litcaf.com/ode-irele/privacy-policy\";i:53;s:38:\"http://litcaf.com/200-1/privacy-policy\";i:54;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/108/?__im-qhEudghP=14844860159815747732\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728308887;}s:62:\"http://litcaf.com:443/nigerian-navy-secondary-school-abeokuta/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:27:\"https://en.m.wikipedia.org/\";i:1;s:55:\"http://litcaf.com/author/tope_litcaf/page/78/?mode=grid\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:135:\"Mozilla/5.0 (iPhone; CPU iPhone OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.7 Mobile/15E148 Safari/604.1\";i:2;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728451507;}s:49:\"http://litcaf.com:443/ogbemudia-samuel-osaigbovo/\";a:5:{s:9:\"hit_count\";i:11;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728424048;}s:48:\"http://litcaf.com:443/my-posts?author_posts=4615\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:41:\"http://litcaf.com/list-all-users/page/111\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726454791;}s:33:\"http://litcaf.com:443/ebun-house/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726711145;}s:43:\"http://litcaf.com:443/george-debayo-agbebi/\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:44:\"http://litcaf.com/information-about-nigeria/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1728545791;}s:35:\"http://litcaf.com:443/tribal-marks/\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:21:\"https://livemocha.com\";i:1;s:43:\"http://litcaf.com/2016/01/page/41?mode=list\";}s:11:\"user_agents\";a:6:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0\";i:2;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:3;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:4;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:5;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728483184;}s:32:\"http://litcaf.com:443/ode-irele/\";a:5:{s:9:\"hit_count\";i:14;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728461209;}s:36:\"http://litcaf.com:443/2016/02/page/3\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"http://litcaf.com/2016/02/page/2\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726455016;}s:62:\"http://litcaf.com:443/category/science/pharmacy-manufacturing/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726455173;}s:49:\"http://litcaf.com:443/my-posts?author_posts=11183\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:44:\"http://litcaf.com/category-users/?cat=writer\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726455719;}s:36:\"http://litcaf.com:443/job-dashboard/\";a:5:{s:9:\"hit_count\";i:62;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"http://litcaf.com/job-dashboard/\";}s:11:\"user_agents\";a:13:{i:0;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99  Safari/537.36\";i:1;s:156:\"Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99  Safari/537.36\";i:2;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.62 Chrome/124.0.6367.62 Not-A.Brand/99  Safari/537.36\";i:3;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.63 Chrome/124.0.6367.63 Not-A.Brand/99  Safari/537.36\";i:4;s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.92 Safari/537.36\";i:5;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.60 Chrome/124.0.6367.60 Not-A.Brand/99  Safari/537.36\";i:6;s:158:\"Mozilla/5.0 (Windows NT 15.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99  Safari/537.36\";i:7;s:154:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.61 Chrome/124.0.6367.61 Not-A.Brand/99  Safari/537.36\";i:8;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.93 Chrome/124.0.6367.93 Not-A.Brand/99  Safari/537.36\";i:9;s:158:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.119 Chrome/124.0.6367.119 Not-A.Brand/99  Safari/537.36\";i:10;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.91 Chrome/124.0.6367.91 Not-A.Brand/99  Safari/537.36\";i:11;s:156:\"Mozilla/5.0 (Windows NT 10.0.0; Win64; x64; ) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.6367.78 Chrome/124.0.6367.78 Not-A.Brand/99  Safari/537.36\";i:12;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728586761;}s:38:\"http://litcaf.com:443/adefuye-anthony/\";a:5:{s:9:\"hit_count\";i:19;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728398872;}s:87:\"http://litcaf.com:443/wp-content/plugins/profilepress/assets/css/ppcore.min.css?ver=2.6\";a:5:{s:9:\"hit_count\";i:24;s:6:\"is_new\";b:1;s:8:\"referers\";a:20:{i:0;s:153:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F3%2F\";i:1;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/57/privacy-policy\";i:2;s:18:\"http://litcaf.com/\";i:3;s:45:\"http://litcaf.com/author/tope_litcaf/page/32/\";i:4;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:5;s:49:\"http://litcaf.com/log-in/?pp_social_login=twitter\";i:6;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-ByLbrrKq=15604118306353134871&__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F\";i:7;s:80:\"http://litcaf.com/my-posts/?__im-nDeOeSQG=4798239791785237292&author_posts=12489\";i:8;s:39:\"http://litcaf.com/terms-and-conditions/\";i:9;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:10;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:11;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:12;s:36:\"http://litcaf.com/submit-an-article/\";i:13;s:74:\"http://litcaf.com/category/culture/tradition-customs/page/6/privacy-policy\";i:14;s:79:\"http://litcaf.com/category-users/?__im-ejcXBIYI=14262710412465782532&cat=banker\";i:15;s:45:\"http://litcaf.com/author/tope_litcaf/page/49/\";i:16;s:43:\"http://litcaf.com/my-posts/?author_posts=77\";i:17;s:163:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jDBqHVvK=9552354846538177597&__im-wrsnScBL=16039738187411726645page%2F177%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:18;s:88:\"http://litcaf.com/?__im-EeuHFAmd=14812239444332207276&__im-cboMXfVv=11337450371445517259\";i:19;s:31:\"http://litcaf.com/kabiru-yusuf/\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728206170;}s:49:\"http://litcaf.com:443/my-posts?author_posts=11351\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:44:\"http://litcaf.com/category-users/?cat=artist\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726456399;}s:64:\"http://litcaf.com:443/wp-content/themes/notio/assets/css/app.css\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:4:{i:0;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/57/privacy-policy\";i:1;s:46:\"http://litcaf.com/my-posts/?author_posts=11394\";i:2;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:3;s:44:\"http://litcaf.com/category-users/?cat=writer\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728491451;}s:33:\"http://litcaf.com:443/mellor-w-f/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:24:\"http://litcaf.com/osugbo\";}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728425069;}s:38:\"http://litcaf.com:443/oyinkan-abayomi/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1726498963;}s:80:\"http://litcaf.com:443/wp-includes/css/dist/block-library/style.min.css?ver=6.6.2\";a:5:{s:9:\"hit_count\";i:310;s:6:\"is_new\";b:1;s:8:\"referers\";a:207:{i:0;s:68:\"http://litcaf.com/category/entertainment/entertainment-music/page/2/\";i:1;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F29%2F\";i:2;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2F\";i:3;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/35/privacy-policy\";i:4;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/43/?__im-IhwotvpI=11273256352891383827\";i:5;s:41:\"http://litcaf.com/2024/09/11/hello-world/\";i:6;s:42:\"http://litcaf.com/category/social/textile/\";i:7;s:45:\"http://litcaf.com/author/tope_litcaf/page/18/\";i:8;s:45:\"http://litcaf.com/author/tope_litcaf/page/35/\";i:9;s:45:\"http://litcaf.com/author/tope_litcaf/page/40/\";i:10;s:43:\"http://litcaf.com/my-posts/?author_posts=40\";i:11;s:29:\"http://litcaf.com/register-2/\";i:12;s:47:\"http://litcaf.com/blowfish-hotel/privacy-policy\";i:13;s:18:\"http://litcaf.com/\";i:14;s:45:\"http://litcaf.com/author/tope_litcaf/page/64/\";i:15;s:57:\"http://litcaf.com/category/social/religion/privacy-policy\";i:16;s:44:\"http://litcaf.com/klipsringer/privacy-policy\";i:17;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:18;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:19;s:52:\"http://litcaf.com/?__im-mQhaPSzE=6746066060152899188\";i:20;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:21;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:22;s:30:\"http://litcaf.com/my-articles/\";i:23;s:36:\"http://litcaf.com/submit-an-article/\";i:24;s:56:\"http://litcaf.com/category/culture/lifestyle-properties/\";i:25;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/4/?__im-GjkLGfyz=8997458648232696007\";i:26;s:38:\"http://litcaf.com/ikeja-central-hotel/\";i:27;s:75:\"http://litcaf.com/category/history/history-political/page/11/privacy-policy\";i:28;s:32:\"http://litcaf.com/?page_id=23779\";i:29;s:46:\"http://litcaf.com/author/tope_litcaf/page/102/\";i:30;s:59:\"http://litcaf.com/author/tope_litcaf/page/95/privacy-policy\";i:31;s:59:\"http://litcaf.com/author/tope_litcaf/page/18/privacy-policy\";i:32;s:45:\"http://litcaf.com/my-posts?author_posts=16287\";i:33;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:34;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:35;s:59:\"http://litcaf.com/author/tope_litcaf/page/48/privacy-policy\";i:36;s:45:\"http://litcaf.com/my-posts?author_posts=12265\";i:37;s:46:\"http://litcaf.com/my-posts/?author_posts=11994\";i:38;s:93:\"http://litcaf.com/category/entertainment/nollywood-general/?__im-obcFUVYX=7055990136200802218\";i:39;s:46:\"http://litcaf.com/my-posts/?author_posts=11324\";i:40;s:43:\"http://litcaf.com/my-posts/?author_posts=69\";i:41;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:42;s:31:\"http://litcaf.com/gaboon-viper/\";i:43;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:44;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:45;s:85:\"http://litcaf.com/log-in/?pp_social_login=facebook&__im-jRNFXdBf=14668335751296842135\";i:46;s:46:\"http://litcaf.com/my-posts/?author_posts=14322\";i:47;s:79:\"http://litcaf.com/category/government/education-secondary/page/4/privacy-policy\";i:48;s:46:\"http://litcaf.com/my-posts/?author_posts=12284\";i:49;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:50;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:51;s:46:\"http://litcaf.com/my-posts/?author_posts=12283\";i:52;s:46:\"http://litcaf.com/my-posts/?author_posts=11722\";i:53;s:46:\"http://litcaf.com/my-posts/?author_posts=11740\";i:54;s:46:\"http://litcaf.com/my-posts/?author_posts=12231\";i:55;s:171:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NmbYBpeC=14378365927475956971&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:56;s:43:\"http://litcaf.com/my-posts/?author_posts=30\";i:57;s:46:\"http://litcaf.com/my-posts/?author_posts=11149\";i:58;s:45:\"http://litcaf.com/my-posts/?author_posts=5107\";i:59;s:52:\"http://litcaf.com/?__im-RUsWGJof=3391573914390225706\";i:60;s:46:\"http://litcaf.com/my-posts/?author_posts=11206\";i:61;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:62;s:46:\"http://litcaf.com/my-posts/?author_posts=12250\";i:63;s:44:\"http://litcaf.com/my-posts/?author_posts=116\";i:64;s:46:\"http://litcaf.com/my-posts/?author_posts=11158\";i:65;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:66;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:67;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:68;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:69;s:85:\"http://litcaf.com/category-users/?__im-huKynTdy=12386956545096382125&cat=sales_person\";i:70;s:46:\"http://litcaf.com/my-posts/?author_posts=11318\";i:71;s:46:\"http://litcaf.com/my-posts/?author_posts=11124\";i:72;s:46:\"http://litcaf.com/my-posts/?author_posts=11464\";i:73;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:74;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:75;s:46:\"http://litcaf.com/my-posts/?author_posts=12041\";i:76;s:46:\"http://litcaf.com/my-posts/?author_posts=11483\";i:77;s:46:\"http://litcaf.com/my-posts/?author_posts=11924\";i:78;s:46:\"http://litcaf.com/my-posts/?author_posts=12115\";i:79;s:46:\"http://litcaf.com/my-posts/?author_posts=13790\";i:80;s:46:\"http://litcaf.com/my-posts/?author_posts=11316\";i:81;s:25:\"http://litcaf.com/groups/\";i:82;s:46:\"http://litcaf.com/my-posts/?author_posts=12131\";i:83;s:27:\"http://litcaf.com/activate/\";i:84;s:46:\"http://litcaf.com/my-posts/?author_posts=11995\";i:85;s:83:\"http://litcaf.com/category/government/politics-public-service/page/4/privacy-policy\";i:86;s:46:\"http://litcaf.com/my-posts/?author_posts=11312\";i:87;s:46:\"http://litcaf.com/my-posts/?author_posts=12575\";i:88;s:46:\"http://litcaf.com/my-posts/?author_posts=12098\";i:89;s:46:\"http://litcaf.com/my-posts/?author_posts=11359\";i:90;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:91;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:92;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:93;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:94;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:95;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:96;s:81:\"http://litcaf.com/my-posts/?__im-eZBhNGos=16812959693138263696&author_posts=12369\";i:97;s:46:\"http://litcaf.com/my-posts/?author_posts=12023\";i:98;s:36:\"http://litcaf.com/frederick-fasehun/\";i:99;s:46:\"http://litcaf.com/my-posts/?author_posts=12038\";i:100;s:45:\"http://litcaf.com/author/tope_litcaf/page/45/\";i:101;s:111:\"http://litcaf.com/category/history/history-civilization/page/5/privacy-policy?__im-KBIhgbLS=4599255272564727826\";i:102;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-yvzaKoHo=12771674432103962180\";i:103;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/?__im-KFvIsjBG=5339534691144536515\";i:104;s:80:\"http://litcaf.com/my-posts/?__im-uboSKmUK=9367188787517902092&author_posts=11110\";i:105;s:46:\"http://litcaf.com/my-posts/?author_posts=11424\";i:106;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/privacy-policy\";i:107;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:108;s:46:\"http://litcaf.com/my-posts/?author_posts=11219\";i:109;s:45:\"http://litcaf.com/odia-ofeimun/privacy-policy\";i:110;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VBgOjFiM=6570285530105882205&__im-amFthiRA=11945201261702646245page%2F57%2Fpage%2F3%2Fpage%2F2%2F\";i:111;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/163/?__im-HbBAHvDI=3104625653442848698\";i:112;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/?__im-nPsTzbUr=3310018263460958730\";i:113;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/134/?__im-JfrNRcsX=12251451574776819665\";i:114;s:46:\"http://litcaf.com/my-posts/?author_posts=11735\";i:115;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/59/?__im-amFthiRA=11945201261702646245\";i:116;s:103:\"http://litcaf.com/category/government/politics-public-service/page/2/?__im-dZCKLqLI=6854636200635572333\";i:117;s:87:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125&__im-zbaBDrMx=13584048287902546158\";i:118;s:158:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/?__im-RlSFaKeP=7056653009115524365&__im-xqnjKEqc=14728557490400574162&__im-zzMHctRD=4154657353421027971\";i:119;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/?__im-WSIXWlYG=13955714459557007468\";i:120;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/177/privacy-policy?__im-jAOjuRrF=17649071305214913865\";i:121;s:33:\"http://litcaf.com/taiwo-ogunjobi/\";i:122;s:79:\"http://litcaf.com/author/tope_litcaf/page/57/?__im-xiGIjIjS=2016562421774164351\";i:123;s:79:\"http://litcaf.com/category/government/education-secondary/page/7/privacy-policy\";i:124;s:162:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F61%2F&__im-qdMNjPtV=5022009282166186867&__im-syaxYxrX=16076518729078261467\";i:125;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/privacy-policy\";i:126;s:40:\"http://litcaf.com/peter-awelewa-adebiyi/\";i:127;s:33:\"http://litcaf.com/silver-catfish/\";i:128;s:34:\"http://litcaf.com/stephen-awokoya/\";i:129;s:42:\"http://litcaf.com/gambari-agboola-ibrahim/\";i:130;s:46:\"http://litcaf.com/my-posts/?author_posts=12604\";i:131;s:32:\"http://litcaf.com/okilo-melford/\";i:132;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/?__im-bhfhICNJ=342404584617172831\";i:133;s:80:\"http://litcaf.com/my-posts/?__im-sgroZByL=8179488696311193308&author_posts=12163\";i:134;s:68:\"http://litcaf.com/giant-pangolin/?__im-uPzhIsJq=13044983412654554835\";i:135;s:46:\"http://litcaf.com/my-posts/?author_posts=14336\";i:136;s:81:\"http://litcaf.com/my-posts/?__im-qxoKEBzC=10509639539495197858&author_posts=11790\";i:137;s:42:\"http://litcaf.com/history-of-the--yorubas/\";i:138;s:38:\"http://litcaf.com/gberu/privacy-policy\";i:139;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F2%2Fpage%2F3%2F\";i:140;s:77:\"http://litcaf.com/register-2/privacy-policy?__im-mpNqqgPE=3198534466932130578\";i:141;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F215%2F\";i:142;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-nVFuFPOU=8442876151830725864\";i:143;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/page/44/privacy-policy?__im-SFBpIqFE=3389449007228953477\";i:144;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2F\";i:145;s:72:\"http://litcaf.com/category/technology/architecture/page/2/privacy-policy\";i:146;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/157/privacy-policy\";i:147;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2F\";i:148;s:105:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Twitter&hauth.time=1506255038\";i:149;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F57%2Fpage%2F3%2Fpage%2F3%2Fpage%2F29%2F\";i:150;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-oGubJrwR=9115281664421258042&__im-uKEmAvjC=334516214112046357page%2F120%2Fpage%2F2%2Fpage%2F29%2F\";i:151;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F77%2F\";i:152;s:83:\"http://litcaf.com/category-users/?__im-RtmtetzQ=4326000225568928625&cat=entertainer\";i:153;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F2%2Fpage%2F2%2F\";i:154;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F92%2Fpage%2F29%2Fpage%2F2%2F\";i:155;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F57%2F\";i:156;s:67:\"http://litcaf.com/category/technology/oil-gas/page/3/privacy-policy\";i:157;s:63:\"http://litcaf.com/category/social/people/page/18/privacy-policy\";i:158;s:79:\"http://litcaf.com/author/tope_litcaf/page/2/?__im-BIGOINkG=10635411923466136592\";i:159;s:97:\"http://litcaf.com/category/history/history-civilization/page/5/?__im-DOsjGKwG=7992467622411869670\";i:160;s:88:\"http://litcaf.com/category-users/?__im-KtHgnDvE=4071693339620848059&cat=Entrepreneur_CEO\";i:161;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/64/?__im-fvhgODhv=6528895213246034997\";i:162;s:48:\"http://litcaf.com/onabamiro-sanya/privacy-policy\";i:163;s:59:\"http://litcaf.com/ogbemudia-samuel-osaigbovo/privacy-policy\";i:164;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/privacy-policy\";i:165;s:79:\"http://litcaf.com/author/tope_litcaf/page/61/?__im-bMwaDAbQ=4541346296081977713\";i:166;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/116/?__im-xGstScUm=3715241370539394983\";i:167;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/privacy-policy\";i:168;s:80:\"http://litcaf.com/my-posts/?__im-NgOCStdE=5214516839558559336&author_posts=12359\";i:169;s:50:\"http://litcaf.com/tudor-house-hotel/privacy-policy\";i:170;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F96%2Fpage%2F2%2F\";i:171;s:118:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F215%2Fpage%2F3%2F\";i:172;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/privacy-policy\";i:173;s:80:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-gpzCSHFL=6910887793650202266\";i:174;s:41:\"http://litcaf.com/research/privacy-policy\";i:175;s:92:\"http://litcaf.com/category/history/history-general/page/11/?__im-ACHsSlKn=845169812594330037\";i:176;s:78:\"http://litcaf.com/category-users/?__im-YAfPWYvY=1312365962967532828&cat=writer\";i:177;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/163/privacy-policy\";i:178;s:32:\"http://litcaf.com/privacy-policy\";i:179;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:180;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:181;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:182;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:183;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:184;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:185;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:186;s:30:\"http://litcaf.com/my-contacts/\";i:187;s:53:\"http://litcaf.com/?__im-KHqnAUSr=15115810644766059542\";i:188;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/104/?__im-KKPBqxiJ=7453329239155182917\";i:189;s:72:\"http://litcaf.com/?__im-doIcdQks=693929879156525640&trk=public_post-text\";i:190;s:48:\"http://litcaf.com/mustapha-akanbi/privacy-policy\";i:191;s:48:\"http://litcaf.com/stephen-awokoya/privacy-policy\";i:192;s:39:\"http://litcaf.com/the-apostolic-church/\";i:193;s:24:\"http://litcaf.com/gombe/\";i:194;s:32:\"http://litcaf.com/adesokan-yemi/\";i:195;s:35:\"http://litcaf.com/remi-fani-kayode/\";i:196;s:33:\"http://litcaf.com/yemi-elebuibon/\";i:197;s:49:\"http://litcaf.com/category/social/people/page/26/\";i:198;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/54/privacy-policy\";i:199;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/19/?__im-vPKABBQQ=3718608370483167692\";i:200;s:52:\"http://litcaf.com/?__im-TkNExTUw=4808264679000494313\";i:201;s:39:\"http://litcaf.com/terms-and-conditions/\";i:202;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:203;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:204;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:205;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/205/privacy-policy\";i:206;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";}s:11:\"user_agents\";a:2:{i:0;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";i:1;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";}s:13:\"last_hit_time\";i:1728535775;}s:58:\"http://litcaf.com:443/category/culture/philosophy-general/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:188:\"Mozilla/5.0 (Linux;u;Android 4.2.2;zh-cn;) AppleWebKit/534.46 (KHTML,like Gecko) Version/5.1 Mobile Safari/10600.6.3 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726456772;}s:40:\"http://litcaf.com:443/submit-an-article/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:17:\"http://litcaf.com\";}s:11:\"user_agents\";a:1:{i:0;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1726457270;}s:43:\"http://litcaf.com:443/scimitar-horned-oryx/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728535846;}s:92:\"http://litcaf.com:443/wp-content/plugins/buddypress/bp-core/css/admin-bar.min.css?ver=14.0.0\";a:5:{s:9:\"hit_count\";i:628;s:6:\"is_new\";b:1;s:8:\"referers\";a:415:{i:0;s:115:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F2%2Fpage%2F29%2F\";i:1;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F215%2Fpage%2F2%2Fpage%2F2%2F\";i:2;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/73/privacy-policy\";i:3;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F\";i:4;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F3%2F\";i:5;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F2%2Fpage%2F3%2Fpage%2F3%2F\";i:6;s:131:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F29%2Fpage%2F29%2F\";i:7;s:128:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F177%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F\";i:8;s:64:\"http://litcaf.com/category/government/education-tertiary/page/2/\";i:9;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F29%2Fpage%2F2%2F\";i:10;s:115:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F2%2Fpage%2F3%2Fpage%2F29%2F\";i:11;s:153:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F3%2F\";i:12;s:58:\"http://litcaf.com/category/government/education-secondary/\";i:13;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/138/\";i:14;s:129:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F215%2Fpage%2F215%2Fpage%2F29%2Fpage%2F2%2F\";i:15;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:16;s:45:\"http://litcaf.com/my-posts/?author_posts=2394\";i:17;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F29%2F\";i:18;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F215%2Fpage%2F2%2F\";i:19;s:129:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F3%2Fpage%2F3%2F\";i:20;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-GXKRinMF=16091162622108429736&__im-VAosdWbq=2965794347440462295page%2F80%2F\";i:21;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F57%2Fpage%2F3%2Fpage%2F29%2Fpage%2F2%2F\";i:22;s:61:\"http://litcaf.com/category/entertainment/entertainment-dance/\";i:23;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/29/?__im-spDGVuUU=16189278173027924354\";i:24;s:56:\"http://litcaf.com/category/culture/tradition-ceremonies/\";i:25;s:18:\"http://litcaf.com/\";i:26;s:54:\"http://litcaf.com/category/government/military/page/4/\";i:27;s:45:\"http://litcaf.com/author/tope_litcaf/page/63/\";i:28;s:59:\"http://litcaf.com/category/government/public-health/page/2/\";i:29;s:40:\"http://litcaf.com/silver-grandeur-hotel/\";i:30;s:31:\"http://litcaf.com/toke-makinwa/\";i:31;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/165/privacy-policy\";i:32;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/63/?__im-CinVzyLv=7939124681205437402\";i:33;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/4/?__im-acEHMvji=17504786068602495590\";i:34;s:49:\"http://litcaf.com/vivian-fowler-memorial-college/\";i:35;s:53:\"http://litcaf.com/category/technology/oil-gas/page/2/\";i:36;s:32:\"http://litcaf.com/schizophrenia/\";i:37;s:45:\"http://litcaf.com/author/tope_litcaf/page/17/\";i:38;s:45:\"http://litcaf.com/author/tope_litcaf/page/23/\";i:39;s:52:\"http://litcaf.com/?__im-YJYlrnZx=1422610477552056448\";i:40;s:45:\"http://litcaf.com/author/tope_litcaf/page/31/\";i:41;s:79:\"http://litcaf.com/category/environment/environment-others/page/2/privacy-policy\";i:42;s:82:\"http://litcaf.com/category/entertainment/entertainment-music/page/2/privacy-policy\";i:43;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/29/privacy-policy\";i:44;s:152:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HrnWPPsX=9655646961250890310&__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F215%2F\";i:45;s:45:\"http://litcaf.com/author/tope_litcaf/page/94/\";i:46;s:62:\"http://litcaf.com/category/social/sports/page/2/privacy-policy\";i:47;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:48;s:39:\"http://litcaf.com/terms-and-conditions/\";i:49;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:50;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:51;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:52;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:53;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:54;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:55;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:56;s:85:\"http://litcaf.com/category/social/religion/page/5/?__im-cgzSCHPX=14180892423799249506\";i:57;s:45:\"http://litcaf.com/my-posts/?author_posts=5077\";i:58;s:56:\"http://litcaf.com/category/government/education-primary/\";i:59;s:81:\"http://litcaf.com/category/environment/geography-natural-resources/privacy-policy\";i:60;s:46:\"http://litcaf.com/author/tope_litcaf/page/108/\";i:61;s:45:\"http://litcaf.com/author/tope_litcaf/page/97/\";i:62;s:59:\"http://litcaf.com/author/tope_litcaf/page/34/privacy-policy\";i:63;s:45:\"http://litcaf.com/author/tope_litcaf/page/92/\";i:64;s:115:\"http://litcaf.com/my-posts/?__im-nlzIFtdU=10260975895838477005&__im-yCbqMijP=14725201343892589135&author_posts=5060\";i:65;s:45:\"http://litcaf.com/author/tope_litcaf/page/98/\";i:66;s:73:\"http://litcaf.com/category/government/finance-money/page/2/privacy-policy\";i:67;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/154/\";i:68;s:78:\"http://litcaf.com/category/government/education-tertiary/page/3/privacy-policy\";i:69;s:59:\"http://litcaf.com/author/tope_litcaf/page/17/privacy-policy\";i:70;s:45:\"http://litcaf.com/author/tope_litcaf/page/58/\";i:71;s:60:\"http://litcaf.com/category/culture/tradition-customs/page/3/\";i:72;s:82:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/privacy-policy\";i:73;s:52:\"http://litcaf.com/category/culture/fashion-textiles/\";i:74;s:41:\"http://litcaf.com/ansar-uud-deen-college/\";i:75;s:57:\"http://litcaf.com/category/history/history-social/page/2/\";i:76;s:45:\"http://litcaf.com/my-posts/?author_posts=5078\";i:77;s:59:\"http://litcaf.com/category/literature/literature-religious/\";i:78;s:71:\"http://litcaf.com/category/culture/culture-others/page/7/privacy-policy\";i:79;s:45:\"http://litcaf.com/author/tope_litcaf/page/14/\";i:80;s:32:\"http://litcaf.com/?page_id=23780\";i:81;s:45:\"http://litcaf.com/author/tope_litcaf/page/10/\";i:82;s:54:\"http://litcaf.com/leisure-spring-hotels/privacy-policy\";i:83;s:45:\"http://litcaf.com/author/tope_litcaf/page/15/\";i:84;s:49:\"http://litcaf.com/three-arms-hotel/privacy-policy\";i:85;s:26:\"http://litcaf.com/19622-2/\";i:86;s:52:\"http://litcaf.com/?__im-IOHFRYIG=5201363343101742514\";i:87;s:52:\"http://litcaf.com/?__im-HVjiqhYH=5091751787939073310\";i:88;s:59:\"http://litcaf.com/author/tope_litcaf/page/23/privacy-policy\";i:89;s:46:\"http://litcaf.com/author/tope_litcaf/page/105/\";i:90;s:43:\"http://litcaf.com/my-posts/?author_posts=12\";i:91;s:36:\"http://litcaf.com/submit-an-article/\";i:92;s:45:\"http://litcaf.com/author/tope_litcaf/page/67/\";i:93;s:49:\"http://litcaf.com/category/social/people/page/19/\";i:94;s:43:\"http://litcaf.com/my-posts/?author_posts=51\";i:95;s:63:\"http://litcaf.com/category/history/history-civilization/page/5/\";i:96;s:81:\"http://litcaf.com/category/social/media-print/?__im-HcmOwGbG=12683855638616359266\";i:97;s:34:\"http://litcaf.com/obadiah-johnson/\";i:98;s:40:\"http://litcaf.com/profile/privacy-policy\";i:99;s:54:\"http://litcaf.com/category/culture/philosophy-african/\";i:100;s:64:\"http://litcaf.com/category/science/animals/page/9/privacy-policy\";i:101;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/176/?__im-GLeEuOvb=11966730582054370153\";i:102;s:71:\"http://litcaf.com/category/history/history-social/page/4/privacy-policy\";i:103;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:104;s:45:\"http://litcaf.com/author/tope_litcaf/page/62/\";i:105;s:64:\"http://litcaf.com/category/social/religion/page/5/privacy-policy\";i:106;s:72:\"http://litcaf.com/category/entertainment/entertainment-nollywood/page/2/\";i:107;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F2%2Fpage%2F3%2F&__im-cwWcZVGK=14015495703369702745\";i:108;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:109;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:110;s:27:\"http://litcaf.com/my-posts/\";i:111;s:59:\"http://litcaf.com/author/tope_litcaf/page/52/privacy-policy\";i:112;s:72:\"http://litcaf.com/category/environment/geography-boundary/privacy-policy\";i:113;s:72:\"http://litcaf.com/extractive-industry/?__im-jHdCoeIZ=6691830809809390492\";i:114;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F2%2Fpage%2F29%2F&__im-jZGjdMlj=18127025497646677568\";i:115;s:37:\"http://litcaf.com/queens-court-hotel/\";i:116;s:60:\"http://litcaf.com/author/tope_litcaf/page/104/privacy-policy\";i:117;s:72:\"http://litcaf.com/category/history/history-general/page/7/privacy-policy\";i:118;s:75:\"http://litcaf.com/category/entertainment/music-others/page/3/privacy-policy\";i:119;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/?__im-dOQqwNqb=9212020315069113922\";i:120;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F29%2Fpage%2F3%2F&__im-eoggGYOo=10321543955185842829\";i:121;s:59:\"http://litcaf.com/author/tope_litcaf/page/70/privacy-policy\";i:122;s:72:\"http://litcaf.com/category/history/history-general/page/8/privacy-policy\";i:123;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hwkFSCCl=15033182130452542265&__im-yvzaKoHo=12771674432103962180page%2F57%2Fpage%2F2%2F\";i:124;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-kioJzpsU=13335487230542866236&__im-oZrzmbVB=538717707415069540page%2F29%2F\";i:125;s:72:\"http://litcaf.com/category/entertainment/music-pop/page/3/privacy-policy\";i:126;s:45:\"http://litcaf.com/author/tope_litcaf/page/46/\";i:127;s:173:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F&__im-kENkbVzz=11246727998613350924\";i:128;s:160:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-GLBBSBuF=5903584108194502047&__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:129;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:130;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:131;s:84:\"http://litcaf.com/category/social/people/page/16/?__im-hsblqNhc=13474734699695604559\";i:132;s:52:\"http://litcaf.com/?__im-yvFJsYAH=2475245451081029983\";i:133;s:73:\"http://litcaf.com/morning-side-suites/?__im-JWfwVgWw=16890104871937377580\";i:134;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:135;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:136;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:137;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:138;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:139;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:140;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/privacy-policy\";i:141;s:78:\"http://litcaf.com/slender-snouted-crocodile/?__im-zahGZhuM=6116183874801071625\";i:142;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/169/?__im-IeHyimtL=1431379846545941425\";i:143;s:59:\"http://litcaf.com/author/tope_litcaf/page/94/privacy-policy\";i:144;s:59:\"http://litcaf.com/author/tope_litcaf/page/32/privacy-policy\";i:145;s:46:\"http://litcaf.com/avenue-suites/privacy-policy\";i:146;s:35:\"http://litcaf.com/three-arms-hotel/\";i:147;s:44:\"http://litcaf.com/my-posts/?author_posts=114\";i:148;s:65:\"http://litcaf.com/radisson-blu/?__im-rXjHgVMW=2449959516485774041\";i:149;s:66:\"http://litcaf.com/category/government/economics-cbn/privacy-policy\";i:150;s:60:\"http://litcaf.com/author/tope_litcaf/page/109/privacy-policy\";i:151;s:52:\"http://litcaf.com/?__im-drHQdESD=1868894338938251972\";i:152;s:59:\"http://litcaf.com/author/tope_litcaf/page/36/privacy-policy\";i:153;s:94:\"http://litcaf.com/category/culture/tradition-customs/page/5/?__im-EpFRqoCW=2100254102650597513\";i:154;s:69:\"http://litcaf.com/funnola-aofiyebi/?__im-aacMVxPZ=6686205103150941999\";i:155;s:59:\"http://litcaf.com/author/tope_litcaf/page/71/privacy-policy\";i:156;s:53:\"http://litcaf.com/?__im-uRappYOo=16873130952142653062\";i:157;s:60:\"http://litcaf.com/author/tope_litcaf/page/101/privacy-policy\";i:158;s:40:\"http://litcaf.com/wp-admin/nav-menus.php\";i:159;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:160;s:59:\"http://litcaf.com/author/tope_litcaf/page/48/privacy-policy\";i:161;s:77:\"http://litcaf.com/olaniwun-adunni-oluwole/?__im-NPygDmTH=12918151505848533953\";i:162;s:45:\"http://litcaf.com/my-posts?author_posts=15393\";i:163;s:45:\"http://litcaf.com/my-posts?author_posts=11664\";i:164;s:63:\"http://litcaf.com/category/social/people/page/16/privacy-policy\";i:165;s:40:\"http://litcaf.com/leisure-spring-hotels/\";i:166;s:38:\"http://litcaf.com/thomas-birch-freeman\";i:167;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/169/privacy-policy\";i:168;s:45:\"http://litcaf.com/my-posts?author_posts=11886\";i:169;s:45:\"http://litcaf.com/my-posts?author_posts=15721\";i:170;s:188:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-FNzWHPAv=11758330790667056673&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:171;s:27:\"http://litcaf.com/make-card\";i:172;s:79:\"http://litcaf.com/my-posts/?__im-dcstovTt=7975936989236792540&author_posts=5096\";i:173;s:46:\"http://litcaf.com/my-posts/?author_posts=11693\";i:174;s:93:\"http://litcaf.com/category/entertainment/nollywood-general/?__im-obcFUVYX=7055990136200802218\";i:175;s:46:\"http://litcaf.com/my-posts/?author_posts=12131\";i:176;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:177;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:178;s:30:\"http://litcaf.com/edit-profile\";i:179;s:30:\"http://litcaf.com/my-contacts/\";i:180;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:181;s:46:\"http://litcaf.com/my-posts/?author_posts=11803\";i:182;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:183;s:30:\"http://litcaf.com/my-articles/\";i:184;s:46:\"http://litcaf.com/my-posts/?author_posts=11992\";i:185;s:46:\"http://litcaf.com/my-posts/?author_posts=11273\";i:186;s:46:\"http://litcaf.com/my-posts/?author_posts=12273\";i:187;s:46:\"http://litcaf.com/my-posts/?author_posts=12327\";i:188;s:46:\"http://litcaf.com/my-posts/?author_posts=15107\";i:189;s:46:\"http://litcaf.com/my-posts/?author_posts=11164\";i:190;s:46:\"http://litcaf.com/my-posts/?author_posts=11171\";i:191;s:43:\"http://litcaf.com/my-posts/?author_posts=90\";i:192;s:46:\"http://litcaf.com/my-posts/?author_posts=11990\";i:193;s:46:\"http://litcaf.com/my-posts/?author_posts=11437\";i:194;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/\";i:195;s:46:\"http://litcaf.com/my-posts/?author_posts=11646\";i:196;s:46:\"http://litcaf.com/my-posts/?author_posts=12410\";i:197;s:46:\"http://litcaf.com/my-posts/?author_posts=14322\";i:198;s:48:\"http://litcaf.com/category-users/?cat=journalist\";i:199;s:46:\"http://litcaf.com/my-posts/?author_posts=12334\";i:200;s:46:\"http://litcaf.com/my-posts/?author_posts=11722\";i:201;s:46:\"http://litcaf.com/my-posts/?author_posts=11159\";i:202;s:46:\"http://litcaf.com/my-posts/?author_posts=11982\";i:203;s:53:\"http://litcaf.com/?__im-YqZiUuhf=10496856860220758447\";i:204;s:46:\"http://litcaf.com/my-posts/?author_posts=11740\";i:205;s:46:\"http://litcaf.com/my-posts/?author_posts=11121\";i:206;s:46:\"http://litcaf.com/my-posts/?author_posts=11939\";i:207;s:89:\"http://litcaf.com/category-users/?__im-UrDKkrnz=3683036125667356774&cat=virtual_assistant\";i:208;s:43:\"http://litcaf.com/my-posts/?author_posts=30\";i:209;s:45:\"http://litcaf.com/my-posts/?author_posts=5107\";i:210;s:46:\"http://litcaf.com/my-posts/?author_posts=12359\";i:211;s:46:\"http://litcaf.com/my-posts/?author_posts=11172\";i:212;s:46:\"http://litcaf.com/my-posts/?author_posts=11980\";i:213;s:45:\"http://litcaf.com/my-posts/?author_posts=5112\";i:214;s:46:\"http://litcaf.com/my-posts/?author_posts=12250\";i:215;s:44:\"http://litcaf.com/my-posts/?author_posts=116\";i:216;s:46:\"http://litcaf.com/my-posts/?author_posts=11158\";i:217;s:46:\"http://litcaf.com/my-posts/?author_posts=11161\";i:218;s:52:\"http://litcaf.com/?__im-KRGveLFo=8836368850260415571\";i:219;s:91:\"http://litcaf.com/category-users/?__im-AMgoCnUF=5923745553956915523&cat=Counsellors_Teacher\";i:220;s:46:\"http://litcaf.com/my-posts/?author_posts=12348\";i:221;s:46:\"http://litcaf.com/my-posts/?author_posts=12142\";i:222;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-DvqkxDIM=1997630248857119378&__im-fvhgODhv=6528895213246034997\";i:223;s:46:\"http://litcaf.com/my-posts/?author_posts=11298\";i:224;s:46:\"http://litcaf.com/my-posts/?author_posts=14339\";i:225;s:46:\"http://litcaf.com/my-posts/?author_posts=12333\";i:226;s:46:\"http://litcaf.com/my-posts/?author_posts=11317\";i:227;s:46:\"http://litcaf.com/my-posts/?author_posts=11977\";i:228;s:46:\"http://litcaf.com/my-posts/?author_posts=12905\";i:229;s:45:\"http://litcaf.com/my-posts/?author_posts=5109\";i:230;s:46:\"http://litcaf.com/my-posts/?author_posts=14334\";i:231;s:46:\"http://litcaf.com/my-posts/?author_posts=11099\";i:232;s:46:\"http://litcaf.com/my-posts/?author_posts=12293\";i:233;s:46:\"http://litcaf.com/my-posts/?author_posts=11651\";i:234;s:46:\"http://litcaf.com/my-posts/?author_posts=11452\";i:235;s:46:\"http://litcaf.com/my-posts/?author_posts=11101\";i:236;s:46:\"http://litcaf.com/my-posts/?author_posts=11613\";i:237;s:46:\"http://litcaf.com/my-posts/?author_posts=11880\";i:238;s:46:\"http://litcaf.com/my-posts/?author_posts=12378\";i:239;s:46:\"http://litcaf.com/my-posts/?author_posts=12339\";i:240;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/privacy-policy\";i:241;s:43:\"http://litcaf.com/my-posts/?author_posts=79\";i:242;s:46:\"http://litcaf.com/my-posts/?author_posts=13927\";i:243;s:46:\"http://litcaf.com/my-posts/?author_posts=12044\";i:244;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:245;s:46:\"http://litcaf.com/my-posts/?author_posts=14115\";i:246;s:46:\"http://litcaf.com/my-posts/?author_posts=12357\";i:247;s:46:\"http://litcaf.com/my-posts/?author_posts=14574\";i:248;s:46:\"http://litcaf.com/my-posts/?author_posts=11223\";i:249;s:46:\"http://litcaf.com/my-posts/?author_posts=11971\";i:250;s:46:\"http://litcaf.com/my-posts/?author_posts=12394\";i:251;s:46:\"http://litcaf.com/my-posts/?author_posts=11658\";i:252;s:46:\"http://litcaf.com/my-posts/?author_posts=14171\";i:253;s:210:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-UwriWpeS=15884128746133093231&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F3%2F&__im-joJkUSaG=13586001776367842023\";i:254;s:46:\"http://litcaf.com/my-posts/?author_posts=11124\";i:255;s:46:\"http://litcaf.com/my-posts/?author_posts=11464\";i:256;s:46:\"http://litcaf.com/my-posts/?author_posts=11384\";i:257;s:46:\"http://litcaf.com/my-posts/?author_posts=11685\";i:258;s:46:\"http://litcaf.com/my-posts/?author_posts=11924\";i:259;s:46:\"http://litcaf.com/my-posts/?author_posts=11700\";i:260;s:46:\"http://litcaf.com/my-posts/?author_posts=12723\";i:261;s:46:\"http://litcaf.com/my-posts/?author_posts=11995\";i:262;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:263;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:264;s:46:\"http://litcaf.com/my-posts/?author_posts=11388\";i:265;s:46:\"http://litcaf.com/my-posts/?author_posts=12258\";i:266;s:46:\"http://litcaf.com/my-posts/?author_posts=11250\";i:267;s:52:\"http://litcaf.com/?__im-EjUEkIxi=7151310793404073196\";i:268;s:45:\"http://litcaf.com/my-posts/?author_posts=5049\";i:269;s:25:\"http://litcaf.com/coffee/\";i:270;s:46:\"http://litcaf.com/my-posts/?author_posts=12961\";i:271;s:41:\"http://litcaf.com/hasfat-abiola-costello/\";i:272;s:46:\"http://litcaf.com/my-posts/?author_posts=11403\";i:273;s:46:\"http://litcaf.com/my-posts/?author_posts=11978\";i:274;s:45:\"http://litcaf.com/my-posts/?author_posts=5086\";i:275;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:276;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:277;s:48:\"http://litcaf.com/taiwo-akinkunmi/privacy-policy\";i:278;s:81:\"http://litcaf.com/my-posts/?author_posts=11161&__im-MbWKDdNZ=14793269389894616875\";i:279;s:46:\"http://litcaf.com/my-posts/?author_posts=11976\";i:280;s:46:\"http://litcaf.com/my-posts/?author_posts=12286\";i:281;s:46:\"http://litcaf.com/my-posts/?author_posts=11349\";i:282;s:46:\"http://litcaf.com/my-posts/?author_posts=12051\";i:283;s:44:\"http://litcaf.com/my-posts/?author_posts=159\";i:284;s:46:\"http://litcaf.com/my-posts/?author_posts=14530\";i:285;s:45:\"http://litcaf.com/my-posts/?author_posts=2728\";i:286;s:46:\"http://litcaf.com/my-posts/?author_posts=11191\";i:287;s:46:\"http://litcaf.com/my-posts/?author_posts=12597\";i:288;s:46:\"http://litcaf.com/my-posts/?author_posts=11752\";i:289;s:46:\"http://litcaf.com/my-posts/?author_posts=14330\";i:290;s:46:\"http://litcaf.com/my-posts/?author_posts=11386\";i:291;s:44:\"http://litcaf.com/my-posts/?author_posts=158\";i:292;s:46:\"http://litcaf.com/my-posts/?author_posts=11432\";i:293;s:46:\"http://litcaf.com/my-posts/?author_posts=11767\";i:294;s:44:\"http://litcaf.com/nyame-jolly/privacy-policy\";i:295;s:50:\"http://litcaf.com/log-in/?pp_social_login=facebook\";i:296;s:46:\"http://litcaf.com/my-posts/?author_posts=12265\";i:297;s:46:\"http://litcaf.com/my-posts/?author_posts=11969\";i:298;s:46:\"http://litcaf.com/my-posts/?author_posts=15281\";i:299;s:45:\"http://litcaf.com/my-posts/?author_posts=5101\";i:300;s:46:\"http://litcaf.com/my-posts/?author_posts=12134\";i:301;s:46:\"http://litcaf.com/my-posts/?author_posts=11444\";i:302;s:46:\"http://litcaf.com/my-posts/?author_posts=11113\";i:303;s:46:\"http://litcaf.com/my-posts/?author_posts=11903\";i:304;s:46:\"http://litcaf.com/my-posts/?author_posts=13369\";i:305;s:46:\"http://litcaf.com/my-posts/?author_posts=12034\";i:306;s:45:\"http://litcaf.com/ikoku-goomsu/privacy-policy\";i:307;s:46:\"http://litcaf.com/my-posts/?author_posts=12920\";i:308;s:46:\"http://litcaf.com/my-posts/?author_posts=11347\";i:309;s:46:\"http://litcaf.com/my-posts/?author_posts=12023\";i:310;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F3%2Fpage%2F3%2F&__im-dqCFbxSl=15261278454636556012\";i:311;s:63:\"http://litcaf.com/?__im-DmRAoFVe=15296502635772960212&page_id=2\";i:312;s:61:\"http://litcaf.com/esugbayi/?__im-SCXpzuKn=1625310863013034179\";i:313;s:29:\"http://litcaf.com/apotheosis/\";i:314;s:46:\"http://litcaf.com/my-posts/?author_posts=12830\";i:315;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/14/?__im-TmSLFqlY=6273882888978885436\";i:316;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/91/?__im-IChjLXOz=8432932361652077761\";i:317;s:87:\"http://litcaf.com/category/science/pharmacy-control/?__im-XfKyItoP=10612798494415815325\";i:318;s:95:\"http://litcaf.com/category/government/politics-civil-rights/?__im-MbzNyROG=16073705171412993305\";i:319;s:44:\"http://litcaf.com/my-posts/?author_posts=148\";i:320;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:321;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F61%2F&__im-qdMNjPtV=5022009282166186867\";i:322;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/131/?__im-AKehxIQt=9919505316519829674\";i:323;s:33:\"http://litcaf.com/ibadan-history/\";i:324;s:34:\"http://litcaf.com/olubunmi-okogie/\";i:325;s:46:\"http://litcaf.com/my-posts/?author_posts=12204\";i:326;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/?__im-PqgKAKkB=6514887149516538830\";i:327;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:328;s:46:\"http://litcaf.com/my-posts/?author_posts=12037\";i:329;s:46:\"http://litcaf.com/my-posts/?author_posts=12329\";i:330;s:59:\"http://litcaf.com/gabaro/?__im-dzalegbJ=3451363171125399637\";i:331;s:28:\"http://litcaf.com/ode-irele/\";i:332;s:38:\"http://litcaf.com/joseph-kennedy-waku/\";i:333;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/164/?__im-oZrzmbVB=538717707415069540\";i:334;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:335;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-lbbmxlHV=9294877678118989530&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F29%2F\";i:336;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/188/privacy-policy?__im-NgmGABQG=13169567191707905711\";i:337;s:39:\"http://litcaf.com/the-great-depression/\";i:338;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/204/\";i:339;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/?__im-lijnoGLh=9784696702694129475\";i:340;s:81:\"http://litcaf.com/national-union-of-students-2/?__im-QdZUDPgJ=2197364685414125394\";i:341;s:162:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F215%2Fpage%2F215%2F&__im-wbupJtni=306940731926462463\";i:342;s:53:\"http://litcaf.com/?__im-GcNLNVHV=10912216123852150538\";i:343;s:37:\"http://litcaf.com/onalaja-morenikeji/\";i:344;s:61:\"http://litcaf.com/category/government/research/privacy-policy\";i:345;s:35:\"http://litcaf.com/abidoye-babalola/\";i:346;s:33:\"http://litcaf.com/taiwo-ogunjobi/\";i:347;s:79:\"http://litcaf.com/category/government/education-secondary/page/7/privacy-policy\";i:348;s:40:\"http://litcaf.com/peter-awelewa-adebiyi/\";i:349;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/177/privacy-policy\";i:350;s:33:\"http://litcaf.com/ephraim-akpata/\";i:351;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/151/privacy-policy\";i:352;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/100/?__im-gAwgaUXZ=14847331387619792355\";i:353;s:34:\"http://litcaf.com/mustapha-akanbi/\";i:354;s:80:\"http://litcaf.com/my-posts/?__im-sgroZByL=8179488696311193308&author_posts=12163\";i:355;s:53:\"http://litcaf.com/?__im-vVAYziqe=17497495749492054166\";i:356;s:39:\"http://litcaf.com/gabaro/privacy-policy\";i:357;s:46:\"http://litcaf.com/my-posts/?author_posts=14336\";i:358;s:84:\"http://litcaf.com/category/science/animals/page/5/?__im-bsXcffef=5556766627561679024\";i:359;s:72:\"http://litcaf.com/military-oligarchy/?__im-MjFoPWZT=13718384785344218369\";i:360;s:40:\"http://litcaf.com/21473-2/privacy-policy\";i:361;s:89:\"http://litcaf.com/category/government/research/page/2/?__im-WFaiLana=13029253856082283286\";i:362;s:80:\"http://litcaf.com/my-posts/?__im-CIKWOiKE=8544391545791231953&author_posts=12385\";i:363;s:79:\"http://litcaf.com/author/tope_litcaf/page/52/?__im-STriUFrs=5553528034371754928\";i:364;s:32:\"http://litcaf.com/?page_id=23640\";i:365;s:92:\"http://litcaf.com/category-users/?__im-maHrwRvU=11247338586219982736&cat=Counsellors_Teacher\";i:366;s:73:\"http://litcaf.com/category/culture/lifestyle-others/page/3/privacy-policy\";i:367;s:79:\"http://litcaf.com/author/tope_litcaf/page/60/?__im-XuLqjQNU=8793686295774485909\";i:368;s:47:\"http://litcaf.com/password-reset/privacy-policy\";i:369;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/94/privacy-policy\";i:370;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F2%2F\";i:371;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F2%2F\";i:372;s:52:\"http://litcaf.com/?__im-cRJNcAjw=9962139571847125237\";i:373;s:72:\"http://litcaf.com/category/environment/environment-others/privacy-policy\";i:374;s:52:\"http://litcaf.com/?__im-xVVDNldW=7471234394350959127\";i:375;s:84:\"http://litcaf.com/tudor-house-hotel/privacy-policy?__im-oUWnBeYP=7042022940706479493\";i:376;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/69/?__im-TLZBsRKM=3857385063069300108\";i:377;s:89:\"http://litcaf.com/category-users/?__im-ZwhoDDYU=8230170895024386232&cat=medical_personnel\";i:378;s:94:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F175%2F\";i:379;s:54:\"http://litcaf.com/peter-awelewa-adebiyi/privacy-policy\";i:380;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/64/?__im-fvhgODhv=6528895213246034997\";i:381;s:62:\"http://litcaf.com/cgi-sys/suspendedpage.cgi?author_posts=11735\";i:382;s:48:\"http://litcaf.com/onabamiro-sanya/privacy-policy\";i:383;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2F\";i:384;s:52:\"http://litcaf.com/?__im-mQhaPSzE=6746066060152899188\";i:385;s:81:\"http://litcaf.com/my-posts/?__im-HHKPuiuj=10508661415789923117&author_posts=11959\";i:386;s:79:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357\";i:387;s:51:\"http://litcaf.com/military-oligarchy/privacy-policy\";i:388;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-EDhzkjkv=12867735030712403048&__im-vPKABBQQ=3718608370483167692page%2F17%2F\";i:389;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F3%2F\";i:390;s:78:\"http://litcaf.com/category-users/?__im-YAfPWYvY=1312365962967532828&cat=writer\";i:391;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-yjIYvyaG=14680429114945747232\";i:392;s:32:\"http://litcaf.com/privacy-policy\";i:393;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:394;s:29:\"http://litcaf.com/register-2/\";i:395;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:396;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F60%2Fpage%2F2%2F\";i:397;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bEYnfEni=16424196485084743711&__im-yvzaKoHo=12771674432103962180page%2F56%2Fpage%2F3%2F\";i:398;s:46:\"http://litcaf.com/my-posts/?author_posts=14865\";i:399;s:32:\"http://litcaf.com/rasaki-salawu/\";i:400;s:24:\"http://litcaf.com/gombe/\";i:401;s:29:\"http://litcaf.com/rock-hyrax/\";i:402;s:32:\"http://litcaf.com/adesokan-yemi/\";i:403;s:35:\"http://litcaf.com/inaugural-sermon/\";i:404;s:64:\"http://litcaf.com/category/literature/literature-general/page/2/\";i:405;s:48:\"http://litcaf.com/category-users/?cat=Researcher\";i:406;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:407;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:408;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:409;s:175:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2F&__im-xcriGKMe=6096365496883227305\";i:410;s:88:\"http://litcaf.com/category/culture/philosophy-african/?__im-xKGdLpLQ=6835159859717289252\";i:411;s:27:\"http://litcaf.com/?author=1\";i:412;s:53:\"http://litcaf.com/?__im-bVMxHBRl=10441045907990009707\";i:413;s:80:\"http://litcaf.com/author/tope_litcaf/page/84/?__im-ZkaIHfgH=13286074349763264335\";i:414;s:67:\"http://litcaf.com/category/technology/oil-gas/page/2/privacy-policy\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728593109;}s:50:\"http://litcaf.com:443/category-users/?cat=engineer\";a:5:{s:9:\"hit_count\";i:8;s:6:\"is_new\";b:1;s:8:\"referers\";a:6:{i:0;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:1;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:2;s:18:\"http://litcaf.com/\";i:3;s:18:\"http://litcaf.com/\";i:4;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:5;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";}s:11:\"user_agents\";a:8:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:1;s:109:\"Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:2;s:106:\"Mozilla/5.0 (Linux armv7l; Maemo; Opera Mobi/4; U; fr; rv:1.9.1.6) Gecko/20091201 Firefox/3.5.6 Opera 10.1\";i:3;s:83:\"Mozilla/5.0 (compatible; MSIE 10.0; Windows NT 6.2; WOW64; Trident/6.0; MAAU; MAAU)\";i:4;s:131:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";i:5;s:90:\"Opera/9.80 (SpreadTrum; Opera Mini/4.4.33961/191.355; U; en) Presto/2.12.423 Version/12.16\";i:6;s:110:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36\";i:7;s:116:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/600.8.9 (KHTML, like Gecko) Version/8.0.8 Safari/600.8.9\";}s:13:\"last_hit_time\";i:1727908964;}s:60:\"http://litcaf.com:443/nigerian-turkish-international-school/\";a:5:{s:9:\"hit_count\";i:7;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:15:\"https://nih.gov\";}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728320557;}s:31:\"http://litcaf.com:443/ogbomoso/\";a:5:{s:9:\"hit_count\";i:9;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1726922866;}s:34:\"http://litcaf.com:443/mythopraxis/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:23:\"https://www.google.com/\";i:1;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:2;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";i:3;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1728513270;}s:41:\"http://litcaf.com:443/sacred-heart-apapa/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727954593;}s:65:\"http://litcaf.com:443/wp-includes/css/dashicons.min.css?ver=6.6.2\";a:5:{s:9:\"hit_count\";i:833;s:6:\"is_new\";b:1;s:8:\"referers\";a:537:{i:0;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2Fpage%2F29%2F\";i:1;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F92%2Fpage%2F29%2Fpage%2F3%2F\";i:2;s:154:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2F\";i:3;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F30%2Fpage%2F3%2Fpage%2F2%2F\";i:4;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/46/privacy-policy\";i:5;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/201/privacy-policy\";i:6;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/73/privacy-policy\";i:7;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:8;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/82/?__im-UwbGUhQC=16800235833815799912\";i:9;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2F\";i:10;s:18:\"http://litcaf.com/\";i:11;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F78%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:12;s:42:\"http://litcaf.com/my-posts/?author_posts=5\";i:13;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/86/privacy-policy\";i:14;s:44:\"http://litcaf.com/information-about-nigeria/\";i:15;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F2%2F\";i:16;s:33:\"http://litcaf.com/2017/09/page/2/\";i:17;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/160/\";i:18;s:58:\"http://litcaf.com/category/technology/info-tech-computers/\";i:19;s:48:\"http://litcaf.com/category/social/sports/page/2/\";i:20;s:59:\"http://litcaf.com/category/culture/lifestyle-others/page/2/\";i:21;s:128:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:22;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F2%2F\";i:23;s:60:\"http://litcaf.com/category/environment/geography-map/page/3/\";i:24;s:129:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F215%2Fpage%2F215%2Fpage%2F29%2Fpage%2F3%2F\";i:25;s:63:\"http://litcaf.com/category/literature/literature-others/page/2/\";i:26;s:52:\"http://litcaf.com/?__im-DMbLnIad=8626544345144029030\";i:27;s:33:\"http://litcaf.com/blowfish-hotel/\";i:28;s:43:\"http://litcaf.com/my-posts/?author_posts=42\";i:29;s:33:\"http://litcaf.com/leksokky-hotel/\";i:30;s:43:\"http://litcaf.com/category/social/religion/\";i:31;s:49:\"http://litcaf.com/category/social/people/page/11/\";i:32;s:67:\"http://litcaf.com/category/environment/geography-natural-resources/\";i:33;s:40:\"http://litcaf.com/leisure-spring-hotels/\";i:34;s:59:\"http://litcaf.com/category/government/finance-money/page/2/\";i:35;s:45:\"http://litcaf.com/author/tope_litcaf/page/63/\";i:36;s:64:\"http://litcaf.com/category/literature/literature-fiction/page/2/\";i:37;s:57:\"http://litcaf.com/category/literature/literature-general/\";i:38;s:33:\"http://litcaf.com/limelite-hotel/\";i:39;s:60:\"http://litcaf.com/category/technology/engineering-academics/\";i:40;s:57:\"http://litcaf.com/category/literature/literature-fiction/\";i:41;s:35:\"http://litcaf.com/three-arms-hotel/\";i:42;s:59:\"http://litcaf.com/author/tope_litcaf/page/16/privacy-policy\";i:43;s:45:\"http://litcaf.com/author/tope_litcaf/page/91/\";i:44;s:45:\"http://litcaf.com/author/tope_litcaf/page/29/\";i:45;s:46:\"http://litcaf.com/author/tope_litcaf/page/109/\";i:46;s:57:\"http://litcaf.com/category/history/history-social/page/3/\";i:47;s:45:\"http://litcaf.com/author/tope_litcaf/page/32/\";i:48;s:59:\"http://litcaf.com/author/tope_litcaf/page/77/privacy-policy\";i:49;s:45:\"http://litcaf.com/author/tope_litcaf/page/89/\";i:50;s:45:\"http://litcaf.com/author/tope_litcaf/page/49/\";i:51;s:45:\"http://litcaf.com/author/tope_litcaf/page/36/\";i:52;s:45:\"http://litcaf.com/author/tope_litcaf/page/51/\";i:53;s:45:\"http://litcaf.com/author/tope_litcaf/page/24/\";i:54;s:71:\"http://litcaf.com/category/culture/culture-others/page/6/privacy-policy\";i:55;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/138/privacy-policy\";i:56;s:32:\"http://litcaf.com/privacy-policy\";i:57;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:58;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:59;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:60;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:61;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:62;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:63;s:29:\"http://litcaf.com/register-2/\";i:64;s:36:\"http://litcaf.com/submit-an-article/\";i:65;s:72:\"http://litcaf.com/category/history/history-general/page/9/privacy-policy\";i:66;s:59:\"http://litcaf.com/author/tope_litcaf/page/25/privacy-policy\";i:67;s:60:\"http://litcaf.com/category/history/history-political/page/9/\";i:68;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/142/?__im-DlpQXzDi=1223719720074668211\";i:69;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/186/privacy-policy\";i:70;s:45:\"http://litcaf.com/author/tope_litcaf/page/19/\";i:71;s:50:\"http://litcaf.com/category/science/animals/page/9/\";i:72;s:56:\"http://litcaf.com/category/culture/lifestyle-properties/\";i:73;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/127/privacy-policy\";i:74;s:59:\"http://litcaf.com/author/tope_litcaf/page/31/privacy-policy\";i:75;s:57:\"http://litcaf.com/category/history/history-social/page/2/\";i:76;s:45:\"http://litcaf.com/author/tope_litcaf/page/65/\";i:77;s:58:\"http://litcaf.com/category/environment/geography-boundary/\";i:78;s:62:\"http://litcaf.com/category/social/sports/page/3/privacy-policy\";i:79;s:45:\"http://litcaf.com/author/tope_litcaf/page/59/\";i:80;s:59:\"http://litcaf.com/author/tope_litcaf/page/27/privacy-policy\";i:81;s:59:\"http://litcaf.com/author/tope_litcaf/page/29/privacy-policy\";i:82;s:47:\"http://litcaf.com/limelite-hotel/privacy-policy\";i:83;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-lQMooCBI=681437937810994021&__im-yvzaKoHo=12771674432103962180page%2F59%2F\";i:84;s:50:\"http://litcaf.com/category/government/law-general/\";i:85;s:72:\"http://litcaf.com/category/history/history-general/page/4/privacy-policy\";i:86;s:59:\"http://litcaf.com/author/tope_litcaf/page/47/privacy-policy\";i:87;s:46:\"http://litcaf.com/author/tope_litcaf/page/104/\";i:88;s:51:\"http://litcaf.com/epe-resort-and-spa/privacy-policy\";i:89;s:45:\"http://litcaf.com/author/tope_litcaf/page/86/\";i:90;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/63/privacy-policy\";i:91;s:33:\"http://litcaf.com/edit-profile-2/\";i:92;s:48:\"http://litcaf.com/category-users/?cat=journalist\";i:93;s:74:\"http://litcaf.com/category/history/history-political/page/7/privacy-policy\";i:94;s:64:\"http://litcaf.com/category/social/religion/page/3/privacy-policy\";i:95;s:45:\"http://litcaf.com/author/tope_litcaf/page/74/\";i:96;s:159:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NNVqRzvs=5485169195903057760&__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2F\";i:97;s:67:\"http://litcaf.com/category/government/government-government/page/2/\";i:98;s:79:\"http://litcaf.com/category/government/education-secondary/page/9/privacy-policy\";i:99;s:43:\"http://litcaf.com/my-posts/?author_posts=51\";i:100;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/30/privacy-policy\";i:101;s:45:\"http://litcaf.com/author/tope_litcaf/page/46/\";i:102;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:103;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:104;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:105;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:106;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:107;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:108;s:27:\"http://litcaf.com/make-card\";i:109;s:30:\"http://litcaf.com/my-contacts/\";i:110;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:111;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:112;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:113;s:72:\"http://litcaf.com/category/history/history-general/page/5/privacy-policy\";i:114;s:63:\"http://litcaf.com/category/social/people/page/12/privacy-policy\";i:115;s:57:\"http://litcaf.com/category/technology/engineering-others/\";i:116;s:60:\"http://litcaf.com/author/tope_litcaf/page/110/privacy-policy\";i:117;s:59:\"http://litcaf.com/author/tope_litcaf/page/92/privacy-policy\";i:118;s:59:\"http://litcaf.com/author/tope_litcaf/page/64/privacy-policy\";i:119;s:51:\"http://litcaf.com/category/entertainment/music-rap/\";i:120;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:121;s:60:\"http://litcaf.com/author/tope_litcaf/page/105/privacy-policy\";i:122;s:59:\"http://litcaf.com/author/tope_litcaf/page/50/privacy-policy\";i:123;s:59:\"http://litcaf.com/author/tope_litcaf/page/65/privacy-policy\";i:124;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbIkyMWx=16800559727197523484&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F2%2F\";i:125;s:74:\"http://litcaf.com/category/culture/tradition-customs/page/3/privacy-policy\";i:126;s:30:\"http://litcaf.com/klipsringer/\";i:127;s:60:\"http://litcaf.com/author/tope_litcaf/page/103/privacy-policy\";i:128;s:58:\"http://litcaf.com/category/history/history-general/page/9/\";i:129;s:60:\"http://litcaf.com/author/tope_litcaf/page/111/privacy-policy\";i:130;s:54:\"http://litcaf.com/category/government/military/page/4/\";i:131;s:59:\"http://litcaf.com/author/tope_litcaf/page/46/privacy-policy\";i:132;s:64:\"http://litcaf.com/category/government/law-general/privacy-policy\";i:133;s:74:\"http://litcaf.com/category/culture/tradition-customs/page/5/privacy-policy\";i:134;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VVvlSGAF=4978801124738078700&__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F29%2F\";i:135;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F&__im-pOZotVNL=5715488903922070391\";i:136;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hwkFSCCl=15033182130452542265&__im-yvzaKoHo=12771674432103962180page%2F57%2Fpage%2F2%2F\";i:137;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-kioJzpsU=13335487230542866236&__im-oZrzmbVB=538717707415069540page%2F29%2F\";i:138;s:45:\"http://litcaf.com/author/tope_litcaf/page/82/\";i:139;s:173:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F&__im-kENkbVzz=11246727998613350924\";i:140;s:45:\"http://litcaf.com/author/tope_litcaf/page/73/\";i:141;s:45:\"http://litcaf.com/author/tope_litcaf/page/15/\";i:142;s:45:\"http://litcaf.com/author/tope_litcaf/page/98/\";i:143;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:144;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:145;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:146;s:30:\"http://litcaf.com/my-articles/\";i:147;s:63:\"http://litcaf.com/category/social/people/page/20/privacy-policy\";i:148;s:54:\"http://litcaf.com/category/entertainment/music-others/\";i:149;s:73:\"http://litcaf.com/morning-side-suites/?__im-JWfwVgWw=16890104871937377580\";i:150;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:151;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:152;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:153;s:32:\"http://litcaf.com/?page_id=23779\";i:154;s:69:\"http://litcaf.com/category/government/politics-public-service/page/6/\";i:155;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/59/privacy-policy\";i:156;s:52:\"http://litcaf.com/extractive-industry/privacy-policy\";i:157;s:65:\"http://litcaf.com/george-duke/?__im-PSkQsjwj=13293326322228882392\";i:158;s:46:\"http://litcaf.com/author/tope_litcaf/page/102/\";i:159;s:45:\"http://litcaf.com/reuben-abati/privacy-policy\";i:160;s:81:\"http://litcaf.com/category-users/?__im-NjPfFfIL=15865609311209787171&cat=engineer\";i:161;s:59:\"http://litcaf.com/author/tope_litcaf/page/82/privacy-policy\";i:162;s:46:\"http://litcaf.com/avenue-suites/privacy-policy\";i:163;s:45:\"http://litcaf.com/radisson-blu/privacy-policy\";i:164;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbNndKkb=17322004902996329891&__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F3%2F\";i:165;s:45:\"http://litcaf.com/my-posts/?author_posts=5077\";i:166;s:75:\"http://litcaf.com/category/entertainment/music-others/page/2/privacy-policy\";i:167;s:59:\"http://litcaf.com/author/tope_litcaf/page/18/privacy-policy\";i:168;s:45:\"http://litcaf.com/my-posts?author_posts=11483\";i:169;s:59:\"http://litcaf.com/author/tope_litcaf/page/54/privacy-policy\";i:170;s:65:\"http://litcaf.com/radisson-blu/?__im-rXjHgVMW=2449959516485774041\";i:171;s:59:\"http://litcaf.com/author/tope_litcaf/page/24/privacy-policy\";i:172;s:52:\"http://litcaf.com/?__im-drHQdESD=1868894338938251972\";i:173;s:59:\"http://litcaf.com/author/tope_litcaf/page/51/privacy-policy\";i:174;s:100:\"http://litcaf.com/category-users/?__im-jSbFnzOZ=5434675856189216961&cat=customer_care_representative\";i:175;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:176;s:40:\"http://litcaf.com/wp-admin/nav-menus.php\";i:177;s:77:\"http://litcaf.com/olaniwun-adunni-oluwole/?__im-NPygDmTH=12918151505848533953\";i:178;s:33:\"http://litcaf.com/williams-davies\";i:179;s:45:\"http://litcaf.com/my-posts?author_posts=15393\";i:180;s:40:\"http://litcaf.com/silver-grandeur-hotel/\";i:181;s:52:\"http://litcaf.com/?__im-oJcwtKYW=2712160688394037672\";i:182;s:78:\"http://litcaf.com/category-users/?__im-sxQsAWWB=921133678517909600&cat=Janitor\";i:183;s:59:\"http://litcaf.com/author/tope_litcaf/page/61/privacy-policy\";i:184;s:45:\"http://litcaf.com/my-posts?author_posts=15398\";i:185;s:26:\"http://litcaf.com/mbu-tawo\";i:186;s:44:\"http://litcaf.com/my-posts?author_posts=2101\";i:187;s:39:\"http://litcaf.com/maridom-palace-hotel/\";i:188;s:170:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2F&__im-mOLFaGjS=9296842369609146289\";i:189;s:38:\"http://litcaf.com/thomas-birch-freeman\";i:190;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-JDIXdnjG=7704301255245606137&__im-vPKABBQQ=3718608370483167692page%2F215%2Fpage%2F2%2F\";i:191;s:45:\"http://litcaf.com/my-posts?author_posts=11886\";i:192;s:45:\"http://litcaf.com/my-posts?author_posts=15943\";i:193;s:58:\"http://litcaf.com/slender-snouted-crocodile/privacy-policy\";i:194;s:188:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-FNzWHPAv=11758330790667056673&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:195;s:27:\"http://litcaf.com/my-posts/\";i:196;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:197;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:198;s:45:\"http://litcaf.com/my-posts?author_posts=15722\";i:199;s:46:\"http://litcaf.com/my-posts/?author_posts=11388\";i:200;s:46:\"http://litcaf.com/my-posts/?author_posts=11927\";i:201;s:46:\"http://litcaf.com/my-posts/?author_posts=11994\";i:202;s:46:\"http://litcaf.com/my-posts/?author_posts=11483\";i:203;s:104:\"http://litcaf.com/category/culture/tradition-ceremonies/privacy-policy?__im-nZDaTCPQ=1543798015539996837\";i:204;s:46:\"http://litcaf.com/my-posts/?author_posts=11124\";i:205;s:59:\"http://litcaf.com/author/tope_litcaf/page/83/privacy-policy\";i:206;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:207;s:46:\"http://litcaf.com/my-posts/?author_posts=11700\";i:208;s:44:\"http://litcaf.com/my-posts/?author_posts=148\";i:209;s:96:\"http://litcaf.com/category/government/politics-general/page/4/?__im-eWoIZTGI=8619604069642683685\";i:210;s:30:\"http://litcaf.com/edit-profile\";i:211;s:46:\"http://litcaf.com/my-posts/?author_posts=12813\";i:212;s:46:\"http://litcaf.com/my-posts/?author_posts=14412\";i:213;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:214;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:215;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:216;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:217;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:218;s:46:\"http://litcaf.com/my-posts/?author_posts=12416\";i:219;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F3%2F&__im-tAFgzQnH=13815432952351541436\";i:220;s:46:\"http://litcaf.com/my-posts/?author_posts=12173\";i:221;s:46:\"http://litcaf.com/my-posts/?author_posts=12327\";i:222;s:46:\"http://litcaf.com/my-posts/?author_posts=12087\";i:223;s:46:\"http://litcaf.com/my-posts/?author_posts=11171\";i:224;s:46:\"http://litcaf.com/my-posts/?author_posts=12057\";i:225;s:46:\"http://litcaf.com/my-posts/?author_posts=11837\";i:226;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/119/privacy-policy\";i:227;s:46:\"http://litcaf.com/my-posts/?author_posts=13109\";i:228;s:46:\"http://litcaf.com/my-posts/?author_posts=12046\";i:229;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/\";i:230;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/193/\";i:231;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:232;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:233;s:46:\"http://litcaf.com/my-posts/?author_posts=11420\";i:234;s:46:\"http://litcaf.com/my-posts/?author_posts=11346\";i:235;s:46:\"http://litcaf.com/my-posts/?author_posts=11990\";i:236;s:45:\"http://litcaf.com/my-posts/?author_posts=2905\";i:237;s:46:\"http://litcaf.com/my-posts/?author_posts=12275\";i:238;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/52/\";i:239;s:46:\"http://litcaf.com/my-posts/?author_posts=11437\";i:240;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/\";i:241;s:69:\"http://litcaf.com/category/government/politics-public-service/page/3/\";i:242;s:77:\"http://litcaf.com/category/technology/info-tech-communications/privacy-policy\";i:243;s:89:\"http://litcaf.com/category-users/?__im-GLTkNyDt=1448996721294196318&cat=Performing_Artist\";i:244;s:46:\"http://litcaf.com/my-posts/?author_posts=11959\";i:245;s:31:\"http://litcaf.com/gaboon-viper/\";i:246;s:63:\"http://litcaf.com/category/social/people/page/15/privacy-policy\";i:247;s:46:\"http://litcaf.com/my-posts/?author_posts=11642\";i:248;s:46:\"http://litcaf.com/my-posts/?author_posts=12291\";i:249;s:69:\"http://litcaf.com/category/government/politics-general/privacy-policy\";i:250;s:98:\"http://litcaf.com/category/social/people/page/18/privacy-policy?__im-yMZmDRQP=12408138029546973744\";i:251;s:35:\"http://litcaf.com/social_signup.php\";i:252;s:46:\"http://litcaf.com/my-posts/?author_posts=11817\";i:253;s:46:\"http://litcaf.com/my-posts/?author_posts=11159\";i:254;s:46:\"http://litcaf.com/my-posts/?author_posts=11982\";i:255;s:53:\"http://litcaf.com/?__im-YqZiUuhf=10496856860220758447\";i:256;s:46:\"http://litcaf.com/my-posts/?author_posts=11856\";i:257;s:89:\"http://litcaf.com/category-users/?__im-UrDKkrnz=3683036125667356774&cat=virtual_assistant\";i:258;s:46:\"http://litcaf.com/my-posts/?author_posts=12143\";i:259;s:79:\"http://litcaf.com/my-posts/?author_posts=12318&__im-IXYTVdxT=568802433484685122\";i:260;s:53:\"http://litcaf.com/?__im-ufgpZnGZ=12666909038669837159\";i:261;s:45:\"http://litcaf.com/my-posts/?author_posts=5107\";i:262;s:46:\"http://litcaf.com/my-posts/?author_posts=12359\";i:263;s:78:\"http://litcaf.com/category-users/?__im-pyFmeRUn=13629059982193555460&cat=nurse\";i:264;s:46:\"http://litcaf.com/my-posts/?author_posts=12321\";i:265;s:46:\"http://litcaf.com/my-posts/?author_posts=11219\";i:266;s:46:\"http://litcaf.com/my-posts/?author_posts=12347\";i:267;s:46:\"http://litcaf.com/my-posts/?author_posts=12286\";i:268;s:46:\"http://litcaf.com/my-posts/?author_posts=11199\";i:269;s:46:\"http://litcaf.com/my-posts/?author_posts=12668\";i:270;s:46:\"http://litcaf.com/my-posts/?author_posts=11260\";i:271;s:46:\"http://litcaf.com/my-posts/?author_posts=11206\";i:272;s:46:\"http://litcaf.com/my-posts/?author_posts=12336\";i:273;s:45:\"http://litcaf.com/my-posts/?author_posts=5112\";i:274;s:46:\"http://litcaf.com/my-posts/?author_posts=11158\";i:275;s:46:\"http://litcaf.com/my-posts/?author_posts=12308\";i:276;s:46:\"http://litcaf.com/my-posts/?author_posts=11394\";i:277;s:46:\"http://litcaf.com/my-posts/?author_posts=11354\";i:278;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:279;s:46:\"http://litcaf.com/my-posts/?author_posts=11161\";i:280;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:281;s:63:\"http://litcaf.com/category/social/people/page/17/privacy-policy\";i:282;s:52:\"http://litcaf.com/?__im-KRGveLFo=8836368850260415571\";i:283;s:46:\"http://litcaf.com/my-posts/?author_posts=12348\";i:284;s:46:\"http://litcaf.com/my-posts/?author_posts=12253\";i:285;s:46:\"http://litcaf.com/my-posts/?author_posts=11193\";i:286;s:46:\"http://litcaf.com/my-posts/?author_posts=12982\";i:287;s:46:\"http://litcaf.com/my-posts/?author_posts=11978\";i:288;s:46:\"http://litcaf.com/my-posts/?author_posts=11349\";i:289;s:46:\"http://litcaf.com/my-posts/?author_posts=11157\";i:290;s:45:\"http://litcaf.com/my-posts/?author_posts=5086\";i:291;s:46:\"http://litcaf.com/my-posts/?author_posts=11977\";i:292;s:43:\"http://litcaf.com/my-posts/?author_posts=49\";i:293;s:52:\"http://litcaf.com/?__im-dTwmuKFh=3984694803290320491\";i:294;s:44:\"http://litcaf.com/my-posts/?author_posts=111\";i:295;s:46:\"http://litcaf.com/my-posts/?author_posts=12597\";i:296;s:46:\"http://litcaf.com/my-posts/?author_posts=12241\";i:297;s:46:\"http://litcaf.com/my-posts/?author_posts=12362\";i:298;s:46:\"http://litcaf.com/my-posts/?author_posts=11989\";i:299;s:46:\"http://litcaf.com/my-posts/?author_posts=12324\";i:300;s:46:\"http://litcaf.com/my-posts/?author_posts=12134\";i:301;s:89:\"http://litcaf.com/category-users/?__im-cHaEjJkQ=3242623865522500854&cat=real_estate_agent\";i:302;s:46:\"http://litcaf.com/my-posts/?author_posts=11613\";i:303;s:46:\"http://litcaf.com/my-posts/?author_posts=12310\";i:304;s:120:\"http://litcaf.com/category/entertainment/entertainment-nollywood/page/2/privacy-policy?__im-SFynYpKk=1658084704064442974\";i:305;s:46:\"http://litcaf.com/my-posts/?author_posts=11767\";i:306;s:46:\"http://litcaf.com/my-posts/?author_posts=14153\";i:307;s:46:\"http://litcaf.com/my-posts/?author_posts=13927\";i:308;s:46:\"http://litcaf.com/my-posts/?author_posts=11226\";i:309;s:46:\"http://litcaf.com/my-posts/?author_posts=11330\";i:310;s:46:\"http://litcaf.com/my-posts/?author_posts=12626\";i:311;s:46:\"http://litcaf.com/my-posts/?author_posts=12340\";i:312;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:313;s:46:\"http://litcaf.com/my-posts/?author_posts=14115\";i:314;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:315;s:45:\"http://litcaf.com/my-posts/?author_posts=2728\";i:316;s:41:\"http://litcaf.com/my-posts/?author_posts=\";i:317;s:58:\"http://litcaf.com/category/science/medicine/privacy-policy\";i:318;s:46:\"http://litcaf.com/my-posts/?author_posts=12920\";i:319;s:85:\"http://litcaf.com/category-users/?__im-huKynTdy=12386956545096382125&cat=sales_person\";i:320;s:46:\"http://litcaf.com/my-posts/?author_posts=14330\";i:321;s:44:\"http://litcaf.com/my-posts/?author_posts=135\";i:322;s:46:\"http://litcaf.com/my-posts/?author_posts=11969\";i:323;s:46:\"http://litcaf.com/my-posts/?author_posts=11658\";i:324;s:46:\"http://litcaf.com/my-posts/?author_posts=12273\";i:325;s:46:\"http://litcaf.com/my-posts/?author_posts=11318\";i:326;s:46:\"http://litcaf.com/my-posts/?author_posts=12312\";i:327;s:46:\"http://litcaf.com/my-posts/?author_posts=12830\";i:328;s:46:\"http://litcaf.com/my-posts/?author_posts=11685\";i:329;s:106:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Facebook&hauth.time=1506255048\";i:330;s:46:\"http://litcaf.com/my-posts/?author_posts=12041\";i:331;s:46:\"http://litcaf.com/my-posts/?author_posts=11924\";i:332;s:45:\"http://litcaf.com/author/tope_litcaf/page/99/\";i:333;s:46:\"http://litcaf.com/my-posts/?author_posts=12204\";i:334;s:46:\"http://litcaf.com/my-posts/?author_posts=12115\";i:335;s:46:\"http://litcaf.com/my-posts/?author_posts=11353\";i:336;s:46:\"http://litcaf.com/my-posts/?author_posts=11316\";i:337;s:46:\"http://litcaf.com/my-posts/?author_posts=11203\";i:338;s:46:\"http://litcaf.com/my-posts/?author_posts=12131\";i:339;s:27:\"http://litcaf.com/activate/\";i:340;s:83:\"http://litcaf.com/category/government/politics-public-service/page/4/privacy-policy\";i:341;s:46:\"http://litcaf.com/my-posts/?author_posts=12311\";i:342;s:52:\"http://litcaf.com/?__im-yvFJsYAH=2475245451081029983\";i:343;s:46:\"http://litcaf.com/my-posts/?author_posts=11289\";i:344;s:46:\"http://litcaf.com/my-posts/?author_posts=11312\";i:345;s:46:\"http://litcaf.com/my-posts/?author_posts=12247\";i:346;s:46:\"http://litcaf.com/my-posts/?author_posts=15107\";i:347;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/76/privacy-policy\";i:348;s:46:\"http://litcaf.com/my-posts/?author_posts=12283\";i:349;s:46:\"http://litcaf.com/my-posts/?author_posts=12102\";i:350;s:46:\"http://litcaf.com/my-posts/?author_posts=11138\";i:351;s:46:\"http://litcaf.com/my-posts/?author_posts=11646\";i:352;s:88:\"http://litcaf.com/category/culture/tradition-customs/?__im-EIRrDHin=13587028102769960434\";i:353;s:46:\"http://litcaf.com/my-posts/?author_posts=11248\";i:354;s:46:\"http://litcaf.com/my-posts/?author_posts=11104\";i:355;s:46:\"http://litcaf.com/my-posts/?author_posts=12047\";i:356;s:46:\"http://litcaf.com/my-posts/?author_posts=11359\";i:357;s:46:\"http://litcaf.com/my-posts/?author_posts=12005\";i:358;s:46:\"http://litcaf.com/my-posts/?author_posts=12369\";i:359;s:46:\"http://litcaf.com/my-posts/?author_posts=12260\";i:360;s:36:\"http://litcaf.com/type/image/page/3/\";i:361;s:33:\"http://litcaf.com/category-users/\";i:362;s:46:\"http://litcaf.com/my-posts/?author_posts=11875\";i:363;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:364;s:53:\"http://litcaf.com/?__im-ClrTjlDP=10457246608321968871\";i:365;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:366;s:112:\"http://litcaf.com/my-posts?__im-IfJCXQps=3586228509964134896&__im-PXIzbnHT=11365077100480733924&author_posts=237\";i:367;s:39:\"http://litcaf.com/terms-and-conditions/\";i:368;s:46:\"http://litcaf.com/my-posts/?author_posts=11352\";i:369;s:86:\"http://litcaf.com/?__im-KlAPMZpy=5338389576808414998&__im-QBnsdrjr=3058988805039503900\";i:370;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-SFIWHiWb=17395282038660985088&__im-yjIYvyaG=14680429114945747232\";i:371;s:46:\"http://litcaf.com/my-posts/?author_posts=12203\";i:372;s:46:\"http://litcaf.com/my-posts/?author_posts=12051\";i:373;s:45:\"http://litcaf.com/my-posts/?author_posts=5109\";i:374;s:44:\"http://litcaf.com/my-posts/?author_posts=159\";i:375;s:46:\"http://litcaf.com/my-posts/?author_posts=12044\";i:376;s:46:\"http://litcaf.com/my-posts/?author_posts=14375\";i:377;s:46:\"http://litcaf.com/my-posts/?author_posts=12378\";i:378;s:46:\"http://litcaf.com/my-posts/?author_posts=11191\";i:379;s:46:\"http://litcaf.com/my-posts/?author_posts=12293\";i:380;s:46:\"http://litcaf.com/my-posts/?author_posts=12650\";i:381;s:43:\"http://litcaf.com/my-posts/?author_posts=79\";i:382;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:383;s:81:\"http://litcaf.com/my-posts/?__im-eZBhNGos=16812959693138263696&author_posts=12369\";i:384;s:46:\"http://litcaf.com/my-posts/?author_posts=11296\";i:385;s:46:\"http://litcaf.com/my-posts/?author_posts=11432\";i:386;s:44:\"http://litcaf.com/nyame-jolly/privacy-policy\";i:387;s:46:\"http://litcaf.com/my-posts/?author_posts=12394\";i:388;s:46:\"http://litcaf.com/my-posts/?author_posts=15226\";i:389;s:46:\"http://litcaf.com/my-posts/?author_posts=11452\";i:390;s:46:\"http://litcaf.com/my-posts/?author_posts=14339\";i:391;s:46:\"http://litcaf.com/my-posts/?author_posts=12285\";i:392;s:46:\"http://litcaf.com/my-posts/?author_posts=11113\";i:393;s:46:\"http://litcaf.com/my-posts/?author_posts=11651\";i:394;s:33:\"http://litcaf.com/desert-jerboas/\";i:395;s:46:\"http://litcaf.com/my-posts/?author_posts=11784\";i:396;s:46:\"http://litcaf.com/my-posts/?author_posts=11880\";i:397;s:46:\"http://litcaf.com/my-posts/?author_posts=11347\";i:398;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/40/?__im-unVswcoN=6297982446422321163\";i:399;s:61:\"http://litcaf.com/esugbayi/?__im-SCXpzuKn=1625310863013034179\";i:400;s:46:\"http://litcaf.com/my-posts/?author_posts=13549\";i:401;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/?__im-qEqHEdOr=2796772035810624700\";i:402;s:87:\"http://litcaf.com/category/science/pharmacy-control/?__im-XfKyItoP=10612798494415815325\";i:403;s:46:\"http://litcaf.com/my-posts/?author_posts=12323\";i:404;s:46:\"http://litcaf.com/my-posts/?author_posts=14864\";i:405;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:406;s:99:\"http://litcaf.com/category/government/education-secondary/page/7/?__im-trnrYtpv=7675462484123754080\";i:407;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F61%2F&__im-qdMNjPtV=5022009282166186867\";i:408;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2F\";i:409;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/?__im-SrwLYCjI=2962606556197893765\";i:410;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:411;s:36:\"http://litcaf.com/frederick-fasehun/\";i:412;s:46:\"http://litcaf.com/my-posts/?author_posts=12038\";i:413;s:46:\"http://litcaf.com/my-posts/?author_posts=11639\";i:414;s:46:\"http://litcaf.com/my-posts/?author_posts=14895\";i:415;s:50:\"http://litcaf.com/al-mustapha-hamza/privacy-policy\";i:416;s:59:\"http://litcaf.com/gabaro/?__im-dzalegbJ=3451363171125399637\";i:417;s:94:\"http://litcaf.com/category/history/history-political/page/8/?__im-aLoXxtnd=1600879395795454830\";i:418;s:81:\"http://litcaf.com/category/government/research/?__im-ahyIUqBr=7769334537219579870\";i:419;s:44:\"http://litcaf.com/my-posts/?author_posts=117\";i:420;s:35:\"http://litcaf.com/ihonvbere-julius/\";i:421;s:28:\"http://litcaf.com/ode-irele/\";i:422;s:45:\"http://litcaf.com/author/tope_litcaf/page/45/\";i:423;s:88:\"http://litcaf.com/?__im-EeuHFAmd=14812239444332207276&__im-cboMXfVv=11337450371445517259\";i:424;s:111:\"http://litcaf.com/category/history/history-civilization/page/5/privacy-policy?__im-KBIhgbLS=4599255272564727826\";i:425;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/?__im-KFvIsjBG=5339534691144536515\";i:426;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F2%2F\";i:427;s:46:\"http://litcaf.com/my-posts/?author_posts=12607\";i:428;s:46:\"http://litcaf.com/my-posts/?author_posts=12254\";i:429;s:81:\"http://litcaf.com/my-posts/?__im-yvQiERyX=11144583602161242134&author_posts=12319\";i:430;s:38:\"http://litcaf.com/west-african-ilisha/\";i:431;s:46:\"http://litcaf.com/my-posts/?author_posts=14322\";i:432;s:25:\"http://litcaf.com/coffee/\";i:433;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/privacy-policy\";i:434;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:435;s:53:\"http://litcaf.com/?__im-doYacFzB=18313917253970442062\";i:436;s:45:\"http://litcaf.com/ogbemudia-samuel-osaigbovo/\";i:437;s:38:\"http://litcaf.com/agwai-martin-luther/\";i:438;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-lbbmxlHV=9294877678118989530&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F29%2F\";i:439;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/163/?__im-HbBAHvDI=3104625653442848698\";i:440;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/188/privacy-policy?__im-NgmGABQG=13169567191707905711\";i:441;s:39:\"http://litcaf.com/the-great-depression/\";i:442;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/?__im-lijnoGLh=9784696702694129475\";i:443;s:53:\"http://litcaf.com/?__im-GcNLNVHV=10912216123852150538\";i:444;s:37:\"http://litcaf.com/onalaja-morenikeji/\";i:445;s:158:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/?__im-RlSFaKeP=7056653009115524365&__im-xqnjKEqc=14728557490400574162&__im-zzMHctRD=4154657353421027971\";i:446;s:33:\"http://litcaf.com/taiwo-ogunjobi/\";i:447;s:79:\"http://litcaf.com/author/tope_litcaf/page/57/?__im-xiGIjIjS=2016562421774164351\";i:448;s:79:\"http://litcaf.com/category/government/education-secondary/page/7/privacy-policy\";i:449;s:162:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F61%2F&__im-qdMNjPtV=5022009282166186867&__im-syaxYxrX=16076518729078261467\";i:450;s:33:\"http://litcaf.com/bola-babalakin/\";i:451;s:43:\"http://litcaf.com/my-posts/?author_posts=19\";i:452;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/?__im-zzMHctRD=4154657353421027971\";i:453;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/158/?__im-OdczPQRz=6966335363195211095\";i:454;s:94:\"http://litcaf.com/category/science/agriculture-soil-science/?__im-TqsVMxQK=1360146840577507747\";i:455;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F3%2F&__im-SZXtBLLD=17660077701278915382\";i:456;s:33:\"http://litcaf.com/silver-catfish/\";i:457;s:81:\"http://litcaf.com/my-posts/?__im-bjrqFSsK=13084245461388125060&author_posts=14865\";i:458;s:33:\"http://litcaf.com/ephraim-akpata/\";i:459;s:44:\"http://litcaf.com/my-posts/?author_posts=116\";i:460;s:122:\"http://litcaf.com/best-freelancers-in-nigeria/page/72/?__im-NnwtAdML=8383429653217836138&__im-eDQMmUYP=3334335519364600744\";i:461;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/100/?__im-gAwgaUXZ=14847331387619792355\";i:462;s:68:\"http://litcaf.com/giant-pangolin/?__im-uPzhIsJq=13044983412654554835\";i:463;s:52:\"http://litcaf.com/?__im-jsgAHLAv=7344273608710672499\";i:464;s:34:\"http://litcaf.com/onabamiro-sanya/\";i:465;s:46:\"http://litcaf.com/my-posts/?author_posts=14336\";i:466;s:72:\"http://litcaf.com/military-oligarchy/?__im-MjFoPWZT=13718384785344218369\";i:467;s:40:\"http://litcaf.com/21473-2/privacy-policy\";i:468;s:59:\"http://litcaf.com/author/tope_litcaf/page/58/privacy-policy\";i:469;s:38:\"http://litcaf.com/gberu/privacy-policy\";i:470;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-jmauMlXV=5938104856949954106\";i:471;s:89:\"http://litcaf.com/category/government/research/page/2/?__im-WFaiLana=13029253856082283286\";i:472;s:77:\"http://litcaf.com/register-2/privacy-policy?__im-mpNqqgPE=3198534466932130578\";i:473;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2F\";i:474;s:49:\"http://litcaf.com/arisekola-alao-2/privacy-policy\";i:475;s:80:\"http://litcaf.com/my-posts/?__im-GQLsWoaE=2204712739591163515&author_posts=12041\";i:476;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F80%2F\";i:477;s:102:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/?__im-hAxsmeJC=4655932292368345708\";i:478;s:32:\"http://litcaf.com/?page_id=23640\";i:479;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2F\";i:480;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/79/?__im-VAosdWbq=2965794347440462295\";i:481;s:73:\"http://litcaf.com/category/culture/lifestyle-others/page/3/privacy-policy\";i:482;s:47:\"http://litcaf.com/password-reset/privacy-policy\";i:483;s:59:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy\";i:484;s:80:\"http://litcaf.com/my-posts/?__im-YSXeXsnZ=7873108275672751073&author_posts=11192\";i:485;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F215%2F\";i:486;s:94:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F175%2F\";i:487;s:52:\"http://litcaf.com/?__im-xVVDNldW=7471234394350959127\";i:488;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-oGubJrwR=9115281664421258042&__im-uKEmAvjC=334516214112046357page%2F120%2Fpage%2F2%2Fpage%2F29%2F\";i:489;s:53:\"http://litcaf.com/?__im-OwPemBHt=15217319632395113221\";i:490;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F77%2F\";i:491;s:80:\"http://litcaf.com/my-posts/?__im-ZDQjnUXA=1800515656609509658&author_posts=12607\";i:492;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F2%2Fpage%2F2%2F\";i:493;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/?__im-YNdRETee=3469317815074442801\";i:494;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F57%2F\";i:495;s:94:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F175%2F\";i:496;s:49:\"http://litcaf.com/abidoye-babalola/privacy-policy\";i:497;s:54:\"http://litcaf.com/peter-awelewa-adebiyi/privacy-policy\";i:498;s:63:\"http://litcaf.com/category/social/people/page/18/privacy-policy\";i:499;s:79:\"http://litcaf.com/author/tope_litcaf/page/2/?__im-BIGOINkG=10635411923466136592\";i:500;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F96%2F\";i:501;s:88:\"http://litcaf.com/category-users/?__im-KtHgnDvE=4071693339620848059&cat=Entrepreneur_CEO\";i:502;s:60:\"http://litcaf.com/author/tope_litcaf/page/106/privacy-policy\";i:503;s:111:\"http://litcaf.com/2024/09/13/decluttering/?__im-eWlKbChx=1407158620709139399&__im-kSbNWuXN=18422069415468236887\";i:504;s:78:\"http://litcaf.com/my-posts?__im-lJRbUKoK=13933850409686543042&author_posts=134\";i:505;s:80:\"http://litcaf.com/category-users/?__im-wiINqhPX=3806829789667359355&cat=engineer\";i:506;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:507;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/90/privacy-policy\";i:508;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2F\";i:509;s:51:\"http://litcaf.com/?__im-tgBVZhJy=558112534234742669\";i:510;s:72:\"http://litcaf.com/winners-guest-house/?__im-UkCKYDeI=4153618602692925019\";i:511;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F3%2Fpage%2F3%2F\";i:512;s:109:\"http://litcaf.com/category/entertainment/entertainment-media/privacy-policy?__im-AQkLwWGO=6691581543796508297\";i:513;s:79:\"http://litcaf.com/author/tope_litcaf/page/61/?__im-bMwaDAbQ=4541346296081977713\";i:514;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/privacy-policy\";i:515;s:50:\"http://litcaf.com/tudor-house-hotel/privacy-policy\";i:516;s:47:\"http://litcaf.com/giant-pangolin/privacy-policy\";i:517;s:79:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357\";i:518;s:80:\"http://litcaf.com/category-users/?__im-nQoKlhzV=5971967725464178275&cat=engineer\";i:519;s:51:\"http://litcaf.com/military-oligarchy/privacy-policy\";i:520;s:80:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-gpzCSHFL=6910887793650202266\";i:521;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F60%2Fpage%2F2%2F\";i:522;s:48:\"http://litcaf.com/mustapha-akanbi/privacy-policy\";i:523;s:49:\"http://litcaf.com/royal-bird-hotel/privacy-policy\";i:524;s:24:\"http://litcaf.com/gombe/\";i:525;s:35:\"http://litcaf.com/remi-fani-kayode/\";i:526;s:33:\"http://litcaf.com/yemi-elebuibon/\";i:527;s:49:\"http://litcaf.com/category/social/people/page/26/\";i:528;s:48:\"http://litcaf.com/category-users/?cat=Researcher\";i:529;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:530;s:52:\"http://litcaf.com/winners-guest-house/privacy-policy\";i:531;s:90:\"http://litcaf.com/category-users/?__im-WRQxYEiz=17454646767855694653&cat=virtual_assistant\";i:532;s:94:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy?__im-KpSdDKVp=17825036655038914886\";i:533;s:88:\"http://litcaf.com/category/culture/philosophy-african/?__im-xKGdLpLQ=6835159859717289252\";i:534;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/41/privacy-policy\";i:535;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:536;s:86:\"http://litcaf.com/category-users/?__im-YJAtIrSB=12386256610650083486&cat=web_developer\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728599183;}s:31:\"http://litcaf.com:443/mongoose/\";a:5:{s:9:\"hit_count\";i:21;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728564752;}s:42:\"http://litcaf.com:443/red-fronted-gazelle/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728071191;}s:89:\"http://litcaf.com:443/egba-people/?utm_source=rss&utm_medium=rss&utm_campaign=egba-people\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726750822;}s:37:\"http://litcaf.com:443/nigerian-shrew/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:2:{i:0;s:141:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_10 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) FxiOS/126.2  Mobile/15E148 Safari/605.1.15\";i:1;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727427797;}s:36:\"http://litcaf.com:443/abiola-ajimobi\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:34:\"http://litcaf.com/2016/01/page/26/\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726459635;}s:36:\"http://litcaf.com:443/badejo-wilson/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726459971;}s:35:\"http://litcaf.com:443/reuben-abati/\";a:5:{s:9:\"hit_count\";i:9;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36\";i:2;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Mobile Safari/537.36\";i:3;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1727855030;}s:30:\"http://litcaf.com:443/epetedo/\";a:5:{s:9:\"hit_count\";i:8;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:23:\"https://www.google.com/\";i:1;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:3:{i:0;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:1;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1726711535;}s:65:\"http://litcaf.com:443/wp-includes/css/admin-bar.min.css?ver=6.6.2\";a:5:{s:9:\"hit_count\";i:1086;s:6:\"is_new\";b:1;s:8:\"referers\";a:660:{i:0;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:1;s:50:\"http://litcaf.com/category/social/religion/page/2/\";i:2;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/135/privacy-policy\";i:3;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/186/\";i:4;s:18:\"http://litcaf.com/\";i:5;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/?__im-RXcSXVty=8188454629448572502\";i:6;s:45:\"http://litcaf.com/author/tope_litcaf/page/33/\";i:7;s:117:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F175%2Fpage%2F2%2Fpage%2F29%2F\";i:8;s:153:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F215%2Fpage%2F215%2Fpage%2F215%2Fpage%2F2%2Fpage%2F2%2F\";i:9;s:60:\"http://litcaf.com/author/tope_litcaf/page/107/privacy-policy\";i:10;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/4/privacy-policy\";i:11;s:117:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbBAHvDI=3104625653442848698page%2F215%2Fpage%2F29%2Fpage%2F29%2F\";i:12;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2Fpage%2F3%2F\";i:13;s:30:\"http://litcaf.com/my-articles/\";i:14;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F3%2F\";i:15;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/160/\";i:16;s:136:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F2%2F\";i:17;s:142:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F215%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:18;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F81%2F&__im-okhFYBva=14501194753882173613\";i:19;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F2%2F\";i:20;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SvLGQaKe=13072052790267310231page%2F29%2Fpage%2F3%2F\";i:21;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2F\";i:22;s:45:\"http://litcaf.com/author/tope_litcaf/page/25/\";i:23;s:62:\"http://litcaf.com/category/entertainment/entertainment-others/\";i:24;s:78:\"http://litcaf.com/my-posts/?__im-TYoWhwee=13624190880612366066&author_posts=45\";i:25;s:36:\"http://litcaf.com/tudor-house-hotel/\";i:26;s:52:\"http://litcaf.com/category/social/journalism/page/3/\";i:27;s:58:\"http://litcaf.com/category/history/history-general/page/4/\";i:28;s:50:\"http://litcaf.com/category/social/religion/page/3/\";i:29;s:26:\"http://litcaf.com/profile/\";i:30;s:46:\"http://litcaf.com/author/tope_litcaf/page/100/\";i:31;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/160/privacy-policy\";i:32;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/172/privacy-policy\";i:33;s:45:\"http://litcaf.com/author/tope_litcaf/page/42/\";i:34;s:45:\"http://litcaf.com/author/tope_litcaf/page/20/\";i:35;s:46:\"http://litcaf.com/author/tope_litcaf/page/101/\";i:36;s:44:\"http://litcaf.com/category-users/?cat=artist\";i:37;s:44:\"http://litcaf.com/category-users/?cat=banker\";i:38;s:44:\"http://litcaf.com/category-users/?cat=lawyer\";i:39;s:73:\"http://litcaf.com/category/culture/lifestyle-others/page/2/privacy-policy\";i:40;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/26/?__im-CXtQCbYe=15507282637172476653\";i:41;s:109:\"http://litcaf.com/category/history/history-political/page/6/privacy-policy?__im-pjdjOUwb=11732300179957331632\";i:42;s:85:\"http://litcaf.com/category/social/religion/page/5/?__im-cgzSCHPX=14180892423799249506\";i:43;s:45:\"http://litcaf.com/author/tope_litcaf/page/30/\";i:44;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/142/?__im-DlpQXzDi=1223719720074668211\";i:45;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/186/privacy-policy\";i:46;s:45:\"http://litcaf.com/author/tope_litcaf/page/78/\";i:47;s:45:\"http://litcaf.com/category-users/?cat=teacher\";i:48;s:60:\"http://litcaf.com/category/culture/tradition-customs/page/5/\";i:49;s:47:\"http://litcaf.com/leksokky-hotel/privacy-policy\";i:50;s:57:\"http://litcaf.com/category/technology/engineering-others/\";i:51;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/108/privacy-policy\";i:52;s:69:\"http://litcaf.com/category/government/politics-public-service/page/6/\";i:53;s:45:\"http://litcaf.com/author/tope_litcaf/page/70/\";i:54;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/83/privacy-policy\";i:55;s:37:\"http://litcaf.com/type/image/page/22/\";i:56;s:51:\"http://litcaf.com/graceful-chameleon/privacy-policy\";i:57;s:44:\"http://litcaf.com/author/tope_litcaf/page/8/\";i:58;s:45:\"http://litcaf.com/author/tope_litcaf/page/74/\";i:59;s:58:\"http://litcaf.com/category/entertainment/music-pop/page/2/\";i:60;s:77:\"http://litcaf.com/category/literature/literature-others/page/3/privacy-policy\";i:61;s:59:\"http://litcaf.com/category/government/mining/privacy-policy\";i:62;s:45:\"http://litcaf.com/author/tope_litcaf/page/68/\";i:63;s:70:\"http://litcaf.com/category/environment/geography-others/privacy-policy\";i:64;s:59:\"http://litcaf.com/author/tope_litcaf/page/88/privacy-policy\";i:65;s:45:\"http://litcaf.com/category-users/?cat=Janitor\";i:66;s:50:\"http://litcaf.com/category-users/?cat=sales_person\";i:67;s:27:\"http://litcaf.com/my-posts/\";i:68;s:55:\"http://litcaf.com/category-users/?cat=medical_personnel\";i:69;s:29:\"http://litcaf.com/register-2/\";i:70;s:58:\"http://litcaf.com/category/environment/environment-others/\";i:71;s:45:\"http://litcaf.com/author/tope_litcaf/page/92/\";i:72;s:55:\"http://litcaf.com/2024/09/11/hello-world/privacy-policy\";i:73;s:74:\"http://litcaf.com/category/history/history-political/page/8/privacy-policy\";i:74;s:56:\"http://litcaf.com/category/social/textile/privacy-policy\";i:75;s:60:\"http://litcaf.com/category/culture/tradition-customs/page/3/\";i:76;s:45:\"http://litcaf.com/author/tope_litcaf/page/65/\";i:77;s:35:\"http://litcaf.com/social_signup.php\";i:78;s:54:\"http://litcaf.com/category-users/?cat=Entrepreneur_CEO\";i:79;s:36:\"http://litcaf.com/submit-an-article/\";i:80;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-rmVCppRr=16305180620525603295\";i:81;s:46:\"http://litcaf.com/category-users/?cat=marketer\";i:82;s:77:\"http://litcaf.com/my-posts?__im-EVqrzhSf=9189251346807321902&author_posts=314\";i:83;s:53:\"http://litcaf.com/?__im-FpuDwQCG=11836565844090853260\";i:84;s:59:\"http://litcaf.com/author/tope_litcaf/page/43/privacy-policy\";i:85;s:72:\"http://litcaf.com/category/entertainment/music-pop/page/2/privacy-policy\";i:86;s:60:\"http://litcaf.com/author/tope_litcaf/page/103/privacy-policy\";i:87;s:58:\"http://litcaf.com/category/history/history-general/page/9/\";i:88;s:159:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NUMRJTBE=4923319756259013270&__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F3%2Fpage%2F3%2F\";i:89;s:151:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-SQpeVASN=4688178019533871413&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F3%2Fpage%2F29%2F\";i:90;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VVvlSGAF=4978801124738078700&__im-YdkfUbdK=14167992808382367329page%2F3%2Fpage%2F29%2F\";i:91;s:31:\"http://litcaf.com/radisson-blu/\";i:92;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-OZvjDRJS=10011586911109973971page%2F29%2Fpage%2F3%2F&__im-WOTHolut=15925829565175811029\";i:93;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F29%2Fpage%2F3%2F&__im-pOZotVNL=5715488903922070391\";i:94;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hwkFSCCl=15033182130452542265&__im-yvzaKoHo=12771674432103962180page%2F57%2Fpage%2F2%2F\";i:95;s:58:\"http://litcaf.com/category/environment/geography-boundary/\";i:96;s:45:\"http://litcaf.com/author/tope_litcaf/page/54/\";i:97;s:173:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F&__im-kENkbVzz=11246727998613350924\";i:98;s:45:\"http://litcaf.com/author/tope_litcaf/page/61/\";i:99;s:160:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-GLBBSBuF=5903584108194502047&__im-amFthiRA=11945201261702646245page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F3%2F\";i:100;s:55:\"http://litcaf.com/category-users/?cat=Performing_Artist\";i:101;s:46:\"http://litcaf.com/category-users/?cat=engineer\";i:102;s:55:\"http://litcaf.com/category-users/?cat=virtual_assistant\";i:103;s:52:\"http://litcaf.com/?__im-yvFJsYAH=2475245451081029983\";i:104;s:45:\"http://litcaf.com/author/tope_litcaf/page/52/\";i:105;s:152:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F171%2Fpage%2F28%2Fpage%2F2%2F&__im-dqSKFshB=17847360389969288831\";i:106;s:174:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F&__im-kGMWcDDr=8111357368496797702\";i:107;s:65:\"http://litcaf.com/category/government/education-secondary/page/9/\";i:108;s:89:\"http://litcaf.com/category/government/military/page/3/?__im-UjeyItnL=11721581385589815835\";i:109;s:172:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-iLyBEcsD=14847024067220453655&__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F3%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2F\";i:110;s:44:\"http://litcaf.com/category-users/?cat=Trader\";i:111;s:47:\"http://litcaf.com/category-users/?cat=architect\";i:112;s:48:\"http://litcaf.com/category-users/?cat=Beautician\";i:113;s:60:\"http://litcaf.com/category-users/?cat=Electrician_Electronic\";i:114;s:42:\"http://litcaf.com/2024/09/13/decluttering/\";i:115;s:51:\"http://litcaf.com/category-users/?cat=Civil_Servant\";i:116;s:49:\"http://litcaf.com/category-users/?cat=entertainer\";i:117;s:45:\"http://litcaf.com/category-users/?cat=Plumber\";i:118;s:45:\"http://litcaf.com/category-users/?cat=Student\";i:119;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/privacy-policy\";i:120;s:161:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-RoTSOVRJ=1181006992130296722&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:121;s:59:\"http://litcaf.com/author/tope_litcaf/page/49/privacy-policy\";i:122;s:59:\"http://litcaf.com/author/tope_litcaf/page/32/privacy-policy\";i:123;s:171:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bTstLpFg=17961651964253412301&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F3%2F\";i:124;s:148:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-ocCcUmxD=2967553597747234633&__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2Fpage%2F2%2F\";i:125;s:46:\"http://litcaf.com/avenue-suites/privacy-policy\";i:126;s:79:\"http://litcaf.com/my-articles/privacy-policy?__im-QFdDUTzv=16284743319873288215\";i:127;s:35:\"http://litcaf.com/three-arms-hotel/\";i:128;s:46:\"http://litcaf.com/my-posts/?author_posts=11221\";i:129;s:59:\"http://litcaf.com/author/tope_litcaf/page/37/privacy-policy\";i:130;s:59:\"http://litcaf.com/author/tope_litcaf/page/35/privacy-policy\";i:131;s:46:\"http://litcaf.com/my-posts/?author_posts=11110\";i:132;s:65:\"http://litcaf.com/radisson-blu/?__im-rXjHgVMW=2449959516485774041\";i:133;s:74:\"http://litcaf.com/category/history/history-political/page/9/privacy-policy\";i:134;s:46:\"http://litcaf.com/my-posts/?author_posts=12048\";i:135;s:94:\"http://litcaf.com/category/culture/tradition-customs/page/5/?__im-EpFRqoCW=2100254102650597513\";i:136;s:78:\"http://litcaf.com/category/government/mdgs/?__im-uHPgTDdZ=15742898376117089017\";i:137;s:69:\"http://litcaf.com/funnola-aofiyebi/?__im-aacMVxPZ=6686205103150941999\";i:138;s:100:\"http://litcaf.com/category/government/education-secondary/page/3/?__im-PJpeOYrO=17113225980022608111\";i:139;s:59:\"http://litcaf.com/author/tope_litcaf/page/71/privacy-policy\";i:140;s:53:\"http://litcaf.com/?__im-uRappYOo=16873130952142653062\";i:141;s:100:\"http://litcaf.com/category-users/?__im-jSbFnzOZ=5434675856189216961&cat=customer_care_representative\";i:142;s:89:\"http://litcaf.com/category-users/?__im-bmMGDqbO=17847951990183515326&cat=graphic_designer\";i:143;s:52:\"http://litcaf.com/?__im-oJcwtKYW=2712160688394037672\";i:144;s:83:\"http://litcaf.com/category-users/?__im-FxfuIXND=18071497409900381751&cat=journalist\";i:145;s:45:\"http://litcaf.com/my-posts?author_posts=11882\";i:146;s:78:\"http://litcaf.com/category-users/?__im-sxQsAWWB=921133678517909600&cat=Janitor\";i:147;s:59:\"http://litcaf.com/author/tope_litcaf/page/61/privacy-policy\";i:148;s:45:\"http://litcaf.com/my-posts?author_posts=15723\";i:149;s:68:\"http://litcaf.com/category/entertainment/music-others/privacy-policy\";i:150;s:45:\"http://litcaf.com/my-posts?author_posts=15394\";i:151;s:40:\"http://litcaf.com/leisure-spring-hotels/\";i:152;s:44:\"http://litcaf.com/my-posts?author_posts=2101\";i:153;s:64:\"http://litcaf.com/my-articles/?__im-nqvBaoWX=7387916784766727965\";i:154;s:45:\"http://litcaf.com/my-posts?author_posts=15396\";i:155;s:38:\"http://litcaf.com/thomas-birch-freeman\";i:156;s:68:\"http://litcaf.com/category/government/military/page/3/privacy-policy\";i:157;s:38:\"http://litcaf.com/morning-side-suites/\";i:158;s:45:\"http://litcaf.com/my-posts?author_posts=14329\";i:159;s:45:\"http://litcaf.com/my-posts?author_posts=15721\";i:160;s:80:\"http://litcaf.com/category-users/?__im-ookyDTBZ=8332216710681044913&cat=engineer\";i:161;s:45:\"http://litcaf.com/my-posts?author_posts=15943\";i:162;s:45:\"http://litcaf.com/my-posts?author_posts=16048\";i:163;s:44:\"http://litcaf.com/george-duke/privacy-policy\";i:164;s:45:\"http://litcaf.com/my-posts?author_posts=16287\";i:165;s:45:\"http://litcaf.com/my-posts?author_posts=11883\";i:166;s:55:\"http://litcaf.com/category-users/?cat=interior_designer\";i:167;s:58:\"http://litcaf.com/category-users/?cat=mobile_app_developer\";i:168;s:27:\"http://litcaf.com/make-card\";i:169;s:45:\"http://litcaf.com/my-posts?author_posts=15722\";i:170;s:59:\"http://litcaf.com/author/tope_litcaf/page/48/privacy-policy\";i:171;s:45:\"http://litcaf.com/my-posts?author_posts=16054\";i:172;s:150:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-HbBAHvDI=3104625653442848698page%2F215%2Fpage%2F3%2Fpage%2F29%2F&__im-kmlONmBa=2242862858536060776\";i:173;s:46:\"http://litcaf.com/my-posts/?author_posts=11388\";i:174;s:46:\"http://litcaf.com/my-posts/?author_posts=11927\";i:175;s:46:\"http://litcaf.com/my-posts/?author_posts=11693\";i:176;s:52:\"http://litcaf.com/?__im-XFQNSUdP=9833084128150299017\";i:177;s:46:\"http://litcaf.com/my-posts/?author_posts=11994\";i:178;s:93:\"http://litcaf.com/category/entertainment/nollywood-general/?__im-obcFUVYX=7055990136200802218\";i:179;s:59:\"http://litcaf.com/author/tope_litcaf/page/55/privacy-policy\";i:180;s:46:\"http://litcaf.com/my-posts/?author_posts=11483\";i:181;s:46:\"http://litcaf.com/my-posts/?author_posts=12311\";i:182;s:46:\"http://litcaf.com/my-posts/?author_posts=11480\";i:183;s:84:\"http://litcaf.com/category/social/people/page/15/?__im-xfxPQAkK=11660294107243898948\";i:184;s:41:\"http://litcaf.com/wp-admin/privacy-policy\";i:185;s:52:\"http://litcaf.com/category/government/economics-cbn/\";i:186;s:104:\"http://litcaf.com/category/culture/tradition-ceremonies/privacy-policy?__im-nZDaTCPQ=1543798015539996837\";i:187;s:46:\"http://litcaf.com/my-posts/?author_posts=11124\";i:188;s:59:\"http://litcaf.com/author/tope_litcaf/page/83/privacy-policy\";i:189;s:46:\"http://litcaf.com/my-posts/?author_posts=11324\";i:190;s:46:\"http://litcaf.com/my-posts/?author_posts=11384\";i:191;s:46:\"http://litcaf.com/my-posts/?author_posts=11312\";i:192;s:43:\"http://litcaf.com/my-posts/?author_posts=69\";i:193;s:46:\"http://litcaf.com/my-posts/?author_posts=13999\";i:194;s:46:\"http://litcaf.com/my-posts/?author_posts=11270\";i:195;s:46:\"http://litcaf.com/my-posts/?author_posts=11700\";i:196;s:87:\"http://litcaf.com/category-users/?__im-wWwYrhsi=281416518958906198&cat=Entrepreneur_CEO\";i:197;s:44:\"http://litcaf.com/my-posts/?author_posts=148\";i:198;s:83:\"http://litcaf.com/category/social/people/page/17/?__im-BzrGvRKA=7179255094147065658\";i:199;s:49:\"http://litcaf.com/funnola-aofiyebi/privacy-policy\";i:200;s:56:\"http://litcaf.com/olaniwun-adunni-oluwole/privacy-policy\";i:201;s:96:\"http://litcaf.com/category/government/politics-general/page/4/?__im-eWoIZTGI=8619604069642683685\";i:202;s:137:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F2%2F&__im-gwwWKwOH=4750430543317717769\";i:203;s:46:\"http://litcaf.com/my-posts/?author_posts=11203\";i:204;s:46:\"http://litcaf.com/my-posts/?author_posts=11316\";i:205;s:46:\"http://litcaf.com/my-posts/?author_posts=12258\";i:206;s:82:\"http://litcaf.com/category-users/?__im-yMpaTldi=13176220598990812429&cat=architect\";i:207;s:46:\"http://litcaf.com/my-posts/?author_posts=11926\";i:208;s:32:\"http://litcaf.com/privacy-policy\";i:209;s:43:\"http://litcaf.com/category-users/?cat=nurse\";i:210;s:46:\"http://litcaf.com/my-posts/?author_posts=14412\";i:211;s:46:\"http://litcaf.com/my-posts/?author_posts=11803\";i:212;s:46:\"http://litcaf.com/category-users/?cat=Surveyor\";i:213;s:43:\"http://litcaf.com/category-users/?cat=Model\";i:214;s:54:\"http://litcaf.com/category-users/?cat=graphic_designer\";i:215;s:52:\"http://litcaf.com/category-users/?cat=medical_doctor\";i:216;s:44:\"http://litcaf.com/category-users/?cat=writer\";i:217;s:46:\"http://litcaf.com/my-posts/?author_posts=12416\";i:218;s:46:\"http://litcaf.com/my-posts/?author_posts=11250\";i:219;s:46:\"http://litcaf.com/my-posts/?author_posts=11273\";i:220;s:46:\"http://litcaf.com/my-posts/?author_posts=12327\";i:221;s:46:\"http://litcaf.com/my-posts/?author_posts=15107\";i:222;s:46:\"http://litcaf.com/my-posts/?author_posts=11652\";i:223;s:46:\"http://litcaf.com/my-posts/?author_posts=11248\";i:224;s:46:\"http://litcaf.com/my-posts/?author_posts=11171\";i:225;s:46:\"http://litcaf.com/my-posts/?author_posts=11656\";i:226;s:46:\"http://litcaf.com/my-posts/?author_posts=11837\";i:227;s:46:\"http://litcaf.com/my-posts/?author_posts=11238\";i:228;s:46:\"http://litcaf.com/my-posts/?author_posts=13109\";i:229;s:54:\"http://litcaf.com/best-freelancers-in-nigeria/page/62/\";i:230;s:66:\"http://litcaf.com/category-users/?cat=customer_care_representative\";i:231;s:59:\"http://litcaf.com/category-users/?cat=Entrepreneur_Start_Up\";i:232;s:51:\"http://litcaf.com/category-users/?cat=Industrialist\";i:233;s:45:\"http://litcaf.com/category-users/?cat=Painter\";i:234;s:40:\"http://litcaf.com/wp-admin/nav-menus.php\";i:235;s:43:\"http://litcaf.com/my-posts/?author_posts=90\";i:236;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/188/\";i:237;s:46:\"http://litcaf.com/my-posts/?author_posts=11437\";i:238;s:46:\"http://litcaf.com/my-posts/?author_posts=11293\";i:239;s:69:\"http://litcaf.com/category/government/politics-public-service/page/3/\";i:240;s:46:\"http://litcaf.com/my-posts/?author_posts=12098\";i:241;s:46:\"http://litcaf.com/my-posts/?author_posts=11959\";i:242;s:46:\"http://litcaf.com/my-posts/?author_posts=11646\";i:243;s:46:\"http://litcaf.com/my-posts/?author_posts=12410\";i:244;s:39:\"http://litcaf.com/terms-and-conditions/\";i:245;s:32:\"http://litcaf.com/?page_id=23779\";i:246;s:46:\"http://litcaf.com/my-posts/?author_posts=11642\";i:247;s:46:\"http://litcaf.com/my-posts/?author_posts=14322\";i:248;s:69:\"http://litcaf.com/category/government/politics-general/privacy-policy\";i:249;s:46:\"http://litcaf.com/red-river-hog/privacy-policy\";i:250;s:46:\"http://litcaf.com/my-posts/?author_posts=11875\";i:251;s:46:\"http://litcaf.com/my-posts/?author_posts=12284\";i:252;s:98:\"http://litcaf.com/category/social/people/page/18/privacy-policy?__im-yMZmDRQP=12408138029546973744\";i:253;s:55:\"http://litcaf.com/category-users/?cat=real_estate_agent\";i:254;s:30:\"http://litcaf.com/my-contacts/\";i:255;s:46:\"http://litcaf.com/my-posts/?author_posts=12283\";i:256;s:46:\"http://litcaf.com/my-posts/?author_posts=11722\";i:257;s:53:\"http://litcaf.com/?__im-YqZiUuhf=10496856860220758447\";i:258;s:46:\"http://litcaf.com/my-posts/?author_posts=11403\";i:259;s:46:\"http://litcaf.com/my-posts/?author_posts=11740\";i:260;s:46:\"http://litcaf.com/my-posts/?author_posts=11856\";i:261;s:45:\"http://litcaf.com/my-posts?author_posts=11483\";i:262;s:46:\"http://litcaf.com/my-posts/?author_posts=11121\";i:263;s:46:\"http://litcaf.com/my-posts/?author_posts=11939\";i:264;s:46:\"http://litcaf.com/my-posts/?author_posts=12231\";i:265;s:44:\"http://litcaf.com/my-posts/?author_posts=114\";i:266;s:171:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-NmbYBpeC=14378365927475956971&__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2Fpage%2F2%2Fpage%2F3%2Fpage%2F2%2F\";i:267;s:46:\"http://litcaf.com/my-posts/?author_posts=12143\";i:268;s:79:\"http://litcaf.com/my-posts/?author_posts=12318&__im-IXYTVdxT=568802433484685122\";i:269;s:46:\"http://litcaf.com/my-posts/?author_posts=12054\";i:270;s:43:\"http://litcaf.com/my-posts/?author_posts=30\";i:271;s:46:\"http://litcaf.com/my-posts/?author_posts=11149\";i:272;s:53:\"http://litcaf.com/?__im-ufgpZnGZ=12666909038669837159\";i:273;s:45:\"http://litcaf.com/my-posts/?author_posts=5107\";i:274;s:78:\"http://litcaf.com/category-users/?__im-pyFmeRUn=13629059982193555460&cat=nurse\";i:275;s:46:\"http://litcaf.com/my-posts/?author_posts=12321\";i:276;s:52:\"http://litcaf.com/?__im-RUsWGJof=3391573914390225706\";i:277;s:46:\"http://litcaf.com/my-posts/?author_posts=11172\";i:278;s:46:\"http://litcaf.com/my-posts/?author_posts=11980\";i:279;s:46:\"http://litcaf.com/my-posts/?author_posts=11986\";i:280;s:46:\"http://litcaf.com/my-posts/?author_posts=11219\";i:281;s:46:\"http://litcaf.com/my-posts/?author_posts=12347\";i:282;s:46:\"http://litcaf.com/my-posts/?author_posts=12286\";i:283;s:46:\"http://litcaf.com/my-posts/?author_posts=11199\";i:284;s:46:\"http://litcaf.com/my-posts/?author_posts=12668\";i:285;s:46:\"http://litcaf.com/my-posts/?author_posts=11260\";i:286;s:46:\"http://litcaf.com/my-posts/?author_posts=12336\";i:287;s:46:\"http://litcaf.com/my-posts/?author_posts=11870\";i:288;s:46:\"http://litcaf.com/my-posts/?author_posts=12250\";i:289;s:46:\"http://litcaf.com/my-posts/?author_posts=11734\";i:290;s:46:\"http://litcaf.com/my-posts/?author_posts=11158\";i:291;s:46:\"http://litcaf.com/my-posts/?author_posts=11973\";i:292;s:46:\"http://litcaf.com/my-posts/?author_posts=12308\";i:293;s:46:\"http://litcaf.com/my-posts/?author_posts=11394\";i:294;s:46:\"http://litcaf.com/my-posts/?author_posts=12328\";i:295;s:44:\"http://litcaf.com/my-posts/?author_posts=125\";i:296;s:46:\"http://litcaf.com/my-posts/?author_posts=11354\";i:297;s:46:\"http://litcaf.com/my-posts/?author_posts=11161\";i:298;s:54:\"http://litcaf.com/category-users/?cat=digital_marketer\";i:299;s:63:\"http://litcaf.com/category/social/people/page/17/privacy-policy\";i:300;s:91:\"http://litcaf.com/category-users/?__im-AMgoCnUF=5923745553956915523&cat=Counsellors_Teacher\";i:301;s:46:\"http://litcaf.com/my-posts/?author_posts=12348\";i:302;s:43:\"http://litcaf.com/my-posts/?author_posts=19\";i:303;s:46:\"http://litcaf.com/my-posts/?author_posts=12253\";i:304;s:46:\"http://litcaf.com/my-posts/?author_posts=12142\";i:305;s:46:\"http://litcaf.com/my-posts/?author_posts=12203\";i:306;s:46:\"http://litcaf.com/my-posts/?author_posts=11193\";i:307;s:78:\"http://litcaf.com/category-users/?__im-GJvmGBjx=11961379560272776187&cat=Model\";i:308;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-DvqkxDIM=1997630248857119378&__im-fvhgODhv=6528895213246034997\";i:309;s:65:\"http://litcaf.com/edit-profile?__im-bekOImdv=15493535345114128685\";i:310;s:46:\"http://litcaf.com/my-posts/?author_posts=11298\";i:311;s:46:\"http://litcaf.com/my-posts/?author_posts=11349\";i:312;s:46:\"http://litcaf.com/my-posts/?author_posts=12313\";i:313;s:46:\"http://litcaf.com/my-posts/?author_posts=11762\";i:314;s:46:\"http://litcaf.com/my-posts/?author_posts=12033\";i:315;s:46:\"http://litcaf.com/my-posts/?author_posts=12604\";i:316;s:46:\"http://litcaf.com/my-posts/?author_posts=12905\";i:317;s:46:\"http://litcaf.com/my-posts/?author_posts=12349\";i:318;s:45:\"http://litcaf.com/my-posts/?author_posts=5109\";i:319;s:46:\"http://litcaf.com/my-posts/?author_posts=15226\";i:320;s:46:\"http://litcaf.com/my-posts/?author_posts=14334\";i:321;s:46:\"http://litcaf.com/my-posts/?author_posts=12241\";i:322;s:46:\"http://litcaf.com/my-posts/?author_posts=12362\";i:323;s:46:\"http://litcaf.com/my-posts/?author_posts=11099\";i:324;s:46:\"http://litcaf.com/my-posts/?author_posts=12293\";i:325;s:46:\"http://litcaf.com/my-posts/?author_posts=11651\";i:326;s:46:\"http://litcaf.com/my-posts/?author_posts=14916\";i:327;s:46:\"http://litcaf.com/my-posts/?author_posts=11880\";i:328;s:88:\"http://litcaf.com/la-campagne-tropicana/privacy-policy?__im-cNbgstnA=5998960312271198882\";i:329;s:46:\"http://litcaf.com/my-posts/?author_posts=12378\";i:330;s:46:\"http://litcaf.com/my-posts/?author_posts=11155\";i:331;s:43:\"http://litcaf.com/my-posts/?author_posts=79\";i:332;s:46:\"http://litcaf.com/my-posts/?author_posts=14153\";i:333;s:46:\"http://litcaf.com/my-posts/?author_posts=11669\";i:334;s:46:\"http://litcaf.com/my-posts/?author_posts=11408\";i:335;s:45:\"http://litcaf.com/gaboon-viper/privacy-policy\";i:336;s:46:\"http://litcaf.com/my-posts/?author_posts=12044\";i:337;s:46:\"http://litcaf.com/my-posts/?author_posts=11226\";i:338;s:77:\"http://litcaf.com/category/history/history-civilization/page/6/privacy-policy\";i:339;s:46:\"http://litcaf.com/my-posts/?author_posts=12626\";i:340;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/privacy-policy\";i:341;s:46:\"http://litcaf.com/my-posts/?author_posts=15281\";i:342;s:41:\"http://litcaf.com/my-posts/?author_posts=\";i:343;s:44:\"http://litcaf.com/my-posts/?author_posts=158\";i:344;s:46:\"http://litcaf.com/my-posts/?author_posts=11165\";i:345;s:46:\"http://litcaf.com/my-posts/?author_posts=12285\";i:346;s:46:\"http://litcaf.com/my-posts/?author_posts=11223\";i:347;s:46:\"http://litcaf.com/my-posts/?author_posts=11936\";i:348;s:44:\"http://litcaf.com/my-posts/?author_posts=135\";i:349;s:75:\"http://litcaf.com/my-posts?__im-OvVSCoXI=3529760200630463515&author_posts=9\";i:350;s:46:\"http://litcaf.com/my-posts/?author_posts=11965\";i:351;s:46:\"http://litcaf.com/my-posts/?author_posts=14171\";i:352;s:46:\"http://litcaf.com/my-posts/?author_posts=12447\";i:353;s:46:\"http://litcaf.com/my-posts/?author_posts=11130\";i:354;s:46:\"http://litcaf.com/my-posts/?author_posts=11992\";i:355;s:46:\"http://litcaf.com/my-posts/?author_posts=12323\";i:356;s:106:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Facebook&hauth.time=1506255048\";i:357;s:46:\"http://litcaf.com/my-posts/?author_posts=13087\";i:358;s:46:\"http://litcaf.com/my-posts/?author_posts=14864\";i:359;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/189/privacy-policy\";i:360;s:46:\"http://litcaf.com/my-posts/?author_posts=15322\";i:361;s:46:\"http://litcaf.com/my-posts/?author_posts=12041\";i:362;s:46:\"http://litcaf.com/my-posts/?author_posts=12173\";i:363;s:45:\"http://litcaf.com/author/tope_litcaf/page/99/\";i:364;s:46:\"http://litcaf.com/my-posts/?author_posts=12204\";i:365;s:46:\"http://litcaf.com/my-posts/?author_posts=12577\";i:366;s:46:\"http://litcaf.com/my-posts/?author_posts=11133\";i:367;s:46:\"http://litcaf.com/my-posts/?author_posts=11353\";i:368;s:46:\"http://litcaf.com/my-posts/?author_posts=13790\";i:369;s:46:\"http://litcaf.com/my-posts/?author_posts=11773\";i:370;s:44:\"http://litcaf.com/my-posts/?author_posts=117\";i:371;s:34:\"http://litcaf.com/taiwo-akinkunmi/\";i:372;s:53:\"http://litcaf.com/maridom-palace-hotel/privacy-policy\";i:373;s:46:\"http://litcaf.com/my-posts/?author_posts=12839\";i:374;s:46:\"http://litcaf.com/my-posts/?author_posts=12723\";i:375;s:46:\"http://litcaf.com/my-posts/?author_posts=12038\";i:376;s:46:\"http://litcaf.com/my-posts/?author_posts=12813\";i:377;s:27:\"http://litcaf.com/activate/\";i:378;s:46:\"http://litcaf.com/my-posts/?author_posts=11995\";i:379;s:46:\"http://litcaf.com/my-posts/?author_posts=14866\";i:380;s:46:\"http://litcaf.com/my-posts/?author_posts=12037\";i:381;s:46:\"http://litcaf.com/my-posts/?author_posts=12119\";i:382;s:46:\"http://litcaf.com/my-posts/?author_posts=11289\";i:383;s:46:\"http://litcaf.com/my-posts/?author_posts=12247\";i:384;s:45:\"http://litcaf.com/author/tope_litcaf/page/45/\";i:385;s:46:\"http://litcaf.com/my-posts/?author_posts=12818\";i:386;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/76/privacy-policy\";i:387;s:46:\"http://litcaf.com/my-posts/?author_posts=12575\";i:388;s:52:\"http://litcaf.com/?__im-EjUEkIxi=7151310793404073196\";i:389;s:45:\"http://litcaf.com/my-posts/?author_posts=5049\";i:390;s:46:\"http://litcaf.com/my-posts/?author_posts=12961\";i:391;s:49:\"http://litcaf.com/category/social/people/page/13/\";i:392;s:106:\"http://litcaf.com/category/history/history-social/page/3/privacy-policy?__im-nGVToSlM=13547949062660423670\";i:393;s:46:\"http://litcaf.com/my-posts/?author_posts=14883\";i:394;s:45:\"http://litcaf.com/author/tope_litcaf/page/53/\";i:395;s:41:\"http://litcaf.com/hasfat-abiola-costello/\";i:396;s:36:\"http://litcaf.com/type/image/page/3/\";i:397;s:46:\"http://litcaf.com/my-posts/?author_posts=11143\";i:398;s:30:\"http://litcaf.com/edit-profile\";i:399;s:50:\"http://litcaf.com/category-users/?cat=Photographer\";i:400;s:46:\"http://litcaf.com/my-posts/?author_posts=11352\";i:401;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-SFIWHiWb=17395282038660985088&__im-yjIYvyaG=14680429114945747232\";i:402;s:81:\"http://litcaf.com/my-posts/?author_posts=11161&__im-MbWKDdNZ=14793269389894616875\";i:403;s:105:\"http://litcaf.com/al-mustapha-hamza/?__im-JxNrRAKT=1259236098409256252&__im-kweUNDHm=15100000917985392467\";i:404;s:46:\"http://litcaf.com/my-posts/?author_posts=11671\";i:405;s:46:\"http://litcaf.com/my-posts/?author_posts=11125\";i:406;s:46:\"http://litcaf.com/my-posts/?author_posts=14530\";i:407;s:46:\"http://litcaf.com/my-posts/?author_posts=11191\";i:408;s:46:\"http://litcaf.com/my-posts/?author_posts=12597\";i:409;s:46:\"http://litcaf.com/my-posts/?author_posts=14333\";i:410;s:46:\"http://litcaf.com/my-posts/?author_posts=11330\";i:411;s:46:\"http://litcaf.com/my-posts/?author_posts=11313\";i:412;s:46:\"http://litcaf.com/my-posts/?author_posts=14330\";i:413;s:46:\"http://litcaf.com/my-posts/?author_posts=11989\";i:414;s:63:\"http://litcaf.com/category/social/people/page/13/privacy-policy\";i:415;s:50:\"http://litcaf.com/log-in/?pp_social_login=facebook\";i:416;s:59:\"http://litcaf.com/author/tope_litcaf/page/53/privacy-policy\";i:417;s:46:\"http://litcaf.com/my-posts/?author_posts=12265\";i:418;s:55:\"http://litcaf.com/hasfat-abiola-costello/privacy-policy\";i:419;s:45:\"http://litcaf.com/my-posts/?author_posts=3747\";i:420;s:46:\"http://litcaf.com/my-posts/?author_posts=12331\";i:421;s:46:\"http://litcaf.com/my-posts/?author_posts=12339\";i:422;s:46:\"http://litcaf.com/my-posts/?author_posts=12134\";i:423;s:46:\"http://litcaf.com/my-posts/?author_posts=11903\";i:424;s:46:\"http://litcaf.com/my-posts/?author_posts=12034\";i:425;s:46:\"http://litcaf.com/my-posts/?author_posts=11784\";i:426;s:33:\"http://litcaf.com/dare-babarinsa/\";i:427;s:46:\"http://litcaf.com/my-posts/?author_posts=12009\";i:428;s:46:\"http://litcaf.com/my-posts/?author_posts=12920\";i:429;s:46:\"http://litcaf.com/my-posts/?author_posts=11347\";i:430;s:63:\"http://litcaf.com/?__im-DmRAoFVe=15296502635772960212&page_id=2\";i:431;s:46:\"http://litcaf.com/my-posts/?author_posts=13549\";i:432;s:46:\"http://litcaf.com/my-posts/?author_posts=12830\";i:433;s:46:\"http://litcaf.com/my-posts/?author_posts=12312\";i:434;s:31:\"http://litcaf.com/odia-ofeimun/\";i:435;s:99:\"http://litcaf.com/category/government/education-secondary/page/7/?__im-trnrYtpv=7675462484123754080\";i:436;s:50:\"http://litcaf.com/type/image/page/4/privacy-policy\";i:437;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/131/?__im-AKehxIQt=9919505316519829674\";i:438;s:43:\"http://litcaf.com/my-posts?author_posts=204\";i:439;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F57%2Fpage%2F2%2F\";i:440;s:52:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125\";i:441;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/126/?__im-SrwLYCjI=2962606556197893765\";i:442;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F2%2F&__im-oVqmpKRg=1324813528188686394\";i:443;s:46:\"http://litcaf.com/my-posts/?author_posts=11685\";i:444;s:36:\"http://litcaf.com/frederick-fasehun/\";i:445;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/?__im-PqgKAKkB=6514887149516538830\";i:446;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/173/?__im-MwgSPglV=10649711212945164108\";i:447;s:46:\"http://litcaf.com/my-posts/?author_posts=12329\";i:448;s:59:\"http://litcaf.com/gabaro/?__im-dzalegbJ=3451363171125399637\";i:449;s:81:\"http://litcaf.com/my-posts/?__im-bYnQMLLX=14274376655429697335&author_posts=14336\";i:450;s:92:\"http://litcaf.com/category/government/law-general/page/3/?__im-ongmqbpE=11844728517452961269\";i:451;s:77:\"http://litcaf.com/my-posts?__im-MCifBVdP=6035941805965759280&author_posts=266\";i:452;s:28:\"http://litcaf.com/ode-irele/\";i:453;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-CzuNfQQo=11291423469430997909&__im-vPKABBQQ=3718608370483167692page%2F20%2Fpage%2F2%2F\";i:454;s:46:\"http://litcaf.com/my-posts/?author_posts=11166\";i:455;s:95:\"http://litcaf.com/category/government/politics-international/?__im-cCZFteox=7473319697604517207\";i:456;s:88:\"http://litcaf.com/?__im-EeuHFAmd=14812239444332207276&__im-cboMXfVv=11337450371445517259\";i:457;s:80:\"http://litcaf.com/my-posts/?__im-CNwxpEyF=7086003420584846665&author_posts=12102\";i:458;s:46:\"http://litcaf.com/my-posts/?author_posts=12856\";i:459;s:111:\"http://litcaf.com/category/history/history-civilization/page/5/privacy-policy?__im-KBIhgbLS=4599255272564727826\";i:460;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/164/?__im-oZrzmbVB=538717707415069540\";i:461;s:126:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-FagSVcUB=5029883816058656530&__im-uKEmAvjC=334516214112046357page%2F123%2F\";i:462;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-yvzaKoHo=12771674432103962180\";i:463;s:59:\"http://litcaf.com/200-1/?__im-YtHURFRs=12869907157731796187\";i:464;s:45:\"http://litcaf.com/my-posts/?author_posts=5238\";i:465;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F2%2Fpage%2F2%2F\";i:466;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/71/?__im-gpzCSHFL=6910887793650202266\";i:467;s:46:\"http://litcaf.com/my-posts/?author_posts=12607\";i:468;s:81:\"http://litcaf.com/my-posts/?__im-yvQiERyX=11144583602161242134&author_posts=12319\";i:469;s:80:\"http://litcaf.com/my-posts/?__im-uboSKmUK=9367188787517902092&author_posts=11110\";i:470;s:46:\"http://litcaf.com/my-posts/?author_posts=11424\";i:471;s:38:\"http://litcaf.com/west-african-ilisha/\";i:472;s:25:\"http://litcaf.com/coffee/\";i:473;s:26:\"http://litcaf.com/21473-2/\";i:474;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/168/privacy-policy\";i:475;s:46:\"http://litcaf.com/my-posts/?author_posts=11420\";i:476;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/14/privacy-policy\";i:477;s:53:\"http://litcaf.com/?__im-doYacFzB=18313917253970442062\";i:478;s:52:\"http://litcaf.com/west-african-ilisha/privacy-policy\";i:479;s:45:\"http://litcaf.com/ogbemudia-samuel-osaigbovo/\";i:480;s:45:\"http://litcaf.com/odia-ofeimun/privacy-policy\";i:481;s:38:\"http://litcaf.com/agwai-martin-luther/\";i:482;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/90/?__im-YbBEIBma=15268149333318890279\";i:483;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-lbbmxlHV=9294877678118989530&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F29%2F\";i:484;s:28:\"http://litcaf.com/?page_id=3\";i:485;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VBgOjFiM=6570285530105882205&__im-amFthiRA=11945201261702646245page%2F57%2Fpage%2F3%2Fpage%2F2%2F\";i:486;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/163/?__im-HbBAHvDI=3104625653442848698\";i:487;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/188/privacy-policy?__im-NgmGABQG=13169567191707905711\";i:488;s:39:\"http://litcaf.com/the-great-depression/\";i:489;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/?__im-nPsTzbUr=3310018263460958730\";i:490;s:55:\"http://litcaf.com/best-freelancers-in-nigeria/page/204/\";i:491;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/134/?__im-JfrNRcsX=12251451574776819665\";i:492;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/?__im-lijnoGLh=9784696702694129475\";i:493;s:163:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-hcYByJUk=3423059997554873097&__im-wrsnScBL=16039738187411726645page%2F175%2Fpage%2F215%2Fpage%2F3%2Fpage%2F2%2F\";i:494;s:46:\"http://litcaf.com/my-posts/?author_posts=11735\";i:495;s:162:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F2%2Fpage%2F215%2Fpage%2F215%2F&__im-wbupJtni=306940731926462463\";i:496;s:79:\"http://litcaf.com/my-posts/?__im-vyXabACU=286550514234266700&author_posts=12331\";i:497;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/59/?__im-amFthiRA=11945201261702646245\";i:498;s:103:\"http://litcaf.com/category/government/politics-public-service/page/2/?__im-dZCKLqLI=6854636200635572333\";i:499;s:87:\"http://litcaf.com/?__im-pNwWaIpj=1655925422193757125&__im-zbaBDrMx=13584048287902546158\";i:500;s:80:\"http://litcaf.com/my-posts/?__im-JFEmDbHq=4206085675494753450&author_posts=11125\";i:501;s:80:\"http://litcaf.com/my-posts/?__im-nlzIFtdU=10260975895838477005&author_posts=5060\";i:502;s:37:\"http://litcaf.com/onalaja-morenikeji/\";i:503;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/38/privacy-policy\";i:504;s:35:\"http://litcaf.com/abidoye-babalola/\";i:505;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/?__im-WSIXWlYG=13955714459557007468\";i:506;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/177/privacy-policy?__im-jAOjuRrF=17649071305214913865\";i:507;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/131/privacy-policy\";i:508;s:79:\"http://litcaf.com/author/tope_litcaf/page/57/?__im-xiGIjIjS=2016562421774164351\";i:509;s:81:\"http://litcaf.com/my-posts/?__im-zHbKjnXR=13896346978796780857&author_posts=12329\";i:510;s:67:\"http://litcaf.com/best-freelancers-in-nigeria/page/6/privacy-policy\";i:511;s:40:\"http://litcaf.com/peter-awelewa-adebiyi/\";i:512;s:33:\"http://litcaf.com/bola-babalakin/\";i:513;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/177/privacy-policy\";i:514;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/158/?__im-OdczPQRz=6966335363195211095\";i:515;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-MwgSPglV=10649711212945164108page%2F174%2Fpage%2F3%2F&__im-SZXtBLLD=17660077701278915382\";i:516;s:33:\"http://litcaf.com/silver-catfish/\";i:517;s:52:\"http://litcaf.com/?__im-ScEjpXAW=2580797099553482186\";i:518;s:81:\"http://litcaf.com/my-posts/?__im-bjrqFSsK=13084245461388125060&author_posts=14865\";i:519;s:31:\"http://litcaf.com/kabiru-yusuf/\";i:520;s:81:\"http://litcaf.com/my-posts/?__im-rcDkDnGD=15666079619925172241&author_posts=12265\";i:521;s:33:\"http://litcaf.com/ephraim-akpata/\";i:522;s:34:\"http://litcaf.com/stephen-awokoya/\";i:523;s:44:\"http://litcaf.com/my-posts/?author_posts=116\";i:524;s:46:\"http://litcaf.com/my-posts/?author_posts=11206\";i:525;s:32:\"http://litcaf.com/okilo-melford/\";i:526;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/110/?__im-bhfhICNJ=342404584617172831\";i:527;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/200/?__im-dIQMfayo=13632228104007431518\";i:528;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/151/privacy-policy\";i:529;s:90:\"http://litcaf.com/best-freelancers-in-nigeria/page/100/?__im-gAwgaUXZ=14847331387619792355\";i:530;s:80:\"http://litcaf.com/my-posts/?__im-sgroZByL=8179488696311193308&author_posts=12163\";i:531;s:80:\"http://litcaf.com/author/tope_litcaf/page/10/?__im-KrzTRZkX=18155262979195504748\";i:532;s:68:\"http://litcaf.com/giant-pangolin/?__im-uPzhIsJq=13044983412654554835\";i:533;s:53:\"http://litcaf.com/?__im-vVAYziqe=17497495749492054166\";i:534;s:43:\"http://litcaf.com/my-posts?author_posts=107\";i:535;s:34:\"http://litcaf.com/onabamiro-sanya/\";i:536;s:39:\"http://litcaf.com/gabaro/privacy-policy\";i:537;s:27:\"http://litcaf.com/research/\";i:538;s:46:\"http://litcaf.com/my-posts/?author_posts=14336\";i:539;s:84:\"http://litcaf.com/category/science/animals/page/5/?__im-bsXcffef=5556766627561679024\";i:540;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-TvchekDs=6858416229312591988\";i:541;s:81:\"http://litcaf.com/my-posts/?__im-qxoKEBzC=10509639539495197858&author_posts=11790\";i:542;s:72:\"http://litcaf.com/military-oligarchy/?__im-MjFoPWZT=13718384785344218369\";i:543;s:52:\"http://litcaf.com/?__im-YJYlrnZx=1422610477552056448\";i:544;s:40:\"http://litcaf.com/21473-2/privacy-policy\";i:545;s:59:\"http://litcaf.com/author/tope_litcaf/page/58/privacy-policy\";i:546;s:38:\"http://litcaf.com/gberu/privacy-policy\";i:547;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/58/?__im-jmauMlXV=5938104856949954106\";i:548;s:89:\"http://litcaf.com/category/government/research/page/2/?__im-WFaiLana=13029253856082283286\";i:549;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357page%2F119%2Fpage%2F3%2F\";i:550;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F2%2Fpage%2F3%2F\";i:551;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F56%2Fpage%2F3%2Fpage%2F215%2F\";i:552;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/157/privacy-policy\";i:553;s:97:\"http://litcaf.com/category/history/history-civilization/page/2/?__im-nVFuFPOU=8442876151830725864\";i:554;s:80:\"http://litcaf.com/my-posts/?__im-CIKWOiKE=8544391545791231953&author_posts=12385\";i:555;s:102:\"http://litcaf.com/best-freelancers-in-nigeria/page/44/privacy-policy?__im-SFBpIqFE=3389449007228953477\";i:556;s:103:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2F\";i:557;s:101:\"http://litcaf.com/category/government/politics-civil-rights/page/2/?__im-PIceZpqA=2079814287961471542\";i:558;s:73:\"http://litcaf.com/category/culture/lifestyle-others/page/3/privacy-policy\";i:559;s:69:\"http://litcaf.com/royal-bird-hotel/?__im-vYBfytDJ=7262901343543956728\";i:560;s:79:\"http://litcaf.com/author/tope_litcaf/page/60/?__im-XuLqjQNU=8793686295774485909\";i:561;s:47:\"http://litcaf.com/password-reset/privacy-policy\";i:562;s:59:\"http://litcaf.com/author/tope_litcaf/page/14/privacy-policy\";i:563;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/94/privacy-policy\";i:564;s:140:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2Fpage%2F29%2Fpage%2F29%2F\";i:565;s:80:\"http://litcaf.com/my-posts/?__im-YSXeXsnZ=7873108275672751073&author_posts=11192\";i:566;s:72:\"http://litcaf.com/category/technology/architecture/page/2/privacy-policy\";i:567;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F2%2F\";i:568;s:105:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Twitter&hauth.time=1506255038\";i:569;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/151/privacy-policy?__im-KZoQKdHC=15082106932752950619\";i:570;s:60:\"http://litcaf.com/category/social/media-print/privacy-policy\";i:571;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-amFthiRA=11945201261702646245page%2F57%2Fpage%2F3%2Fpage%2F3%2Fpage%2F29%2F\";i:572;s:62:\"http://litcaf.com/make-card?__im-wsIDcMCD=18349689531846325611\";i:573;s:151:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F2%2Fpage%2F2%2F&__im-iFwXWCQx=17996706615830032608\";i:574;s:54:\"http://litcaf.com/atlantis-grand-suites/privacy-policy\";i:575;s:149:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-oGubJrwR=9115281664421258042&__im-uKEmAvjC=334516214112046357page%2F120%2Fpage%2F2%2Fpage%2F29%2F\";i:576;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-VAosdWbq=2965794347440462295page%2F77%2F\";i:577;s:83:\"http://litcaf.com/category-users/?__im-RtmtetzQ=4326000225568928625&cat=entertainer\";i:578;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/?__im-YNdRETee=3469317815074442801\";i:579;s:89:\"http://litcaf.com/category-users/?__im-ZwhoDDYU=8230170895024386232&cat=medical_personnel\";i:580;s:61:\"http://litcaf.com/make-card?__im-rRctMrkH=7172977706511632768\";i:581;s:93:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F57%2F\";i:582;s:49:\"http://litcaf.com/abidoye-babalola/privacy-policy\";i:583;s:54:\"http://litcaf.com/peter-awelewa-adebiyi/privacy-policy\";i:584;s:67:\"http://litcaf.com/category/technology/oil-gas/page/3/privacy-policy\";i:585;s:52:\"http://litcaf.com/?__im-CxpViWgJ=4676411511433698001\";i:586;s:63:\"http://litcaf.com/category/social/people/page/25/privacy-policy\";i:587;s:63:\"http://litcaf.com/category/social/people/page/18/privacy-policy\";i:588;s:79:\"http://litcaf.com/author/tope_litcaf/page/2/?__im-BIGOINkG=10635411923466136592\";i:589;s:116:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F215%2Fpage%2F3%2F\";i:590;s:97:\"http://litcaf.com/category/history/history-civilization/page/5/?__im-DOsjGKwG=7992467622411869670\";i:591;s:60:\"http://litcaf.com/author/tope_litcaf/page/106/privacy-policy\";i:592;s:111:\"http://litcaf.com/2024/09/13/decluttering/?__im-eWlKbChx=1407158620709139399&__im-kSbNWuXN=18422069415468236887\";i:593;s:78:\"http://litcaf.com/my-posts?__im-lJRbUKoK=13933850409686543042&author_posts=134\";i:594;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/64/?__im-fvhgODhv=6528895213246034997\";i:595;s:62:\"http://litcaf.com/cgi-sys/suspendedpage.cgi?author_posts=11735\";i:596;s:48:\"http://litcaf.com/onabamiro-sanya/privacy-policy\";i:597;s:59:\"http://litcaf.com/ogbemudia-samuel-osaigbovo/privacy-policy\";i:598;s:53:\"http://litcaf.com/?__im-ClrTjlDP=10457246608321968871\";i:599;s:92:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2F\";i:600;s:80:\"http://litcaf.com/category-users/?__im-wiINqhPX=3806829789667359355&cat=engineer\";i:601;s:138:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-jmauMlXV=5938104856949954106page%2F60%2Fpage%2F2%2Fpage%2F2%2Fpage%2F29%2Fpage%2F29%2F\";i:602;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/11/privacy-policy\";i:603;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/90/privacy-policy\";i:604;s:51:\"http://litcaf.com/?__im-tgBVZhJy=558112534234742669\";i:605;s:72:\"http://litcaf.com/category/environment/environment-others/privacy-policy\";i:606;s:47:\"http://litcaf.com/ephraim-akpata/privacy-policy\";i:607;s:52:\"http://litcaf.com/?__im-mQhaPSzE=6746066060152899188\";i:608;s:52:\"http://litcaf.com/agwai-martin-luther/privacy-policy\";i:609;s:79:\"http://litcaf.com/author/tope_litcaf/page/61/?__im-bMwaDAbQ=4541346296081977713\";i:610;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/116/?__im-xGstScUm=3715241370539394983\";i:611;s:105:\"http://litcaf.com/wp-content/plugins/profilepress/social-login/?hauth.start=Twitter&hauth.time=1516151794\";i:612;s:174:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bYaNwJdA=6615309067279383669&__im-lbbmxlHV=9294877678118989530&__im-yvzaKoHo=12771674432103962180page%2F215%2Fpage%2F29%2F\";i:613;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/191/privacy-policy\";i:614;s:80:\"http://litcaf.com/my-posts/?__im-NgOCStdE=5214516839558559336&author_posts=12359\";i:615;s:50:\"http://litcaf.com/tudor-house-hotel/privacy-policy\";i:616;s:47:\"http://litcaf.com/giant-pangolin/privacy-policy\";i:617;s:81:\"http://litcaf.com/my-posts/?__im-HHKPuiuj=10508661415789923117&author_posts=11959\";i:618;s:95:\"http://litcaf.com/category/government/finance-others/page/2/?__im-AJBUPuaT=17486687541961546984\";i:619;s:79:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-uKEmAvjC=334516214112046357\";i:620;s:118:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-wrsnScBL=16039738187411726645page%2F178%2Fpage%2F215%2Fpage%2F3%2F\";i:621;s:59:\"http://litcaf.com/author/tope_litcaf/page/98/privacy-policy\";i:622;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/28/privacy-policy\";i:623;s:102:\"http://litcaf.com/category/entertainment/entertainment-music/page/3/?__im-hAxsmeJC=4655932292368345708\";i:624;s:80:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-gpzCSHFL=6910887793650202266\";i:625;s:41:\"http://litcaf.com/research/privacy-policy\";i:626;s:127:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-EDhzkjkv=12867735030712403048&__im-vPKABBQQ=3718608370483167692page%2F17%2F\";i:627;s:114:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YNdRETee=3469317815074442801page%2F27%2Fpage%2F3%2Fpage%2F3%2F\";i:628;s:78:\"http://litcaf.com/category-users/?__im-YAfPWYvY=1312365962967532828&cat=writer\";i:629;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/page/139/privacy-policy?__im-yjIYvyaG=14680429114945747232\";i:630;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/163/privacy-policy\";i:631;s:57:\"http://litcaf.com/category-users/?cat=Counsellors_Teacher\";i:632;s:53:\"http://litcaf.com/?__im-KHqnAUSr=15115810644766059542\";i:633;s:104:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-yvzaKoHo=12771674432103962180page%2F60%2Fpage%2F2%2F\";i:634;s:139:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-bEYnfEni=16424196485084743711&__im-yvzaKoHo=12771674432103962180page%2F56%2Fpage%2F3%2F\";i:635;s:72:\"http://litcaf.com/?__im-doIcdQks=693929879156525640&trk=public_post-text\";i:636;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/79/privacy-policy\";i:637;s:77:\"http://litcaf.com/category/history/history-civilization/page/3/privacy-policy\";i:638;s:56:\"http://litcaf.com/history-of-the--yorubas/privacy-policy\";i:639;s:58:\"http://litcaf.com/author/tope_litcaf/page/2/privacy-policy\";i:640;s:48:\"http://litcaf.com/stephen-awokoya/privacy-policy\";i:641;s:46:\"http://litcaf.com/my-posts/?author_posts=14865\";i:642;s:32:\"http://litcaf.com/rasaki-salawu/\";i:643;s:39:\"http://litcaf.com/the-apostolic-church/\";i:644;s:24:\"http://litcaf.com/gombe/\";i:645;s:32:\"http://litcaf.com/adesokan-yemi/\";i:646;s:35:\"http://litcaf.com/remi-fani-kayode/\";i:647;s:35:\"http://litcaf.com/inaugural-sermon/\";i:648;s:68:\"http://litcaf.com/best-freelancers-in-nigeria/page/54/privacy-policy\";i:649;s:89:\"http://litcaf.com/best-freelancers-in-nigeria/page/189/?__im-RVpGWpOu=8102673069111076334\";i:650;s:88:\"http://litcaf.com/best-freelancers-in-nigeria/page/19/?__im-vPKABBQQ=3718608370483167692\";i:651;s:87:\"http://litcaf.com/best-freelancers-in-nigeria/page/25/?__im-iTVfloiw=757136097331114582\";i:652;s:48:\"http://litcaf.com/category-users/?cat=Researcher\";i:653;s:69:\"http://litcaf.com/best-freelancers-in-nigeria/page/205/privacy-policy\";i:654;s:51:\"http://litcaf.com/category-users/?cat=web_developer\";i:655;s:29:\"http://litcaf.com/adubi-riot/\";i:656;s:90:\"http://litcaf.com/category-users/?__im-WRQxYEiz=17454646767855694653&cat=virtual_assistant\";i:657;s:105:\"http://litcaf.com/best-freelancers-in-nigeria/?__im-YdkfUbdK=14167992808382367329page%2F215%2Fpage%2F3%2F\";i:658;s:80:\"http://litcaf.com/author/tope_litcaf/page/84/?__im-ZkaIHfgH=13286074349763264335\";i:659;s:67:\"http://litcaf.com/category/technology/oil-gas/page/2/privacy-policy\";}s:11:\"user_agents\";a:2:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";i:1;s:136:\"Mozilla/5.0 (compatible; Bytespider; spider-feedback@bytedance.com) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1728593109;}s:33:\"http://litcaf.com:443/tree-hyrax/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727122379;}s:83:\"http://litcaf.com:443/ogbomoso/?utm_source=rss&utm_medium=rss&utm_campaign=ogbomoso\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726460243;}s:34:\"http://litcaf.com:443/water-house/\";a:5:{s:9:\"hit_count\";i:8;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728351843;}s:48:\"http://litcaf.com:443/birch-freeman-high-school/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727999736;}s:38:\"http://litcaf.com:443/tayo-aderinokun/\";a:5:{s:9:\"hit_count\";i:15;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:19:\"https://macy\\\'s.com\";}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:68:\"Mozilla/5.0 (Android 12; Tablet; rv:110.0) Gecko/110.0 Firefox/110.0\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728435027;}s:35:\"http://litcaf.com:443/raph-uwechue/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728483659;}s:54:\"http://litcaf.com:443/category/social/popular-culture/\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728596918;}s:36:\"http://litcaf.com:443/james-oluleye/\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727106074;}s:64:\"http://litcaf.com:443/category/environment/environment-wildlife/\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:29:\"http://litcaf.com/adolescence\";}s:11:\"user_agents\";a:3:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:1;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:2;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1727162173;}s:33:\"http://litcaf.com:443/agbaje-war/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728526227;}s:36:\"http://litcaf.com:443/mike-bamiloye/\";a:5:{s:9:\"hit_count\";i:21;s:6:\"is_new\";b:1;s:8:\"referers\";a:2:{i:0;s:21:\"https://epicgames.com\";i:1;s:20:\"https://www.bing.com\";}s:11:\"user_agents\";a:8:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:2;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";i:3;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:4;s:71:\"Mozilla/5.0 (compatible; Bingbot/2.0; +http://www.bing.com/bingbot.htm)\";i:5;s:133:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.47\";i:6;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:7;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728542952;}s:62:\"http://litcaf.com:443/category/entertainment/nollywood-others/\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1727340443;}s:42:\"http://litcaf.com:443/taiwo-concord-olowo/\";a:5:{s:9:\"hit_count\";i:19;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:40:\"https://en.linkfang.org/wiki/Taiwo_Olowo\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728422089;}s:34:\"http://litcaf.com:443/giant-eland/\";a:5:{s:9:\"hit_count\";i:4;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:21:\"https://southwest.com\";}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\";}s:13:\"last_hit_time\";i:1727335613;}s:39:\"http://litcaf.com:443/arisekola-alao-2/\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726944691;}s:28:\"http://litcaf.com:443/adimu/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728422279;}s:42:\"http://litcaf.com:443/hamzat-adisa-subair/\";a:5:{s:9:\"hit_count\";i:13;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728522072;}s:27:\"http://litcaf.com:443/losi/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728463966;}s:36:\"http://litcaf.com:443/abioro-yakubu/\";a:5:{s:9:\"hit_count\";i:12;s:6:\"is_new\";b:1;s:8:\"referers\";a:3:{i:0;s:23:\"https://www.google.com/\";i:1;s:21:\"https://www.bing.com/\";i:2;s:55:\"http://litcaf.com/author/tope_litcaf/page/39/?mode=grid\";}s:11:\"user_agents\";a:7:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:147:\"Mozilla/5.0 (iPhone; CPU iPhone OS 16_7_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.7 Mobile/15E148 Safari/604.1 OPT/5.0.5\";i:2;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:3;s:25:\"DefaultLangchainUserAgent\";i:4;s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0\";i:5;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:6;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1728068289;}s:81:\"http://litcaf.com:443/questions/modal_quiz_display.php?short_code=makun&user_id=0\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:32:\"https://encyclopedia.litcaf.com/\";}s:11:\"user_agents\";a:2:{i:0;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";}s:13:\"last_hit_time\";i:1727070564;}s:58:\"http://litcaf.com:443/category/government/military/page/2/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:46:\"http://litcaf.com/category/government/military\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726462973;}s:36:\"http://litcaf.com:443/humunai-alaga/\";a:5:{s:9:\"hit_count\";i:13;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:52:\"http://litcaf.com/category/social/textile/?mode=list\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728448861;}s:70:\"http://litcaf.com:443/wp-content/uploads/2016/02/Emmanuel-Oshoffa1.jpg\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:99:\"https://www.kjhomefurnishings.com/Celestial-Church-of-Christ-Church-Religion-Spiritual-1186794.html\";}s:11:\"user_agents\";a:1:{i:0;s:148:\"Mozilla/5.0 (Linux; Android 5.0) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; Bytespider; spider-feedback@bytedance.com)\";}s:13:\"last_hit_time\";i:1726463621;}s:25:\"http://litcaf.com/ads.txt\";a:5:{s:9:\"hit_count\";i:31;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:25:\"http://litcaf.com/ads.txt\";}s:11:\"user_agents\";a:2:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:42:\"Mozilla/5.0 (compatible; Dataprovider.com)\";}s:13:\"last_hit_time\";i:1728592579;}s:67:\"http://litcaf.com:443/wp-content/themes/notio-wp/assets/css/app.css\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:7:{i:0;s:18:\"http://litcaf.com/\";i:1;s:38:\"http://litcaf.com/bola-kuforiji-olubi/\";i:2;s:28:\"http://litcaf.com/ore-green/\";i:3;s:27:\"http://litcaf.com/mongoose/\";i:4;s:40:\"http://litcaf.com/old-oyo-national-park/\";i:5;s:95:\"http://litcaf.com/celestial-church/?utm_source=rss&utm_medium=rss&utm_campaign=celestial-church\";i:6;s:31:\"http://litcaf.com/nenadi-usman/\";}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.113 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Mobile Safari/537.36\";i:2;s:11:\"YisouSpider\";i:3;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727428229;}s:28:\"http://litcaf.com:443/karan/\";a:5:{s:9:\"hit_count\";i:14;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728465488;}s:50:\"http://litcaf.com:443/category/social/media-print/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726464142;}s:30:\"http://litcaf.com:443/19618-2/\";a:5:{s:9:\"hit_count\";i:9;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728536423;}s:29:\"http://litcaf.com:443/ads.txt\";a:5:{s:9:\"hit_count\";i:30;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:72:\"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728515659;}s:48:\"http://litcaf.com:443/how-to-attract-prosperity/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728528899;}s:65:\"http://litcaf.com:443/category/entertainment/entertainment-media/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";}s:13:\"last_hit_time\";i:1726466131;}s:63:\"http://litcaf.com:443/index.php/wp-json/litespeed/v1/cdn_status\";a:5:{s:9:\"hit_count\";i:30;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:58:\"http://litcaf.com/wp-admin/update.php?action=upload-plugin\";}s:11:\"user_agents\";a:1:{i:0;s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:128.0) Gecko/20100101 Firefox/128.0\";}s:13:\"last_hit_time\";i:1728400115;}s:45:\"http://litcaf.com:443/log-in-3/privacy-policy\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1726466488;}s:38:\"http://litcaf.com:443/interventionism/\";a:5:{s:9:\"hit_count\";i:17;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:45:\"http://litcaf.com/author/tope_litcaf/page/11/\";}s:11:\"user_agents\";a:6:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";i:2;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:4;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:5;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1728560676;}s:49:\"http://litcaf.com:443/my-posts?author_posts=12181\";a:5:{s:9:\"hit_count\";i:2;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:53:\"http://litcaf.com/best-freelancers-in-nigeria/page/9/\";}s:11:\"user_agents\";a:1:{i:0;s:165:\"Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)\";}s:13:\"last_hit_time\";i:1726950963;}s:58:\"http://litcaf.com:443/category/science/agriculture-goatry/\";a:5:{s:9:\"hit_count\";i:11;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:4:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:83:\"Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:3;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728530111;}s:38:\"http://litcaf.com:443/ekwueme-lazarus/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727526504;}s:44:\"http://litcaf.com:443/apata-memorial-school/\";a:5:{s:9:\"hit_count\";i:3;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1727706029;}s:46:\"http://litcaf.com:443/lagoon-secondary-school/\";a:5:{s:9:\"hit_count\";i:6;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:2:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1727855300;}s:38:\"http://litcaf.com:443/orisadipe-obasa/\";a:5:{s:9:\"hit_count\";i:8;s:6:\"is_new\";b:1;s:8:\"referers\";a:1:{i:0;s:23:\"https://www.google.com/\";}s:11:\"user_agents\";a:3:{i:0;s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Mobile Safari/537.36\";i:1;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728435682;}s:40:\"http://litcaf.com:443/erastus-akingbola/\";a:5:{s:9:\"hit_count\";i:19;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728536005;}s:35:\"http://litcaf.com:443/sam-loco-efe/\";a:5:{s:9:\"hit_count\";i:10;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:3:{i:0;s:200:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.6613.137 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:1;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.70 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";i:2;s:199:\"Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.6668.89 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)\";}s:13:\"last_hit_time\";i:1728532558;}s:38:\"https://litcaf.com:443/jamesons-mamba/\";a:5:{s:9:\"hit_count\";i:1;s:6:\"is_new\";b:1;s:8:\"referers\";a:0:{}s:11:\"user_agents\";a:1:{i:0;s:64:\"Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)\";}s:13:\"last_hit_time\";i:1744951597;}}}','auto-off'),(1558,'seo_ultimate_module_more-links','a:1:{s:7:\"default\";s:45:\"Continue reading &#8220;{post}&#8221; &raquo;\";}','auto'),(1559,'seo_ultimate_module_permalinks','a:1:{s:20:\"add_rule_if_conflict\";b:1;}','auto'),(1560,'seo_ultimate_module_import-aiosp','a:3:{s:15:\"import_postmeta\";b:1;s:25:\"postmeta_bothexist_action\";s:4:\"skip\";s:17:\"after_post_import\";s:7:\"nothing\";}','auto'),(1561,'seo_ultimate_module_user-code','a:1:{s:14:\"global_wp_head\";s:0:\"\";}','auto'),(1562,'seo_ultimate_module_internal-link-aliases','a:2:{s:9:\"alias_dir\";s:2:\"go\";s:7:\"aliases\";a:0:{}}','auto'),(1563,'seo_ultimate_module_meta','a:6:{s:32:\"home_description_tagline_default\";b:1;s:25:\"description_posttype_post\";s:9:\"{excerpt}\";s:25:\"description_posttype_page\";s:0:\"\";s:29:\"description_taxonomy_category\";s:13:\"{description}\";s:29:\"description_taxonomy_post_tag\";s:13:\"{description}\";s:17:\"description_paged\";s:31:\"{meta_description} - Page {num}\";}','auto'),(1564,'seo_ultimate_module_opengraph','a:6:{s:20:\"default_post_og_type\";s:7:\"article\";s:20:\"default_page_og_type\";s:7:\"article\";s:25:\"default_post_twitter_card\";s:7:\"summary\";s:25:\"default_page_twitter_card\";s:7:\"summary\";s:31:\"default_attachment_twitter_card\";s:5:\"photo\";s:24:\"enable_og_article_author\";b:1;}','auto'),(1565,'seo_ultimate_module_titles','a:14:{s:10:\"title_home\";s:6:\"{blog}\";s:12:\"title_single\";s:15:\"{post} | {blog}\";s:10:\"title_page\";s:15:\"{page} | {blog}\";s:14:\"title_category\";s:19:\"{category} | {blog}\";s:9:\"title_tag\";s:14:\"{tag} | {blog}\";s:9:\"title_day\";s:43:\"Archives for {month} {day}, {year} | {blog}\";s:11:\"title_month\";s:36:\"Archives for {month} {year} | {blog}\";s:10:\"title_year\";s:28:\"Archives for {year} | {blog}\";s:12:\"title_author\";s:26:\"Posts by {author} | {blog}\";s:12:\"title_search\";s:35:\"Search Results for {query} | {blog}\";s:9:\"title_404\";s:22:\"404 Not Found | {blog}\";s:11:\"title_paged\";s:20:\"{title} - Page {num}\";s:13:\"terms_ucwords\";b:1;s:14:\"rewrite_method\";s:2:\"ob\";}','auto'),(1566,'seo_ultimate_module_sds-blog','a:2:{s:8:\"lastread\";i:1726452465;s:14:\"rss_item_times\";a:10:{i:0;i:0;i:1;i:0;i:2;i:0;i:3;i:0;i:4;i:0;i:5;i:0;i:6;i:0;i:7;i:0;i:8;i:0;i:9;i:0;}}','auto'),(1572,'acf_version','6.4.0.1','auto'),(1577,'fileaway_db_version','1.0','auto'),(1578,'fileaway_db2_version','1.0','auto'),(1741,'siteorigin_installer_admin_dismissed','1','auto'),(3103,'wpins_block_notice','a:1:{s:16:\"disable-comments\";s:16:\"disable-comments\";}','auto'),(6041,'bvmgredirect','no','off'),(6042,'bvActivateTime','1728599214','off'),(6044,'bvLastRecvTime','1728599463','off'),(6045,'bvAccountsList','a:1:{s:32:\"35d8b07e257d52d84625024303b54a8f\";a:7:{s:6:\"secret\";s:32:\"05e62b38d0eaf04200fb302fffd9db42\";s:11:\"account_gid\";s:8:\"SnvzUe8m\";s:14:\"lastbackuptime\";i:1728599450;s:11:\"migrateguru\";b:1;s:12:\"account_type\";s:11:\"migrateguru\";s:3:\"url\";s:17:\"http://litcaf.com\";s:5:\"email\";s:25:\"dfasfggdf******@gmail.com\";}}','off'),(6067,'https_detection_errors','a:0:{}','off'),(6068,'_transient_health-check-site-status-result','{\"good\":16,\"recommended\":6,\"critical\":1}','on'),(6545,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),(10690,'_transient_jm_get_category-transient-version','1746017885','on'),(12554,'db_upgraded','','on'),(12557,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";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'),(16079,'can_compress_scripts','0','on'),(21474,'_transient_jm_get_post_tag-transient-version','1745924405','on'),(21686,'bp_nouveau_appearance','a:1:{s:15:\"user_front_page\";i:1;}','on'),(31804,'_site_transient_timeout_pp-disable-ajax-mode','1746910849','off'),(31805,'_site_transient_pp-disable-ajax-mode','1746910849','off'),(35886,'litespeed.conf.qc-cname','','auto'),(36962,'WPLANG','','auto'),(36963,'new_admin_email','topeapoola84@gmail.com','auto'),(36964,'adminhash','a:2:{s:4:\"hash\";s:32:\"514f17406358ac9c5671466e5689f360\";s:8:\"newemail\";s:22:\"topeapoola84@gmail.com\";}','off'),(37329,'wpcode_usage_tracking_config','a:6:{s:3:\"day\";i:2;s:4:\"hour\";i:21;s:6:\"minute\";i:36;s:6:\"second\";i:12;s:6:\"offset\";i:250572;s:8:\"initsend\";i:1744148172;}','off'),(37330,'ihaf_activated','a:2:{s:6:\"wpcode\";i:1743816492;s:7:\"version\";s:5:\"2.2.7\";}','auto'),(37332,'_transient_jm_get_wpcode_type-transient-version','1745419295','on'),(37333,'_transient_jm_get_wpcode_location-transient-version','1745419295','on'),(37334,'_transient_jm_get_wpcode_tags-transient-version','1745419295','on'),(37335,'wpcode_snippets','a:3:{s:10:\"admin_only\";a:1:{i:0;a:14:{s:2:\"id\";i:24244;s:5:\"title\";s:36:\"Replace WordPress Logo on Login Page\";s:4:\"code\";s:478:\"add_filter( \'login_head\', function () {\r\n	// Update the line below with the URL to your own logo.\r\n	// Adjust the Width & Height accordingly.\r\n	$custom_logo = \'https://wpcode.com/wp-admin/images/wordpress-logo.svg\';\r\n	$logo_width  = 84;\r\n	$logo_height = 84;\r\n\r\n	printf(\r\n		\'<style>.login h1 a {background-image:url(%1$s) !important; margin:0 auto; width: %2$spx; height: %3$spx; background-size: 100%%;}</style>\',\r\n		$custom_logo,\r\n		$logo_width,\r\n		$logo_height\r\n	);\r\n}, 990 );\";s:9:\"code_type\";s:3:\"php\";s:8:\"location\";s:10:\"admin_only\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:0:{}}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:13:\"compiled_code\";s:0:\"\";s:8:\"modified\";s:19:\"2025-04-23 14:41:35\";}}s:15:\"after_paragraph\";a:1:{i:0;a:14:{s:2:\"id\";i:24132;s:5:\"title\";s:50:\"Display a message after the 1st paragraph of posts\";s:4:\"code\";s:312:\"<p> </p>\n<p><em>Now that you are reading, do not let your knowledge go to waste. Take quizzes and begin to build up points hence, more visibility in your entrepreneurial or professional journey, among other benefits. Come back here after you <a href=\"https://litcaf.com\">Login</a>.</em></p>\n<p> </p>\n<p> </p>\n\";s:9:\"code_type\";s:4:\"text\";s:8:\"location\";s:15:\"after_paragraph\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:13:\"compiled_code\";s:0:\"\";s:8:\"modified\";s:19:\"2025-04-19 00:39:01\";}}s:10:\"everywhere\";a:1:{i:0;a:14:{s:2:\"id\";i:24134;s:5:\"title\";s:24:\"Disable The WP Admin Bar\";s:4:\"code\";s:98:\"/* Disable WordPress Admin Bar for all users */\r\nadd_filter( \'show_admin_bar\', \'__return_false\' );\";s:9:\"code_type\";s:3:\"php\";s:8:\"location\";s:10:\"everywhere\";s:11:\"auto_insert\";i:1;s:13:\"insert_number\";i:1;s:9:\"use_rules\";b:0;s:5:\"rules\";a:0:{}s:8:\"priority\";i:10;s:14:\"location_extra\";s:0:\"\";s:20:\"shortcode_attributes\";a:0:{}s:13:\"compiled_code\";s:0:\"\";s:8:\"modified\";s:19:\"2025-04-05 01:47:49\";}}}','auto'),(37337,'wpcode_admin_notices','a:2:{s:14:\"review_request\";a:2:{s:4:\"time\";i:1743816492;s:9:\"dismissed\";b:0;}s:15:\"suggest_plugins\";a:2:{s:4:\"time\";i:1743816492;s:9:\"dismissed\";b:0;}}','auto'),(37339,'wpcode_notifications','a:4:{s:6:\"update\";i:1745348990;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','off'),(37344,'wpcode_library_api_auth','a:5:{s:3:\"key\";s:40:\"5962ffb13d9559637960dd1e26a18bfb1c06e032\";s:8:\"username\";s:11:\"tope_litcaf\";s:14:\"webhook_secret\";s:0:\"\";s:9:\"client_id\";s:40:\"1c32b8ef1ae8aded3fbd7717fd9777380628a9c0\";s:12:\"connected_at\";i:1743817594;}','off'),(37345,'wpcode_settings','a:5:{s:21:\"facebook_pixel_events\";a:5:{s:9:\"page_view\";i:1;s:11:\"add_to_cart\";i:1;s:12:\"view_content\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;}s:19:\"google_pixel_events\";a:6:{s:9:\"page_view\";i:1;s:11:\"add_to_cart\";i:1;s:9:\"view_item\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;s:10:\"conversion\";i:1;}s:22:\"pinterest_pixel_events\";a:4:{s:17:\"pagevisit_product\";i:1;s:14:\"begin_checkout\";i:1;s:11:\"add_to_cart\";i:1;s:8:\"purchase\";i:1;}s:19:\"tiktok_pixel_events\";a:4:{s:12:\"view_content\";i:1;s:11:\"add_to_cart\";i:1;s:14:\"begin_checkout\";i:1;s:8:\"purchase\";i:1;}s:14:\"usage_tracking\";b:1;}','auto'),(38434,'wpcode_send_usage_last_run','1745962584','auto'),(38836,'wpum_version_upgraded_from','2.9.10','auto'),(38888,'_transient_timeout_dirsize_cache','2059992669','off');
INSERT INTO `wph0_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (38889,'_transient_dirsize_cache','a:4521:{s:42:\"/home/litcwxiz/public_html/wp-admin/images\";i:424450;s:44:\"/home/litcwxiz/public_html/wp-admin/includes\";i:3081593;s:40:\"/home/litcwxiz/public_html/wp-admin/user\";i:3685;s:52:\"/home/litcwxiz/public_html/wp-admin/css/colors/light\";i:83185;s:53:\"/home/litcwxiz/public_html/wp-admin/css/colors/modern\";i:83480;s:54:\"/home/litcwxiz/public_html/wp-admin/css/colors/sunrise\";i:86070;s:53:\"/home/litcwxiz/public_html/wp-admin/css/colors/coffee\";i:80344;s:51:\"/home/litcwxiz/public_html/wp-admin/css/colors/blue\";i:82418;s:55:\"/home/litcwxiz/public_html/wp-admin/css/colors/midnight\";i:84550;s:52:\"/home/litcwxiz/public_html/wp-admin/css/colors/ocean\";i:79449;s:56:\"/home/litcwxiz/public_html/wp-admin/css/colors/ectoplasm\";i:83874;s:46:\"/home/litcwxiz/public_html/wp-admin/css/colors\";i:687492;s:39:\"/home/litcwxiz/public_html/wp-admin/css\";i:2609255;s:41:\"/home/litcwxiz/public_html/wp-admin/maint\";i:7611;s:46:\"/home/litcwxiz/public_html/wp-admin/js/widgets\";i:139432;s:38:\"/home/litcwxiz/public_html/wp-admin/js\";i:1991001;s:43:\"/home/litcwxiz/public_html/wp-admin/network\";i:126006;s:35:\"/home/litcwxiz/public_html/wp-admin\";i:9277490;s:53:\"/home/litcwxiz/public_html/.well-known/pki-validation\";i:91;s:38:\"/home/litcwxiz/public_html/.well-known\";i:91;s:31:\"/home/litcwxiz/public_html/.tmb\";i:1009022;s:34:\"/home/litcwxiz/public_html/cgi-bin\";i:0;s:57:\"/home/litcwxiz/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:55:\"/home/litcwxiz/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:48:\"/home/litcwxiz/public_html/wp-includes/Text/Diff\";i:44136;s:43:\"/home/litcwxiz/public_html/wp-includes/Text\";i:57248;s:51:\"/home/litcwxiz/public_html/wp-includes/images/media\";i:5263;s:53:\"/home/litcwxiz/public_html/wp-includes/images/smilies\";i:10082;s:53:\"/home/litcwxiz/public_html/wp-includes/images/crystal\";i:15541;s:45:\"/home/litcwxiz/public_html/wp-includes/images\";i:102178;s:51:\"/home/litcwxiz/public_html/wp-includes/certificates\";i:233231;s:57:\"/home/litcwxiz/public_html/wp-includes/sitemaps/providers\";i:17593;s:47:\"/home/litcwxiz/public_html/wp-includes/sitemaps\";i:47541;s:43:\"/home/litcwxiz/public_html/wp-includes/pomo\";i:57146;s:49:\"/home/litcwxiz/public_html/wp-includes/php-compat\";i:1253;s:47:\"/home/litcwxiz/public_html/wp-includes/html-api\";i:530383;s:54:\"/home/litcwxiz/public_html/wp-includes/rest-api/fields\";i:22750;s:54:\"/home/litcwxiz/public_html/wp-includes/rest-api/search\";i:16916;s:57:\"/home/litcwxiz/public_html/wp-includes/rest-api/endpoints\";i:852741;s:47:\"/home/litcwxiz/public_html/wp-includes/rest-api\";i:983355;s:56:\"/home/litcwxiz/public_html/wp-includes/css/dist/commands\";i:13442;s:62:\"/home/litcwxiz/public_html/wp-includes/css/dist/format-library\";i:4970;s:57:\"/home/litcwxiz/public_html/wp-includes/css/dist/edit-post\";i:61936;s:61:\"/home/litcwxiz/public_html/wp-includes/css/dist/block-library\";i:806320;s:54:\"/home/litcwxiz/public_html/wp-includes/css/dist/editor\";i:248960;s:56:\"/home/litcwxiz/public_html/wp-includes/css/dist/patterns\";i:7442;s:59:\"/home/litcwxiz/public_html/wp-includes/css/dist/preferences\";i:6314;s:68:\"/home/litcwxiz/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:60:\"/home/litcwxiz/public_html/wp-includes/css/dist/edit-widgets\";i:95376;s:63:\"/home/litcwxiz/public_html/wp-includes/css/dist/block-directory\";i:15764;s:65:\"/home/litcwxiz/public_html/wp-includes/css/dist/customize-widgets\";i:23816;s:60:\"/home/litcwxiz/public_html/wp-includes/css/dist/block-editor\";i:622199;s:51:\"/home/litcwxiz/public_html/wp-includes/css/dist/nux\";i:11624;s:63:\"/home/litcwxiz/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:58:\"/home/litcwxiz/public_html/wp-includes/css/dist/components\";i:368775;s:57:\"/home/litcwxiz/public_html/wp-includes/css/dist/edit-site\";i:552938;s:55:\"/home/litcwxiz/public_html/wp-includes/css/dist/widgets\";i:23740;s:47:\"/home/litcwxiz/public_html/wp-includes/css/dist\";i:2883758;s:42:\"/home/litcwxiz/public_html/wp-includes/css\";i:3530025;s:44:\"/home/litcwxiz/public_html/wp-includes/fonts\";i:327011;s:45:\"/home/litcwxiz/public_html/wp-includes/assets\";i:29112;s:56:\"/home/litcwxiz/public_html/wp-includes/interactivity-api\";i:55740;s:42:\"/home/litcwxiz/public_html/wp-includes/ID3\";i:1160011;s:43:\"/home/litcwxiz/public_html/wp-includes/l10n\";i:31237;s:53:\"/home/litcwxiz/public_html/wp-includes/block-bindings\";i:3610;s:51:\"/home/litcwxiz/public_html/wp-includes/theme-compat\";i:15656;s:42:\"/home/litcwxiz/public_html/wp-includes/IXR\";i:33910;s:51:\"/home/litcwxiz/public_html/wp-includes/style-engine\";i:47954;s:52:\"/home/litcwxiz/public_html/wp-includes/js/codemirror\";i:1287141;s:55:\"/home/litcwxiz/public_html/wp-includes/js/imgareaselect\";i:49553;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:56:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/themes\";i:898863;s:55:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/langs\";i:15529;s:69:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:71:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:65:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:72:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:65:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:55:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/skins\";i:233085;s:66:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:65:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:69:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:65:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:64:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:67:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:70:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:66:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:72:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:69:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:62:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:67:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:70:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:60:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:64:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:67:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:67:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:71:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:63:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:68:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:57:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/plugins\";i:607271;s:55:\"/home/litcwxiz/public_html/wp-includes/js/tinymce/utils\";i:18826;s:49:\"/home/litcwxiz/public_html/wp-includes/js/tinymce\";i:2854082;s:51:\"/home/litcwxiz/public_html/wp-includes/js/jquery/ui\";i:787634;s:48:\"/home/litcwxiz/public_html/wp-includes/js/jquery\";i:1304968;s:47:\"/home/litcwxiz/public_html/wp-includes/js/jcrop\";i:24976;s:50:\"/home/litcwxiz/public_html/wp-includes/js/plupload\";i:490468;s:50:\"/home/litcwxiz/public_html/wp-includes/js/thickbox\";i:31323;s:51:\"/home/litcwxiz/public_html/wp-includes/js/swfupload\";i:8715;s:46:\"/home/litcwxiz/public_html/wp-includes/js/crop\";i:20004;s:53:\"/home/litcwxiz/public_html/wp-includes/js/dist/vendor\";i:2687533;s:58:\"/home/litcwxiz/public_html/wp-includes/js/dist/development\";i:179848;s:82:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:18021;s:82:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5288;s:81:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6225;s:80:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3890;s:81:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22644;s:86:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11709;s:75:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/block-library\";i:49756;s:75:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/interactivity\";i:297464;s:66:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules/a11y\";i:5697;s:61:\"/home/litcwxiz/public_html/wp-includes/js/dist/script-modules\";i:370938;s:46:\"/home/litcwxiz/public_html/wp-includes/js/dist\";i:21879232;s:64:\"/home/litcwxiz/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:54:\"/home/litcwxiz/public_html/wp-includes/js/mediaelement\";i:721307;s:41:\"/home/litcwxiz/public_html/wp-includes/js\";i:31091034;s:48:\"/home/litcwxiz/public_html/wp-includes/PHPMailer\";i:233590;s:53:\"/home/litcwxiz/public_html/wp-includes/block-supports\";i:129964;s:57:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:68:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:56:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:64:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:59:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:56:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:65:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:60:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:58:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:58:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:52:\"/home/litcwxiz/public_html/wp-includes/SimplePie/src\";i:716234;s:71:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:82:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:70:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:78:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:73:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:70:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:79:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:74:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:72:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:72:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:66:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:56:\"/home/litcwxiz/public_html/wp-includes/SimplePie/library\";i:118803;s:48:\"/home/litcwxiz/public_html/wp-includes/SimplePie\";i:839047;s:58:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:57:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:61:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Transport\";i:35470;s:66:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:71:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:61:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Exception\";i:22464;s:59:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Utility\";i:7176;s:56:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Auth\";i:2541;s:60:\"/home/litcwxiz/public_html/wp-includes/Requests/src/Response\";i:3101;s:51:\"/home/litcwxiz/public_html/wp-includes/Requests/src\";i:214849;s:55:\"/home/litcwxiz/public_html/wp-includes/Requests/library\";i:261;s:47:\"/home/litcwxiz/public_html/wp-includes/Requests\";i:215110;s:53:\"/home/litcwxiz/public_html/wp-includes/block-patterns\";i:8951;s:61:\"/home/litcwxiz/public_html/wp-includes/blocks/latest-comments\";i:6816;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/buttons\";i:11152;s:62:\"/home/litcwxiz/public_html/wp-includes/blocks/query-pagination\";i:5775;s:71:\"/home/litcwxiz/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:64:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/verse\";i:2144;s:49:\"/home/litcwxiz/public_html/wp-includes/blocks/rss\";i:4491;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/freeform\";i:41824;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/site-title\";i:3007;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/paragraph\";i:6995;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/post-title\";i:2783;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/social-links\";i:61369;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/calendar\";i:3804;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/audio\";i:3675;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/shortcode\";i:2918;s:66:\"/home/litcwxiz/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:50:\"/home/litcwxiz/public_html/wp-includes/blocks/more\";i:3770;s:63:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:52:\"/home/litcwxiz/public_html/wp-includes/blocks/column\";i:1636;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/tag-cloud\";i:4916;s:52:\"/home/litcwxiz/public_html/wp-includes/blocks/avatar\";i:2296;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/list-item\";i:1471;s:50:\"/home/litcwxiz/public_html/wp-includes/blocks/list\";i:2338;s:65:\"/home/litcwxiz/public_html/wp-includes/blocks/comments-pagination\";i:8692;s:70:\"/home/litcwxiz/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/post-date\";i:1643;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/media-text\";i:16932;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/post-content\";i:1894;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/table\";i:27351;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/post-terms\";i:1981;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/missing\";i:617;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/columns\";i:9193;s:50:\"/home/litcwxiz/public_html/wp-includes/blocks/html\";i:3770;s:57:\"/home/litcwxiz/public_html/wp-includes/blocks/post-author\";i:3915;s:50:\"/home/litcwxiz/public_html/wp-includes/blocks/code\";i:2638;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/read-more\";i:2526;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/site-tagline\";i:2149;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/details\";i:2030;s:60:\"/home/litcwxiz/public_html/wp-includes/blocks/comments-title\";i:1745;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/categories\";i:3861;s:57:\"/home/litcwxiz/public_html/wp-includes/blocks/social-link\";i:3474;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/gallery\";i:83294;s:59:\"/home/litcwxiz/public_html/wp-includes/blocks/legacy-widget\";i:556;s:67:\"/home/litcwxiz/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/heading\";i:5986;s:61:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-content\";i:1838;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/block\";i:587;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/video\";i:7878;s:57:\"/home/litcwxiz/public_html/wp-includes/blocks/query-title\";i:1661;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/widget-group\";i:400;s:59:\"/home/litcwxiz/public_html/wp-includes/blocks/post-template\";i:8072;s:61:\"/home/litcwxiz/public_html/wp-includes/blocks/navigation-link\";i:11224;s:52:\"/home/litcwxiz/public_html/wp-includes/blocks/search\";i:19702;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/query\";i:13723;s:52:\"/home/litcwxiz/public_html/wp-includes/blocks/button\";i:13926;s:65:\"/home/litcwxiz/public_html/wp-includes/blocks/post-featured-image\";i:29757;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/home-link\";i:1130;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/comments\";i:28882;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/quote\";i:7166;s:65:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/nextpage\";i:3039;s:62:\"/home/litcwxiz/public_html/wp-includes/blocks/post-author-name\";i:1629;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/pullquote\";i:8499;s:50:\"/home/litcwxiz/public_html/wp-includes/blocks/file\";i:11796;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/text-columns\";i:3034;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/embed\";i:11420;s:70:\"/home/litcwxiz/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:62:\"/home/litcwxiz/public_html/wp-includes/blocks/term-description\";i:2070;s:53:\"/home/litcwxiz/public_html/wp-includes/blocks/pattern\";i:411;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/separator\";i:5038;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/cover\";i:83700;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/footnotes\";i:2642;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/site-logo\";i:17033;s:64:\"/home/litcwxiz/public_html/wp-includes/blocks/post-comments-form\";i:9994;s:73:\"/home/litcwxiz/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:64:\"/home/litcwxiz/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:67:\"/home/litcwxiz/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/archives\";i:1725;s:74:\"/home/litcwxiz/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:62:\"/home/litcwxiz/public_html/wp-includes/blocks/query-no-results\";i:899;s:54:\"/home/litcwxiz/public_html/wp-includes/blocks/loginout\";i:1474;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-date\";i:1562;s:52:\"/home/litcwxiz/public_html/wp-includes/blocks/spacer\";i:4737;s:59:\"/home/litcwxiz/public_html/wp-includes/blocks/template-part\";i:6686;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/group\";i:8051;s:55:\"/home/litcwxiz/public_html/wp-includes/blocks/page-list\";i:7663;s:51:\"/home/litcwxiz/public_html/wp-includes/blocks/image\";i:65362;s:62:\"/home/litcwxiz/public_html/wp-includes/blocks/comment-template\";i:3135;s:56:\"/home/litcwxiz/public_html/wp-includes/blocks/navigation\";i:130733;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/preformatted\";i:1907;s:60:\"/home/litcwxiz/public_html/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/home/litcwxiz/public_html/wp-includes/blocks/latest-posts\";i:11054;s:45:\"/home/litcwxiz/public_html/wp-includes/blocks\";i:1530615;s:48:\"/home/litcwxiz/public_html/wp-includes/customize\";i:178145;s:46:\"/home/litcwxiz/public_html/wp-includes/widgets\";i:158485;s:77:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:77:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:82:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:79:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:68:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:63:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:56:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/lib\";i:99005;s:68:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:70:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:70:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:65:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:67:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:74:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:75:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:72:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:61:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:62:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:72:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:72:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:76:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:77:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:74:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:63:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:56:\"/home/litcwxiz/public_html/wp-includes/sodium_compat/src\";i:1268866;s:52:\"/home/litcwxiz/public_html/wp-includes/sodium_compat\";i:1377044;s:38:\"/home/litcwxiz/public_html/wp-includes\";i:50372091;s:63:\"/home/litcwxiz/public_html/wp-content/maintenance/assets/images\";i:2548125;s:62:\"/home/litcwxiz/public_html/wp-content/maintenance/assets/fonts\";i:319200;s:56:\"/home/litcwxiz/public_html/wp-content/maintenance/assets\";i:2871491;s:49:\"/home/litcwxiz/public_html/wp-content/maintenance\";i:2873979;s:45:\"/home/litcwxiz/public_html/wp-content/upgrade\";i:0;s:52:\"/home/litcwxiz/public_html/wp-content/envato-backups\";i:500;s:57:\"/home/litcwxiz/public_html/wp-content/upgrade-temp-backup\";i:0;s:37:\"/home/litcwxiz/public_html/wp-content\";i:2874507;s:26:\"/home/litcwxiz/public_html\";i:63794918;s:88:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/images/colorpicker\";i:57821;s:76:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/images\";i:187102;s:73:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/css\";i:37789;s:98:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/posttypes/colorpicker/images\";i:31469;s:95:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/posttypes/colorpicker/css\";i:5091;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/posttypes/colorpicker/js\";i:25029;s:91:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/posttypes/colorpicker\";i:61589;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/posttypes\";i:101813;s:103:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/js/shortcode-generator/shortcodes\";i:26959;s:95:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/js/shortcode-generator/js\";i:28525;s:92:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/js/shortcode-generator\";i:70289;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/js\";i:146804;s:77:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions/widgets\";i:35343;s:69:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/functions\";i:687860;s:76:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/icons/def\";i:5223;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/icons\";i:87408;s:69:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/bg\";i:73512;s:87:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/facebook\";i:9229;s:86:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/default\";i:19543;s:91:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/dark_rounded\";i:9831;s:91:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/light_square\";i:9132;s:90:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/dark_square\";i:9253;s:92:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto/light_rounded\";i:9724;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images/prettyPhoto\";i:66712;s:66:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/images\";i:488896;s:76:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/includes/sliders\";i:907;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/includes/post-types\";i:8313;s:68:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/includes\";i:26431;s:66:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/styles\";i:78195;s:65:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/fonts\";i:1769109;s:64:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/lang\";i:12420;s:62:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine/js\";i:79269;s:59:\"/home/litcwxiz/public_html/wp-content/themes/Block Magazine\";i:3292662;s:68:\"/home/litcwxiz/public_html/wp-content/themes/__MACOSX/notio-wp-child\";i:8762;s:53:\"/home/litcwxiz/public_html/wp-content/themes/__MACOSX\";i:8762;s:77:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/includes\";i:471050;s:89:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/images/layout\";i:23814;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/images\";i:28048;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/css\";i:114902;s:81:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/fonts\";i:594207;s:86:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/theme-mode\";i:43741;s:92:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/js/vendor/jquery\";i:37903;s:85:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/js/vendor\";i:37903;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets/js\";i:86880;s:75:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/assets\";i:867778;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin/languages\";i:272374;s:68:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/admin\";i:1707976;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/uspsdfsdf\";i:11960;s:71:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/loop\";i:10144;s:105:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator/css/chosen\";i:10432;s:98:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator/css\";i:14904;s:100:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator/icons\";i:439;s:104:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator/js/chosen\";i:23620;s:97:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator/js\";i:32566;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce/shortcode_generator\";i:62486;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/tinymce\";i:67617;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/democontent\";i:1620830;s:85:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/wordpress-importer\";i:65702;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/postformats\";i:4641;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/widgets\";i:16888;s:76:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/languages\";i:46390;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc/plugins\";i:9368658;s:66:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/inc\";i:11613341;s:78:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/notio-wp.esproj\";i:3426;s:77:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/business_cards\";i:13314722;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/img/admin\";i:20632;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/img/dividers\";i:758;s:73:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/img\";i:956419;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css/national\";i:250738;s:86:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css/skins/fresco\";i:36512;s:83:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css/skins/IE6\";i:2719;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css/skins\";i:51459;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css/guardian\";i:670053;s:73:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/css\";i:1305086;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/js/vendor\";i:326486;s:80:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/js/plugins\";i:52313;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/js\";i:649213;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/demo\";i:102978;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/sass\";i:215870;s:80:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/sweetalert\";i:155382;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets/vc\";i:113721;s:69:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/assets\";i:3624034;s:75:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/vc_templates\";i:67153;s:84:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/myaccount\";i:31003;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/loop\";i:5205;s:79:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/cart\";i:21485;s:101:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/single-product/add-to-cart\";i:10459;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/single-product/tabs\";i:1691;s:89:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/single-product\";i:22074;s:80:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/order\";i:3300;s:83:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/checkout\";i:18899;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/notices\";i:1356;s:81:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce/global\";i:2734;s:74:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp/woocommerce\";i:129512;s:62:\"/home/litcwxiz/public_html/wp-content/themes/Restored/notio-wp\";i:30729168;s:53:\"/home/litcwxiz/public_html/wp-content/themes/Restored\";i:41295901;s:69:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/styles\";i:53195;s:71:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/patterns\";i:9785;s:72:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/templates\";i:10295;s:68:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/parts\";i:878;s:83:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets/fonts/dm-sans\";i:128429;s:92:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro\";i:1409152;s:89:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets/fonts/ibm-plex-mono\";i:148118;s:81:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets/fonts/inter\";i:807760;s:75:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets/fonts\";i:2493459;s:69:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree/assets\";i:2493459;s:62:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentythree\";i:2668513;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/styles/typography\";i:20033;s:69:\"/home/litcwxiz/public_html/wp-content/themes/extendable/styles/colors\";i:33255;s:62:\"/home/litcwxiz/public_html/wp-content/themes/extendable/styles\";i:107957;s:64:\"/home/litcwxiz/public_html/wp-content/themes/extendable/patterns\";i:44538;s:65:\"/home/litcwxiz/public_html/wp-content/themes/extendable/templates\";i:15494;s:61:\"/home/litcwxiz/public_html/wp-content/themes/extendable/parts\";i:51184;s:66:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/css\";i:10227;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/koulen\";i:25266;s:80:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/roboto-flex\";i:735227;s:76:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Arsenal\";i:227148;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Koulen\";i:25266;s:80:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Inconsolata\";i:154594;s:79:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/space-mono\";i:68783;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Mulish\";i:84086;s:82:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/baloo-tamma-2\";i:139284;s:87:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/noto-serif-display\";i:734907;s:78:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/marcellus\";i:22838;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Karla\";i:46007;s:79:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/montserrat\";i:129316;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/jost\";i:57315;s:85:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/source-serif-pro\";i:434222;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Jost\";i:57315;s:78:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/SpaceMono\";i:141775;s:85:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/NotoSerifDisplay\";i:734907;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/karla\";i:46007;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/oswald\";i:77172;s:76:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/arsenal\";i:113088;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Oswald\";i:77172;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Heebo\";i:70427;s:79:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/RobotoFlex\";i:735227;s:76:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/manrope\";i:104640;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/rubik\";i:81251;s:75:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/mulish\";i:81557;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Geom\";i:44463;s:76:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/archivo\";i:193712;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/gotu\";i:192609;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Hind\";i:27747;s:82:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/ibm-plex-sans\";i:874986;s:81:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/SourceSerif4\";i:776774;s:81:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/radio-canada\";i:87319;s:80:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/RadioCanada\";i:90274;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/hind\";i:27747;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/heebo\";i:70427;s:73:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/geom\";i:43528;s:80:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/inconsolata\";i:154594;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/inter\";i:658844;s:74:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Rubik\";i:164669;s:79:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts/Montserrat\";i:131999;s:68:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets/fonts\";i:8744489;s:62:\"/home/litcwxiz/public_html/wp-content/themes/extendable/assets\";i:8754716;s:68:\"/home/litcwxiz/public_html/wp-content/themes/extendable/tribe-events\";i:9266;s:55:\"/home/litcwxiz/public_html/wp-content/themes/extendable\";i:9378574;s:79:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/styles/typography\";i:38357;s:77:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/styles/sections\";i:10657;s:75:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/styles/colors\";i:25175;s:75:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/styles/blocks\";i:1977;s:68:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/styles\";i:140995;s:70:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/patterns\";i:346849;s:71:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/templates\";i:5339;s:67:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/parts\";i:440;s:75:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/images\";i:1945719;s:72:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/css\";i:157;s:83:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/vollkorn\";i:357316;s:82:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/manrope\";i:53600;s:84:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-code\";i:106112;s:83:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/literata\";i:1698956;s:84:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/fira-sans\";i:2778636;s:82:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/platypi\";i:142896;s:82:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/beiruti\";i:176048;s:86:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/roboto-slab\";i:115804;s:89:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts/ysabeau-office\";i:299520;s:74:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets/fonts\";i:5728888;s:68:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive/assets\";i:7674764;s:61:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfive\";i:8415370;s:65:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/includes\";i:471050;s:77:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/images/layout\";i:23814;s:70:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/images\";i:28048;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/css\";i:114902;s:69:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/fonts\";i:594207;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/theme-mode\";i:43741;s:80:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/js/vendor/jquery\";i:37903;s:73:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/js/vendor\";i:37903;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets/js\";i:86880;s:63:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/assets\";i:867778;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin/languages\";i:272374;s:56:\"/home/litcwxiz/public_html/wp-content/themes/notio/admin\";i:1707976;s:60:\"/home/litcwxiz/public_html/wp-content/themes/notio/uspsdfsdf\";i:11960;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-15/images\";i:18113;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-15\";i:18113;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-13/images\";i:175121;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-13\";i:175121;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-37/images\";i:305409;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-37\";i:305409;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-02/images\";i:242655;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-02\";i:242655;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-36/images\";i:171666;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-36\";i:171666;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-19/images\";i:276783;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-19\";i:276783;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-29/images\";i:576348;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-29\";i:576348;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-22/images\";i:160708;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-22\";i:160708;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-07/images\";i:77100;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-07\";i:77100;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-06/images\";i:111683;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-06\";i:111683;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-17/images\";i:102261;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-17\";i:102261;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-10/images\";i:231629;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-10\";i:231629;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-31/images\";i:298063;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-31\";i:298063;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-28/images\";i:309421;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-28\";i:309421;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-25/images\";i:254496;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-25\";i:254496;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-27/images\";i:215011;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-27\";i:215011;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-01/images\";i:144529;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-01\";i:144529;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-38/images\";i:342437;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-38\";i:342437;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-30/images\";i:244470;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-30\";i:244470;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-14/images\";i:174601;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-14\";i:174601;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-39/images\";i:197159;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-39\";i:197159;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-26/images\";i:126156;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-26\";i:126156;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-34/images\";i:184980;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-34\";i:184980;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-32/images\";i:152588;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-32\";i:152588;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-20/images\";i:53490;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-20\";i:53490;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-03/images\";i:63455;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-03\";i:63455;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-09/images\";i:216073;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-09\";i:216073;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-11/images\";i:723161;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-11\";i:723161;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-05/images\";i:107521;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-05\";i:107521;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-21/images\";i:83911;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-21\";i:83911;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-35/images\";i:298152;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-35\";i:298152;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-18/images\";i:139837;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-18\";i:139837;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-33/images\";i:332354;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-33\";i:332354;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-08/images\";i:57233;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-08\";i:57233;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-24/images\";i:273519;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-24\";i:273519;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-12/images\";i:219935;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-12\";i:219935;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-04/images\";i:167001;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-04\";i:167001;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-23/images\";i:78483;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-23\";i:78483;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-40/images\";i:258655;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-40\";i:258655;s:81:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-16/images\";i:331597;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images/card-16\";i:331597;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-images\";i:8497764;s:72:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/images\";i:5926743;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-15\";i:285218;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-13\";i:334970;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-37\";i:206754;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-02\";i:222219;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-36\";i:72966;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-19\";i:315085;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-29\";i:280507;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-22\";i:132271;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-07\";i:475959;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-06\";i:31033;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-17\";i:76091;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-10\";i:95010;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-31\";i:131437;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-28\";i:195926;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-27\";i:172734;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-01\";i:273671;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-38\";i:109108;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-30\";i:129452;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-14\";i:337126;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-39\";i:776556;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-26\";i:168644;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-34\";i:283128;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-32\";i:50403;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-20\";i:3379740;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-03\";i:297176;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-09\";i:487021;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-11\";i:47085;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-05\";i:368864;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-21\";i:231129;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-35\";i:194819;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-18\";i:207629;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-33\";i:236529;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-08\";i:349156;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-12\";i:150045;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-04\";i:514191;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-23\";i:49019;s:79:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts/card-16\";i:169784;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/fonts\";i:11838455;s:77:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files/card_styles\";i:128776037;s:65:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-files\";i:153264684;s:59:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/loop\";i:10157;s:93:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator/css/chosen\";i:10432;s:86:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator/css\";i:14904;s:88:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator/icons\";i:439;s:92:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator/js/chosen\";i:23620;s:85:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator/js\";i:32566;s:82:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce/shortcode_generator\";i:62486;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/tinymce\";i:67617;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/democontent\";i:1620830;s:73:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/wordpress-importer\";i:65702;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/postformats\";i:4641;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/widgets\";i:16888;s:64:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/languages\";i:46390;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc/plugins\";i:9368658;s:54:\"/home/litcwxiz/public_html/wp-content/themes/notio/inc\";i:11613354;s:66:\"/home/litcwxiz/public_html/wp-content/themes/notio/notio-wp.esproj\";i:3426;s:65:\"/home/litcwxiz/public_html/wp-content/themes/notio/business_cards\";i:13314722;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/img/admin\";i:20632;s:70:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/img/dividers\";i:758;s:61:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/img\";i:1125309;s:70:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css/national\";i:250738;s:74:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css/skins/fresco\";i:36512;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css/skins/IE6\";i:2719;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css/skins\";i:51459;s:70:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css/guardian\";i:670053;s:61:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/css\";i:1305087;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-15\";i:285218;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-13\";i:334970;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-37\";i:206754;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-02\";i:222219;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-36\";i:72966;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-19\";i:315085;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-29\";i:280507;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-22\";i:132271;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-07\";i:475959;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-06\";i:31033;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-17\";i:76091;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-10\";i:95010;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-31\";i:131437;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-28\";i:195926;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-27\";i:172734;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-01\";i:273671;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-38\";i:109108;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-30\";i:129452;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-14\";i:337126;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-39\";i:776556;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-26\";i:168644;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-34\";i:283128;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-32\";i:50403;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-20\";i:3379740;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-03\";i:297176;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-09\";i:487021;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-11\";i:47085;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-05\";i:368864;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-21\";i:231129;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-35\";i:194819;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-18\";i:207629;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-33\";i:236529;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-08\";i:349156;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-12\";i:150045;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-04\";i:514191;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-23\";i:49019;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-40\";i:776556;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts/card-16\";i:169784;s:63:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/fonts\";i:12615011;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/js/vendor\";i:326486;s:68:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/js/plugins\";i:52313;s:60:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/js\";i:658491;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/demo\";i:102978;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/sass\";i:215870;s:68:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/sweetalert\";i:155382;s:60:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets/vc\";i:113721;s:57:\"/home/litcwxiz/public_html/wp-content/themes/notio/assets\";i:16478244;s:63:\"/home/litcwxiz/public_html/wp-content/themes/notio/vc_templates\";i:67153;s:72:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/myaccount\";i:31003;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/loop\";i:5205;s:67:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/cart\";i:21485;s:89:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/single-product/add-to-cart\";i:10459;s:82:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/single-product/tabs\";i:1691;s:77:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/single-product\";i:22074;s:68:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/order\";i:3300;s:71:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/checkout\";i:18899;s:70:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/notices\";i:1356;s:69:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce/global\";i:2734;s:62:\"/home/litcwxiz/public_html/wp-content/themes/notio/woocommerce\";i:129512;s:69:\"/home/litcwxiz/public_html/wp-content/themes/notio/template-snapshots\";i:6608566;s:50:\"/home/litcwxiz/public_html/wp-content/themes/notio\";i:213690369;s:81:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages/assets/img\";i:52622;s:81:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages/assets/css\";i:183695;s:83:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages/assets/fonts\";i:908232;s:80:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages/assets/js\";i:84309;s:77:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages/assets\";i:1228858;s:70:\"/home/litcwxiz/public_html/wp-content/themes/bootstrap-social-gh-pages\";i:1291932;s:103:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/img/jqueryui\";i:22869;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/img\";i:48208;s:101:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/inc/fields\";i:85937;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/inc\";i:117220;s:103:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/css/jqueryui\";i:24533;s:102:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/css/select2\";i:20989;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/css\";i:54864;s:95:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/lang\";i:84604;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/js/jqueryui/timepicker-i18n\";i:18999;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/js/jqueryui/datepicker-i18n\";i:72951;s:102:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/js/jqueryui\";i:118836;s:101:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/js/select2\";i:35455;s:93:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box/js\";i:206796;s:90:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/meta-box\";i:528646;s:101:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/importer/demo-files\";i:222354;s:99:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/importer/importer\";i:79466;s:90:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/importer\";i:309575;s:93:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/plugins/tgm\";i:94289;s:89:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes/plugins\";i:4004473;s:81:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/includes\";i:4890410;s:92:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/options\";i:34310;s:117:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/numeric\";i:1369;s:117:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/no_html\";i:1373;s:122:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/preg_replace\";i:1076;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/date\";i:1866;s:115:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/color\";i:5721;s:123:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/comma_numeric\";i:1500;s:121:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/html_custom\";i:1029;s:115:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/email\";i:1359;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/html\";i:990;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/css\";i:1184;s:120:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/color_rgba\";i:2362;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/url\";i:1440;s:125:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/email_not_empty\";i:1431;s:121:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/str_replace\";i:1070;s:126:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/no_special_chars\";i:1433;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/js\";i:980;s:127:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/numeric_not_empty\";i:1320;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/not_empty\";i:1393;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation/colorrgba\";i:2636;s:109:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/validation\";i:31532;s:111:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/radio\";i:2422;s:130:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/slider/vendor/nouislider\";i:51074;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/slider/vendor\";i:51074;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/slider\";i:85905;s:120:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/spinner/vendor\";i:7978;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/spinner\";i:28846;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/sorter\";i:25584;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/section\";i:5756;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/select\";i:23266;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/password\";i:4526;s:111:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/media\";i:14508;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/checkbox\";i:9924;s:132:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/ace_editor/vendor/snippets\";i:49765;s:123:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/ace_editor/vendor\";i:1423530;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/ace_editor\";i:1432644;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/editor\";i:9932;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/select_image\";i:12189;s:110:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/date\";i:6504;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/spacing\";i:27522;s:111:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/color\";i:14665;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/textarea\";i:2812;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/border\";i:26181;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/background\";i:45375;s:109:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/raw\";i:37230;s:114:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/sortable\";i:13152;s:110:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/info\";i:12366;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/divide\";i:2405;s:120:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/color_gradient\";i:14994;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/link_color\";i:16248;s:113:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/gallery\";i:10004;s:134:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/color_rgba/vendor/minicolors\";i:117731;s:123:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/color_rgba/vendor\";i:117731;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/color_rgba\";i:1388256;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/image_select\";i:21641;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/button_set\";i:8710;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/import_export\";i:2859;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/multi_text\";i:10885;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/typography\";i:330908;s:110:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/text\";i:6936;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/switch\";i:14861;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/slides\";i:32546;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields/dimensions\";i:22104;s:105:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/fields\";i:3724666;s:120:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/scssphp/src/Formatter\";i:7640;s:110:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/scssphp/src\";i:156873;s:106:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc/scssphp\";i:158493;s:98:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/inc\";i:4114026;s:105:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/img\";i:24544;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/color-picker\";i:4702;s:117:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor/qtip\";i:21258;s:131:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor/elusive-icons/font\";i:363775;s:126:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor/elusive-icons\";i:422781;s:139:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor/jquery-ui-bootstrap/images\";i:36055;s:132:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor/jquery-ui-bootstrap\";i:146605;s:112:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/vendor\";i:590644;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css/import_export\";i:560;s:105:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/css\";i:1520284;s:110:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js/media\";i:10897;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js/vendor/qtip\";i:210992;s:119:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js/vendor/select2\";i:299272;s:111:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js/vendor\";i:578956;s:118:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js/import_export\";i:5066;s:104:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets/js\";i:785895;s:101:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/assets\";i:2330723;s:116:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/extensions/customizer\";i:32148;s:105:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/extensions\";i:32212;s:111:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/redux-extensions\";i:1299;s:104:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore/languages\";i:417911;s:94:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel/ReduxCore\";i:7112395;s:84:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework/redux-panel\";i:7240175;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/framework\";i:12142875;s:75:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/post-formats\";i:2945;s:82:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets/images/icons\";i:502926;s:76:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets/images\";i:535798;s:73:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets/css\";i:62839;s:75:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets/fonts\";i:34550;s:72:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets/js\";i:163602;s:69:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/assets\";i:812122;s:80:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3/portfolio-formats\";i:1167;s:62:\"/home/litcwxiz/public_html/wp-content/themes/Hempstead_v.1.2.3\";i:13063493;s:67:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/styles\";i:11519;s:73:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/inc/patterns\";i:158253;s:64:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/inc\";i:162261;s:70:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/templates\";i:13966;s:66:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/parts\";i:2864;s:74:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/images\";i:1503139;s:81:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/fonts/dm-sans\";i:301601;s:82:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/fonts/ibm-plex\";i:423403;s:90:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/fonts/source-serif-pro\";i:1409152;s:79:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/fonts/inter\";i:809786;s:73:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/fonts\";i:4348514;s:74:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets/videos\";i:468755;s:67:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo/assets\";i:6320408;s:60:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentytwo\";i:6694838;s:68:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/styles\";i:33899;s:70:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/patterns\";i:159393;s:71:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/templates\";i:12788;s:67:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/parts\";i:1473;s:75:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/images\";i:1152100;s:72:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/css\";i:357;s:79:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:90:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:80:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:80:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:74:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets/fonts\";i:1023558;s:68:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour/assets\";i:2176015;s:61:\"/home/litcwxiz/public_html/wp-content/themes/twentytwentyfour\";i:3137517;s:59:\"/home/litcwxiz/public_html/wp-content/themes/notio-wp-child\";i:134453;s:44:\"/home/litcwxiz/public_html/wp-content/themes\";i:314305196;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/admin\";i:4615;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/img\";i:809146;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/css\";i:15372;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/fonts\";i:396155;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/callback/wings\";i:66944;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/callback\";i:88930;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru/public_keys\";i:451;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/migrate-guru\";i:1396472;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/functions\";i:163520;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder/panels\";i:61813;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/admin/builder\";i:133649;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/admin\";i:348857;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/templates\";i:11773;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/fields\";i:309745;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/providers\";i:63319;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/emails/templates\";i:23742;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes/emails\";i:46277;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/includes\";i:1110868;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform\";i:4398;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme\";i:12036;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Filter\";i:16545;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Printer\";i:25911;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform\";i:23591;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange\";i:3081;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder\";i:5533;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema\";i:52700;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter\";i:13591;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Strategy\";i:46643;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Node\";i:3912;s:141:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator\";i:3798;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache\";i:16779;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/EntityLookup\";i:5311;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/VarParser\";i:5939;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy\";i:9530;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule\";i:55317;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Lexer\";i:201531;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Token\";i:5251;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Injector\";i:28272;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language/messages\";i:4068;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/Language\";i:4068;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef\";i:23655;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML\";i:16113;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email\";i:854;s:127:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI\";i:9951;s:127:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS\";i:52900;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef\";i:95989;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library/HTMLPurifier\";i:964740;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier/library\";i:1002660;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang/htmlpurifier\";i:1029116;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/ezyang\";i:1029116;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Property\";i:4795;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css/Rule\";i:6555;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src/Css\";i:13274;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles/src\";i:20598;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen/css-to-inline-styles\";i:20598;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/tijsverkoyen\";i:20598;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Node\";i:18947;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath/Extension\";i:29216;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/XPath\";i:40976;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Exception\";i:4382;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Shortcut\";i:5960;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Handler\";i:10658;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser/Tokenizer\";i:7085;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector/Parser\";i:45070;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony/css-selector\";i:112474;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/symfony\";i:112474;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/data\";i:215352;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Apps\";i:4326;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/BillingPortal\";i:8445;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Tax\";i:21039;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Forwarding\";i:4538;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/TestHelpers\";i:4513;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/EventData\";i:1226;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Treasury\";i:53791;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Events\";i:2172;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Sigma\";i:2861;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2/Billing\";i:3514;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/V2\";i:9165;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/ApiOperations\";i:16009;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Climate\";i:11692;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Checkout\";i:15279;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Identity\";i:12950;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception/OAuth\";i:2743;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Exception\";i:15782;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Apps\";i:2745;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/BillingPortal\";i:4089;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Tax\";i:9232;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Forwarding\";i:2365;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:11615;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1595;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:12839;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/TestHelpers\";i:32813;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Treasury\";i:22720;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Sigma\";i:1982;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Core\";i:6536;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2/Billing\";i:4982;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/V2\";i:12193;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Climate\";i:6851;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Checkout\";i:4280;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Identity\";i:8070;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Radar\";i:8206;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/FinancialConnections\";i:8344;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Entitlements\";i:4395;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Terminal\";i:13406;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Billing\";i:15731;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Reporting\";i:4105;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service/Issuing\";i:22500;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Service\";i:416222;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Radar\";i:13272;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/FinancialConnections\";i:15037;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Entitlements\";i:6783;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Terminal\";i:19285;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Util\";i:40325;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Billing\";i:27016;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Reporting\";i:7707;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/HttpClient\";i:28457;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib/Issuing\";i:49550;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php/lib\";i:1466543;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe/stripe-php\";i:1704087;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/stripe\";i:1704087;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src/Exception\";i:682;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode/src\";i:11338;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true/punycode\";i:12396;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed/true\";i:12396;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor_prefixed\";i:2878671;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard/widget\";i:3625;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/dashboard\";i:3625;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/pages\";i:6671;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/challenge\";i:11463;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/forms\";i:2360;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments/single\";i:16799;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/payments\";i:23725;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/settings\";i:5445;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/form-embed-wizard\";i:5913;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states/payments\";i:3141;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/empty-states\";i:5886;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/components\";i:4550;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin/splash\";i:3524;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/admin\";i:79578;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/edit-post\";i:1162;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/payments\";i:1175;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin/settings\";i:1144;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/education/admin\";i:6490;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/education\";i:6490;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3/builder\";i:4388;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/constant-contact-v3\";i:4388;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/elementor\";i:2050;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/integrations/wpcode\";i:4642;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/integrations\";i:11080;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields/number-slider\";i:2854;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields/file-upload\";i:1726;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields/total\";i:3210;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields/internal-information\";i:2010;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields/content\";i:2206;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/fields\";i:12006;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/notifications\";i:2938;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/antispam\";i:1203;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/revisions\";i:4401;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment/recurring\";i:911;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/payment\";i:2055;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder/fullscreen\";i:3658;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/builder\";i:30752;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates/emails\";i:48491;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/templates\";i:190701;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/smtp\";i:109842;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/gutenberg\";i:128506;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/geolocation-education\";i:418254;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/analytics\";i:161340;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-connect\";i:8307;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/admin-flyout-menu\";i:8689;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/about\";i:671740;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/email\";i:11105;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/gutenberg\";i:3779;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/stripe\";i:3157;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/divi\";i:692;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor/font\";i:18380;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/elementor\";i:18833;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/woocommerce\";i:10601;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations/ai\";i:52883;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/integrations\";i:89945;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/challenge\";i:115111;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/anti-spam\";i:14012;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend/file-download\";i:1351;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/frontend\";i:1351;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/lite-settings-access\";i:415352;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/builder\";i:103961;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/richtext\";i:15600;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/status\";i:5202;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments/single\";i:10173;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/payments\";i:21777;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/stripe\";i:4303;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/coupons-education\";i:218083;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/community\";i:23081;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/phone\";i:1883;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/constant-contact\";i:395931;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states/payments\";i:125520;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/empty-states\";i:305806;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images/splash\";i:7422;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/images\";i:3804131;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/admin\";i:71405;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/stripe\";i:55047;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/divi\";i:2632235;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/woocommerce\";i:2730;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations/ai\";i:80930;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/integrations\";i:2770942;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/classic\";i:311552;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend/modern\";i:446753;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/frontend\";i:759696;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/builder\";i:720231;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails/partials\";i:25039;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css/emails\";i:152203;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/css\";i:5898806;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/fonts\";i:16607;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/logger\";i:3663;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/pages\";i:26987;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/email\";i:21905;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education/pointers\";i:3111;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/education\";i:84694;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/challenge\";i:56925;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/forms\";i:44108;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder/fields\";i:32691;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/builder\";i:713731;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/payments\";i:44254;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/share\";i:96130;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin/splash\";i:4049;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/admin\";i:1245927;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg/modules\";i:126478;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/gutenberg\";i:196266;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/stripe\";i:109087;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/divi\";i:227074;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/constant-contact-v3\";i:29196;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/elementor\";i:45956;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/woocommerce\";i:1962;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element/modules\";i:25510;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/chat-element\";i:70657;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator/modules\";i:48228;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/form-generator\";i:56770;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/modules\";i:17823;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai/choices\";i:10121;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/ai\";i:208346;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations/wpcode\";i:4867;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/integrations\";i:822754;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend/fields\";i:40389;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/frontend\";i:230370;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js/share\";i:8614;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/js\";i:2307665;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images/sample\";i:1529221;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/images\";i:1529221;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin/entries\";i:54181;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css/admin\";i:54181;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/css\";i:174576;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/education\";i:27164;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/entries\";i:6258;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin/builder\";i:3268;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/admin\";i:52989;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations/gutenberg\";i:704566;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js/integrations\";i:704566;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite/js\";i:757555;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lite\";i:2461352;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/lity\";i:8371;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome/fonts\";i:950853;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/font-awesome\";i:983257;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/flatpickr\";i:65803;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/wpforms-multiselect\";i:15590;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.tooltipster\";i:46842;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.minicolors\";i:23788;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.confirm\";i:41024;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib/jquery.timepicker\";i:16638;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/lib\";i:1746220;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets/languages\";i:398899;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/assets\";i:16633680;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:55556;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring/Resources\";i:56387;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-mbstring\";i:92924;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources/charset\";i:1520367;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv/Resources\";i:1520367;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony/polyfill-iconv\";i:1548170;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/symfony\";i:1641094;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/composer\";i:263300;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/deprecated\";i:13482;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29943;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/lib\";i:33661;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/data-stores\";i:104898;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/abstracts\";i:91364;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI/Action\";i:25877;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:66335;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schema\";i:8117;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/migration\";i:28258;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/schedules\";i:11643;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes/actions\";i:5692;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler/classes\";i:423469;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce/action-scheduler\";i:527921;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor/woocommerce\";i:527921;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/vendor\";i:2433086;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/single\";i:19649;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries/overview\";i:16001;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin/entries\";i:36448;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/admin\";i:39933;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/lite-connect\";i:2551;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin/settings\";i:1357;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/admin\";i:8814;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder/lite-connect\";i:4458;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education/builder\";i:8075;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/education\";i:20242;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates/builder\";i:4146;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite/templates\";i:64321;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/lite\";i:101032;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Access\";i:1373;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Logger\";i:32880;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags/SmartTag\";i:41666;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/SmartTags\";i:56076;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Frontend\";i:126487;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Emails/Templates\";i:16502;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Emails\";i:119260;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Requirements\";i:34478;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Migrations\";i:31891;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Tasks/Actions\";i:52150;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Tasks\";i:74769;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Emails\";i:6263;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Reports\";i:5435;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Settings\";i:8385;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Admin\";i:7181;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education/Builder\";i:11892;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Education\";i:31664;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin/Pages\";i:2501;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Admin\";i:69657;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/Gutenberg\";i:2441;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations/LiteConnect\";i:11299;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite/Integrations\";i:13740;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Lite\";i:95095;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview/Traits\";i:8145;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Overview\";i:108329;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views/Coupons\";i:4449;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments/Views\";i:148441;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Payments\";i:159467;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Notifications\";i:38972;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Traits\";i:23898;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/Facades\";i:1595;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables/DataObjects\";i:2159;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base/Tables\";i:3754;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Base\";i:3754;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Splash\";i:24936;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Addons\";i:15762;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings/Captcha\";i:21209;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Settings\";i:54814;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Importers\";i:57668;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools/Views\";i:60963;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Tools\";i:123774;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Dashboard\";i:8468;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin/Settings\";i:6458;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Admin\";i:12490;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Builder\";i:23672;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education/Pointers\";i:14058;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Education\";i:79498;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Pages\";i:45125;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Helpers\";i:18743;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications/Advanced\";i:5455;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Notifications\";i:5455;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Ajax\";i:4728;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder/Settings\";i:4713;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Builder\";i:142625;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Ajax\";i:9160;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/Facades\";i:7945;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table/DataObjects\";i:197;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms/Table\";i:8142;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin/Forms\";i:108466;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Admin\";i:926249;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Helpers\";i:78156;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Db/Payments\";i:42992;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Db\";i:42992;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider/Settings\";i:33811;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Providers/Provider\";i:44393;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Providers\";i:46100;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SMTP\";i:9455;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultContent\";i:1569;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/DefaultThemes\";i:8109;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPorg\";i:3717;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UncannyAutomator\";i:5173;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API/Http\";i:5823;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/API\";i:20989;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Ajax\";i:15044;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Pages\";i:2850;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin/Builder\";i:27709;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI/Admin\";i:47099;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/AI\";i:72762;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Elementor\";i:29104;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Settings\";i:21051;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api/Http\";i:5749;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Api\";i:16296;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3/Migration\";i:17593;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact/V3\";i:73051;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/ConstantContact\";i:73051;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Gutenberg\";i:47433;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/LiteConnect\";i:28853;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WooCommerce\";i:5381;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/UsageTracking\";i:29334;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Divi\";i:11170;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPMailSMTP\";i:5536;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/WPCode\";i:6044;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields/Traits\";i:10853;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Fields\";i:32586;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api/Webhooks\";i:24482;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Api\";i:78326;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Payments\";i:5916;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder/Traits\";i:16870;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin/Builder\";i:26865;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe/Admin\";i:68828;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/Stripe\";i:258962;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations/SolidCentral\";i:598;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Integrations\";i:599477;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/EntryPreview\";i:7011;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Richtext\";i:5045;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Pagebreak\";i:14807;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentCheckbox\";i:16438;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Rating\";i:8153;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CreditCard\";i:7089;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Traits\";i:36012;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Base\";i:699;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSingle\";i:23461;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/LikertScale\";i:9557;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Coupon\";i:7461;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/Signature\";i:3651;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons/NetPromoterScore\";i:5623;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Addons\";i:26292;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Address\";i:28740;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Url\";i:3112;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Html\";i:4779;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentMultiple\";i:15330;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentTotal\";i:22495;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Content\";i:2779;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Password\";i:6574;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Hidden\";i:3607;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/CustomCaptcha\";i:6754;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/PaymentSelect\";i:17737;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Phone\";i:5190;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Helpers\";i:6896;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/FileUpload\";i:24277;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/Divider\";i:2675;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields/DateTime\";i:24718;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms/Fields\";i:320670;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src/Forms\";i:421179;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite/src\";i:2733168;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/wpforms-lite\";i:26272131;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/assets/images/social\";i:20090;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/assets/images\";i:126186;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/assets/css\";i:3524;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/assets/js\";i:209505;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/assets\";i:339215;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/main/settings\";i:222971;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/main\";i:280971;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/IPv6\";i:124208;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Logger\";i:5415;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Provider\";i:3252;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Storage\";i:6958;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/User\";i:6356;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Thirdparty/OAuth\";i:21281;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Thirdparty/OpenID\";i:45182;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Thirdparty\";i:67212;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Exception\";i:9244;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Adapter\";i:63479;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/Data\";i:5162;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth/HttpClient\";i:18396;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib/hybridauth\";i:194819;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/lib\";i:319027;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer/languages\";i:0;s:55:\"/home/litcwxiz/public_html/wp-content/plugins/loginizer\";i:1060410;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/simplejpegquality\";i:16218;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/PlayDataTracking\";i:10779;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Traits\";i:33359;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Modules/Subscription/MailServices\";i:5716;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Modules/Subscription\";i:6919;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Modules\";i:6919;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/QuizTypes\";i:32126;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/libs/cmb-field-select2/css\";i:15426;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/libs/cmb-field-select2/js\";i:70372;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/libs/cmb-field-select2\";i:119190;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/libs\";i:119190;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/REST\";i:3842;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Migration\";i:2702;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/AdminPages\";i:17560;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/CMB2Custom\";i:14928;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/admin-pages/import-export\";i:4870;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/admin-pages\";i:17553;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/quiz-types/trivia\";i:8530;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/quiz-types/personality\";i:7199;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/quiz-types/flip\";i:3484;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views/quiz-types\";i:19213;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/views\";i:36766;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin/MetaBoxes\";i:8297;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Admin\";i:91390;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Processes\";i:1498;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/Shortcodes\";i:2702;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes/ForceActions\";i:3656;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/includes\";i:403988;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/global/questions\";i:2071;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/global/results\";i:1109;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/global\";i:6957;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/trivia/questions\";i:2662;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/trivia/email\";i:1049;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/trivia/results\";i:1284;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/trivia/answers\";i:2383;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/trivia\";i:9372;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/personality/questions\";i:1924;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/personality/email\";i:694;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/personality/results\";i:945;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/personality/answers\";i:2393;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/personality\";i:7020;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/flip/questions\";i:3998;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types/flip\";i:5795;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates/quiz-types\";i:22187;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/templates\";i:30258;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/images\";i:10045;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/css\";i:25897;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/scss/layouts\";i:10454;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/scss/quiz-types\";i:8138;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/scss/components\";i:3084;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/scss\";i:24892;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/libs/select2/css\";i:15196;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/libs/select2/js\";i:66606;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/libs/select2\";i:81802;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/libs\";i:81802;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/js/quiz-types\";i:7954;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/js\";i:34520;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/src/quiz-types\";i:6008;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin/src\";i:43271;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/admin\";i:220427;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/images\";i:13239;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/css\";i:95825;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/fonts\";i:18792;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/scss/layouts\";i:11760;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/scss/quiz-types\";i:3792;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/scss/skin\";i:4509;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/scss\";i:26040;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/js/quiz-types\";i:10420;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/js\";i:22627;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/src/quiz-types\";i:12748;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend/src\";i:30704;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets/frontend\";i:207227;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/assets\";i:427654;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/a5hleyrich/wp-background-processing/classes\";i:13758;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/a5hleyrich/wp-background-processing\";i:29503;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/a5hleyrich\";i:29503;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/images\";i:24597;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/rest-api\";i:58609;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/shim\";i:15838;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes/types\";i:65386;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/includes\";i:414172;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/css/sass/partials\";i:27037;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/css/sass\";i:27812;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/css\";i:372260;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/js\";i:148783;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2/languages\";i:1793284;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2/cmb2\";i:3034609;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/cmb2\";i:3034609;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor/composer\";i:41660;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/vendor\";i:3105950;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/demo/trivia\";i:11845;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/demo/personality\";i:11347;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/demo/flip\";i:7266;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/demo\";i:30458;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz/languages\";i:44640;s:53:\"/home/litcwxiz/public_html/wp-content/plugins/wp-quiz\";i:4074169;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/akismet/views\";i:41452;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/akismet/_inc/img\";i:23659;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/akismet/_inc/rtl\";i:19578;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/akismet/_inc\";i:89776;s:53:\"/home/litcwxiz/public_html/wp-content/plugins/akismet\";i:352362;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Models\";i:62334;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits/Helpers\";i:760;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta/Traits\";i:760;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Meta\";i:55054;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Options\";i:66890;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Main\";i:110598;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Core\";i:2756;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits/Helpers\";i:197310;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Traits\";i:247653;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Help\";i:1537;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Image\";i:17344;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap/Html\";i:39238;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Sitemap\";i:190787;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Breadcrumbs\";i:48899;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/QueryArgs\";i:10288;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Tools\";i:45155;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports/Summary\";i:30425;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/EmailReports\";i:33246;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Utils\";i:202561;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api/Integrations\";i:3207;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Api\";i:132301;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/Blocks\";i:1601;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/PageBuilders\";i:42828;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BbPress\";i:3835;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone/BuddyPress\";i:39563;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Standalone\";i:151292;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SeoRevisions\";i:1209;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Traits\";i:2866;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/WebPage\";i:10762;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/Article\";i:7052;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs/KnowledgeGraph\";i:4621;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema/Graphs\";i:31817;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Schema\";i:60635;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchCleanup\";i:4299;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Migration\";i:112201;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin/Notices\";i:47599;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Admin\";i:156941;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/SeoBoost\";i:30687;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant/Utils\";i:1566;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/WritingAssistant\";i:32831;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Social\";i:41457;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/terms\";i:414;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin/posts\";i:415;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/admin\";i:13059;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/parts\";i:1324;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/html\";i:7643;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/partials\";i:5725;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl/templates\";i:6451;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xsl\";i:27130;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap/xml\";i:4106;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/sitemap\";i:39356;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/main\";i:5368;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views/report\";i:59312;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Views\";i:118419;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/Integrations\";i:13944;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/SeoPress\";i:40097;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/RankMath\";i:42050;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport/YoastSeo\";i:42712;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ImportExport\";i:140469;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/ThirdParty\";i:1970;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics/Api\";i:24920;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common/SearchStatistics\";i:77908;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Common\";i:2138427;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/init\";i:12869;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Options\";i:2354;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Main\";i:3068;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Traits\";i:2712;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Utils\";i:716;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Api\";i:1853;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin/Notices\";i:2502;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Admin\";i:19395;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite/Views\";i:46910;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app/Lite\";i:77008;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/app\";i:2252016;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log/Test\";i:9218;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr/Log\";i:20754;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log/Psr\";i:20754;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr/log\";i:22456;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/psr\";i:22456;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:18663;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:47979;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1459;s:127:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1426;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8087;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3418;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:229755;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src/Monolog\";i:342631;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog/src\";i:342631;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog/monolog\";i:346056;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed/monolog\";i:346056;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor_prefixed\";i:368512;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples\";i:754;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/dictionaries\";i:370776;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight/data\";i:551034;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib/PHPInsight\";i:933830;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/lib\";i:933920;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight\";i:936845;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey\";i:936845;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/composer\";i:149853;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:33205;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/lib\";i:37013;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/data-stores\";i:100925;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/abstracts\";i:83375;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:24231;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schema\";i:7801;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/migration\";i:25661;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/schedules\";i:10785;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes/actions\";i:4315;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler/classes\";i:353650;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce/action-scheduler\";i:478908;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor/woocommerce\";i:478908;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/vendor\";i:1566377;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/images\";i:2294837;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/css\";i:5330407;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/link-format\";i:60200;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/js\";i:37612611;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets/svg\";i:925100;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite/assets\";i:76157861;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist/Lite\";i:76418176;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/dist\";i:76418176;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack/languages\";i:871187;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/all-in-one-seo-pack\";i:81510578;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/images\";i:138491;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/inc/images\";i:30387;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/inc\";i:66798;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/css/images\";i:36998;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/css\";i:109156;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/js\";i:19399;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/theme\";i:1987;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rust\";i:5549;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/twig\";i:5940;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/idl\";i:16522;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/properties\";i:3726;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell-literate\";i:10771;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tornado\";i:4299;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pegjs\";i:5467;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/modelica\";i:8937;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/d\";i:13923;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pug\";i:18535;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stex\";i:14200;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/solr\";i:4043;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/oz\";i:8047;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/scheme\";i:15993;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/perl\";i:57692;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gas\";i:10726;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/velocity\";i:10398;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/markdown\";i:66389;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/spreadsheet\";i:4531;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cobol\";i:18372;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/groovy\";i:10055;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/swift\";i:8509;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/z80\";i:4983;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vue\";i:4562;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/handlebars\";i:4368;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlmixed\";i:8656;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/octave\";i:6268;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ntriples\";i:8000;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/htmlembedded\";i:3503;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/livescript\";i:17511;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mscgen\";i:21202;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/stylus\";i:44592;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dylan\";i:25672;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/commonlisp\";i:11179;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/css\";i:60953;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dtd\";i:8151;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/verilog\";i:28608;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn-cfg\";i:11462;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dockerfile\";i:4488;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yacas\";i:7600;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mumps\";i:7962;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mbox\";i:4942;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/textile\";i:27626;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tcl\";i:11217;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mathematica\";i:7866;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sparql\";i:8108;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/protobuf\";i:3793;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fcl\";i:7794;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/php\";i:26871;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/diff\";i:5547;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/django\";i:13868;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/brainfuck\";i:5512;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/javascript\";i:44530;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/toml\";i:4737;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/powershell\";i:23126;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ruby\";i:16676;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pig\";i:7285;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml-frontmatter\";i:5364;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haskell\";i:10295;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/apl\";i:6915;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jinja2\";i:6039;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/r\";i:8251;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/fortran\";i:11178;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/eiffel\";i:16942;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/turtle\";i:6319;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/shell\";i:7319;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sql\";i:37193;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xquery\";i:28187;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/python\";i:19558;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/factor\";i:4943;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sieve\";i:6620;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gherkin\";i:14823;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cmake\";i:6752;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asterisk\";i:12028;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/jsx\";i:10571;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vhdl\";i:9190;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/forth\";i:7013;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sass\";i:11630;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mirc\";i:15890;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiddlywiki\";i:13309;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smarty\";i:10801;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nsis\";i:9396;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/nginx\";i:15403;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/cypher\";i:8185;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/dart\";i:6741;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/tiki\";i:10674;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/smalltalk\";i:6447;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/gfm\";i:15292;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/puppet\";i:10828;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ebnf\";i:8535;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/sas\";i:17959;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ecl\";i:10252;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vb\";i:12042;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm/changes\";i:2180;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rpm\";i:10578;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haml\";i:10434;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/elm\";i:7192;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/haxe\";i:20145;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/xml\";i:16499;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asn.1\";i:9957;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/http\";i:4188;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/coffeescript\";i:32286;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/erlang\";i:21021;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clojure\";i:18555;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/pascal\";i:4495;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/q\";i:15583;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/julia\";i:13805;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/lua\";i:8023;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/ttcn\";i:13645;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/crystal\";i:14001;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/vbscript\";i:15310;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/yaml\";i:5747;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/rst\";i:35316;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/webidl\";i:7955;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/clike\";i:71292;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/asciiarmor\";i:3667;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/slim\";i:24091;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/go\";i:8127;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/soy\";i:9568;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/troff\";i:6857;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode/mllike\";i:9454;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/mode\";i:1691269;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror/lib\";i:374683;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/codemirror\";i:2067939;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/48px\";i:18363;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images/16px\";i:162942;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/images\";i:256991;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/css\";i:33459;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light/js\";i:327;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/light\";i:290777;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/images\";i:49580;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/css\";i:80256;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark/icons\";i:99720;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/dark\";i:229556;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/48px\";i:1027;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images/16px\";i:17693;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/images\";i:56138;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/css\";i:23922;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10/js\";i:327;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/windows - 10\";i:80387;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/images\";i:49580;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/css\";i:78530;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray/icons\";i:99720;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes/gray\";i:227830;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/themes\";i:828550;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/img/src\";i:1470840;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/img\";i:1703079;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/jquery/images\";i:19442;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/jquery\";i:511688;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/css\";i:353196;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/fonts/raleway\";i:965144;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/fonts/notosans\";i:1662048;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/fonts\";i:2627192;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/libs\";i:20186;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/flycache\";i:0;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/resources\";i:5915;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/OnlineConvert\";i:4304;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZohoOffice\";i:8607;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors/ZipArchive\";i:401;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/editors\";i:14730;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Sanitizer\";i:5901;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Normalizer\";i:8027;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoRotate\";i:5610;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/Watermark\";i:27171;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins/AutoResize\";i:6964;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php/plugins\";i:53673;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/php\";i:1074401;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/sounds\";i:92204;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/commands\";i:382109;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/worker\";i:2618;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n/help\";i:12037;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/i18n\";i:1381210;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/extras\";i:357984;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/ui\";i:251858;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js/proxy\";i:10177;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/js\";i:4319737;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/files/.trash\";i:0;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib/files\";i:0;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/lib\";i:13594034;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/classes\";i:25932;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager/languages\";i:3153329;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/wp-file-manager\";i:17212068;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/gutenberg\";i:5111;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/admin/notifications\";i:16059;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/admin/licensing\";i:59300;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/admin\";i:259595;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/survey-templates\";i:16216;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/db\";i:35215;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/integrations\";i:11224;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/frontend\";i:24043;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/lib\";i:129334;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/emails/templates\";i:28589;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes/emails\";i:64399;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/includes\";i:611353;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg/css\";i:1459;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg/js\";i:91720;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/gutenberg\";i:93179;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/img/integrations\";i:230832;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/img/emails\";i:9830;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/img/plugins\";i:544063;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/img\";i:786120;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/upsell\";i:266209;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/integrations\";i:230832;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/icons\";i:11329;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/onboarding\";i:974;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img/plugins\";i:110589;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/img\";i:1743309;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/css\";i:1221605;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/css\";i:101923;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/webfonts\";i:514010;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/solid\";i:1164719;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/regular\";i:150798;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs/brands\";i:584699;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices/svgs\";i:1900216;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/icon-choices\";i:2602388;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue/js\";i:2476399;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/vue\";i:8043701;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/css\";i:1978;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/js\";i:3354;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/lib/pandora\";i:8927;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets/lib\";i:8927;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/assets\";i:8937325;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/lite/includes/admin\";i:6565;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/lite/includes\";i:6565;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/lite\";i:6565;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite/languages\";i:217754;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/userfeedback-lite\";i:9815907;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/inc\";i:26518;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/views\";i:6966;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/static/img\";i:847;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/static/css\";i:5456;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/static/js\";i:8472;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/static\";i:14775;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing/languages\";i:8683;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/front-end-publishing\";i:66569;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/PageCreator/Controllers\";i:1386;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/PageCreator\";i:6327;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/DataProvider\";i:5393;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Services/PluginDependencies/Forms\";i:8079;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Services/PluginDependencies\";i:13612;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Services/Import\";i:27331;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Services/ApexDomain\";i:183176;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Services\";i:232819;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared/Controllers\";i:6110;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Shared\";i:256877;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Assist/Controllers\";i:10073;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Assist\";i:17363;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Launch/Services\";i:5261;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Launch/Controllers\";i:6144;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Launch\";i:17011;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/HelpCenter/Controllers\";i:4785;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/HelpCenter\";i:7544;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Draft/Controllers\";i:3584;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Draft\";i:6226;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Library/Controllers\";i:3863;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app/Library\";i:18779;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/app\";i:365884;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/vendor/bin\";i:0;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/vendor/composer\";i:17675;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/vendor\";i:17853;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/public/assets\";i:216994;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/public/build\";i:15907109;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/public\";i:16124103;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/lib\";i:0;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/hooks\";i:4318;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/pages\";i:7483;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/api\";i:3958;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/util\";i:728;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/icons\";i:2491;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/lib\";i:367;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/state\";i:3321;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/components/topbar\";i:2534;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/components/content\";i:2519;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator/components\";i:14676;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/PageCreator\";i:39760;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/hooks\";i:1010;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/api\";i:704;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/lib\";i:19192;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/state\";i:4972;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/components\";i:2998;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/utils/__tests__\";i:3473;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared/utils\";i:4693;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Shared\";i:35639;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/hooks\";i:8609;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/pages/layouts\";i:152;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/pages/parts\";i:2198;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/pages\";i:3946;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/tasks/images\";i:59247;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/tasks\";i:84075;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/api\";i:733;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/util\";i:986;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/svg\";i:41762;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/lib\";i:4579;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/state\";i:8415;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components/dashboard/buttons\";i:4593;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components/dashboard/cards\";i:3367;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components/dashboard/domains\";i:12726;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components/dashboard\";i:44324;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components/tasks\";i:3729;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist/components\";i:54477;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Assist\";i:212448;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/layouts\";i:764;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/_data\";i:593860;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/hooks\";i:14914;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/pages\";i:59897;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/api\";i:20768;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/svg\";i:29804;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/lib/__tests__\";i:4387;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/lib\";i:30226;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/state\";i:8451;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/components/CreatingSite\";i:2949;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/components/BusinessInformation\";i:4303;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch/components\";i:43649;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Launch\";i:809548;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/hooks\";i:4703;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/pages\";i:12561;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/lib\";i:1725;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/state\";i:11846;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components/buttons\";i:2255;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components/ai-chat\";i:21619;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components/modal\";i:6791;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components/knowledge-base\";i:8178;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components/tours\";i:16827;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/components\";i:55670;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter/tours\";i:46437;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/HelpCenter\";i:137478;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/hooks\";i:6318;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/pages\";i:8347;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/api\";i:5508;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/util\";i:496;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/svg\";i:6723;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/lib\";i:559;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/state\";i:2117;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/components/image-generation\";i:8550;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/components/stock-images\";i:3472;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft/components\";i:46638;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Draft\";i:87256;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/hooks\";i:8591;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/api\";i:221;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/util\";i:3100;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/icons\";i:1090;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/state\";i:2814;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/components/topbar\";i:1534;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/components/sidebar\";i:7142;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library/components\";i:17803;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src/Library\";i:89462;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/src\";i:1411859;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/routes\";i:5519;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/languages/php\";i:2406459;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/languages/js\";i:22568094;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/extendify/languages\";i:29663997;s:55:\"/home/litcwxiz/public_html/wp-content/plugins/extendify\";i:47634728;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/images\";i:5167;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/admin/images\";i:0;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/admin/css\";i:69188;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/admin/js\";i:19815;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/admin/sass\";i:6698;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/admin\";i:292257;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/css\";i:40914;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/js/vendor\";i:92329;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/js\";i:175343;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/sass\";i:1107;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/deprecated\";i:173582;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/classes\";i:565771;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/block-data\";i:2638;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/dynamic-widget-block\";i:1548;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/primary-nav\";i:4753;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/block-components\";i:2785;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/login-form\";i:3354;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks/block-collection\";i:284;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core/blocks\";i:15362;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-core\";i:2072249;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/cli/src/templates\";i:1259;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/cli/src\";i:189604;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/cli\";i:230105;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-settings/screens\";i:3838;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-settings/classes\";i:9557;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-settings/actions\";i:19522;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-settings\";i:48386;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/admin/css\";i:6844;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/admin/js\";i:6818;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/admin\";i:13662;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/screens\";i:10428;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/css\";i:5734;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/js\";i:10912;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/classes\";i:238657;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/actions\";i:18832;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/blocks/embed-activity\";i:4613;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/blocks/latest-activities\";i:5120;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity/blocks\";i:9733;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-activity\";i:716467;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs/screens\";i:2047;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs/classes\";i:90584;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs/actions\";i:738;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs/blocks/recent-posts\";i:3625;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs/blocks\";i:3625;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-blogs\";i:262364;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/admin/css\";i:12240;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/admin/js\";i:3557;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/admin\";i:15797;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/screens/user\";i:3336;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/screens/single/admin\";i:24135;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/screens/single\";i:33725;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/screens\";i:37879;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/js\";i:24842;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/classes\";i:467794;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/actions\";i:22985;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/blocks/groups\";i:10757;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/blocks/dynamic-widget\";i:2227;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/blocks/dynamic-groups\";i:4036;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/blocks/group\";i:6948;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups/blocks\";i:23968;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-groups\";i:1110201;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/admin/css\";i:23892;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/admin/js\";i:1897;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/admin\";i:26353;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/screens\";i:25150;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/classes\";i:357142;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/actions\";i:4107;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/member\";i:6743;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/active-members\";i:2738;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/dynamic-members\";i:4032;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/dynamic-widget\";i:2123;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/members\";i:11519;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks/online-members\";i:2700;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members/blocks\";i:29855;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-members\";i:766593;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/notifications\";i:12511;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/groups\";i:114078;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/blogs\";i:17250;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/members\";i:47841;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/activity\";i:71096;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/classes\";i:5605;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/messages\";i:46471;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/xprofile\";i:4362;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes/friends\";i:9631;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/includes\";i:480763;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups/single/admin\";i:15735;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups/single/parts\";i:3092;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups/single\";i:32328;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/groups\";i:36763;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/blogs\";i:3665;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/embeds\";i:2203;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/_attachments/cover-images\";i:1649;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/_attachments/avatars\";i:5122;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/_attachments\";i:8230;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/emails\";i:9606;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/widgets\";i:2191;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets/utils\";i:933;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/assets\";i:23163;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/invitations\";i:4926;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/notifications\";i:2144;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/groups\";i:1907;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/parts\";i:3401;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/profile\";i:9191;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/settings\";i:12909;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single/friends\";i:1801;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members/single\";i:52338;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/members\";i:60528;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity/type-parts\";i:4589;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity/single\";i:399;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/activity\";i:12306;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/filters\";i:1951;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/nav\";i:1030;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates/invites\";i:5835;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates/activity\";i:1722;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates/group-members\";i:6241;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates/messages\";i:14744;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/js-templates\";i:28542;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/notices\";i:686;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common/search\";i:1114;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress/common\";i:34578;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/buddypress\";i:171003;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/css\";i:1319980;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/common-styles\";i:109812;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/js\";i:236666;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau/sass\";i:192148;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-nouveau\";i:2531931;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single/admin\";i:21429;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups/single\";i:46302;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/groups\";i:70985;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/blogs\";i:9558;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/embeds\";i:2245;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/cover-images\";i:1416;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments/avatars\";i:5089;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/_attachments\";i:8141;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/emails\";i:9599;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/widgets\";i:2188;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets/utils\";i:932;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/assets\";i:23105;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/invitations\";i:5524;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/notifications\";i:4961;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/groups\";i:2311;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/profile\";i:13170;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/settings\";i:14442;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/messages\";i:18208;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single/friends\";i:2754;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members/single\";i:83888;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/members\";i:108166;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/type-parts\";i:4598;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity/single\";i:732;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/activity\";i:24569;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/common/search\";i:878;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress/common\";i:878;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress\";i:237261;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/css\";i:1826136;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy/js\";i:101114;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates/bp-legacy\";i:2231763;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-templates\";i:4763694;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/screens\";i:6708;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/css/autocomplete\";i:4312;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/css\";i:4312;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/js/autocomplete\";i:40354;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/js\";i:40354;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/classes\";i:172879;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/actions\";i:22985;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/blocks/sitewide-notices\";i:3635;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/blocks/close-notices-block\";i:770;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages/blocks\";i:4405;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-messages\";i:396613;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/screens\";i:2966;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/js\";i:261;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/classes\";i:75667;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/actions\";i:2797;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/blocks/dynamic-widget\";i:2227;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/blocks/dynamic-friends\";i:4210;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends/blocks\";i:6437;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-friends\";i:187824;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/admin/css\";i:21854;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/admin/js\";i:23203;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/admin\";i:45057;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/screens\";i:10268;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/classes\";i:391025;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile/actions\";i:0;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-xprofile\";i:631192;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-notifications/screens\";i:3948;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-notifications/classes\";i:92042;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-notifications/actions\";i:3713;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress/bp-notifications\";i:175609;s:56:\"/home/litcwxiz/public_html/wp-content/plugins/buddypress\";i:11953660;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/templates\";i:847;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/temp\";i:16;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/tts\";i:1049;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/cls\";i:544082;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/img\";i:894192;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/inc\";i:170576;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/swf\";i:15909;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/css/fonts\";i:654491;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/css\";i:1076411;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/lng\";i:1280007;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/js/codemirror\";i:355437;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/js/chosen\";i:115264;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/js/context\";i:3676;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/js/clipboard\";i:20423;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib/js\";i:767487;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/file-away/lib\";i:4749713;s:55:\"/home/litcwxiz/public_html/wp-content/plugins/file-away\";i:4755721;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Plugins\";i:6131;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Elementor\";i:19566;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Rules\";i:4119;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/WooCommerce\";i:21534;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/MemberPress\";i:17124;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/WPForms\";i:3670;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Integrations\";i:1819;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/EasyDigitalDownloads\";i:16193;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Promos\";i:8809;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI/Shortcodes\";i:6116;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/OMAPI\";i:514279;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue/dist/img\";i:5425870;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue/dist/css\";i:1467556;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue/dist/fonts\";i:84156;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue/dist/js\";i:604396;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue/dist\";i:146774667;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/vue\";i:146774667;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/images/about\";i:202253;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/images/icons\";i:4117;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/images/metabox\";i:28882;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/images/memberpress\";i:43308;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/images\";i:317073;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/css/images/icons\";i:29112;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/css/images\";i:1094281;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/css\";i:1125280;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/fonts\";i:3573125;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/js/Elementor\";i:6428;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/js/Utils\";i:3105;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/js\";i:41253;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/dist/css\";i:29770;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/dist/js\";i:92748;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets/dist\";i:150284;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/assets\";i:5207015;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster/views\";i:96805;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/optinmonster\";i:152703100;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/admin/images\";i:644616;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/admin\";i:644616;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin/pages\";i:340380;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin/importers\";i:25112;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/admin\";i:478309;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/conditional-logic\";i:18860;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/execute\";i:6097;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/admin\";i:32417;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/conditional-logic\";i:18252;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite/auto-insert\";i:19463;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/lite\";i:77138;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/generator\";i:236012;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes/auto-insert\";i:32594;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/includes\";i:1068010;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/build\";i:412191;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers/languages\";i:228792;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/insert-headers-and-footers\";i:2392836;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/templates\";i:16407;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/assets/css\";i:5556;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/assets/js\";i:5722;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/assets\";i:11278;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/views/settings\";i:23181;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin/views\";i:26450;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/admin\";i:91593;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin/templates/global\";i:1447;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin/templates\";i:4561;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin/assets/css\";i:11533;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin/assets/js\";i:9517;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin/assets\";i:21050;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework/admin\";i:48694;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes/xoo-framework\";i:61186;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/includes\";i:138808;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/templates/global\";i:15873;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/templates\";i:20340;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/templates/scripts\";i:6329;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/templates\";i:18101;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/assets/css\";i:12063;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/assets/js\";i:28643;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/assets\";i:40706;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/defaults\";i:18860;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/settings/options\";i:4732;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin/settings\";i:14621;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/admin\";i:140988;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/includes/templates\";i:8566;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/includes\";i:18725;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/css\";i:7953;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets/js\";i:17161;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/assets\";i:25114;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/countries\";i:148730;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome-iconpicker/dist/css\";i:13567;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome-iconpicker/dist/js\";i:207158;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome-iconpicker/dist\";i:220725;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome-iconpicker\";i:220725;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/css\";i:59305;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5/webfonts\";i:2929598;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/fontawesome5\";i:2988903;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/jqueryui\";i:37845;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib/select2\";i:88266;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw/lib\";i:3335739;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/xoo-form-fields-fw\";i:3670126;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/assets/images\";i:30748;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/assets/css\";i:14680;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/assets/fonts\";i:12087;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/assets/js\";i:13484;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/assets\";i:70999;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce/languages\";i:11897;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/easy-login-woocommerce\";i:4014890;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/popular-posts\";i:44529;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/examples\";i:893;s:148:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/dictionaries\";i:349614;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight/data\";i:551035;s:135:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib/PHPInsight\";i:913114;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight/lib\";i:913204;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool/phpinsight\";i:916239;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/headline-tool\";i:960887;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/graph\";i:18968;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates/scorecard\";i:18540;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights/templates\";i:41023;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg/site-insights\";i:41023;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/gutenberg\";i:1011670;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/notifications\";i:49482;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages\";i:37469;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/site-notes\";i:34534;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/feature-feedback\";i:4466;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing\";i:59691;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports\";i:36310;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/admin\";i:549426;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/verified-badge\";i:3643;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking\";i:18115;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events\";i:3675;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/frontend\";i:42785;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails/templates\";i:11222;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes/emails\";i:27134;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/includes\";i:1875663;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/css\";i:158173;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg/js\";i:1266543;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/gutenberg\";i:1424716;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell\";i:55151;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images/plugins\";i:328218;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/images\";i:562873;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/images\";i:47602;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css/frontend\";i:13065;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/css\";i:155433;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/fonts\";i:266568;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend\";i:1054338;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/js\";i:1144550;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora\";i:9702;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets/lib\";i:9767;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/assets\";i:3563972;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/popular-posts\";i:44058;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg/blocks\";i:2920;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/gutenberg\";i:3014;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/img\";i:118441;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets/css\";i:9819;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/assets\";i:128260;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey/providers\";i:16912;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/user-journey\";i:148856;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports\";i:8554;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin\";i:234024;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails/templates\";i:53898;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes/emails\";i:96221;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/includes\";i:383400;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails/summaries\";i:60977;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/emails\";i:60977;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/img\";i:110417;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img\";i:6149344;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css\";i:1294794;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts\";i:433004;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunks\";i:16779050;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js\";i:19322283;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue\";i:27252258;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite/assets\";i:27362675;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/lite\";i:27746140;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress/languages\";i:675862;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/google-analytics-for-wordpress\";i:33910267;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/assets/images\";i:497291;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/assets/css\";i:152205;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/assets/js\";i:184780;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/assets\";i:834276;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/main\";i:161862;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/lib/Curl\";i:105403;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/backuply/lib\";i:286751;s:54:\"/home/litcwxiz/public_html/wp-content/plugins/backuply\";i:1619624;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/3rd-party\";i:15244;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/admin/views\";i:15617;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/admin\";i:223681;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/abstracts\";i:30104;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/ui\";i:25992;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/forms\";i:51784;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/promoted-jobs\";i:26187;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/emails\";i:9599;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/helper/views\";i:10065;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/helper\";i:84962;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes/widgets\";i:9041;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/includes\";i:787313;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/templates/form-fields\";i:23730;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/templates/emails/plain\";i:8684;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/templates/emails\";i:23098;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/templates\";i:95962;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/images/icons\";i:194;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/images\";i:24934;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist/images\";i:9427;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist/css\";i:198465;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist/fonts\";i:9968;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist/js/admin\";i:4083;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist/js\";i:33801;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/dist\";i:251661;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/jquery-fileupload\";i:64766;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/jquery-deserialize\";i:4095;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/jquery-chosen/images\";i:1518;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/jquery-chosen\";i:84940;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/jquery-tiptip\";i:9857;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib/select2\";i:94138;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets/lib\";i:257796;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/assets\";i:534391;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/Parsing\";i:17592;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/CSSList\";i:29568;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/Property\";i:12895;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/Value\";i:36761;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser/src\";i:169786;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm/php-css-parser\";i:203827;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/sabberworm\";i:203827;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier/src/Css\";i:9639;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier/src/Caching\";i:2073;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30812;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier/src\";i:94040;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago/emogrifier\";i:134555;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/pelago\";i:134555;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Node\";i:17185;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/XPath\";i:39842;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Exception\";i:4181;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector/Parser\";i:42756;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/css-selector\";i:108979;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/polyfill-php80/Resources\";i:2168;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony/polyfill-php80\";i:12534;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/symfony\";i:121513;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor/composer\";i:53290;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/vendor\";i:513956;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/lib/usage-tracking\";i:15346;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/lib\";i:15346;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager/languages\";i:98648;s:60:\"/home/litcwxiz/public_html/wp-content/plugins/wp-job-manager\";i:2257302;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/manage business cards\";i:1664;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf/bootstrap/img\";i:36636;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf/bootstrap/css\";i:181899;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf/bootstrap/fonts\";i:165696;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf/bootstrap/js\";i:65250;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf/bootstrap\";i:449481;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/sdf\";i:452093;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/tables\";i:7263;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/picker\";i:82097;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/global\";i:137117;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/layout/widgets\";i:2948;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/layout/ads\";i:19409;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/layout\";i:53681;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin/sliders\";i:10174;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/admin\";i:337135;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/colorpicker\";i:77459;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/logos\";i:69655;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img/sdf-icons\";i:28069;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin/img\";i:521640;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/plugin\";i:1103984;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/includes/jlwp\";i:4738;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/includes/jlfunctions\";i:24253;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/includes/jlsuggest\";i:13561;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/includes\";i:56150;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/translations\";i:517545;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/404s\";i:21735;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/titles\";i:23800;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/misc\";i:1072;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/canonical\";i:8180;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/sdf-ads/banners\";i:414937;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/sdf-ads\";i:423041;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/import-aiosp\";i:1691;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/opengraph\";i:26740;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/meta\";i:31392;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/rich-snippets\";i:19016;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/internal-link-aliases\";i:15285;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/author-links\";i:4747;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/slugs\";i:12207;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/autolinks\";i:50758;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/link-nofollow\";i:5735;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/user-code\";i:5531;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/linkbox\";i:5424;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/sharing-buttons\";i:3535;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/wp-settings\";i:4072;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/sds-blog\";i:7487;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/noindex\";i:5997;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/settings\";i:30376;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/permalinks\";i:7575;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/modules\";i:9764;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/more-links\";i:5284;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/widgets\";i:9266;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules/files\";i:8263;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk/modules\";i:856086;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/old_seo-ultimate.bk\";i:2610532;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/nc-extendify-lc\";i:11218;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/includes\";i:47526;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets/img/blog\";i:7967;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets/img\";i:100944;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets/css\";i:115035;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets/fonts\";i:121592;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets/js\";i:195585;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/assets\";i:533156;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/views/partials\";i:47120;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/views\";i:49207;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments/languages\";i:14221;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/disable-comments\";i:711444;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/images/wds_ads\";i:60445;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/images\";i:64962;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/external\";i:12669;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/inc/tools-sections\";i:22678;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/inc\";i:296417;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/build\";i:139941;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui/classes\";i:23241;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/custom-post-type-ui\";i:603703;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/sendinblue/api-v3-sdk/lib/Api\";i:1270845;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/sendinblue/api-v3-sdk/lib/Model\";i:1763673;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/sendinblue/api-v3-sdk/lib\";i:3064725;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/sendinblue/api-v3-sdk\";i:3064725;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/sendinblue\";i:3064725;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/mtdowling/jmespath.php/src\";i:78693;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/mtdowling/jmespath.php\";i:79782;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/mtdowling\";i:79782;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient-services/src/Gmail/Resource\";i:72643;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient-services/src/Gmail\";i:161781;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient-services/src\";i:186281;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient-services\";i:186281;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth/src/Middleware\";i:17393;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth/src/HttpHandler\";i:10162;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth/src/Credentials\";i:49103;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth/src/Cache\";i:15300;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth/src\";i:195766;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/auth\";i:207173;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/AccessToken\";i:12468;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/Task\";i:13078;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/AuthHandler\";i:9945;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/Http\";i:25240;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/Utils\";i:10622;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src/Service\";i:12740;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient/src\";i:144168;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google/apiclient\";i:154424;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/google\";i:547878;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common/Functions\";i:14202;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Common\";i:14202;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1080;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/Common\";i:1552;s:147:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37327;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:46616;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1275;s:150:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9994;s:139:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15605;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:203864;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:203864;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10716;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14159;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Math\";i:262473;s:135:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:5164;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:85702;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:90866;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:107152;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:61709;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:277632;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:3078;s:139:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1556;s:134:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:64079;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:65635;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:219512;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:8335;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:8335;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:12414;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4603;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:29410;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:34013;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:42820;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:49987;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:49987;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:83276;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Crypt\";i:723035;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib/Exception\";i:8048;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib/phpseclib\";i:1008499;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib/phpseclib\";i:1009580;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/phpseclib\";i:1009580;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/mk-j/php_xlsxwriter\";i:57790;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/mk-j\";i:57790;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/cache/src\";i:8748;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/cache\";i:8748;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/log/Psr/Log\";i:12108;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/log/Psr\";i:12108;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/log\";i:13193;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/http-message/src\";i:46685;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr/http-message\";i:47770;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/psr\";i:69711;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/guzzle/src/Cookie\";i:27958;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/guzzle/src/Handler\";i:59326;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/guzzle/src/Exception\";i:9283;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/guzzle/src\";i:199525;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/guzzle\";i:200985;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/promises/src\";i:60391;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/promises\";i:61675;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/psr7/src\";i:173251;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp/psr7\";i:174653;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/guzzlehttp\";i:437313;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony/polyfill-php72\";i:9705;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony/polyfill-intl-idn\";i:14224;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony/polyfill-mbstring/Resources/unidata\";i:50734;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony/polyfill-mbstring/Resources\";i:51583;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony/polyfill-mbstring\";i:87964;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/symfony\";i:111893;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint/Exception\";i:414;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Endpoint/UseFipsEndpoint\";i:9089;s:138:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint/Exception\";i:424;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Endpoint/UseDualstackEndpoint\";i:9370;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Endpoint\";i:37976;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/ClientSideMonitoring/Exception\";i:420;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/ClientSideMonitoring\";i:34070;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Signature\";i:28446;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/data/sesv2/2019-09-27\";i:105597;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/data/sesv2\";i:105597;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/data/email/2010-12-01\";i:80128;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/data/email\";i:80128;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/data\";i:628339;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Multipart\";i:18658;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/DefaultsMode/Exception\";i:389;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/DefaultsMode\";i:12411;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/EndpointDiscovery/Exception\";i:412;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/EndpointDiscovery\";i:25478;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/SesV2/Exception\";i:279;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/SesV2\";i:12924;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Handler/GuzzleV6\";i:2539;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Handler/GuzzleV5\";i:8387;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Handler\";i:10926;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Retry/Exception\";i:383;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Retry\";i:19669;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Credentials\";i:57545;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Exception\";i:13665;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Crypto/Polyfill\";i:23630;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Crypto/Cipher\";i:5820;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Crypto\";i:99367;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Api/ErrorParser\";i:10937;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Api/Serializer\";i:29004;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Api/Parser/Exception\";i:1493;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Api/Parser\";i:40596;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Api\";i:130193;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Ses/Exception\";i:263;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src/Ses\";i:14284;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php/src\";i:1422816;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-sdk-php\";i:1422816;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS/CRT/HTTP\";i:6450;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS/CRT/Internal\";i:1801;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS/CRT/IO\";i:2905;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS/CRT/Auth\";i:12278;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS/CRT\";i:41206;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src/AWS\";i:41206;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php/src\";i:41206;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws/aws-crt-php\";i:41206;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/aws\";i:1464022;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/paragonie/constant_time_encoding/src\";i:52995;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/paragonie/constant_time_encoding\";i:55400;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/paragonie\";i:55400;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Processor\";i:19385;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Formatter\";i:50420;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Curl\";i:1463;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1430;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Handler/Slack\";i:8353;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:3596;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog/Handler\";i:240480;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src/Monolog\";i:357586;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog/src\";i:357586;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog/monolog\";i:358649;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/monolog\";i:358649;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Provider/Exception\";i:1227;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Provider\";i:33844;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/OptionProvider\";i:4006;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Token\";i:8728;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Grant/Exception\";i:806;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Grant\";i:10381;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src/Tool\";i:15156;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client/src\";i:72115;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league/oauth2-client\";i:73221;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed/league\";i:73221;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor_prefixed\";i:7329964;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/about\";i:163403;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/email\";i:39070;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/font-awesome\";i:2333;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/loaders\";i:1285;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/flyout-menu\";i:6896;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/email-reports\";i:330261;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/icons/dashicons\";i:678;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/icons\";i:3146;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/providers\";i:51477;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/reports/email\";i:53590;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/reports\";i:54823;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/logs\";i:269301;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/dash-widget/smtp\";i:2093;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/dash-widget/wp\";i:2093;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images/dash-widget\";i:4451;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/images\";i:956192;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/images/logs\";i:4249;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/images\";i:4249;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/css/vendor\";i:14966;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/css\";i:49046;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/js/vendor\";i:79213;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/js\";i:226558;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro/languages\";i:86465;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/pro\";i:366318;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/vue/img\";i:82995;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/vue/css\";i:122492;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/vue/js\";i:614371;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/vue\";i:819858;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/css/vendor\";i:16082;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/css/emails\";i:5482;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/css\";i:116344;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/libs/lity\";i:10022;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/libs\";i:60782;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/js/vendor\";i:289682;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/js\";i:353027;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets/languages\";i:191162;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/assets\";i:2863683;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/ralouphie/getallheaders/src\";i:1640;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/ralouphie/getallheaders\";i:2720;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/ralouphie\";i:2720;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/composer\";i:465156;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/paragonie/random_compat/lib\";i:43330;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/paragonie/random_compat\";i:44428;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/paragonie\";i:44428;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/deprecated\";i:13295;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/lib/cron-expression\";i:29942;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/lib\";i:33750;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/data-stores\";i:90102;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/abstracts\";i:75715;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/WP_CLI\";i:19518;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/schema\";i:7503;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/migration\";i:25683;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/schedules\";i:10729;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes/actions\";i:2769;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler/classes\";i:309808;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce/action-scheduler\";i:415388;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor/woocommerce\";i:415388;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/vendor\";i:927870;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced/Core/Poly1305\";i:112;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced/Core/Curve25519\";i:820;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced/Core\";i:2444;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/namespaced\";i:2698;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/lib\";i:76084;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/Base64\";i:22135;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/Poly1305\";i:12912;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/ChaCha20\";i:5152;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/SecretStream\";i:3624;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core/Curve25519\";i:119613;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core\";i:388710;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/PHP52\";i:4116;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32/Poly1305\";i:15980;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32/ChaCha20\";i:6295;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32/SecretStream\";i:3656;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32/Curve25519\";i:122181;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src/Core32\";i:437239;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat/src\";i:1128183;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs/sodium_compat\";i:1211150;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/libs\";i:1211150;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Compatibility/Plugin\";i:2901;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Compatibility\";i:4127;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Handlers\";i:522;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Admin\";i:7087;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Providers/Email\";i:6742;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Providers/TwilioSMS\";i:12408;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Providers/SlackWebhook\";i:9764;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Providers/CustomWebhook\";i:6367;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts/Providers\";i:35281;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Alerts\";i:54407;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Attachments\";i:22438;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Export\";i:51207;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Tracking/Events/Injectable\";i:9790;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Tracking/Events\";i:20743;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Tracking\";i:29641;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Events\";i:1799;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/SparkPost/Events\";i:516;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/SparkPost\";i:7999;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Sendinblue/Events\";i:509;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Sendinblue\";i:7204;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/SMTPcom/Events\";i:510;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/SMTPcom\";i:6936;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Sendlayer/Events\";i:510;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Sendlayer\";i:7471;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Postmark/Events\";i:517;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Postmark\";i:11483;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Mailgun/Events\";i:715;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers/Mailgun\";i:9211;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks/Providers\";i:50304;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Webhooks\";i:72170;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Reports/Emails\";i:19381;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Reports\";i:53638;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Admin\";i:82452;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs/Providers\";i:10021;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Logs\";i:399183;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Control/Admin\";i:4420;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails/Control\";i:20017;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Emails\";i:419200;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/SparkPost\";i:3237;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/Sendinblue\";i:2784;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/SMTPcom\";i:3237;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/Sendlayer\";i:2795;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/Postmark\";i:3327;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs/Mailgun\";i:3306;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Logs\";i:25341;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks/Migrations\";i:3256;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Tasks\";i:33039;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Admin\";i:33682;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/License\";i:33436;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/Zoho/Auth\";i:9872;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/Zoho\";i:39563;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/Outlook\";i:48820;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers/AmazonSES\";i:52290;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro/Providers\";i:153887;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Pro\";i:792098;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/UsageTracking\";i:12777;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Tasks/Reports\";i:1550;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Tasks\";i:25896;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Reports/Emails\";i:23339;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Reports\";i:28348;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Admin/DebugEvents\";i:43046;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Admin/Pages\";i:202299;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Admin\";i:430703;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Helpers\";i:19329;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/SMTP\";i:1952;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Pepipost\";i:1122;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/SparkPost\";i:17593;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/PepipostAPI\";i:15021;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Sendgrid\";i:13472;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Sendinblue\";i:16899;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Mail\";i:2840;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Zoho\";i:804;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Outlook\";i:807;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Gmail\";i:29354;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/SMTPcom\";i:16581;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Sendlayer\";i:14558;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Postmark\";i:15529;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/AmazonSES\";i:797;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers/Mailgun\";i:16325;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src/Providers\";i:209180;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro/src\";i:1707064;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/wp-mail-smtp-pro\";i:14091960;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-downgrade/languages\";i:17016;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/wp-downgrade\";i:121467;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/matches\";i:21115;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/images\";i:5548;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/api\";i:58982;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/database/schema\";i:22541;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/database\";i:39310;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/actions\";i:5574;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/modules\";i:17219;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/models/log\";i:18420;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/models/url\";i:28804;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/models/redirect\";i:42251;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/models\";i:169005;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/redirection/fileio\";i:16388;s:57:\"/home/litcwxiz/public_html/wp-content/plugins/redirection\";i:1310787;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/php-version/languages\";i:0;s:57:\"/home/litcwxiz/public_html/wp-content/plugins/php-version\";i:2565;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/images\";i:15504;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/css/jquery-ui/images\";i:32598;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/css/jquery-ui\";i:69134;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/css\";i:82508;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/js\";i:0;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/main\";i:39853;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10/images/48px\";i:1027;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10/images/16px\";i:18946;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10/images\";i:20745;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10/css\";i:30037;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10/js\";i:327;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/windows10\";i:51109;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material-dark/css\";i:87343;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material-dark\";i:87343;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/dark/img\";i:161986;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/dark/css\";i:55626;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/dark\";i:217612;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material-gray/css\";i:87267;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material-gray\";i:87267;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material/images\";i:45254;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material/css\";i:87156;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material/icons\";i:101710;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes/material\";i:234120;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/themes\";i:677451;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/img\";i:225244;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/css\";i:232653;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/.tmp\";i:31;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/libs\";i:20186;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/resources\";i:5915;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/editors/OnlineConvert\";i:4304;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/editors/ZohoOffice\";i:8607;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/editors/ZipArchive\";i:401;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/editors\";i:14730;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/Sanitizer\";i:5901;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/WinRemoveTailDots\";i:4061;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/Normalizer\";i:8027;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/AutoRotate\";i:5610;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/Watermark\";i:27171;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins/AutoResize\";i:6964;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php/plugins\";i:57734;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/php\";i:1077169;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/sounds\";i:92204;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js/worker\";i:2618;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js/i18n/help\";i:12037;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js/i18n\";i:1141782;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js/extras\";i:132740;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js/proxy\";i:10092;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/js\";i:2887505;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/files/.trash\";i:0;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager/files\";i:0;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer/manager\";i:5192226;s:59:\"/home/litcwxiz/public_html/wp-content/plugins/fileorganizer\";i:5347568;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tracking\";i:7234;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Clients\";i:56733;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Exception\";i:5244;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication/Guards\";i:2242;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Authentication\";i:160179;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Site_Health\";i:29683;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking/Conversion_Event_Providers\";i:14991;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Conversion_Tracking\";i:27754;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing/Activity_Metrics\";i:4188;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Dashboard_Sharing\";i:8042;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Prompts\";i:8133;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Notifications\";i:10338;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Dismissals\";i:9829;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/REST_API/Exception\";i:3772;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/REST_API\";i:14763;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/User_Surveys\";i:13675;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Modules/Tags\";i:9894;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Modules\";i:117266;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Admin_Bar\";i:11689;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Storage/Setting\";i:1485;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Storage\";i:63867;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Permissions\";i:25349;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Key_Metrics\";i:13592;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/User\";i:16794;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Nonces\";i:2647;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Assets\";i:43973;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/User_Input\";i:17462;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Remote_Features\";i:11767;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Validation/Exception\";i:1167;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Validation\";i:1167;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Feature_Tours\";i:6439;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Expirables\";i:8886;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Guards\";i:671;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Consent_Mode\";i:22160;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Admin\";i:49046;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Util\";i:133534;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Contracts\";i:592;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags/First_Party_Mode\";i:14394;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags/Guards\";i:3077;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/Tags\";i:31480;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core/CLI\";i:4553;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Core\";i:872564;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Ads\";i:10328;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Tag_Manager\";i:10811;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Search_Console\";i:1637;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/PageSpeed_Insights\";i:755;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Reader_Revenue_Manager\";i:36681;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/AdSense\";i:25121;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/GoogleAnalyticsAdmin\";i:18225;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Dimension_Filter\";i:6457;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report/Filters\";i:11845;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Report\";i:56940;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Conversion_Reporting\";i:12842;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4/Advanced_Tracking\";i:9442;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Analytics_4\";i:161589;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules/Sign_In_With_Google\";i:24036;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/Modules\";i:528637;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/vendor/composer\";i:40991;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes/vendor\";i:40991;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/includes\";i:1468466;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/fpm\";i:9319;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders/src\";i:1640;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie/getallheaders\";i:1640;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/ralouphie\";i:1640;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager/Resource\";i:107203;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/TagManager\";i:312236;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource\";i:171875;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/GoogleAnalyticsAdmin\";i:622951;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights/Resource\";i:2687;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PagespeedInsights\";i:74827;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData/Resource\";i:22321;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/AnalyticsData\";i:175557;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense/Resource\";i:56443;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/Adsense\";i:127752;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification/Resource\";i:6621;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SiteVerification\";i:17531;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService/Resource\";i:50744;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/PeopleService\";i:226754;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole/Resource\";i:17560;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src/SearchConsole\";i:80486;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services/src\";i:1729718;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services\";i:1731197;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-adsenselinks\";i:6113;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/CredentialSource\";i:19220;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Middleware\";i:18751;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/HttpHandler\";i:11325;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Credentials\";i:71012;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src/Cache\";i:20295;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth/src\";i:268491;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/auth\";i:281002;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AccessToken\";i:11738;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Task\";i:13361;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/AuthHandler\";i:10360;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Http\";i:25855;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Utils\";i:10553;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src/Service\";i:13049;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient/src\";i:150856;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient\";i:150856;s:148:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle/Resource\";i:12969;s:139:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle/SubscribewithGoogle\";i:63086;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google/apiclient-services-subscribewithgoogle\";i:68485;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/google\";i:2237653;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16740;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Common\";i:16740;s:127:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1052;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/Common\";i:1455;s:142:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:38071;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:47229;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1273;s:145:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:10109;s:134:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15561;s:127:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:207774;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:207774;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10934;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14276;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Math\";i:268035;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:822;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:822;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:10537;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System/SSH\";i:21004;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/System\";i:21004;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:22027;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Net\";i:356283;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:6890;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:95125;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:102015;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:110485;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:62495;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:294442;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2920;s:134:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1465;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:68479;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:69944;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:224448;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:7580;s:120:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:7580;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:11525;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4473;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:28370;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:32843;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:41563;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:54523;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:54523;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:87519;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Crypt\";i:1081904;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:109367;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File/ASN1\";i:110214;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/File\";i:345540;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib/Exception\";i:7222;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib/phpseclib\";i:2097584;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib/phpseclib\";i:2097584;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/phpseclib\";i:2097584;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/cache/src\";i:8825;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/cache\";i:8825;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-client/src\";i:2427;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-client\";i:2427;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log/Test\";i:10105;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr/Log\";i:22521;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log/Psr\";i:22521;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/log\";i:22521;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-message/src\";i:48993;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-message\";i:48993;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-factory/src\";i:5400;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr/http-factory\";i:5400;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/psr\";i:88166;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/vendor/composer\";i:216586;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/vendor\";i:217634;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Cookie\";i:32469;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Handler\";i:78080;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src/Exception\";i:10091;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle/src\";i:249001;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/guzzle\";i:249388;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises/src\";i:61880;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/promises\";i:61880;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src/Exception\";i:274;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7/src\";i:227437;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp/psr7\";i:227437;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/guzzlehttp\";i:538705;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-php72\";i:9324;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources/unidata\";i:265842;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn/Resources\";i:265842;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-idn\";i:307788;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/deprecation-contracts\";i:1089;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/unidata\";i:122251;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources/stubs\";i:502;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer/Resources\";i:122753;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony/polyfill-intl-normalizer\";i:134220;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/symfony\";i:452421;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Processor\";i:23403;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Formatter\";i:64382;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Curl\";i:1871;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2275;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/Slack\";i:10667;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4680;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Handler\";i:305529;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Attribute\";i:1526;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog/Test\";i:2758;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src/Monolog\";i:453681;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog/src\";i:453681;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog/monolog\";i:453681;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/monolog\";i:453681;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt/src\";i:45845;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt\";i:45845;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party/firebase\";i:45845;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/third-party\";i:6133329;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/css\";i:4787075;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/reader-revenue-manager/block-editor-plugin\";i:24172;s:128:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/reader-revenue-manager/subscribe-with-google\";i:51543;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/reader-revenue-manager/contribute-with-google\";i:51515;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/reader-revenue-manager/common\";i:1807;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/reader-revenue-manager\";i:129037;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks/sign-in-with-google\";i:30191;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js/blocks\";i:160466;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets/js\";i:58429236;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist/assets\";i:63216311;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit/dist\";i:63224925;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/google-site-kit\";i:70852389;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/config\";i:2195;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/admin/views\";i:2140;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/admin\";i:103505;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/updates\";i:44851;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/abstracts\";i:49796;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/roles\";i:51690;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/stripe/Models\";i:7455;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/stripe/Controllers\";i:13457;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/stripe\";i:89736;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/elementor/extensions\";i:4307;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/elementor/widgets\";i:22242;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations/elementor\";i:32884;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/integrations\";i:122620;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/fields/types\";i:46793;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/fields\";i:122612;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/shortcodes\";i:48296;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/directories\";i:18861;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/forms\";i:101943;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/database\";i:39915;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/compatibility\";i:629;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/emails\";i:39526;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes/widgets\";i:9465;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/includes\";i:867497;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/form-fields\";i:35868;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/profiles\";i:11407;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/directory\";i:5374;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/forms\";i:21194;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/stripe/account\";i:4031;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/stripe\";i:8830;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/emails\";i:8422;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates/messages\";i:4161;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/templates\";i:109355;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/images\";i:10474;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/css/admin\";i:35225;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/css/vendor\";i:31441;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/css/src/admin\";i:15471;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/css/src\";i:39444;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/css\";i:160733;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/admin/tinymce\";i:268;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/admin\";i:7305;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/vendor\";i:503232;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/src/admin/tinymce\";i:242;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/src/admin\";i:12701;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js/src\";i:24038;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets/js\";i:553973;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/assets\";i:725180;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/Parsing\";i:15923;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/CSSList\";i:28968;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/Property\";i:12564;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/Rule\";i:10155;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/Value\";i:32055;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/RuleSet\";i:40500;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src/Comment\";i:1627;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser/src\";i:158467;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm/php-css-parser\";i:158467;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/sabberworm\";i:158467;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wpbp/widgets-helper\";i:25515;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wpbp\";i:25515;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Walker\";i:1588;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Event\";i:5342;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Loader\";i:11008;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Helper\";i:25174;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Libraries/Sidebar_Manager/assets/css\";i:544;s:139:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Libraries/Sidebar_Manager/assets/js\";i:2003;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Libraries/Sidebar_Manager/assets\";i:2547;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Libraries/Sidebar_Manager\";i:8528;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Libraries\";i:8528;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Toolset\";i:15347;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Provider\";i:16387;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Widget\";i:7260;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Datastore\";i:26698;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/REST_API\";i:11414;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Container/Fulfillable/Translator\";i:7309;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Container/Fulfillable\";i:22142;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Container/Condition/Comparer\";i:6384;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Container/Condition\";i:30218;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Container\";i:133940;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Pimple\";i:10316;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Exception\";i:1216;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Field\";i:114162;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Service\";i:25206;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core/Value_Set\";i:7363;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/core\";i:438852;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/templates/Container/common\";i:2044;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/templates/Container\";i:4044;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/templates/Exception\";i:1698;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/templates\";i:5742;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/css/modules\";i:51246;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/css\";i:53579;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/vendor/jquery-bind-first\";i:2564;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/vendor\";i:2564;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/store\";i:2223;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/sagas\";i:31085;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/decorators\";i:3712;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/validators\";i:2630;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/radio\";i:2517;s:138:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/association\";i:9377;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/oembed\";i:11209;s:138:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/radio-image\";i:1704;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/select\";i:2764;s:135:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/checkbox\";i:2062;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/color\";i:5121;s:135:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/textarea\";i:1671;s:139:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/search-input\";i:2005;s:138:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/multiselect\";i:2355;s:133:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/hidden\";i:1319;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/html\";i:1078;s:134:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/complex\";i:23198;s:135:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/datetime\";i:3994;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/field\";i:1950;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/map\";i:6347;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/file\";i:3494;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/separator\";i:1095;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/set\";i:3802;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/sortable-list\";i:1098;s:136:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/rich-text\";i:6067;s:131:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/text\";i:1544;s:137:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/no-options\";i:892;s:134:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/sidebar\";i:3175;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components/media-gallery\";i:17849;s:126:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields/components\";i:117687;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/fields\";i:178050;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/sidebars/sagas\";i:845;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/sidebars\";i:2701;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/lib\";i:18980;s:129:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/comparers\";i:3186;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/conditions\";i:11788;s:132:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/sagas/common\";i:1893;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/sagas\";i:34493;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/decorators\";i:2016;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/term-meta\";i:528;s:143:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/comment-meta\";i:461;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/user-meta\";i:478;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/container\";i:8688;s:140:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/post-meta\";i:583;s:144:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/theme-options\";i:491;s:138:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/network\";i:479;s:144:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/nav-menu-item\";i:463;s:137:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components/widget\";i:449;s:130:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers/components\";i:12620;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js/containers\";i:71183;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/js\";i:276002;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets/dist\";i:1095578;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/assets\";i:1427723;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields/languages\";i:256383;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger/carbon-fields\";i:2155900;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/htmlburger\";i:2155900;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex/Route\";i:15659;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex/Uri\";i:10137;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex/Group\";i:5190;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex/Router\";i:20109;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex/Controller\";i:2849;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src/Cortex\";i:53944;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex/src\";i:63800;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain/cortex\";i:63800;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/brain\";i:63800;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5/bin\";i:657;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5/src/HTML5/Serializer\";i:53845;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5/src/HTML5/Parser\";i:98105;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5/src/HTML5\";i:216219;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5/src\";i:224792;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds/html5\";i:226136;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/masterminds\";i:226136;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/gamajo/template-loader\";i:11266;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/gamajo\";i:11266;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/psr/http-message/src\";i:46414;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/psr/http-message\";i:46414;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/psr\";i:46414;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/deprecation-contracts\";i:1040;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Resources/data\";i:3187;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Resources/bin\";i:8625;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Resources/schemas\";i:129021;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Resources\";i:141400;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Loader\";i:36699;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Provider\";i:12285;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/DependencyInjection\";i:12862;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Extractor\";i:16693;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Formatter\";i:5452;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Writer\";i:3109;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Catalogue\";i:13583;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Command\";i:27923;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Exception\";i:7641;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Test\";i:6337;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Reader\";i:2458;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Dumper\";i:29352;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/Util\";i:9265;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation/DataCollector\";i:4458;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation\";i:382088;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-mbstring/Resources/unidata\";i:52051;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-mbstring/Resources\";i:52051;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-mbstring\";i:98359;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation-contracts/Test\";i:15575;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/translation-contracts\";i:27531;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-php80/Resources/stubs\";i:1099;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-php80/Resources\";i:1099;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony/polyfill-php80\";i:8694;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/symfony\";i:517712;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic/fast-route/src/DataGenerator\";i:7397;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic/fast-route/src/RouteParser\";i:2486;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic/fast-route/src/Dispatcher\";i:5363;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic/fast-route/src\";i:22369;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic/fast-route\";i:27572;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nikic\";i:27572;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/bin\";i:3336;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/composer/installers/src/Composer/Installers\";i:73040;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/composer/installers/src/Composer\";i:73040;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/composer/installers/src\";i:73522;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/composer/installers\";i:73522;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/composer\";i:423148;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-notices/assets/js\";i:350;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-notices/assets\";i:350;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-notices\";i:10236;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wpum-blocks/includes/classes/Blocks\";i:22062;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wpum-blocks/includes/classes\";i:24872;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wpum-blocks/includes\";i:24872;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wpum-blocks/build\";i:299058;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wpum-blocks\";i:803662;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/includes/views\";i:79;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/includes\";i:7523;s:119:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/dist/static/css\";i:33836;s:118:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/dist/static/js\";i:1149811;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/dist/static\";i:1183647;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit/dist\";i:1183647;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager/wp-optionskit\";i:1204023;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wp-user-manager\";i:2017921;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/data\";i:215352;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Apps\";i:3107;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/BillingPortal\";i:4960;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/TestHelpers\";i:2227;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Treasury\";i:35937;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Sigma\";i:1800;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/ApiOperations\";i:14912;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Checkout\";i:10303;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Identity\";i:7360;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Exception/OAuth\";i:2623;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Exception\";i:15262;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Apps\";i:2489;s:117:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/BillingPortal\";i:3639;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/TestHelpers/Treasury\";i:9145;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/TestHelpers/Terminal\";i:1381;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/TestHelpers/Issuing\";i:3072;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/TestHelpers\";i:18710;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Treasury\";i:19762;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Sigma\";i:1754;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Checkout\";i:3517;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Identity\";i:7579;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Radar\";i:7492;s:124:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/FinancialConnections\";i:5063;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Terminal\";i:11867;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Reporting\";i:3655;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service/Issuing\";i:14942;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Service\";i:290326;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Radar\";i:5453;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/FinancialConnections\";i:8097;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Terminal\";i:7479;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Util\";i:27229;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Reporting\";i:4695;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/HttpClient\";i:26186;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib/Issuing\";i:19073;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php/lib\";i:913886;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe/stripe-php\";i:1145378;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/stripe\";i:1145378;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/bin\";i:517;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/lazy/Carbon/MessageFormatter\";i:1807;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/lazy/Carbon/PHPStan\";i:4312;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/lazy/Carbon\";i:8650;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/lazy\";i:8650;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/MessageFormatter\";i:1254;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/Doctrine\";i:6567;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/Traits\";i:428608;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/PHPStan\";i:12189;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/Exceptions\";i:22325;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/Laravel\";i:3228;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/List\";i:28790;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon/Cli\";i:940;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src/Carbon\";i:1260339;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon/src\";i:1260339;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot/carbon\";i:1269642;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/nesbot\";i:1269642;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wearerequired/wp-requirements-check\";i:5908;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/wearerequired\";i:5908;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/maps\";i:103891;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/WOFF\";i:3877;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/Glyph\";i:19928;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/Exception\";i:208;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/Table/Type\";i:33461;s:110:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/Table\";i:38324;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/EOT\";i:6887;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/TrueType\";i:16040;s:113:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib/OpenType\";i:852;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src/FontLib\";i:109206;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib/src\";i:109206;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-font-lib\";i:213673;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib/src/Svg/Gradient\";i:317;s:107:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib/src/Svg/Surface\";i:239787;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib/src/Svg/Tag\";i:43379;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib/src/Svg\";i:311850;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib/src\";i:311850;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx/php-svg-lib\";i:311850;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/phenx\";i:525523;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/lib/fonts\";i:151960;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/lib/res\";i:8633;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/lib\";i:375770;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Renderer\";i:70443;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Image\";i:10087;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Positioner\";i:15128;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/FrameReflower\";i:124393;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Css\";i:197959;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Exception\";i:579;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Adapter\";i:94773;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/FrameDecorator\";i:87158;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src/Frame\";i:20660;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf/src\";i:843461;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf/dompdf\";i:1219237;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist/dompdf\";i:1219237;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/vendor-dist\";i:9843766;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/dist/static/css\";i:259300;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/dist/static/js\";i:5583067;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/dist/static\";i:5842367;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/dist\";i:5843183;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/static\";i:0;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor/dialogs\";i:26195;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor/settings\";i:7762;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor/components/fields\";i:2723;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor/components\";i:2723;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor/router\";i:408;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/fields-editor\";i:55868;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/dialogs\";i:7751;s:114:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/components/field-types\";i:1511;s:121:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/components/fields/multiselect\";i:4373;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/components/fields\";i:4373;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/components\";i:5884;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor/router\";i:1041;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/registration-forms-editor\";i:35954;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/roles-editor/dialogs\";i:7789;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/roles-editor/router\";i:332;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src/roles-editor\";i:25056;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/src\";i:124189;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager/languages\";i:157564;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/wp-user-manager\";i:17783160;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/images\";i:160288;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/includes/classes\";i:316474;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/includes\";i:332286;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/css/images\";i:36376;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/css\";i:118662;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/lang\";i:26364;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor/js\";i:299779;s:62:\"/home/litcwxiz/public_html/wp-content/plugins/user-role-editor\";i:1266735;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/extra_user_meta\";i:3160;s:52:\"/home/litcwxiz/public_html/wp-content/plugins/90e5f0\";i:0;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/codemirror\";i:399471;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/chosen\";i:40736;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/darkybuzz-fe-profile\";i:8357;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/tinymce\";i:7771;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/mwp\";i:1819;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/monochrome\";i:20923;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/zocial\";i:15432;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/dixon-fe-profile\";i:55153;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/smiley/social\";i:16396;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images/smiley\";i:228011;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/images\";i:357832;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/images\";i:15676;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/bs/css\";i:29587;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/bs/fonts\";i:153546;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/bs\";i:183133;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/css\";i:33653;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/fonts/lato\";i:2734038;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui/fonts\";i:2771379;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/flat-ui\";i:2988165;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/font-awesome/css\";i:23739;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/font-awesome/fonts\";i:734447;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/font-awesome\";i:758186;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/proximanova\";i:718093;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css/zocial\";i:544926;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/css\";i:5082841;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets/js\";i:95159;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/assets\";i:5976097;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/persist-admin-notices-dismissal\";i:4775;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/PersistentData\";i:7929;s:112:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/Authentication\";i:22321;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/Http\";i:11434;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/Exceptions\";i:16357;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/Url\";i:11855;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/GraphNodes\";i:73929;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/HttpClients/certs\";i:1367;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/HttpClients\";i:23141;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/PseudoRandomString\";i:15186;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/Helpers\";i:21432;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook/FileUpload\";i:57221;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src/Facebook\";i:340378;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk/src\";i:340378;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook/graph-sdk\";i:342551;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/facebook\";i:342551;s:122:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/thirdparty/OAuth\";i:45380;s:125:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/thirdparty/LinkedIn\";i:93537;s:123:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/thirdparty/OpenID\";i:42247;s:116:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/thirdparty\";i:181287;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/resources\";i:1081;s:115:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid/Providers\";i:63983;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth/Hybrid\";i:318938;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth/hybridauth\";i:321874;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth/hybridauth\";i:346271;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/hybridauth\";i:346271;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor/composer\";i:30902;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/vendor\";i:719907;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/bugs\";i:813330;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/registration-form-builder\";i:103556;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/front-end-user-profile\";i:57786;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/login-form-builder\";i:56113;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/edit-user-profile\";i:89840;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras/moderation\";i:18833;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras/passwordless\";i:8187;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras/global-admin-password\";i:2753;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras/recaptcha\";i:8329;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras/login-with-email\";i:2615;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/extras\";i:48271;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/custom-profile-fields\";i:51378;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/profile-contact-info\";i:12747;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/melange\";i:46988;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/license\";i:11952;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/theme-install\";i:4463;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/revision\";i:9723;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/social-login\";i:10832;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/live-preview\";i:514;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views/password-reset-builder\";i:76722;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/views\";i:665841;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/recaptcha\";i:6059;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/social-login\";i:22237;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/classes/global-shortcodes\";i:27281;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/classes\";i:494883;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/edit-user-profile/boson-theme\";i:7506;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/edit-user-profile/smiley-theme\";i:10009;s:109:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/edit-user-profile/flatui-theme\";i:3874;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/edit-user-profile\";i:21850;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/extras\";i:1085;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/front-end-profile/smiley2\";i:5675;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/front-end-profile/dixon-theme\";i:5505;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/front-end-profile/smiley\";i:4209;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/front-end-profile\";i:15811;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations/jakhu-theme\";i:6866;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations/boson-theme\";i:6350;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations/smiley-theme\";i:6059;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations/flatui-theme\";i:3945;s:104:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations/fzbuk-theme\";i:6448;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/registrations\";i:30374;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/general-settings\";i:5274;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/jakhu-theme\";i:6456;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/boson-theme\";i:5451;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/sukan-theme\";i:3987;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/smiley-theme\";i:6375;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/flatui-theme\";i:2245;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/fzbuk-theme\";i:6179;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins/social-login-signup\";i:3535;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/logins\";i:35024;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/db-structure\";i:4481;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset/jakhu-theme\";i:7074;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset/boson-theme\";i:5563;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset/smiley-theme\";i:5869;s:106:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset/flatui-theme\";i:2279;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset/fzbuk-theme\";i:6139;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/password-reset\";i:28106;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation/pp-default-pages\";i:3544;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/register-activation\";i:150428;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/widgets\";i:50092;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/languages\";i:83192;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress/help-tab\";i:34527;s:58:\"/home/litcwxiz/public_html/wp-content/plugins/profilepress\";i:9038430;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/data\";i:2712;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/img\";i:24490;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/data\";i:2468;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/inc/Parsedown\";i:40381;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/inc\";i:50252;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/tpl\";i:4974;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/css\";i:7197;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer/js\";i:3187;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/installer\";i:95560;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc/widgets\";i:31001;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/inc\";i:426173;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/tpl\";i:31300;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/css/images\";i:14286;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/css/icons\";i:42200;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/css/lib\";i:34528;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/css\";i:432230;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/compat/js\";i:33060;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/compat\";i:63623;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/lang\";i:49215;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/js/live-editor\";i:10093;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/js/lib/i18n\";i:119849;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/js/lib\";i:421232;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/js\";i:803607;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/settings/images\";i:701;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/settings/tpl\";i:6502;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/settings\";i:20718;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/img/checks\";i:2115;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/img/textures\";i:3507;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/img\";i:5622;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/less\";i:8071;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/js\";i:168;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/lib\";i:99725;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/presets\";i:118;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/styles\";i:555;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box/tpl\";i:647;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/price-box\";i:2905;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/presets\";i:47;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/styles\";i:849;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial/tpl\";i:548;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/testimonial\";i:2499;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/list/presets\";i:451;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/list/styles\";i:325;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/list/tpl\";i:179;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/list\";i:1925;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/tpl\";i:151;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image/js\";i:3470;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/animated-image\";i:5012;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/button/presets\";i:922;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/button/styles\";i:1343;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/button/tpl\";i:211;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/button\";i:3686;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/presets\";i:505;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/styles\";i:1125;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action/tpl\";i:362;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets/call-to-action\";i:3068;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets/widgets\";i:19095;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels/widgets\";i:170820;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/siteorigin-panels\";i:2133594;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/includes\";i:49050;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/assets/css\";i:1346;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/assets/fonts\";i:4363;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/assets/js\";i:2108;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/assets\";i:7817;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit/languages\";i:7256;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/envato-wordpress-toolkit\";i:120006;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/cli\";i:33060;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/data/preset\";i:7427;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/data\";i:36198;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/inc\";i:120;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/cache\";i:50784;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/presets\";i:9017;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/banner\";i:17869;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/db_optm\";i:8523;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/dash\";i:44117;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/inc\";i:9049;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/cdn\";i:46697;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/crawler\";i:31956;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/page_optm\";i:59348;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/img_optm\";i:24158;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/toolbox\";i:37314;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl/general\";i:21680;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/tpl\";i:362743;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/thirdparty\";i:66896;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets/img/icons\";i:118293;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets/img\";i:151738;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets/css/fonts\";i:10867;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets/css\";i:184161;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets/js\";i:1065234;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/assets\";i:1401133;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lang\";i:148474;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/jsmin_data\";i:987;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/pathconverter\";i:7235;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data/js\";i:987;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify/data\";i:987;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min/minify\";i:90408;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css_js_min\";i:97643;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib/css-min\";i:51050;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/lib\";i:227210;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/src/data_structure\";i:2681;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/src/cdn\";i:10200;s:65:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache/src\";i:915321;s:61:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache\";i:3419489;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/3rd-party/debug-bar\";i:6551;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/3rd-party\";i:43077;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/images/plans\";i:9611;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/images/rss\";i:31391;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/images/apps\";i:13814;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/images/products\";i:962;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/images\";i:568702;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/css\";i:308889;s:101:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/recurring-payments\";i:362;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/gif\";i:1920;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/slideshow\";i:6515;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/mailchimp\";i:6486;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/markdown\";i:122;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/pinterest\";i:636;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/contact-info\";i:4593;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/map\";i:3690;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/wordads\";i:3325;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/repeat-visitor\";i:1226;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/tiled-gallery\";i:5150;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/business-hours\";i:3473;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks/rating-star\";i:5358;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions/blocks\";i:42856;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/extensions\";i:42856;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/bin\";i:9689;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/json-endpoints/jetpack\";i:178909;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/json-endpoints\";i:748653;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/social-logos\";i:131892;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/fonts/automatticons\";i:49737;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/fonts/jetpack\";i:5362;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/fonts\";i:55099;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/images\";i:501;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/instant-search\";i:70306;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/comment-likes\";i:629;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-css/custom-css/js\";i:8054;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-css/custom-css\";i:8054;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-css\";i:8054;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/videopress/js\";i:13765;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/videopress\";i:13765;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/minileven/theme/pub/minileven/js\";i:625;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/minileven/theme/pub/minileven\";i:625;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/minileven/theme/pub\";i:625;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/minileven/theme\";i:625;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/minileven\";i:625;s:111:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widget-visibility/widget-conditions\";i:4903;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widget-visibility\";i:4903;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/contact-form/js\";i:26019;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/contact-form\";i:26019;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/masterbar\";i:4077;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/shortcodes/js\";i:52789;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/shortcodes\";i:52789;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/sharedaddy\";i:15406;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/likes\";i:7596;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/lazy-images/js\";i:8957;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/lazy-images\";i:8957;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/infinite-scroll\";i:10433;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/photon\";i:755;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/related-posts\";i:5211;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-post-types/js\";i:3431;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-post-types/comics\";i:2260;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/custom-post-types\";i:5691;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/tiled-gallery/tiled-gallery\";i:2750;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/tiled-gallery\";i:2750;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/carousel\";i:28034;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/social-icons\";i:2420;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/google-translate\";i:698;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/contact-info\";i:935;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/gallery/js\";i:2812;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/gallery\";i:2812;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/search/js\";i:7477;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/search\";i:7477;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/milestone\";i:1096;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/simple-payments\";i:8712;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets/eu-cookie-law\";i:2109;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build/widgets\";i:28985;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/build\";i:2084931;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/admin-pages\";i:62120;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/core-api/wpcom-endpoints\";i:41206;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/core-api/wpcom-fields\";i:16054;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/core-api\";i:136710;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/markdown\";i:103999;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/debugger\";i:55933;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/tracks\";i:3867;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib/jetpack-wpes-query-builder\";i:29265;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/lib\";i:711820;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/recurring-payments\";i:3548;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/gif\";i:2604;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/vendors~map\";i:722547;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/images\";i:714665;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/slideshow\";i:31793;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/mailchimp\";i:6011;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/contact-info\";i:1467;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/map\";i:21592;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/repeat-visitor\";i:3660;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/tiled-gallery\";i:27351;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/business-hours\";i:2084;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks/rating-star\";i:4187;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/blocks\";i:4837803;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/genericons/genericons/rtl\";i:28350;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/genericons/genericons\";i:192146;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc/genericons\";i:222446;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/_inc\";i:8223698;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/comment-likes\";i:1997;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/custom-css/css/rtl\";i:6145;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/custom-css/css\";i:31999;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/custom-css/js\";i:151892;s:108:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/custom-css/preprocessors\";i:201908;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/custom-css\";i:387274;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css/csstidy\";i:150733;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/custom-css\";i:642576;s:100:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/calypsoify/gutenberg-styles\";i:2753;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/calypsoify\";i:68187;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/contact-form/images\";i:5464;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/contact-form/css\";i:132793;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/contact-form/js\";i:44830;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/contact-form\";i:362479;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/comments\";i:35280;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/carousel/images\";i:20927;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/carousel/rtl\";i:25892;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules/carousel\";i:180809;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/modules\";i:1291328;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/languages/json\";i:3453526;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate/languages\";i:6374692;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/jetpack.deactivate\";i:17611584;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/cli\";i:29217;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/data/preset\";i:7547;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/data\";i:28215;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/inc\";i:120;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/cache\";i:50784;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/presets\";i:9017;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/banner\";i:17703;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/db_optm\";i:8405;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/dash\";i:34113;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/inc\";i:8936;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/cdn\";i:26191;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/crawler\";i:25810;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/page_optm\";i:59181;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/img_optm\";i:23089;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/toolbox\";i:37839;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl/general\";i:17382;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/tpl\";i:320681;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/thirdparty\";i:66820;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets/img/icons\";i:118293;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets/img\";i:151738;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets/css/fonts\";i:10867;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets/css\";i:177001;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets/js\";i:1065234;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/assets\";i:1393973;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/lang\";i:151321;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/lib/jsmin_data\";i:987;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/lib/css-min\";i:51050;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/lib\";i:119251;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/src/data_structure\";i:2681;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/src/cdn\";i:9330;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk/src\";i:881236;s:64:\"/home/litcwxiz/public_html/wp-content/plugins/litespeed-cache.bk\";i:3198399;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/tools\";i:24438;s:105:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/acf-field-group\";i:40522;s:103:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/acf-post-type\";i:51512;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/tools\";i:759;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/upgrade\";i:9821;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/acf-taxonomy\";i:49420;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views/global\";i:15420;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/views\";i:177644;s:94:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin/post-types\";i:74136;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/admin\";i:347957;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/api\";i:143399;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/ajax\";i:25454;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/rest-api\";i:32240;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/fields\";i:381434;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/Blocks\";i:2681;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/forms\";i:78655;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/legacy\";i:1824;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/post-types\";i:74303;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/walkers\";i:3546;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes/locations\";i:49569;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/includes\";i:1514709;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/images/field-type-icons\";i:28512;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/images/field-states\";i:671;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/images/icons\";i:42914;s:102:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/images/field-type-previews\";i:676097;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/images\";i:1168552;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/datepicker/images\";i:11440;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/datepicker\";i:61417;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/timepicker\";i:130999;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/color-picker-alpha\";i:24330;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/select2/3\";i:268808;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/select2/4\";i:582485;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc/select2\";i:851336;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/inc\";i:1068125;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/build/css\";i:1714704;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/build/js\";i:1757600;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets/build\";i:3472347;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/assets\";i:5709024;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/vendor/composer\";i:21633;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/vendor\";i:22404;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/lang\";i:17504146;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/src/Meta\";i:6814;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/src/Site_Health\";i:22115;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/src/Blocks\";i:2742;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields/src\";i:31671;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/advanced-custom-fields\";i:24843193;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/admin/images\";i:13390;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/admin/tpl\";i:6254;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/admin\";i:219667;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/css/slider/fonts\";i:16498;s:74:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/css/slider\";i:22102;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/css/lib\";i:20582;s:67:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/css\";i:42684;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/compat/visual-composer\";i:14512;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/compat/block-editor\";i:61071;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/compat/elementor\";i:16320;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/compat/beaver-builder\";i:28098;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/compat\";i:126282;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/fontawesome/webfonts\";i:3406348;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/fontawesome\";i:3610680;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/materialicons/webfonts\";i:808936;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/materialicons\";i:1149837;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/ionicons/font\";i:710970;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/ionicons\";i:736324;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/elegantline/font\";i:165316;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/elegantline\";i:168911;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/typicons/font\";i:265332;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/typicons\";i:276855;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/icomoon/font\";i:591636;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/icomoon\";i:606089;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/genericons/font\";i:59507;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons/genericons\";i:63729;s:69:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/icons\";i:6615394;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/fields/css/images\";i:11155;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/fields/css\";i:53767;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/fields/js\";i:112125;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/fields\";i:301144;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/img\";i:24490;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/data\";i:2468;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/inc/Parsedown\";i:40381;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/inc\";i:50216;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/tpl\";i:4929;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/css\";i:7197;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer/js\";i:5331;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/installer\";i:97623;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/shapes/images\";i:2070;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/shapes\";i:3953;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Output\";i:2626;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/SourceMap\";i:15108;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Exception\";i:8471;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Visitor\";i:30342;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Tree/Mixin\";i:11372;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less/Tree\";i:92263;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib/Less\";i:276746;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/lib\";i:276746;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/routes\";i:4792;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/widgets/tpl\";i:2312;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/widgets/less\";i:1295;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc/widgets\";i:49278;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/inc\";i:1009327;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/css/img\";i:16929;s:72:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/css\";i:62297;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/less\";i:58618;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base/js\";i:99983;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/base\";i:1302490;s:68:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/lang\";i:129608;s:73:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/js/slider\";i:19806;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/js/lib/i18n\";i:119849;s:70:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/js/lib\";i:1564690;s:66:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/js\";i:1822481;s:98:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/images/containers\";i:2536;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/images\";i:2536;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/styles\";i:6180;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/inc\";i:309;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/tpl\";i:5922;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/css/fonts\";i:9367;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/css\";i:10959;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features/assets\";i:2941;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/features\";i:43448;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/styles\";i:26549;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/data\";i:8241;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/tpl\";i:10090;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/css\";i:5290;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/assets\";i:1058;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog/js\";i:2957;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/blog\";i:116106;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/styles\";i:1709;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/tpl\";i:107;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider/assets\";i:1946;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/slider\";i:16857;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/styles\";i:3151;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/tpl\";i:2320;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/images\";i:1634;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css/fonts\";i:4045;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/css\";i:9568;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/assets\";i:1997;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel/js\";i:2217;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/post-carousel\";i:40508;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/author-box/styles\";i:2947;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/author-box/tpl\";i:2552;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/author-box/assets\";i:2634;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/author-box\";i:22201;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/styles\";i:3949;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/tpl\";i:2143;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/assets\";i:463;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion/js\";i:6338;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/accordion\";i:22203;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/styles\";i:1821;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/tpl\";i:1523;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/fields/css\";i:31;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/fields/js\";i:15594;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/fields\";i:18982;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/assets\";i:180628;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map/js\";i:2004;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/google-map\";i:242252;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/styles\";i:5160;s:97:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/data\";i:10619;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/tpl\";i:1960;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/assets\";i:1901;s:95:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons/js\";i:2349;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/social-media-buttons\";i:36149;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor/tpl\";i:220;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor/assets\";i:1667;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/editor\";i:7560;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/styles\";i:4213;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/tpl\";i:2785;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/css\";i:1338;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial/assets\";i:1673;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/testimonial\";i:21312;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/styles\";i:8164;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/tpl\";i:5456;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/fields\";i:8238;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/assets\";i:1820;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact/js\";i:8517;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/contact\";i:107669;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/styles\";i:4370;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/tpl\";i:584;s:99:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/css/fonts\";i:4337;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/css\";i:7746;s:96:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel/assets\";i:618;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/anything-carousel\";i:26715;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/lottie-player/tpl\";i:1004;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/lottie-player/assets\";i:816;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/lottie-player\";i:4973;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/styles\";i:2535;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/tpl\";i:854;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/css\";i:546;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/assets\";i:1411;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta/js\";i:788;s:75:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/cta\";i:16762;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/styles\";i:141;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/tpl\";i:1878;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/css\";i:4860;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/assets\";i:1280;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video/js\";i:1520;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/video\";i:21032;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button-grid/styles\";i:484;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button-grid/tpl\";i:327;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button-grid/assets\";i:1660;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button-grid\";i:10430;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/styles\";i:5885;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/tpl\";i:3458;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/assets\";i:1649;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table/js\";i:2965;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/price-table\";i:27228;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/styles\";i:1540;s:90:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/tpl\";i:2535;s:93:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/assets\";i:545;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry/js\";i:4613;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/simple-masonry\";i:26718;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/styles\";i:2877;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/tpl\";i:98;s:92:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/assets\";i:593;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider/js\";i:1206;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/layout-slider\";i:20624;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/styles\";i:6751;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/tpl\";i:1461;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/css\";i:1574;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button/assets\";i:1423;s:78:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/button\";i:26545;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/styles\";i:3512;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/tpl\";i:98;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero/assets\";i:406;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/hero\";i:25426;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/styles\";i:774;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/tpl\";i:1132;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy/assets\";i:627;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/taxonomy\";i:5491;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/styles\";i:5136;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/tpl\";i:1339;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/assets\";i:527;s:79:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs/js\";i:6320;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/tabs\";i:22849;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/styles\";i:244;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/tpl\";i:429;s:83:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon/assets\";i:1050;s:76:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/icon\";i:4639;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/styles\";i:1475;s:81:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/tpl\";i:1248;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image/assets\";i:1627;s:77:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image\";i:17973;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/styles\";i:2873;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/tpl\";i:1347;s:87:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline/assets\";i:1572;s:80:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/headline\";i:23921;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/recent-posts/styles\";i:4466;s:88:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/recent-posts/tpl\";i:1259;s:91:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/recent-posts/assets\";i:3587;s:84:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/recent-posts\";i:34743;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/styles\";i:864;s:86:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/tpl\";i:1435;s:89:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/assets\";i:1786;s:85:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid/js\";i:2190;s:82:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets/image-grid\";i:21368;s:71:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle/widgets\";i:1013702;s:63:\"/home/litcwxiz/public_html/wp-content/plugins/so-widgets-bundle\";i:11438081;s:45:\"/home/litcwxiz/public_html/wp-content/plugins\";i:597107907;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/02\";i:305239;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/07\";i:11965686;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/10\";i:12227358;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/03\";i:13084717;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/09\";i:20545592;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/08\";i:20085460;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/12\";i:14542721;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/01\";i:3056920;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/06\";i:8239387;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/04\";i:17586935;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/05\";i:7703165;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2021/11\";i:65384;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2021\";i:129408564;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/wp-file-manager-pro/fm_backup\";i:66;s:65:\"/home/litcwxiz/public_html/wp-content/uploads/wp-file-manager-pro\";i:66;s:55:\"/home/litcwxiz/public_html/wp-content/uploads/pp-avatar\";i:26769167;s:58:\"/home/litcwxiz/public_html/wp-content/uploads/file-manager\";i:1;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/02\";i:14513528;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/07\";i:8651229;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/10\";i:35939;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/03\";i:8215341;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/09\";i:11712532;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/08\";i:12205990;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/01\";i:22672520;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/06\";i:8150755;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/04\";i:7465079;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/05\";i:1618728;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2017/11\";i:101847;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2017\";i:95343488;s:57:\"/home/litcwxiz/public_html/wp-content/uploads/js_composer\";i:0;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/07\";i:873208;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/10\";i:7449470;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/09\";i:28619860;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/08\";i:113597429;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/12\";i:104654;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2020/06\";i:6500298;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2020\";i:157144919;s:65:\"/home/litcwxiz/public_html/wp-content/uploads/woocommerce_uploads\";i:13;s:56:\"/home/litcwxiz/public_html/wp-content/uploads/buddypress\";i:0;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/file/2018/10\";i:5894;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/file/2018/08\";i:240004;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/file/2018\";i:245898;s:70:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/file\";i:245898;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2017/07\";i:95887;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2017/06\";i:343414;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2017/11\";i:158611;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2017\";i:597912;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2020/09\";i:318071;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2020\";i:318071;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2023/02\";i:1148523;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2023\";i:1148523;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2019/05\";i:167510;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo/2019\";i:167510;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads/company_logo\";i:2232016;s:65:\"/home/litcwxiz/public_html/wp-content/uploads/job-manager-uploads\";i:2477914;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/02\";i:10044059;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/07\";i:989585;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/10\";i:1485640;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/03\";i:43718450;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/09\";i:21699166;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/08\";i:4325697;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/01\";i:30206041;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/06\";i:19290385;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/04\";i:5097853;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2023/05\";i:5748845;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2023\";i:142605721;s:67:\"/home/litcwxiz/public_html/wp-content/uploads/avatars/12335/history\";i:16540;s:59:\"/home/litcwxiz/public_html/wp-content/uploads/avatars/12335\";i:24810;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/avatars\";i:24810;s:63:\"/home/litcwxiz/public_html/wp-content/uploads/twentysixteen/lmm\";i:135680;s:59:\"/home/litcwxiz/public_html/wp-content/uploads/twentysixteen\";i:135680;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/02\";i:151496261;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/10\";i:403065;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/03\";i:38527846;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/09\";i:17465209;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/12\";i:1744394;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2016/01\";i:512793336;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2016\";i:763882199;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/wc-logs\";i:0;s:74:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockband\";i:11555;s:73:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/r_about\";i:7046;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-2-about\";i:10344;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/music-band-template\";i:48143;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-carte\";i:5007;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-menu\";i:5834;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/nature-slider\";i:26127;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-menu\";i:3478;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-single-more\";i:13195;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/r_products\";i:25703;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/seasonaloffer\";i:13034;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-header\";i:5069;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsspotlight\";i:36335;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-product-3\";i:8821;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-teaser\";i:7042;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/imagegallery\";i:109794;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/bubblemorph\";i:20584;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/agencywebsiteheader\";i:37626;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/typewritereffect\";i:27696;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-calltoaction\";i:14766;s:96:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-4-products\";i:48828;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-content\";i:5599;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-header\";i:8332;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Store\";i:6185;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-news\";i:8450;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Contacts\";i:6851;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/peak-portfolio\";i:5603;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/NiceAndClean_About\";i:7182;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsheader\";i:35012;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/explorationheader\";i:62046;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blendmodeheader\";i:8740;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolio-works-content\";i:9731;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-discover\";i:62071;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsblogheader\";i:14656;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_header\";i:6584;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-highlight\";i:8397;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-single-contact\";i:7061;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_tables\";i:10587;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block1\";i:9565;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-single-header\";i:8445;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cleannewsslider\";i:88296;s:95:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-6-callout\";i:9566;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/news-magazine-slider\";i:56532;s:74:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clearcut\";i:88450;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-clients\";i:3421;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/comingsoon\";i:37468;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-menu\";i:3529;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/E-Commerce-Slider-Modal\";i:11166;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion-mountains\";i:8212;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/mountainparallaxheader\";i:15407;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-services\";i:25107;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/video-hero\";i:11252;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cardealership\";i:70972;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-about\";i:4091;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Classic-Cars-Evolution\";i:11766;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Support\";i:9024;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-services\";i:4535;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Projects\";i:48182;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Services\";i:9714;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsfooter\";i:5927;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-slider\";i:20564;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/soccer-school\";i:38711;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_projects\";i:48656;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion-photography\";i:5621;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-contact\";i:7061;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-footer\";i:4357;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-sponsors\";i:5117;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/360panorama\";i:52774;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_contactform\";i:6954;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-grid\";i:11217;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-hero\";i:6291;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Real-Estate-Showcase-Slider\";i:44826;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-funeral-text\";i:5491;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/filmstrip\";i:41548;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-header\";i:7772;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-hero\";i:8028;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-hero\";i:4052;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-History\";i:8860;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-funeral-slider\";i:110007;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolio-works-title\";i:5331;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/peak-footer\";i:5106;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-content-modal\";i:51513;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/ourteamcarousel\";i:63056;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/appshowcase\";i:8920;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-footer\";i:6145;s:72:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/r_menu\";i:4009;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-prices\";i:8441;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider\";i:23842;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Pastors\";i:8902;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/interactivewhiteboard\";i:56754;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-findus\";i:3741;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/wonderstruck_menu\";i:3525;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/peak-about\";i:4535;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Header\";i:6539;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Community\";i:11197;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-contact\";i:7004;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/E-Commerce-Slider\";i:8412;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-content\";i:5593;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/particle-effect-one\";i:25026;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-testimonials\";i:23169;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-price-modal\";i:7228;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clearview_header\";i:7028;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techjournal\";i:44539;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clean-news-post-based\";i:17618;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/wonderstruck_about\";i:23984;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-la-carte\";i:7000;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clubflyer\";i:12852;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-food\";i:10840;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rotatingwords\";i:11125;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/App-Studio-About\";i:9869;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-about\";i:5695;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion-product\";i:5755;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cleanlandingpage\";i:11640;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/inspirationheader\";i:7562;s:92:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider-Dynamic\";i:23842;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewscarousel\";i:22005;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-menu\";i:4139;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-grid\";i:6164;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/snowscene\";i:30580;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsmenuback\";i:11832;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-footer\";i:6146;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_whatsgreat\";i:9022;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-services\";i:7501;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/paintbrushaddon\";i:33288;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-callout\";i:6730;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/wonderstruck-contact\";i:5492;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-hero-collection\";i:59788;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-about\";i:10509;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-footer\";i:5950;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-footer\";i:9427;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-about\";i:5508;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-services\";i:4608;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Welcome-Screen\";i:9677;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/minimal-portfolio\";i:37333;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallaxzoomslices\";i:48476;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/bubble-morph-hero\";i:8935;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-services\";i:8656;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-news\";i:16041;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsblogfooter\";i:5927;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/productshowcase\";i:22102;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-call-to-action\";i:5065;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-about\";i:6792;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/innovation\";i:25625;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-gallery-title\";i:7039;s:69:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/80s\";i:9907;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/scrolleffect\";i:40306;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-product\";i:10074;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/maskshowcase\";i:40186;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-lightbox\";i:49983;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-About\";i:9375;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Scroll-To-Top\";i:2784;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-menu\";i:9297;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-footer\";i:7611;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-modal\";i:13770;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-success\";i:7771;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Photo-Gallery\";i:12851;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Header\";i:3732;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-menu\";i:6853;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Clients\";i:5665;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-services\";i:10830;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/angled-header\";i:7141;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Footer\";i:5197;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-header\";i:10004;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cryptoslider\";i:30089;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-footer\";i:6189;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-hero\";i:64357;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-4-products\";i:48828;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-video\";i:7498;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Woo-Commerce-Slider-Dynamic\";i:8412;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-parties-carousel\";i:101860;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullscreenmenu\";i:69799;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/gravitydesign\";i:18480;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion_header\";i:3167;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-philosophy\";i:10488;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-News\";i:7471;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallaxscroll\";i:17254;s:73:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/weather\";i:65422;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-lineup\";i:11282;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Sermon\";i:8077;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/deskscene\";i:9383;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-menu\";i:3194;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/spaceopera\";i:61740;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-texts\";i:11300;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-single-menu\";i:3137;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/beforeafterslider\";i:33162;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewstestimonials\";i:21831;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/particle-effect-two\";i:8392;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/isometric-slider\";i:27550;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-header\";i:31868;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-contact\";i:11423;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_menu\";i:3599;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallax_footer\";i:5653;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/ComingSoonAddon\";i:14389;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cinematic-slider\";i:40983;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Upcoming-Events\";i:29952;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Hiring\";i:9547;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/doubleexposureeffect\";i:33836;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-contacts\";i:7778;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-clients\";i:8667;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-highlight\";i:7499;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-services\";i:10497;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-detail-modal-2\";i:9112;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-callout\";i:10848;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-wedding-text\";i:8032;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Pastors\";i:8816;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Community\";i:9891;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-menu\";i:7521;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-1\";i:15146;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-menu\";i:3200;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Header\";i:7067;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Contacts\";i:8680;s:73:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/duotone\";i:49708;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion-design\";i:5295;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-slider\";i:38914;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-wedding-carousel\";i:101676;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-whychoose\";i:7186;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Mobile-App\";i:10578;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/real-estate-slider\";i:51715;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-projects\";i:31716;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-hero\";i:10969;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-callout\";i:4444;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-menu\";i:6176;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-footer\";i:6167;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-funeral-title\";i:8206;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websitebuilder-footer\";i:6017;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-Home\";i:30543;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-content\";i:4073;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/peak-header\";i:8128;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallax_content\";i:6003;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/duotone-add-on\";i:33225;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/contentzoom\";i:17791;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Header\";i:11023;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-product-2\";i:9620;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-lightbox\";i:24283;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Portfolio\";i:6433;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/niceandclean_video\";i:13189;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-7-footer\";i:5267;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Footer\";i:3778;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/websiteintro\";i:35165;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/wonderstruck-works\";i:8028;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-menu\";i:9752;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-parties-title\";i:8312;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-order\";i:11021;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Selected-Projects\";i:83054;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-gallery\";i:94567;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/cube-animation\";i:30068;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/niceandclean_textblocks\";i:6802;s:94:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Upcoming-Events\";i:31406;s:92:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Photo-Gallery\";i:12982;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Sermon\";i:9044;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Shoes-Store-Slider-Modal\";i:34955;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_offer\";i:7803;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/distortionaddon\";i:59876;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/particle-hero\";i:6616;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clear-view-single-media\";i:11446;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-Projects\";i:11083;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/niceandclean_callout\";i:6654;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/sleeklandingpage\";i:40679;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallax_header\";i:10325;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/niceandclean_highlights\";i:14071;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolio-contacts\";i:11888;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/NiceAndClean_Menu\";i:7717;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-wedding-title\";i:7959;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/reveal-add-on\";i:35572;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clearview_menu\";i:3886;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-menu\";i:3897;s:95:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-5-testimonials\";i:10030;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-first-screen\";i:9565;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/le-chef-footer\";i:10109;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/magazineposts\";i:28344;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Contacts\";i:7608;s:90:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-6-callout\";i:8539;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/energy-drinks-hero\";i:7647;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/minimal-portfolio-modal\";i:43355;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/carouselgallery\";i:69370;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-barbers\";i:10365;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-testimonials\";i:7687;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fitness-club-template\";i:56169;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsfeatured\";i:11913;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/3d-parallax-cubes\";i:23545;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-testimonials\";i:5429;s:93:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-2-about\";i:11017;s:99:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Selected-Projects-Title\";i:5198;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Chart\";i:7823;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-carousel\";i:34175;s:96:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-3-services\";i:22987;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-header\";i:7828;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-Header\";i:5608;s:72:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/r_info\";i:5201;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-help\";i:7670;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-about\";i:8855;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/creativefrontpage\";i:69224;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-footer\";i:3688;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-blog\";i:7127;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewscallout\";i:12359;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/ken-burns-hero\";i:12839;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_footer\";i:8047;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/overexposuretransition\";i:29096;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-doctors\";i:8938;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-parties-text\";i:6697;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/App-Studio-Contacts\";i:10002;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-Contacts\";i:8818;s:100:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-5-testimonials\";i:11723;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-header\";i:9359;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/404-Error-Space-Theme\";i:14239;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/restaurant-menu\";i:37913;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/funkyslider\";i:29957;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/landing-page-features\";i:6142;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/wonderstruck_header\";i:6827;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/App-Studio-Welcome\";i:7018;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/niceandclean_footer\";i:5399;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/techco-footer\";i:5538;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/basic-video-block\";i:6630;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-Light-Footer\";i:3883;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-footer\";i:9690;s:84:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-portfolio\";i:12354;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/big-bold-footer\";i:4079;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blooming-about\";i:9667;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsmenu\";i:6507;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/tech-slider\";i:25497;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-lineup-2\";i:9615;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolioviewer\";i:76069;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/rockable-detail-modal\";i:9112;s:75:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/snowaddon\";i:45311;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/particle-effect-three\";i:9163;s:73:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Retouch\";i:33343;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/focusparallax\";i:32957;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/applandingpage\";i:12262;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Construction-Services\";i:8750;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/betteryoutube\";i:33459;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Church-About\";i:8382;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/immersion-grid\";i:9593;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewsblogcontent\";i:8944;s:94:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/dark-fullsite-block-7-footer\";i:5086;s:77:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/art-gallery\";i:34874;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-header\";i:9533;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/standard-wp-gallery\";i:17974;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/coffee-philosophy\";i:6137;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-texts-2\";i:8137;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/brutal-highlight\";i:6170;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolio-about\";i:11405;s:82:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/goodnewswhatshot\";i:11801;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Team\";i:8404;s:91:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fullsite-block-3-services\";i:11394;s:81:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-About\";i:8035;s:89:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/barber-shop-mobile-menu\";i:4574;s:73:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/ourteam\";i:62865;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/geometric-menu\";i:2609;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/clearview_mission\";i:5335;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/portfolio-welcome\";i:9989;s:76:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/blurslider\";i:25287;s:83:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/medicare-research\";i:34902;s:88:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Testimonials\";i:18154;s:80:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/fashion-header\";i:48827;s:87:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/themeplicity_whatwedo\";i:6926;s:72:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/r_hero\";i:7170;s:86:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/Corporate-Text-Block\";i:7160;s:79:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/parallax-hero\";i:9699;s:78:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/404errorpage\";i:14054;s:85:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates/App-Studio-Services\";i:8309;s:65:\"/home/litcwxiz/public_html/wp-content/uploads/revslider/templates\";i:6594860;s:55:\"/home/litcwxiz/public_html/wp-content/uploads/revslider\";i:6594860;s:59:\"/home/litcwxiz/public_html/wp-content/uploads/wpforms/cache\";i:1886997;s:60:\"/home/litcwxiz/public_html/wp-content/uploads/wpforms/themes\";i:2;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/wpforms\";i:1887736;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/02\";i:3942305;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/10\";i:95054;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/03\";i:11064985;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/09\";i:5511047;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/08\";i:1115199;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/12\";i:4138839;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/01\";i:12079428;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/04\";i:8152544;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/05\";i:5561867;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2024/11\";i:0;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2024\";i:51661268;s:58:\"/home/litcwxiz/public_html/wp-content/uploads/notio-wp/lmm\";i:81955;s:54:\"/home/litcwxiz/public_html/wp-content/uploads/notio-wp\";i:81955;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2025/02\";i:0;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2025/03\";i:270929;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2025/01\";i:19604303;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2025/04\";i:3553440;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2025\";i:23428672;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2019/07\";i:49988;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2019/03\";i:279525;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2019/01\";i:164444;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2019/04\";i:859300;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2019\";i:1353257;s:65:\"/home/litcwxiz/public_html/wp-content/uploads/wp-mail-smtp/export\";i:0;s:58:\"/home/litcwxiz/public_html/wp-content/uploads/wp-mail-smtp\";i:749;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2018/02\";i:512970;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2018/01\";i:3126123;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2018/11\";i:1289201;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2018\";i:4928294;s:64:\"/home/litcwxiz/public_html/wp-content/uploads/siteorigin-widgets\";i:38773;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/02\";i:1399099;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/07\";i:3419832;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/10\";i:71298388;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/03\";i:3399455;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/09\";i:2904201;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/08\";i:4949383;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/12\";i:16167935;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/01\";i:9457859;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/06\";i:2080564;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/04\";i:1653419;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/05\";i:392825;s:53:\"/home/litcwxiz/public_html/wp-content/uploads/2022/11\";i:11442293;s:50:\"/home/litcwxiz/public_html/wp-content/uploads/2022\";i:128565253;s:66:\"/home/litcwxiz/public_html/wp-content/uploads/wpcode/cache/library\";i:130627;s:58:\"/home/litcwxiz/public_html/wp-content/uploads/wpcode/cache\";i:136909;s:52:\"/home/litcwxiz/public_html/wp-content/uploads/wpcode\";i:136909;s:45:\"/home/litcwxiz/public_html/wp-content/uploads\";i:1544395734;}','off'),(38922,'hdq_new_addon','20250414','auto'),(38928,'HDQ_PLUGIN_VERSION','2.0.5','auto'),(38929,'hdq_settings','a:17:{s:14:\"i_love_hd_quiz\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:18:\"allow_social_media\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:14:\"twitter_handle\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:10:\"share_text\";a:2:{s:5:\"value\";s:53:\"I scored %score% on the %quiz% quiz. Can you beat me?\";s:4:\"type\";s:4:\"text\";}s:22:\"share_text_personality\";a:2:{s:5:\"value\";s:33:\"I got %score% on the %quiz% quiz.\";s:4:\"type\";s:4:\"text\";}s:20:\"allow_authors_access\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:22:\"enable_percent_results\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:26:\"replace_the_content_filter\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:10:\"adset_code\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:13:\"textarea_code\";}s:16:\"translate_finish\";a:2:{s:5:\"value\";s:6:\"Finish\";s:4:\"type\";s:4:\"text\";}s:14:\"translate_next\";a:2:{s:5:\"value\";s:4:\"Next\";s:4:\"type\";s:4:\"text\";}s:18:\"translate_previous\";a:2:{s:5:\"value\";s:8:\"Previous\";s:4:\"type\";s:4:\"text\";}s:17:\"translate_results\";a:2:{s:5:\"value\";s:7:\"Results\";s:4:\"type\";s:4:\"text\";}s:20:\"translate_quiz_start\";a:2:{s:5:\"value\";s:10:\"QUIZ START\";s:4:\"type\";s:4:\"text\";}s:27:\"translate_enter_answer_here\";a:2:{s:5:\"value\";s:17:\"enter answer here\";s:4:\"type\";s:4:\"text\";}s:31:\"translate_select_all_that_apply\";a:2:{s:5:\"value\";s:22:\"Select all that apply:\";s:4:\"type\";s:4:\"text\";}s:16:\"translate_submit\";a:2:{s:5:\"value\";s:6:\"Submit\";s:4:\"type\";s:4:\"text\";}}','auto'),(38932,'_transient_jm_get_quiz-transient-version','1744645409','on'),(38937,'quiz_children','a:0:{}','auto'),(38984,'tdp_dismissed_notices','a:1:{i:0;s:11:\"wpum_rating\";}','auto'),(39248,'_transient_timeout_wpum_get_roles','1746343150','off'),(39249,'_transient_wpum_get_roles','a:7:{i:0;a:2:{s:5:\"value\";s:13:\"administrator\";s:5:\"label\";s:13:\"Administrator\";}i:1;a:2:{s:5:\"value\";s:6:\"editor\";s:5:\"label\";s:6:\"Editor\";}i:2;a:2:{s:5:\"value\";s:6:\"author\";s:5:\"label\";s:6:\"Author\";}i:3;a:2:{s:5:\"value\";s:11:\"contributor\";s:5:\"label\";s:11:\"Contributor\";}i:4;a:2:{s:5:\"value\";s:10:\"subscriber\";s:5:\"label\";s:10:\"Subscriber\";}i:5;a:2:{s:5:\"value\";s:8:\"employer\";s:5:\"label\";s:8:\"Employer\";}i:6;a:2:{s:5:\"value\";s:13:\"pending_users\";s:5:\"label\";s:7:\"Pending\";}}','off'),(39659,'recovery_mode_email_last_sent','1746060907','auto'),(39824,'ays_quiz_rate_state','0','auto'),(39826,'ays_quiz_flush_version','1.0.0','auto'),(39827,'ays_quiz_sale_btn','0','auto'),(39828,'ays_quiz_mega_bundle_banner_time','Apr 21, 2025 15:47:28','auto'),(39829,'ays_quiz_and_chart_plugin_flag','0','auto'),(39830,'ays_quiz_and_fox_lms_plugin_flag','0','auto'),(40981,'wpcode_snippets_errors','a:0:{}','auto'),(41477,'litespeed.conf._version','7.1','auto'),(41478,'litespeed.conf.optm-ccss_whitelist','[]','auto'),(41931,'ssl_insecure_content_fixer','a:4:{s:9:\"fix_level\";s:6:\"simple\";s:9:\"proxy_fix\";s:6:\"normal\";s:9:\"site_only\";i:0;s:12:\"fix_specific\";a:1:{s:9:\"woo_https\";i:1;}}','auto'),(41966,'_site_transient_timeout_browser_86b5090012475ab6c5cf74941fb1a078','1746372421','off'),(41967,'_site_transient_browser_86b5090012475ab6c5cf74941fb1a078','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"135.0.0.0\";s:8:\"platform\";s:7:\"Android\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','off'),(42035,'_transient_timeout_sow:cleared','1746403134','off'),(42036,'_transient_sow:cleared','1','off'),(42322,'_site_transient_timeout_browser_33d0f257a817d1ca4c4381b87f8ad83f','1746528217','off'),(42323,'_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'),(42324,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1746528217','off'),(42325,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','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'),(42326,'_transient_timeout_jm_pending_job_listing_count_user_1','1746528217','off'),(42327,'_transient_jm_pending_job_listing_count_user_1','0','off'),(42561,'_transient_timeout_feed_mod_2dd0202377a060f0df35cceaacc2c13c','1746244691','off'),(42562,'_transient_feed_mod_2dd0202377a060f0df35cceaacc2c13c','1746201491','off'),(42592,'_transient_timeout_jm_pending_job_listing_count_user_347','1746622684','off'),(42593,'_transient_jm_pending_job_listing_count_user_347','0','off'),(42692,'card_rewrite_rules_flushed','yes','auto'),(42705,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746241408;s:7:\"checked\";a:4:{s:17:\"Restored/notio-wp\";s:5:\"2.0.2\";s:14:\"notio-wp-child\";s:5:\"1.0.0\";s:8:\"notio-wp\";s:5:\"2.0.2\";s:5:\"notio\";s:5:\"2.0.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),(42706,'schema-ActionScheduler_StoreSchema','7.0.1746056293','auto'),(42707,'schema-ActionScheduler_LoggerSchema','3.0.1746056293','auto'),(42709,'aioseo_options_internal','{\"internal\":{\"validLicenseKey\":null,\"lastActiveVersion\":\"0.0\",\"migratedVersion\":null,\"siteAnalysis\":{\"connectToken\":null,\"score\":0,\"results\":null,\"competitors\":[]},\"headlineAnalysis\":{\"headlines\":[]},\"wizard\":null,\"category\":null,\"categoryOther\":null,\"deprecatedOptions\":[],\"searchStatistics\":{\"profile\":[],\"trustToken\":null,\"rolling\":\"last28Days\",\"site\":{\"verified\":false,\"lastFetch\":0},\"sitemap\":{\"list\":[],\"ignored\":[],\"lastFetch\":0}}},\"integrations\":{\"semrush\":{\"accessToken\":null,\"tokenType\":null,\"expires\":null,\"refreshToken\":null}},\"database\":{\"installedTables\":\"\"}}','auto'),(42710,'aioseo_options_internal_lite','{\"internal\":{\"activated\":0,\"firstActivated\":0,\"installed\":0,\"connect\":{\"key\":null,\"time\":0,\"network\":false,\"token\":null}}}','auto'),(42712,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1746241408;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:16:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:36:\"w.org/plugins/advanced-custom-fields\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:7:\"6.4.0.1\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.6.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";s:3:\"svg\";s:67:\"https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=3207824\";s:2:\"1x\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=3207824\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}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:21:\"backuply/backuply.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:22:\"w.org/plugins/backuply\";s:4:\"slug\";s:8:\"backuply\";s:6:\"plugin\";s:21:\"backuply/backuply.php\";s:11:\"new_version\";s:5:\"1.4.5\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/backuply/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/backuply.1.4.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/backuply/assets/icon-128x128.png?rev=2760139\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/backuply/assets/banner-1544x500.png?rev=2760332\";s:2:\"1x\";s:63:\"https://ps.w.org/backuply/assets/banner-772x250.png?rev=2760332\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:24:\"buddypress/bp-loader.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:6:\"plugin\";s:24:\"buddypress/bp-loader.php\";s:11:\"new_version\";s:6:\"14.3.4\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/buddypress/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/buddypress.14.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";s:3:\"svg\";s:54:\"https://ps.w.org/buddypress/assets/icon.svg?rev=977480\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/buddypress/assets/banner-1544x500.png?rev=1854372\";s:2:\"1x\";s:65:\"https://ps.w.org/buddypress/assets/banner-772x250.png?rev=1854372\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/buddypress/assets/banner-1544x500-rtl.png?rev=1854372\";s:2:\"1x\";s:69:\"https://ps.w.org/buddypress/assets/banner-772x250-rtl.png?rev=1854372\";}s:8:\"requires\";s:3:\"6.1\";}s:43:\"custom-post-type-ui/custom-post-type-ui.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/custom-post-type-ui\";s:4:\"slug\";s:19:\"custom-post-type-ui\";s:6:\"plugin\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:11:\"new_version\";s:6:\"1.17.3\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/custom-post-type-ui/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/custom-post-type-ui.1.17.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-256x256.png?rev=2744389\";s:2:\"1x\";s:72:\"https://ps.w.org/custom-post-type-ui/assets/icon-128x128.png?rev=2744389\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/custom-post-type-ui/assets/banner-1544x500.png?rev=2744389\";s:2:\"1x\";s:74:\"https://ps.w.org/custom-post-type-ui/assets/banner-772x250.png?rev=2744389\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/disable-comments\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"2.4.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/disable-comments.2.4.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=2509854\";s:2:\"1x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-128x128.png?rev=2509854\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=2509854\";s:2:\"1x\";s:71:\"https://ps.w.org/disable-comments/assets/banner-772x250.png?rev=2509854\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:31:\"fileorganizer/fileorganizer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/fileorganizer\";s:4:\"slug\";s:13:\"fileorganizer\";s:6:\"plugin\";s:31:\"fileorganizer/fileorganizer.php\";s:11:\"new_version\";s:5:\"1.1.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/fileorganizer/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/fileorganizer.1.1.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-256x256.png?rev=2881868\";s:2:\"1x\";s:66:\"https://ps.w.org/fileorganizer/assets/icon-128x128.png?rev=2881868\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/fileorganizer/assets/banner-1544x500.png?rev=2879801\";s:2:\"1x\";s:68:\"https://ps.w.org/fileorganizer/assets/banner-772x250.png?rev=2879801\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:28:\"migrate-guru/migrateguru.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/migrate-guru\";s:4:\"slug\";s:12:\"migrate-guru\";s:6:\"plugin\";s:28:\"migrate-guru/migrateguru.php\";s:11:\"new_version\";s:4:\"5.88\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/migrate-guru/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/migrate-guru.5.88.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-256x256.png?rev=1721728\";s:2:\"1x\";s:65:\"https://ps.w.org/migrate-guru/assets/icon-128x128.png?rev=1721728\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/migrate-guru/assets/banner-1544x500.png?rev=1710812\";s:2:\"1x\";s:67:\"https://ps.w.org/migrate-guru/assets/banner-772x250.png?rev=2161189\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:39:\"siteorigin-panels/siteorigin-panels.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/siteorigin-panels\";s:4:\"slug\";s:17:\"siteorigin-panels\";s:6:\"plugin\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:11:\"new_version\";s:6:\"2.31.7\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/siteorigin-panels/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/siteorigin-panels.2.31.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";s:3:\"svg\";s:62:\"https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/siteorigin-panels/assets/banner-1544x500.png?rev=2600116\";s:2:\"1x\";s:72:\"https://ps.w.org/siteorigin-panels/assets/banner-772x250.png?rev=2600116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:27:\"redirection/redirection.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/redirection\";s:4:\"slug\";s:11:\"redirection\";s:6:\"plugin\";s:27:\"redirection/redirection.php\";s:11:\"new_version\";s:5:\"5.5.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redirection/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redirection.5.5.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/redirection/assets/icon-256x256.jpg?rev=983639\";s:2:\"1x\";s:63:\"https://ps.w.org/redirection/assets/icon-128x128.jpg?rev=983640\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/redirection/assets/banner-1544x500.jpg?rev=983641\";s:2:\"1x\";s:65:\"https://ps.w.org/redirection/assets/banner-772x250.jpg?rev=983642\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:39:\"so-widgets-bundle/so-widgets-bundle.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:31:\"w.org/plugins/so-widgets-bundle\";s:4:\"slug\";s:17:\"so-widgets-bundle\";s:6:\"plugin\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:11:\"new_version\";s:6:\"1.68.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/so-widgets-bundle/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/so-widgets-bundle.1.68.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";s:3:\"svg\";s:62:\"https://ps.w.org/so-widgets-bundle/assets/icon.svg?rev=2556862\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/so-widgets-bundle/assets/banner-1544x500.png?rev=2556862\";s:2:\"1x\";s:72:\"https://ps.w.org/so-widgets-bundle/assets/banner-772x250.png?rev=2556862\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.2\";}s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/ssl-insecure-content-fixer\";s:4:\"slug\";s:26:\"ssl-insecure-content-fixer\";s:6:\"plugin\";s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";s:11:\"new_version\";s:5:\"2.7.2\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/ssl-insecure-content-fixer/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/ssl-insecure-content-fixer.2.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-256x256.png?rev=2590634\";s:2:\"1x\";s:79:\"https://ps.w.org/ssl-insecure-content-fixer/assets/icon-128x128.png?rev=2590634\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/ssl-insecure-content-fixer/assets/banner-772x250.png?rev=2590634\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:37:\"user-role-editor/user-role-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/user-role-editor\";s:4:\"slug\";s:16:\"user-role-editor\";s:6:\"plugin\";s:37:\"user-role-editor/user-role-editor.php\";s:11:\"new_version\";s:6:\"4.64.5\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/user-role-editor/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/user-role-editor.4.64.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-256x256.jpg?rev=1020390\";s:2:\"1x\";s:69:\"https://ps.w.org/user-role-editor/assets/icon-128x128.jpg?rev=1020390\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/user-role-editor/assets/banner-772x250.png?rev=1263116\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.2.2.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=2758516\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=2758516\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/insert-headers-and-footers/assets/banner-1544x500.png?rev=2758516\";s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=2758516\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:33:\"wp-job-manager/wp-job-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/wp-job-manager\";s:4:\"slug\";s:14:\"wp-job-manager\";s:6:\"plugin\";s:33:\"wp-job-manager/wp-job-manager.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-job-manager/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-job-manager.2.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-job-manager/assets/icon-256x256.gif?rev=2975257\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-job-manager/assets/icon-128x128.gif?rev=2975257\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-job-manager/assets/banner-1544x500.png?rev=2975257\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-job-manager/assets/banner-772x250.png?rev=2975257\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:35:\"wp-user-manager/wp-user-manager.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-user-manager\";s:4:\"slug\";s:15:\"wp-user-manager\";s:6:\"plugin\";s:35:\"wp-user-manager/wp-user-manager.php\";s:11:\"new_version\";s:6:\"2.9.12\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-user-manager/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-user-manager.2.9.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-user-manager/assets/icon-256x256.png?rev=2252520\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-user-manager/assets/icon-128x128.png?rev=2252520\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/wp-user-manager/assets/banner-1544x500.png?rev=2316496\";s:2:\"1x\";s:70:\"https://ps.w.org/wp-user-manager/assets/banner-772x250.png?rev=2316496\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}}s:7:\"checked\";a:23:{s:30:\"advanced-custom-fields/acf.php\";s:7:\"6.4.0.1\";s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:21:\"backuply/backuply.php\";s:5:\"1.4.5\";s:24:\"buddypress/bp-loader.php\";s:6:\"14.3.4\";s:47:\"manage business cards/custom-business-cards.php\";s:3:\"1.0\";s:43:\"custom-post-type-ui/custom-post-type-ui.php\";s:6:\"1.17.3\";s:37:\"disable-comments/disable-comments.php\";s:5:\"2.4.7\";s:34:\"envato-wordpress-toolkit/index.php\";s:5:\"1.7.3\";s:35:\"extra_user_meta/extra_user_meta.php\";s:3:\"1.0\";s:23:\"file-away/file-away.php\";s:9:\"3.9.9.0.1\";s:31:\"fileorganizer/fileorganizer.php\";s:5:\"1.1.5\";s:37:\"front-end-publishing/fepublishing.php\";s:5:\"2.5.2\";s:28:\"migrate-guru/migrateguru.php\";s:4:\"5.88\";s:39:\"siteorigin-panels/siteorigin-panels.php\";s:6:\"2.31.7\";s:29:\"profilepress/profilepress.php\";s:3:\"2.6\";s:27:\"redirection/redirection.php\";s:5:\"5.5.2\";s:39:\"so-widgets-bundle/so-widgets-bundle.php\";s:6:\"1.68.1\";s:57:\"ssl-insecure-content-fixer/ssl-insecure-content-fixer.php\";s:5:\"2.7.2\";s:37:\"user-role-editor/user-role-editor.php\";s:6:\"4.64.5\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"2.2.7\";s:33:\"wp-job-manager/wp-job-manager.php\";s:5:\"2.4.0\";s:33:\"wp-mail-smtp-pro/wp_mail_smtp.php\";s:5:\"3.5.2\";s:35:\"wp-user-manager/wp-user-manager.php\";s:6:\"2.9.12\";}}','off'),(42717,'https_migration_required','1','auto'),(42768,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";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:1746241408;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'),(43147,'_site_transient_timeout_browser_0e0369e2813db7deb26e5937c353aab4','1746778790','off'),(43148,'_site_transient_browser_0e0369e2813db7deb26e5937c353aab4','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"136.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'),(43170,'_transient_timeout_feed_2dd0202377a060f0df35cceaacc2c13c','1746244691','off'),(43171,'_transient_feed_2dd0202377a060f0df35cceaacc2c13c','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:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s:7:\"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:23:\"https://siteorigin.com/\";s: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:33:\"Free WordPress Plugins and Themes\";s: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, 17 Mar 2025 14:50:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://siteorigin.com/wp-content/uploads/2024/05/favicon-128x128.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s:7:\"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:23:\"https://siteorigin.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!\";s:7:\"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://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/#respond\";s: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, 17 Mar 2025 14:50:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=463645\";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:568:\"<p>We\'re excited to roll out a significant improvement to how you work with SiteOrigin Widgets in the WordPress Block Editor! From Widgets Bundle version 1.67.0 onwards, get ready for a more intuitive and efficient experience with the introduction of individual SiteOrigin Widget Blocks.</p>\n<p>The post <a href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\">Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:7344:\"<p>We&#8217;re excited to roll out a significant improvement to how you work with SiteOrigin Widgets in the WordPress Block Editor! From Widgets Bundle version 1.67.0 onwards, get ready for a more intuitive and efficient experience with the introduction of individual SiteOrigin Widget Blocks.</p>\n<h3>SiteOrigin Page Builder Remains Ready to Build Wherever You Work in WordPress</h3>\n<p>Page Builder is actively developed and supported, ready to be used in its traditional format or in the Block Editor using the SiteOrigin Layout Block. The block migration discussed in this announcement has no impact on Page Builder content and is specfic to the SiteOrigin Widgets Bundle in the Block Editor.</p>\n<h3>Using SiteOrigin Widgets in the Block Editor</h3>\n<p>You can add SiteOrigin Widgets to any Block Editor page in two main ways:</p>\n<p><strong>SiteOrigin Layout Block:</strong> An instance of SiteOrigin Page Builder right within the Block Editor. This lets you use SiteOrigin Widgets within its familiar layout interface.</p>\n<p><strong>SiteOrigin Widget Block (The Focus of This Update):</strong> Previously, this all-in-one container let you insert any SiteOrigin Widget via a dropdown selection. This update specifically improves that method.</p>\n<h3>From One Block to Many: A Smarter Approach</h3>\n<p>Before, you added SiteOrigin Widgets directly to pages (outside of the Layout Block) using a single versatile block: the SiteOrigin Widget Block. When inserted, a select dropdown listed all your available widgets — Accordion, Hero, Image, and more. You chose one and then configured it in that single block. This worked well for simple pages but became less efficient as your site grew.</p>\n<h3>Introducing Individual SiteOrigin Widget Blocks: Clarity and Efficiency</h3>\n<p>We now offer dedicated blocks for each SiteOrigin Widget. Instead of one dropdown, you see a specific block for every widget you use.</p>\n<p><strong>Here&#8217;s What&#8217;s New:</strong></p>\n<ul>\n<li><strong>Dedicated Blocks for Each Widget:</strong> Find individual blocks in the block inserter like &#8220;SiteOrigin Accordion,&#8221; &#8220;SiteOrigin Hero,&#8221; &#8220;SiteOrigin Image,&#8221; &#8220;SiteOrigin Post Carousel,&#8221; and more.</li>\n<li><strong>Direct Insertion:</strong> Need an Accordion? Search for or browse to &#8220;Accordion&#8221; and insert it directly. Want a Hero Image? Simply pick &#8220;Hero.&#8221; It&#8217;s fast and straightforward.</li>\n<li><strong>Improved Block Editor Navigation:</strong> Your page structure becomes clearer. Each widget is its own block, making it easier to locate, select, and manage. The block editor outline now mirrors your actual page content.</li>\n</ul>\n<h3>The Migration: A Simple, Consent-Based, Sitewide Conversion</h3>\n<p>We designed an automatic migration process to make this change smooth and non-disruptive. The migration only affects Block Editor content—specifically, instances of the original SiteOrigin Widget Block. Widgets added via the SiteOrigin Layout Block remain unchanged. Traditional Page Builder content in the Classic Editor is not impacted at all.</p>\n<p><strong>Important Details:</strong></p>\n<ul>\n<li><strong>Admin Consent Required:</strong> Only users with an admin role can authorize the migration.</li>\n<li><strong>Frontend Consistency:</strong> All existing SiteOrigin Widgets continue to function on the frontend regardless of migration status. The migration updates only the block format in the editor; no visible change occurs on the live site.</li>\n</ul>\n<p><strong>Here&#8217;s How the Migration Works:</strong></p>\n<ul>\n<li><strong>Notice in the Block Editor:</strong> When editing a page with the original SiteOrigin Widget Block, you&#8217;ll see a notice explaining the migration to individual blocks.</li>\n<li><strong>Consent to Migrate:</strong> Within the notice, click the &#8220;Migrate to New Block Format&#8221; button. This action starts the sitewide migration.</li>\n<li><strong>Sitewide, One-Time Conversion:</strong> Once you click the button on any page, all instances of the original SiteOrigin Widget Block across your website are converted automatically to their corresponding individual blocks.</li>\n<li><strong>Automatic Conversion on Page Save (Post-Migration):</strong> After initial consent, any page saves containing the old block trigger conversion automatically. The notice remains until the conversion on that page is complete.</li>\n<li><strong>Data Preservation:</strong> All widget content and settings are preserved. The process simply replaces the old block with the new individual block equivalents.</li>\n</ul>\n<div id=\"attachment_464013\" style=\"width: 2578px\" class=\"wp-caption alignnone\"><img fetchpriority=\"high\" decoding=\"async\" aria-describedby=\"caption-attachment-464013\" src=\"https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path.png\" alt=\"\" width=\"2568\" height=\"684\" class=\"size-full wp-image-464013\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path.png 2568w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-300x80.png 300w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-699x186.png 699w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-768x205.png 768w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-1536x409.png 1536w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-2048x545.png 2048w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-1050x280.png 1050w, https://siteorigin.com/wp-content/uploads/2025/03/widget-block-migration-path-313x83.png 313w\" sizes=\"(max-width: 2568px) 100vw, 2568px\" /><p id=\"caption-attachment-464013\" class=\"wp-caption-text\"><br />\nOnce you click &#8220;Migrate to New Block Format&#8221; on any page, the conversion process will be initiated sitewide. This means that all instances of the original SiteOrigin Widget Block across your entire website will be automatically converted to their corresponding individual SiteOrigin Widget Blocks.<br /></p></div>\n<p><strong>Key Benefits Recap:</strong></p>\n<ul>\n<li><strong>Enhanced Block Navigation:</strong> Quickly find and manage specific SiteOrigin Widgets. The clearer editor outline makes a difference.</li>\n<li><strong>Improved Discoverability:</strong> Individual widget blocks are visible and searchable in the block inserter.</li>\n<li><strong>Streamlined Workflow:</strong> Insert the widget you need directly without sifting through dropdowns.</li>\n<li><strong>Clearer Page Structure:</strong> Your Block Editor layout becomes more organized and visually intuitive.</li>\n</ul>\n<p><strong>Ready to Migrate?</strong></p>\n<p>Simply click the &#8220;Migrate to New Block Format&#8221; button in any notice on your Block Editor pages that contain the original SiteOrigin Widget Block. One click initiates the sitewide migration. Experience the benefits and enjoy a smoother website building experience!</p>\n<p>The post <a href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\">Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Show Your Posts in Style: The Post Carousel Cards Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/#respond\";s: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, 15 Jan 2025 11:16: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=459284\";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:574:\"<p>Go beyond standard lists and grids. The SiteOrigin Premium <strong>Post Carousel Cards</strong> Widget offers a visually striking and customizable way to showcase your blog posts within your page designs. Choose between displaying your post meta <strong>below the post title</strong> or <strong>on featured image hover</strong>.</p>\n<p>The post <a href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\">Show Your Posts in Style: The Post Carousel Cards Widget</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:24621:\"<div id=\"pl-459284\"  class=\"panel-layout\" ><div id=\"pg-459284-0\"  class=\"panel-grid panel-no-style\"  style=\"margin-bottom: 30px\" ><div id=\"pgc-459284-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-459284-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		><h3 class=\"widget-title\"> </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>Go beyond standard lists and grids. The SiteOrigin Premium <strong>Post Carousel Cards</strong> Widget offers a visually striking and customizable way to showcase your blog posts within your page designs. Choose between displaying your post meta <strong>below the post title</strong> or <strong>on featured image hover</strong>.</p>\n<p>Below is a demo of the Below Post Title post meta. Both options can be seen on the <a href=\"https://demo.siteorigin.com/premium/carousel/#cards\" target=\"_blank\" rel=\"noopener\">Carousel Addon demo page</a>.</p>\n</div>\n</div></div></div></div><div id=\"pg-459284-1\"  class=\"panel-grid panel-has-style\"  style=\"margin-bottom: 30px\" ><div style=\"padding: 30px 0px 30px 0px;\" class=\"panel-row-style panel-row-style-for-459284-1\" ><div id=\"pgc-459284-1-0\"  class=\"panel-grid-cell\" ><div id=\"panel-459284-1-0-0\" class=\"so-panel widget widget_so-premium-post-carousel-cards panel-first-child panel-last-child\" data-index=\"1\" ><div\n			\n			class=\"so-widget-so-premium-post-carousel-cards so-widget-so-premium-post-carousel-cards-cards-6eeeb3d02a3b-459284\"\n			\n		>	<div\n		class=\"sow-post-carousel-wrapper sow-post-carousel-theme-cards\"\n		style=\"overflow: hidden; max-width: 100%; 182px\"\n	>\n		<div class=\"sow-carousel-title\">\n	</div>\n\n<div class=\"sow-carousel-container sow-carousel-card-arrows\">\n			<div class=\"sow-carousel-navigation sow-carousel-navigation-prev \">\n						<a href=\"#\" class=\"sow-carousel-previous\" title=\"Previous\" aria-label=\"Previous Posts\" role=\"button\"></a>\n					</div>\n		<div class=\"sow-carousel-wrapper\"\n		data-dir=\"ltr\"\n		style=\"opacity: 0;\"\n		data-widget=\"post\" data-fetching=\"false\" data-page=\"1\" data-ajax-url=\"https://siteorigin.com/wp-admin/admin-ajax.php?_widgets_nonce=a1641c421d\" data-item_count=\"69\" data-carousel_settings=\"{&quot;loop&quot;:true,&quot;dots&quot;:true,&quot;animation&quot;:&quot;ease&quot;,&quot;animation_speed&quot;:400,&quot;autoplay&quot;:&quot;off&quot;,&quot;pauseOnHover&quot;:&quot;&quot;,&quot;autoplaySpeed&quot;:8000,&quot;item_overflow&quot;:true,&quot;autoplay_continuous_scroll&quot;:false,&quot;theme&quot;:&quot;cards&quot;,&quot;appendDots&quot;:&quot;true&quot;,&quot;adaptive_height&quot;:true,&quot;dynamic_navigation&quot;:false}\" data-responsive=\"{&quot;desktop_slides_to_scroll&quot;:1,&quot;tablet_landscape_breakpoint&quot;:1366,&quot;tablet_landscape_slides_to_scroll&quot;:2,&quot;tablet_portrait_breakpoint&quot;:1025,&quot;tablet_portrait_slides_to_scroll&quot;:2,&quot;mobile_breakpoint&quot;:480,&quot;mobile_slides_to_scroll&quot;:1,&quot;desktop_slides_to_show&quot;:3,&quot;tablet_landscape_slides_to_show&quot;:3,&quot;tablet_portrait_slides_to_show&quot;:2,&quot;mobile_slides_to_show&quot;:1}\" 	>\n		<div\n			class=\"sow-carousel-items\"\n					>\n				<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\">\n				<img decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-720x480.png 720w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-360x240.png 360w\" sizes=\"(max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-463645\"\n			>\n				<a href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\">\n					Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2025-03-17T14:50:10+00:00\"\n				>\n					March 17, 2025				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>We\'re excited to roll out a significant improvement to how you work with SiteOrigin Widgets in the WordPress Block Editor!...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\">\n				<img decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-720x480.png 720w\" sizes=\"(max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-446029\"\n			>\n				<a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\">\n					Introducing the SiteOrigin Premium Related Posts Addon				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-07-28T19:17:50+00:00\"\n				>\n					July 28, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Boost user engagement and keep visitors on your site longer with the new Related Posts Addon for SiteOrigin Premium! This...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/custom-404-error-page-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/custom-404-error-page-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/06/custom-404-error-page-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-442933\"\n			>\n				<a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\">\n					Introducing the SiteOrigin Premium 404 Page Addon				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-06-18T12:48:07+00:00\"\n				>\n					June 18, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Are you tired of the standard, lackluster 404 error pages that leave your visitors confused and frustrated? Announcing the SiteOrigin...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/recent-posts-in-author-box-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/recent-posts-in-author-box-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/06/recent-posts-in-author-box-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-442273\"\n			>\n				<a href=\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\">\n					Display Recent Posts in SiteOrigin Author Boxes				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-06-08T16:36:03+00:00\"\n				>\n					June 8, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>The SiteOrigin Premium Author Box Addon now integrates with the Recent Posts Widget, allowing you to display an author\'s latest...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/05/cloudflare-turnstile-wordpress-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/05/cloudflare-turnstile-wordpress-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/05/cloudflare-turnstile-wordpress-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-441208\"\n			>\n				<a href=\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\">\n					Cloudflare Turnstile Addon a Privacy-Preserving Captcha Replacement				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-05-25T11:32:52+00:00\"\n				>\n					May 25, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>SiteOrigin Premium now includes seamless integration with Cloudflare Turnstile, a user-friendly CAPTCHA alternative that helps prevent spam while maintaining a...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/05/announcing-recent-posts-widget-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/05/announcing-recent-posts-widget-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/05/announcing-recent-posts-widget-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-440338\"\n			>\n				<a href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">\n					Introducing the Recent Posts Widget: Showcase Your Latest Content with Style				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-05-19T13:40:17+00:00\"\n				>\n					May 19, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>We\'re excited to announce the addition of the Recent Posts Widget! This powerful new widget makes it easy to drive...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/04/author-addon-widget-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/04/author-addon-widget-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/04/author-addon-widget-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-438165\"\n			>\n				<a href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">\n					Boost Credibility and Engagement with the Author Box Widget				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-04-18T10:48:54+00:00\"\n				>\n					April 18, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Building trust with your audience is crucial for the success of your website. That\'s why we\'re excited to introduce the...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/simplify-gdpr-and-dsgvo-compliance-with-the-embed-blocker/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/03/embed-blocker-addon-gdpr-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/03/embed-blocker-addon-gdpr-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/03/embed-blocker-addon-gdpr-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-434740\"\n			>\n				<a href=\"https://siteorigin.com/simplify-gdpr-and-dsgvo-compliance-with-the-embed-blocker/\">\n					Simplify GDPR and DSGVO Compliance with the Embed Blocker				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-03-08T19:16:27+00:00\"\n				>\n					March 8, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Effortlessly make your website GDPR and DSGVO compliant by controlling embeds from platforms like YouTube, Vimeo, Twitter, Instagram, Facebook, Google...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/simplify-gdpr-and-dsgvo-compliance-with-the-embed-blocker/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/full-page-visibility-hide-show-pages-or-page-content/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/01/full-page-visibility-wordpress-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/01/full-page-visibility-wordpress-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/01/full-page-visibility-wordpress-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-429038\"\n			>\n				<a href=\"https://siteorigin.com/full-page-visibility-hide-show-pages-or-page-content/\">\n					Full Page Visibility: Hide/show Pages or Page Content				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-01-22T21:49:47+00:00\"\n				>\n					January 22, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Take control of your page or content visibility with the Toggle Visibility Addon. SiteOrigin Premium version 1.58.0 introduces Full Page...</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/full-page-visibility-hide-show-pages-or-page-content/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n	<div class=\"sow-carousel-item\">\n				<div class=\"sow-carousel-item-image\">\n							<a href=\"https://siteorigin.com/add-dynamic-video-backgrounds-to-page-builder/\">\n				<img loading=\"lazy\" decoding=\"async\" width=\"272\" height=\"182\" src=\"https://siteorigin.com/wp-content/uploads/2024/01/video-background-addon-272x182.png\" class=\"attachment-sow-carousel-default size-sow-carousel-default\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/01/video-background-addon-272x182.png 272w, https://siteorigin.com/wp-content/uploads/2024/01/video-background-addon-720x480.png 720w\" sizes=\"auto, (max-width: 272px) 100vw, 272px\" />				</a>\n						</div>\n		\n		<div class=\"sow-carousel-item-inner\">\n			<h3				class=\"sow-carousel-item-title\"\n				id=\"sow-carousel-id-427349\"\n			>\n				<a href=\"https://siteorigin.com/add-dynamic-video-backgrounds-to-page-builder/\">\n					Add Dynamic Video Backgrounds to Page Builder				</a>\n			</h3>\n\n					<div class=\"sow-carousel-item-meta\">\n							<time\n					class=\"sow-carousel-item-date\"\n					datetime=\"2024-01-06T17:04:29+00:00\"\n				>\n					January 6, 2024				</time>\n								<span class=\"sow-carousel-item-categories\">\n					<a href=\"https://siteorigin.com/category/announcements/\">Announcements</a>				</span>\n						</div>\n\n				<div class=\"sow-carousel-item-content\">\n			<p>Long on our to-do list, we\'re excited to let you know we\'ve introduced the Video Background Addon for SiteOrigin Premium....</p>		</div>\n		<a class=\"sow-more-link\" href=\"https://siteorigin.com/add-dynamic-video-backgrounds-to-page-builder/\">Read More&nbsp;<span class=\"sow-more-link-arrow\">&rarr;</span></a>		</div>\n\n			</div>\n		</div>\n					<div class=\"sow-carousel-nav\" >\n							</div>\n			</div>\n\n			<div class=\"sow-carousel-navigation sow-carousel-navigation-next \">\n						<a href=\"#\" class=\"sow-carousel-next\" title=\"Next\" aria-label=\"Next Posts\" role=\"button\"></a>\n					</div>\n	</div>\n		<input type=\"hidden\" name=\"instance_hash\" value=\"17b18b3c\"/>\n	</div>\n</div></div></div></div></div><div id=\"pg-459284-2\"  class=\"panel-grid panel-no-style\"  style=\"margin-bottom: 0px\" ><div id=\"pgc-459284-2-0\"  class=\"panel-grid-cell\" ><div id=\"panel-459284-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Key Features:</h4>\n<ul>\n<li><strong>Sleek Card Layouts:</strong> Showcase your blog posts in modern, elevated cards with customizable backgrounds, shadows, and borders.</li>\n<li><strong>Flexible Content Options:</strong> Display full post content, enticing excerpts, or simply feature the captivating images.</li>\n<li><strong>Effortless Meta Display:</strong> Choose to display post meta (date, author, categories) elegantly below the post title or seamlessly integrated on featured image hover for a touch of sophistication.</li>\n<li><strong>Complete Customization:</strong> Tailor the appearance to perfectly match your brand with a wide range of styling options, including fonts, colors, and spacing.</li>\n<li><strong>Responsive Design:</strong> The carousel adapts seamlessly to any screen size, ensuring a consistent and engaging experience for visitors across all devices.</li>\n</ul>\n<h4>Add the Cards Carousel Widget Today:</h4>\n<p>The Cards Carousel Widget is available immediately for all active <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a> license holders. Go to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span> to activate the Carousel Widget if it\'s isn\'t already activated. The SiteOrigin Cards Carousel is ready to be used anywhere:</p>\n<p><strong>SiteOrigin Page Builder:</strong><br />\nInsert the Cards Carousel in <a href=\"https://wordpress.org/plugins/siteorigin-panels/\" target=\"_blank\" rel=\"noopener\">Page Builder by SiteOrigin</a> in either the Classic Editor via the Page Builder tab or Page Builder Layout Block in the Block Editor.</p>\n<p><strong>Block Editor:</strong><br />\nThe Widgets Bundle is 100% Block Editor compatible. Insert the Cards Carousel directly into the Block Editor by inserting a SiteOrigin Widgets Block.</p>\n<p><strong>Theme and Plugin Widget Areas:</strong><br />\nInsert the Cards Carousel into theme sidebar and footer widget areas or block-based widget areas.</p>\n</div>\n</div></div></div></div><div id=\"pg-459284-3\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-459284-3-0\"  class=\"panel-grid-cell\" ><div id=\"panel-459284-3-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		><h3 class=\"widget-title\"> </h3>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Useful Links:</h4>\n<ul>\n<li>SiteOrigin Premium <a href=\"https://demo.siteorigin.com/premium/carousel/\">Carousel Addon Demo</a>.</li>\n<li>SiteOrigin Premium <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/carousel/#heading-post-carousel-cards\">Carousel Addon Documentation</a>.</li>\n<li>Find out more about <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a>.</li>\n</ul>\n<p>Thanks for reading. Please let us know if you have any queries below. If you have an active SiteOrigin Premium license, we offer quick support with a wide scope via email at <a href=\"mailto:support@siteorigin.com\">support@siteorigin.com</a>. If you don\'t have an active SiteOrigin Premium license, we offer free support via our forum at <a href=\"https://siteorigin.com/thread\">https://siteorigin.com/thread</a>; all queries are replied to.</p>\n</div>\n</div></div></div></div></div><p>The post <a href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\">Show Your Posts in Style: The Post Carousel Cards Widget</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"5 Strategies to Reduce Bounce Rates on Your 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:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/#respond\";s: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, 14 Aug 2024 14:33: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Plugins\";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:\"Tutorial\";s:7:\"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://siteorigin.com/?p=447262\";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:501:\"<p>Bounce rate is the percentage of visitors who leave your site after viewing only one page. A high bounce rate can negatively impact your site\'s success. To help reduce bounce rates and keep your visitors engaged, consider these five effective strategies.</p>\n<p>The post <a href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\">5 Strategies to Reduce Bounce Rates on Your WordPress Site</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:8270:\"<p>Bounce rate is the percentage of visitors who leave your site after viewing only one page. A high bounce rate can negatively impact your site&#8217;s success. While ideal bounce rates vary by industry, consider these general benchmarks:</p>\n<p>&#8211; 26% to 40%: Excellent<br />\n&#8211; 41% to 55%: Average<br />\n&#8211; Above 70%: May indicate room for improvement</p>\n<p>To help reduce bounce rates and keep your visitors engaged, consider these five effective strategies:</p>\n<h3>1. Speed Up Your Load Time</h3>\n<p>Site speed directly affects user experience and bounce rates. Slow-loading pages frustrate visitors and increase the likelihood they&#8217;ll leave quickly.</p>\n<p>To improve your site&#8217;s speed you might consider:</p>\n<ul>\n<li>Use <a href=\"https://wordpress.org/plugins/autoptimize/\" rel=\"noopener\" target=\"_blank\">Autoptimize</a>: This powerful plugin optimizes your site by:\n<ul>\n<li>Minifying and combining HTML, CSS, and JavaScript files.</li>\n<li>Deferring the loading of JavaScript.</li>\n<li>Optimizing Google Fonts.</li>\n<li>Removing unnecessary code from your pages.</li>\n</ul>\n</li>\n<li>Optimize images using tools like <a href=\"https://wordpress.org/plugins/wp-smushit/\" rel=\"noopener\" target=\"_blank\">Smush</a> or <a href=\"https://wordpress.org/plugins/shortpixel-image-optimiser/\" rel=\"noopener\" target=\"_blank\">ShortPixel</a>.</li>\n<li>Choose a reliable, fast hosting provider.</li>\n<li>Implement a Content Delivery Network (CDN). You might consider <a href=\"https://www.cloudflare.com/application-services/products/cdn/\" rel=\"noopener\" target=\"_blank\">Cloudflare</a> or <a href=\"https://www.keycdn.com/\" rel=\"noopener\" target=\"_blank\">KeyCDN</a>. There are many other options to choose from.</li>\n<li>Regularly update WordPress, themes, and plugins.</li>\n</ul>\n<p>Faster loading times not only reduce bounce rates but can also positively impact your search engine rankings.</p>\n<h3>2. Improve Your WordPress Navigation Menus</h3>\n<p>Your navigation menu is a primary tool for site exploration. A confusing or complex menu can lead to higher bounce rates.</p>\n<p>To optimize your navigation:</p>\n<ul>\n<li>Keep your main menu simple and focused.</li>\n<li>Use descriptive labels for your menu items.</li>\n<li>Implement dropdown menus for subcategories.</li>\n<li>Consider using a &#8220;mega menu&#8221; plugin such as <a href=\"https://wordpress.org/plugins/megamenu/\" rel=\"noopener\" target=\"_blank\">Max Mega Menu</a> for content-heavy sites.</li>\n<li>Ensure your menu is mobile-friendly.</li>\n</ul>\n<p>A well-organized navigation menu helps visitors find what they&#8217;re looking for quickly, encouraging further site exploration.</p>\n<h3>3. Optimize Your Internal Linking Strategy</h3>\n<p>Internal linking encourages visitors to explore more of your content, potentially reducing bounce rates. A powerful tool for this is the <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/related-posts/\">SiteOrigin Premium Related Posts Addon</a>. </p>\n<p>Key features include:</p>\n<ul>\n<li>Intelligent content matching using categories, tags, and similar titles.</li>\n<li>Flexible display options (Grid or Masonry layouts).</li>\n<li>Customizable appearance to match your site&#8217;s design.</li>\n<li>Fine-tuned control over the number and types of related posts shown.</li>\n</ul>\n<p>To implement the Related Posts Addon:</p>\n<ul>\n<li>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span> and activate the Related Posts Addon.</li>\n<li>Configure settings at <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Related Posts: Settings</span></span>.</li>\n<li>Customize the design to match your site&#8217;s branding.</li>\n<li>Optionally adjust settings on individual posts as needed.</li>\n</ul>\n<p>Other effective internal linking strategies include:</p>\n<ul>\n<li>Linking to relevant content within your posts and pages.</li>\n<li>Using descriptive anchor text for your links.</li>\n<li>Implementing a &#8220;Popular Posts&#8221; widget in your sidebar.</li>\n</ul>\n<p>Strategic internal linking keeps visitors engaged and moving through your site, increasing pageviews and reducing bounce rates.</p>\n<h3>4. Create a Custom 404 Page</h3>\n<p>A well-designed 404 page can turn a potential bounce into an opportunity for engagement. The <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/404-page/\" rel=\"noopener\">SiteOrigin Premium 404 Page Addon</a> is an excellent tool for this purpose.</p>\n<p>Key features of the 404 Page Addon include:</p>\n<ul>\n<li>Full customization to match your website&#8217;s branding and style.</li>\n<li>Intuitive navigation options to guide visitors back to relevant content.</li>\n<li>Easy integration with your existing WordPress website.</li>\n</ul>\n<p>To set up the 404 Page Addon:</p>\n<ul>\n<li>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span> and activate the 404 Page Addon.</li>\n<li>Click the addon &#8220;Settings&#8221; button to create your custom 404 page.</li>\n<li>Choose your display option: Text, Layout Builder, or existing Page.</li>\n<li>Customize your 404 page content and design.</li>\n</ul>\n<p>Include these elements on your custom 404 page:</p>\n<ul>\n<li>A search bar to help visitors find what they&#8217;re looking for.</li>\n<li>Links to your most popular content.</li>\n<li>Navigation menu to other important pages on your site.</li>\n<li>A contact form or link to your contact page.</li>\n<li>A touch of personality to lighten the mood.</li>\n</ul>\n<p>A well-crafted 404 page helps maintain brand consistency, improves user experience, and can even increase conversions by guiding visitors to relevant content or offers.</p>\n<h3>5. Enhance Your Site Search Functionality</h3>\n<p>An effective search function helps visitors find content quickly, reducing frustration and encouraging further site exploration.</p>\n<p>Consider these plugins to improve your site&#8217;s search:</p>\n<p>1. Free Option: <a href=\"https://wordpress.org/plugins/relevanssi/\" rel=\"noopener\" target=\"_blank\">Relevanssi</a><br />\n   &#8211; Offers more relevant search results based on content.<br />\n   &#8211; Provides partial word matching and fuzzy matching.<br />\n   &#8211; Allows searching in custom fields and taxonomies.</p>\n<p>2. Premium Option: <a href=\"https://searchwp.com/\" rel=\"noopener\" target=\"_blank\">SearchWP</a><br />\n   &#8211; Highly customizable search engine.<br />\n   &#8211; Searches through custom post types, custom fields, and PDF contents.<br />\n   &#8211; Provides detailed search metrics and analytics.</p>\n<p>To implement enhanced search:</p>\n<p>1. Choose and install your preferred plugin.<br />\n2. Configure the plugin settings to match your site&#8217;s needs.<br />\n3. Test thoroughly to ensure it&#8217;s meeting visitor expectations.</p>\n<p>Better search functionality makes it easier for visitors to find relevant content, increasing the likelihood they&#8217;ll stay on your site longer.</p>\n<p>Monitor your analytics after implementing these changes, looking for improvements in bounce rate, time on site, and pages per session. Continually refine these approaches based on your data and user feedback for optimal results.</p>\n<p>Thanks for reading. If you have any queries or requests, please let us know in the comments below. We offer free support on <a href=\"https://siteorigin.com/thread\">our forum</a> and prompt email support with a wide scope <a href=\"mailto:support@siteorigin.com\">via email</a> for active <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a> license holders.</p>\n<p>The post <a href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\">5 Strategies to Reduce Bounce Rates on Your WordPress Site</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Introducing the SiteOrigin Premium Related Posts Addon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/#respond\";s: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, 28 Jul 2024 19:17:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=446029\";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:511:\"<p>Boost user engagement and keep visitors on your site longer with the new Related Posts Addon for SiteOrigin Premium! This powerful feature automatically displays relevant content at the end of your posts, encouraging readers to explore more of what your site has to offer.</p>\n<p>The post <a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\">Introducing the SiteOrigin Premium Related Posts Addon</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:14156:\"<p>Boost user engagement and keep visitors on your site longer with the new Related Posts Addon for <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a>! This powerful feature automatically displays relevant content at the end of your posts, encouraging readers to explore more of what your site has to offer.</p>\n<h3>Key Features:</h3>\n<ol>\n<li><strong>Intelligent Content Matching:</strong> Utilizes categories, tags, and similar titles to find truly related content.</li>\n<li><strong>Flexible Display Options:</strong> Choose between Grid or Masonry layouts to seamlessly integrate related posts into your site&#8217;s design.</li>\n<li><strong>Customizable Appearance:</strong> Tailor the look of your related posts section with options for fonts, colors, spacing, and more.</li>\n<li><strong>Fine-Tuned Control:</strong> Adjust the number of related posts shown, customize the title, and set specific post types for related content.</li>\n<li><strong>Easy Setup:</strong> Activate the addon and configure global settings with a user-friendly interface.</li>\n</ol>\n<div id=\"attachment_446317\" style=\"width: 2990px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-446317\" src=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings.png\" alt=\"\" width=\"2980\" height=\"2836\" class=\"size-full wp-image-446317\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings.png 2980w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-300x286.png 300w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-699x665.png 699w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-768x731.png 768w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-1536x1462.png 1536w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-2048x1949.png 2048w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-1050x999.png 1050w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-global-settings-313x298.png 313w\" sizes=\"auto, (max-width: 2980px) 100vw, 2980px\" /><p id=\"caption-attachment-446317\" class=\"wp-caption-text\">Setup your related posts display from SiteOrigin > Premium Addons > Related Posts: Settings.</p></div>\n<h3>Getting Started:</h3>\n<ol>\n<li>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span> and activate the Related Posts Addon.</li>\n<li>Configure global settings at <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Related Posts: Settings</span></span>, including enabled post types and display options.</li>\n<li>Customize the design to match your site&#8217;s branding.</li>\n<li>Optionally adjust settings on individual posts as needed.</li>\n</ol>\n<div id=\"attachment_446319\" style=\"width: 3074px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-446319\" src=\"https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting.png\" alt=\"\" width=\"3064\" height=\"808\" class=\"size-full wp-image-446319\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting.png 3064w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-300x79.png 300w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-699x184.png 699w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-768x203.png 768w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-1536x405.png 1536w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-2048x540.png 2048w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-1050x277.png 1050w, https://siteorigin.com/wp-content/uploads/2024/07/so-premium-page-related-posts-setting-313x83.png 313w\" sizes=\"auto, (max-width: 3064px) 100vw, 3064px\" /><p id=\"caption-attachment-446319\" class=\"wp-caption-text\">Optionally, related posts can be turned on or off on a post-by-post basis, independent of the global setting for that particular post type.</p></div>\n<h3>Benefits for Your Site:</h3>\n<ul>\n<li><strong>Increased Page Views:</strong> Keep readers engaged by suggesting relevant content they might have missed.</li>\n<li><strong>Improved SEO:</strong> Encourage internal linking and longer site visits, potentially boosting your search engine rankings.</li>\n<li><strong>Enhanced User Experience:</strong> Help visitors discover more of your valuable content effortlessly.</li>\n</ul>\n<p>The Related Posts Addon is available now for all SiteOrigin Premium users. Upgrade your content strategy and start connecting your readers with more of your great articles today.</p>\n<p>For detailed setup instructions and tips, check out our <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/related-posts/\">comprehensive documentation</a> on using the Related Posts Addon.</p>\n<p>Not yet a SiteOrigin Premium user? Unlock this powerful feature and many more by <a href=\"https://siteorigin.com/downloads/premium\">upgrading today</a>!</p>\n<div\n			\n			class=\"so-widget-sow-blog so-widget-sow-blog-grid-65e1fc3f5bb4\"\n			\n		>			<div class=\"sow-blog-title\">\n			Related Posts		</div>\n			<div\n		class=\"sow-blog sow-blog-layout-grid\"\n		data-template=\"grid\"\n		data-settings=\"{&quot;columns&quot;:3,&quot;featured_image&quot;:true,&quot;featured_image_empty&quot;:true,&quot;featured_image_size&quot;:&quot;full&quot;,&quot;featured_image_size_width&quot;:&quot;&quot;,&quot;featured_image_size_height&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h4&quot;,&quot;content&quot;:&quot;excerpt&quot;,&quot;excerpt_length&quot;:35,&quot;filter_categories&quot;:false,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;date&quot;:&quot;&quot;,&quot;author&quot;:&quot;&quot;,&quot;categories&quot;:&quot;&quot;,&quot;tags&quot;:&quot;&quot;,&quot;comment_count&quot;:&quot;&quot;,&quot;trim_manual_excerpt&quot;:&quot;&quot;,&quot;read_more&quot;:true,&quot;template&quot;:&quot;grid&quot;,&quot;pagination&quot;:&quot;disabled&quot;}\"\n		data-paged=\"1\"\n		data-paging-id=\"b593c969e514\"\n		data-total-pages=\"28\"\n		data-hash=\"bda916d0\"\n	>\n		\n							<div class=\"sow-blog-posts\">\n				<article id=\"post-342053\" class=\"post-342053 post type-post status-publish format-standard has-post-thumbnail hentry category-announcements category-plugins\" style=\"margin: 0 0 30px;\">\n					<div class=\"sow-entry-thumbnail\">\n										<a href=\"https://siteorigin.com/wpml-translation-editor-page-builder-compatibility/\">\n						<img width=\"1676\" height=\"960\" src=\"https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation.png 1676w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-300x172.png 300w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-768x440.png 768w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-699x400.png 699w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-1536x880.png 1536w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-1050x601.png 1050w, https://siteorigin.com/wp-content/uploads/2021/12/advanced-translation-313x179.png 313w\" sizes=\"(max-width: 1676px) 100vw, 1676px\" />					</a>\n				</div>\n							<div class=\"sow-blog-content-wrapper\"\n		 style=\"padding: 20px 25px;\">\n				<header class=\"sow-entry-header\">\n			<h4 class=\"sow-entry-title\" style=\"margin: 0 0 5px;\"><a href=\"https://siteorigin.com/wpml-translation-editor-page-builder-compatibility/\" rel=\"bookmark\">WPML Translation Editor &#8211; Page Builder Compatibility</a></h4>			<div class=\"sow-entry-meta\">\n				\n		\n		\n					</div>\n		</header>\n\n					<div\n				class=\"sow-entry-content\"\n				style=\"margin-top: 20px;\"\n			>\n				<p>We\'re excited to announce that Page Builder is now compatible with the WPML Advanced Translation Editor. Translate your SiteOrigin Page Builder and Widgets Bundle content quickly and easily using the Automatic Translation option or manually translating the available strings.<a class=\"sow-more-link more-link excerpt\" href=\"https://siteorigin.com/wpml-translation-editor-page-builder-compatibility/\">Continue reading<span class=\"sow-more-link-arrow\">&rarr;</span></a></p>			</div>\n				</div>\n</article>\n<article id=\"post-313748\" class=\"post-313748 post type-post status-publish format-standard has-post-thumbnail hentry category-announcements category-plugins\" style=\"margin: 0 0 30px;\">\n					<div class=\"sow-entry-thumbnail\">\n										<a href=\"https://siteorigin.com/widgets-bundle-wp-super-cache-swift-performance-enhancements/\">\n						<img width=\"1676\" height=\"960\" src=\"https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility.png\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility.png 1676w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-300x172.png 300w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-768x440.png 768w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-699x400.png 699w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-1536x880.png 1536w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-1050x601.png 1050w, https://siteorigin.com/wp-content/uploads/2021/06/widgets-bundle-caching-plugin-compatibility-313x179.png 313w\" sizes=\"(max-width: 1676px) 100vw, 1676px\" />					</a>\n				</div>\n							<div class=\"sow-blog-content-wrapper\"\n		 style=\"padding: 20px 25px;\">\n				<header class=\"sow-entry-header\">\n			<h4 class=\"sow-entry-title\" style=\"margin: 0 0 5px;\"><a href=\"https://siteorigin.com/widgets-bundle-wp-super-cache-swift-performance-enhancements/\" rel=\"bookmark\">Widgets Bundle: WP Super Cache &#038; Swift Performance Enhancements</a></h4>			<div class=\"sow-entry-meta\">\n				\n		\n		\n					</div>\n		</header>\n\n					<div\n				class=\"sow-entry-content\"\n				style=\"margin-top: 20px;\"\n			>\n				<p>The SiteOrigin Widgets Bundle version <code>1.20.0</code> introduces compatibility for <a href=\"https://wordpress.org/plugins/wp-super-cache/\" rel=\"noopener\" target=\"_blank\">WP Super Cache</a> and <a href=\"https://wordpress.org/plugins/swift-performance-lite/\" rel=\"noopener\" target=\"_blank\">Swift Performance</a> plugins. The new compatibility ensures that WP Super Cache and Swift Performance won\'t reference outdated Widgets Bundle CSS files.<a class=\"sow-more-link more-link excerpt\" href=\"https://siteorigin.com/widgets-bundle-wp-super-cache-swift-performance-enhancements/\">Continue reading<span class=\"sow-more-link-arrow\">&rarr;</span></a></p>			</div>\n				</div>\n</article>\n<article id=\"post-148543\" class=\"post-148543 post type-post status-publish format-standard has-post-thumbnail hentry category-announcements category-plugins\" style=\"margin: 0 0 30px;\">\n					<div class=\"sow-entry-thumbnail\">\n										<a href=\"https://siteorigin.com/widgets-bundle-now-featuring-font-awesome-5/\">\n						<img width=\"1676\" height=\"1066\" src=\"https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle.jpg\" class=\"attachment-full size-full wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle.jpg 1676w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-1536x977.jpg 1536w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-300x191.jpg 300w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-768x488.jpg 768w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-699x445.jpg 699w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-1050x668.jpg 1050w, https://siteorigin.com/wp-content/uploads/2019/01/font-awesome-widgets-bundle-313x199.jpg 313w\" sizes=\"(max-width: 1676px) 100vw, 1676px\" />					</a>\n				</div>\n							<div class=\"sow-blog-content-wrapper\"\n		 style=\"padding: 20px 25px;\">\n				<header class=\"sow-entry-header\">\n			<h4 class=\"sow-entry-title\" style=\"margin: 0 0 5px;\"><a href=\"https://siteorigin.com/widgets-bundle-now-featuring-font-awesome-5/\" rel=\"bookmark\">Widgets Bundle Now Featuring Font Awesome 5</a></h4>			<div class=\"sow-entry-meta\">\n				\n		\n		\n					</div>\n		</header>\n\n					<div\n				class=\"sow-entry-content\"\n				style=\"margin-top: 20px;\"\n			>\n				<p>We\'re excited to announce the <a href=\"https://wordpress.org/plugins/so-widgets-bundle/\">SiteOrigin Widgets Bundle</a> now includes the latest version of <a href=\"https://fontawesome.com/\">Font Awesome 5</a>. Font Awesome is the most popular of the six icon libraries included in the Widgets Bundle. The upgrade from Font Awesome <code>4.7</code> to <code>5.6.3</code> introduces <strong>675</strong> new icons for you to use and enjoy in your designs. <a class=\"sow-more-link more-link excerpt\" href=\"https://siteorigin.com/widgets-bundle-now-featuring-font-awesome-5/\">Continue reading<span class=\"sow-more-link-arrow\">&rarr;</span></a></p>			</div>\n				</div>\n</article>\n			</div>\n								</div>\n	</div><p>The post <a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\">Introducing the SiteOrigin Premium Related Posts Addon</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"3 Fast Privacy Compliance Fixes\";s:7:\"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://siteorigin.com/3-fast-privacy-compliance-fixes/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://siteorigin.com/3-fast-privacy-compliance-fixes/#respond\";s: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, 27 Jun 2024 17:04:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Plugins\";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:\"Tutorial\";s:7:\"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://siteorigin.com/?p=443605\";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:573:\"<p>Staying compliant with privacy regulations like GDPR and DSGVO doesn\'t have to be complicated. In this post we\'ll cover three quick changes you can implement to enhance your website\'s privacy compliance. Embed Blocker, Google Maps Consent Prompt, and Cloudflare Turnstile. By implementing these three quick changes, you can significantly improve your website\'s privacy compliance.</p>\n<p>The post <a href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\">3 Fast Privacy Compliance Fixes</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:8266:\"<p>Staying compliant with privacy regulations like GDPR and DSGVO doesn&#8217;t have to be complicated. Here are three quick changes you can implement to enhance your website&#8217;s privacy compliance:</p>\n<h3>1. Embed Blocker: Manage Third-Party Content</h3>\n<p><a href=\"https://demo.siteorigin.com/premium/embed-blocker/\" target=\"_blank\" rel=\"noopener\">Embed Blocker: YouTube Demo</a>.</p>\n<p>The SiteOrigin Premium <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/embed-blocker/\">Embed Blocker</a> Addon allows you to control embeds from popular platforms like YouTube, Vimeo, Twitter, and more. This tool helps you manage privacy compliance for embedded content:</p>\n<ul>\n<li>Activate the Embed Blocker Addon at <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span>.</li>\n<li>Choose which networks or sites to block.</li>\n<li>Customize your consent message and button.</li>\n<li>Visitors must provide explicit consent before viewing blocked embeds.</li>\n</ul>\n<p>Key features include:</p>\n<ul>\n<li>Toggle blocking for individual sites.</li>\n<li>Target iFrames, blockquotes, or script embeds.</li>\n<li>Design consent messages using the WYSIWYG editor or SiteOrigin&#8217;s Layout Builder.</li>\n<li>Customize button styling and attributes.</li>\n<li>Use dynamic placeholders for adaptive consent messages.</li>\n</ul>\n<div id=\"attachment_434320\" style=\"width: 2710px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-434320\" src=\"https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer.png\" alt=\"\" width=\"2700\" height=\"1092\" class=\"size-full wp-image-434320\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer.png 2700w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-300x121.png 300w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-699x283.png 699w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-768x311.png 768w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-1536x621.png 1536w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-2048x828.png 2048w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-1050x425.png 1050w, https://siteorigin.com/wp-content/uploads/2024/03/sites-blocked-embed-blokcer-313x127.png 313w\" sizes=\"auto, (max-width: 2700px) 100vw, 2700px\" /><p id=\"caption-attachment-434320\" class=\"wp-caption-text\">The sites table lists blocked sites, URLs, Status of the block, and actions.</p></div>\n<h3>2. Google Maps Consent Prompt: Control API Loading</h3>\n<p><a href=\"https://demo.siteorigin.com/premium/google-maps-api-consent/\" target=\"_blank\" rel=\"noopener\">Google Maps Consent Prompt Demo</a>.</p>\n<p>The SiteOrigin Widgets Bundle now includes a <a href=\"https://siteorigin.com/widgets-bundle/google-maps-widget/#heading-global-settings\">consent prompt option</a> for the Google Maps widget:</p>\n<ul>\n<li>Enable the consent prompt in the Google Maps Widget settings at <span class=\"adminized-section\"><span class=\"adminized-part\">Plugins</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">SiteOrigin Widgets</span></span>.</li>\n<li>No connection to Google&#8217;s servers is made until user consent is given.</li>\n<li>Complies with regulations like DSGVO and GDPR.</li>\n</ul>\n<p>SiteOrigin Premium users get additional customization options:</p>\n<ul>\n<li>Consent prompt text color.</li>\n<li>Consent prompt text background color.</li>\n<li>Consent prompt background image.</li>\n</ul>\n<div id=\"attachment_443836\" style=\"width: 1536px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-443836\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings.png\" alt=\"\" width=\"1526\" height=\"970\" class=\"size-full wp-image-443836\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings.png 1526w, https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings-300x191.png 300w, https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings-699x444.png 699w, https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings-768x488.png 768w, https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings-1050x667.png 1050w, https://siteorigin.com/wp-content/uploads/2024/06/maps-consent-settings-313x199.png 313w\" sizes=\"auto, (max-width: 1526px) 100vw, 1526px\" /><p id=\"caption-attachment-443836\" class=\"wp-caption-text\">Google Maps Widget API Consent Settings</p></div>\n<h3>3. Cloudflare Turnstile: Privacy-Focused CAPTCHA Alternative</h3>\n<p><a href=\"https://demo.siteorigin.com/corp/contact/\" rel=\"noopener\" target=\"_blank\">SiteOrigin Contact Form Cloudflare Turnstile Demo</a>.</p>\n<p>The SiteOrigin Premium <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/cloudflare-turnstile/\">Cloudflare Turnstile</a> Addon for the SiteOrigin Contact Form Widget offers a user-friendly, privacy-preserving CAPTCHA replacement:</p>\n<ul>\n<li>Automatically detects bots and automated abuse.</li>\n<li>GDPR and CCPA compliant.</li>\n<li>Easy to integrate with SiteOrigin Contact Form.</li>\n</ul>\n<p>To setup:</p>\n<ol>\n<li>Enable the Turnstile Addon at SiteOrigin &gt; Premium Addons.</li>\n<li>Edit your SiteOrigin Contact Form Widget.</li>\n<li>Enable Cloudflare Turnstile in the Spam settings.</li>\n<li>Enter your Cloudflare Turnstile Site Key and Secret Key.</li>\n</ol>\n<p>Cloudflare Turnstile offers three modes:</p>\n<ul>\n<li>Managed: Interactive challenge when necessary</li>\n<li>Non-Interactive: Browser challenge with loading bar</li>\n<li>Invisible: No visible interaction required</li>\n</ul>\n<div id=\"attachment_443859\" style=\"width: 1952px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-443859\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled.png\" alt=\"\" width=\"1942\" height=\"1060\" class=\"size-full wp-image-443859\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled.png 1942w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-300x164.png 300w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-699x382.png 699w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-768x419.png 768w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-1536x838.png 1536w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-1050x573.png 1050w, https://siteorigin.com/wp-content/uploads/2024/06/cloudflare-turnstile-enabled-313x171.png 313w\" sizes=\"auto, (max-width: 1942px) 100vw, 1942px\" /><p id=\"caption-attachment-443859\" class=\"wp-caption-text\">Navigate to your SiteOrigin Contact Form Widget, edit the widget and open the Spam settings section. Locate and open the Cloudflare Turnstile settings section.</p></div>\n<h4>Documentation Links</h4>\n<ul>\n<li><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/embed-blocker/\">SiteOrigin Premium Embed Blocker</a></li>\n<li><a href=\"https://siteorigin.com/widgets-bundle/google-maps-widget/#heading-global-settings\">SiteOrigin Widgets Bundle Contact Form &#8211; Consent Management</a></li>\n<li><a href=\"https://siteorigin.com/premium-documentation/plugin-addons/cloudflare-turnstile/\">SiteOrigin Premium Cloudflare Turnstile Addon</a></li>\n</ul>\n<p>By implementing these three quick changes, you can significantly improve your website&#8217;s privacy compliance while maintaining a smooth user experience. All these features are available with <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a>, offering you comprehensive tools to enhance your WordPress website&#8217;s functionality and security.</p>\n<p>The post <a href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\">3 Fast Privacy Compliance Fixes</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://siteorigin.com/3-fast-privacy-compliance-fixes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Introducing the SiteOrigin Premium 404 Page Addon\";s:7:\"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://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/#respond\";s: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, 18 Jun 2024 12:48: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:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=442933\";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:\"<p>Are you tired of the standard, lackluster 404 error pages that leave your visitors confused and frustrated? Announcing the SiteOrigin Premium 404 Page Addon! Create custom 404 error pages with personalized design and content. Guide your user\'s website experience even during misdirections.</p>\n<p>The post <a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\">Introducing the SiteOrigin Premium 404 Page Addon</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:4212:\"<p>Are you tired of the standard, lackluster 404 error pages that leave your visitors confused and frustrated? Announcing the SiteOrigin Premium 404 Page Addon! Create custom 404 error pages with personalized design and content. Guide your user&#8217;s website experience even during misdirections.</p>\n<h4>Key Features</h4>\n<ol>\n<li><strong>Full Customization:</strong> Take control of your 404 pages by designing them to match your website&#8217;s branding and style. Seamlessly integrate the error pages into your site&#8217;s overall aesthetic.</li>\n<li><strong>Intuitive Navigation:</strong> Guide your visitors back to the right path with clear and helpful navigation options. Include links to your homepage, search functionality, or popular content to keep users engaged.</li>\n<li><strong>Informative Content:</strong> Provide valuable information to your visitors, even on error pages. Explain why the page they requested couldn&#8217;t be found and offer suggestions on how to find what they&#8217;re looking for.</li>\n<li><strong>Easy Integration:</strong> Seamlessly integrate the Custom 404 Page Addon with your existing WordPress website. No coding skills required!</li>\n</ol>\n<h4>Benefits for Your Website</h4>\n<ul>\n<li><strong>Reduced Bounce Rates:</strong> Keep visitors on your site by providing a helpful and engaging 404 page experience.</li>\n<li><strong>Improved User Experience:</strong> Show your visitors that you care about their experience, even when they encounter an error.</li>\n<li><strong>Brand Consistency:</strong> Maintain a consistent brand image across all pages of your website, including error pages.</li>\n<li><strong>Increased Conversions:</strong> Guide visitors to relevant content or offers, turning a potential lost opportunity into a conversion.</li>\n</ul>\n<h3>Getting Started</h3>\n<p>To get started, go to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span></span> and activate the 404 Page Addon. Once activated, click the addon &#8220;Settings&#8221; button to create your custom 404 page.</p>\n<p>The following settings are available at <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">404 Page: Settings</span></span>:</p>\n<p><strong>Enable Custom 404 Page</strong><br />\nEnable to activate a custom 404 error page. This setting is disabled by default.</p>\n<p><strong>Display</strong><br />\nChoose between the following content display options for your custom 404 page:</p>\n<ul>\n<li><strong>Text:</strong> Use the Text field below to add your error page content.</li>\n<li><strong>Layout Builder:</strong> Build a layout and add your error page content using the SiteOrigin Layout Builder. Requires SiteOrigin Page Builder to be activated.</li>\n<li><strong>Page:</strong> Select an existing page as your error page.</li>\n</ul>\n<p>&#8211; <a href=\"https://demo.siteorigin.com/premium/no-page-exists-here\" target=\"_blank\" rel=\"noopener noreferrer\">404 Text Demo</a><br />\n&#8211; <a href=\"https://demo.siteorigin.com/corp/no-page-exists-here\" rel=\"noopener\" target=\"_blank\">404 Page Demo</a></p>\n<p>With the <a href=\"https://siteorigin.com/downloads/premium/\">SiteOrigin Premium</a> 404 Page Addon, you can transform the dreaded 404 error into an opportunity to engage and delight your visitors. Take control of your website&#8217;s user experience and make every page count. Already a SiteOrigin Premium user? Find out more about using the 404 Page Addon in the <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/404-page/\">premium documentation</a>.</p>\n<p>Upgrade your website with SiteOrigin&#8217;s Custom 404 Page Addon today and say goodbye to generic error pages forever!</p>\n<p>The post <a href=\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/\">Introducing the SiteOrigin Premium 404 Page Addon</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://siteorigin.com/introducing-the-siteorigin-premium-404-page-addon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Display Recent Posts in SiteOrigin Author Boxes\";s:7:\"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://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/#respond\";s: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, 08 Jun 2024 16:36:03 +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:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=442273\";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:539:\"<p>The SiteOrigin Premium Author Box Addon now integrates with the Recent Posts Widget, allowing you to display an author\'s latest articles directly within their author box. With this addon, you can engage readers and encourage them to explore more of your site\'s content, ultimately keeping them on your site longer.</p>\n<p>The post <a href=\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\">Display Recent Posts in SiteOrigin Author Boxes</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:15102:\"<div id=\"pl-442273\"  class=\"panel-layout\" ><div id=\"pg-442273-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-442273-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-442273-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child\" data-index=\"0\" style=\"margin-bottom: 30px\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>The SiteOrigin Premium <a href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">Author Box Addon</a> now integrates with the <a href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">Recent Posts Widget</a>, allowing you to display an author\'s latest articles directly within their author box. </p>\n<p><a href=\"#recent-posts\">View a Demo</a><img src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f447.png\" alt=\"👇\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n<p>This integration:</p>\n<ul>\n<li>Increases content visibility by showcasing the author\'s recent posts.</li>\n<li>Enhances the author\'s credibility by highlighting their latest work.</li>\n<li>Improves user experience by providing easy access to related content.</li>\n</ul>\n<p>With this addon, you can engage readers and encourage them to explore more of your site\'s content, ultimately keeping them on your site longer.</p>\n<p>Enabling the Recent Posts integration is a breeze, with two simple options:</p>\n<ol>\n<li><strong>Widget-Level Integration:</strong>\n<ul>\n<li>Insert a new Author Box Widget or open an existing one.</li>\n<li>In the widget settings, locate the \"Show Recent Posts By Author\" checkbox and enable it.</li>\n<li>Customize the Recent Posts Widget appearance and settings to match your site\'s design and preferences.</li>\n</ul>\n</li>\n<li><strong>Global-Level Integration:</strong>\n<ul>\n<li>Navigate to <span class=\"adminized-section\"><span class=\"adminized-part\">SiteOrigin</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Premium Addons</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Author Box: Settings</span></span>.</li>\n<li>Enable the \"Show Recent Posts By Author\" checkbox.</li>\n<li>Configure the Recent Posts Widget settings to apply across your entire site.</li>\n</ul>\n</li>\n</ol>\n<p>Regardless of which method you choose, you can easily customize the Recent Posts Widget to perfectly match your site\'s look and feel. Available customization options include:</p>\n<ul>\n<li>Number of recent posts to display.</li>\n<li>Thumbnail size and placement.</li>\n<li>Post title and excerpt display.</li>\n<li>Read more link text and styling.</li>\n</ul>\n<p>The Author Box Addon seamlessly integrates with the Recent Posts Widget, inheriting all of its powerful customization options to ensure a visually appealing and cohesive design.</p>\n<h3>Supercharge Your Author Boxes Today</h3>\n<p>The Recent Posts integration is just one of the many features offered by the SiteOrigin Premium Author Box Addon. With this addon, you can also:</p>\n<ul>\n<li>Display author boxes on posts, pages, custom post types, and more.</li>\n<li>Customize the author box design, including colors, fonts, and layout.</li>\n<li>Add social media profile links to author boxes.</li>\n<li>Insert author boxes at the beginning or end of post content.</li>\n<li>Globally configure author box settings for automatic sitewide inclusion.</li>\n</ul>\n<p>Upgrade to SiteOrigin Premium today and start leveraging the Author Box Addon to create engaging, content-rich author profiles that keep readers coming back for more. The Recent Posts integration is fully compatible with the latest versions of WordPress and the SiteOrigin Widgets Bundle. For more information on setting up the Author Box Addon and configuring the Recent Posts integration, please refer to our <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/author-box/\">addon documentation</a>.</p>\n<p>Elevate your author profiles and showcase your authors\' latest content with the <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a> Author Box Recent Posts integration.</p>\n</div>\n</div></div><div id=\"panel-442273-0-0-1\" class=\"so-panel widget widget_sow-author-box\" data-index=\"1\" style=\"margin-bottom: 30px\" ><div id=\"recent-posts\" class=\"panel-widget-style panel-widget-style-for-442273-0-0-1\" ><div\n			\n			class=\"so-widget-sow-author-box so-widget-sow-author-box-default-01c21a3cc576-442273\"\n			\n		><div class=\"sow-author-box\">\n						<div class=\"sow-author-box-avatar\" style=\"max-width: 100px;\">\n										<a href=\"https://siteorigin.com/author/supportsiteorigin-com/\">\n			<img alt=\'\' src=\'https://secure.gravatar.com/avatar/57999bafe2c86d0a4c918ba06d21836c739a84d70226b8a26ebc140aef465c28?s=200&#038;d=identicon&#038;r=pg\' srcset=\'https://secure.gravatar.com/avatar/57999bafe2c86d0a4c918ba06d21836c739a84d70226b8a26ebc140aef465c28?s=400&#038;d=identicon&#038;r=pg 2x\' class=\'avatar avatar-200 photo\' height=\'200\' width=\'200\' />				</a>\n								</div>\n		<div class=\"sow-author-box-description\">\n		\n		<div class=\"sow-author-box-title-wrapper\">\n			<h4 class=\"sow-author-box-title\">\n									<a href=\"https://siteorigin.com/author/supportsiteorigin-com/\"  class=\"sow-author-box-author\">\n					SiteOrigin					</a>\n							</h4>\n\n								</div>\n\n		<div class=\"sow-author-box-info\">\n							<a href=\"https://siteorigin.com/author/supportsiteorigin-com/\" class=\"sow-author-box-author-all\">\n					View posts by SiteOrigin				</a>\n					</div>\n\n					<div class=\"sow-author-box-bio\">\n											</div>\n					\n		<div\n	class=\"sow-author-box-recent-posts\"\n	style=\"margin-top: 20px;\">\n	<div\n			\n			class=\"so-widget-sow-recent-posts so-widget-sow-recent-posts-default-7f27d222ac1e\"\n			\n		>	<ul class=\"sow-recent-posts\">\n					<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\"\n							>\n				Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2025-03-17T14:50:10+00:00\"\n				aria-label=\"Published on:\"\n			>\n			March 17, 2025		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2025-03-17T14:50:10+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				March 17, 2025			</time>\n		</span>\n				<a\n			class=\"sow-recent-posts-read-more\"\n			href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\"\n					>\n			Continue reading		</a>\n							</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\"\n							>\n				Show Your Posts in Style: The Post Carousel Cards Widget			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2025-01-15T11:16:16+00:00\"\n				aria-label=\"Published on:\"\n			>\n			January 15, 2025		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2025-02-05T13:23:39+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				February 5, 2025			</time>\n		</span>\n				<a\n			class=\"sow-recent-posts-read-more\"\n			href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\"\n					>\n			Continue reading		</a>\n							</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/08/Untitled-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/08/Untitled-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\"\n							>\n				5 Strategies to Reduce Bounce Rates on Your WordPress Site			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-08-14T14:33:01+00:00\"\n				aria-label=\"Published on:\"\n			>\n			August 14, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-08-14T20:32:39+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				August 14, 2024			</time>\n		</span>\n				<a\n			class=\"sow-recent-posts-read-more\"\n			href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\"\n					>\n			Continue reading		</a>\n							</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\"\n							>\n				Introducing the SiteOrigin Premium Related Posts Addon			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-07-28T19:17:50+00:00\"\n				aria-label=\"Published on:\"\n			>\n			July 28, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-07-31T09:32:16+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				July 31, 2024			</time>\n		</span>\n				<a\n			class=\"sow-recent-posts-read-more\"\n			href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\"\n					>\n			Continue reading		</a>\n							</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-256x256.png 256w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\"\n							>\n				3 Fast Privacy Compliance Fixes			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-06-27T17:04:44+00:00\"\n				aria-label=\"Published on:\"\n			>\n			June 27, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-07-16T17:52:33+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				July 16, 2024			</time>\n		</span>\n				<a\n			class=\"sow-recent-posts-read-more\"\n			href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\"\n					>\n			Continue reading		</a>\n							</div>\n									</div>\n			</li>\n				</ul>\n	</div></div>\n	</div>\n	</div>\n</div></div></div><div id=\"panel-442273-0-0-2\" class=\"widget_text so-panel widget widget_custom_html panel-last-child\" data-index=\"2\" ><div class=\"textwidget custom-html-widget\"><style>\n	.sow-recent-posts {\n		margin-top: 25px !important;\n	}\n</style></div></div></div></div></div><p>The post <a href=\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/\">Display Recent Posts in SiteOrigin Author Boxes</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://siteorigin.com/display-recent-posts-in-siteorigin-author-boxes/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Cloudflare Turnstile Addon a Privacy-Preserving Captcha Replacement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/#respond\";s: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, 25 May 2024 11:32:52 +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:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=441208\";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:523:\"<p>SiteOrigin Premium now includes seamless integration with Cloudflare Turnstile, a user-friendly CAPTCHA alternative that helps prevent spam while maintaining a smooth user experience. Easily enhance your form\'s spam protection without compromising usability.</p>\n<p>The post <a href=\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\">Cloudflare Turnstile Addon a Privacy-Preserving Captcha Replacement</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:4938:\"<p>SiteOrigin Premium now includes seamless integration with <a href=\"https://www.cloudflare.com/products/turnstile/\" rel=\"noopener\" target=\"_blank\">Cloudflare Turnstile</a>, a user-friendly CAPTCHA alternative that helps prevent spam while maintaining a smooth user experience. With the new Cloudflare Turnstile Addon for the SiteOrigin Contact Form Widget, you can easily enhance your form&#8217;s security without compromising usability.</p>\n<h3>Protect Your Forms with Cloudflare Turnstile</h3>\n<p>Cloudflare Turnstile is a free, privacy-preserving CAPTCHA replacement that automatically detects bots and other types of automated abuse. By adding this layer of protection to your contact forms, you can:</p>\n<ul>\n<li>Reduce spam submissions and improve the quality of form responses.</li>\n<li>Maintain a frictionless user experience with no complicated CAPTCHAs to solve.</li>\n<li>Safeguard user privacy, as Cloudflare Turnstile is GDPR and CCPA compliant.</li>\n</ul>\n<h3>Effortless Integration with SiteOrigin Contact Form</h3>\n<p>Enabling Cloudflare Turnstile on your SiteOrigin Contact Form is a breeze:</p>\n<ol>\n<li>Navigate to your SiteOrigin Contact Form Widget, edit the widget and open the Settings section.</li>\n<li>Locate the Spam section and enable the Cloudflare Turnstile setting.</li>\n<li>Enter your Cloudflare Turnstile Site Key and Secret Key.</li>\n<li>When logged into Cloudflare, you&#8217;ll find the Turnstile menu item on the left side of the <a href=\"https://dash.cloudflare.com/\" rel=\"noopener\" target=\"_blank\">global settings page</a>. It is not available on the site-specific settings page.</li>\n<li>Save your widget and you&#8217;re all set!</li>\n</ol>\n<div id=\"attachment_441225\" style=\"width: 7658px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-441225\" src=\"https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings.png\" alt=\"\" width=\"7648\" height=\"5872\" class=\"size-full wp-image-441225\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings.png 7648w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-300x230.png 300w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-699x537.png 699w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-768x590.png 768w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-1536x1179.png 1536w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-2048x1572.png 2048w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-1050x806.png 1050w, https://siteorigin.com/wp-content/uploads/2024/05/so-contact-form-turnstile-settings-313x240.png 313w\" sizes=\"auto, (max-width: 7648px) 100vw, 7648px\" /><p id=\"caption-attachment-441225\" class=\"wp-caption-text\">Navigate to your SiteOrigin Contact Form Widget, edit the widget and open the Spam settings section. Locate and open the Cloudflare Turnstile settings section.</p></div>\n<p>On your <span class=\"adminized-section\"><span class=\"adminized-part\">Cloudflare.com Settings</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">Turnstile</span></span> dashboard you&#8217;ll find three modes to choose from:</p>\n<p><strong>Managed</strong><br />\nCloudflare will use information from the visitor to decide if an interactive challenge should be used. If we do show an interaction, the user will be prompted to check a box (no images or text to decipher).</p>\n<p><strong>Non-Interactive</strong><br />\nA purely non-interactive challenge. Users will see a widget with a loading bar while the browser challenge is run.</p>\n<p><strong>Invisible</strong><br />\nInvisible challenge that does not require interaction.</p>\n<h3>Get Started with Cloudflare Turnstile Today</h3>\n<p>Ready to take your contact form security to the next level? The Cloudflare Turnstile Addon is included with SiteOrigin Premium and is fully compatible with the latest version of the SiteOrigin Widgets Bundle and WordPress.</p>\n<p>For more information on setting up Cloudflare Turnstile and managing your API keys, please refer to our <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/cloudflare-turnstile/\">addon documentation</a>.</p>\n<p>Upgrade to <a href=\"https://siteorigin.com/downloads/premium\">SiteOrigin Premium</a> today and start enjoying the benefits of Cloudflare Turnstile integration, along with our extensive collection of powerful addons and features designed to supercharge your WordPress website.</p>\n<p>The post <a href=\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/\">Cloudflare Turnstile Addon a Privacy-Preserving Captcha Replacement</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://siteorigin.com/cloudflare-turnstile-addon-a-privacy-preserving-captcha-replacement/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Introducing the Recent Posts Widget: Showcase Your Latest Content with Style\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/#respond\";s: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, 19 May 2024 13:40:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=440338\";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:489:\"<p>We\'re excited to announce the addition of the Recent Posts Widget! This powerful new widget makes it easy to drive traffic to your latest posts with an eye-catching, fully customizable recent posts showcase.</p>\n<p>The post <a href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">Introducing the Recent Posts Widget: Showcase Your Latest Content with Style</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:14741:\"<div id=\"pl-440338\"  class=\"panel-layout\" ><div id=\"pg-440338-0\"  class=\"panel-grid panel-no-style\"  style=\"margin-bottom: 50px\" ><div id=\"pgc-440338-0-0\"  class=\"panel-grid-cell\" ><div id=\"panel-440338-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<p>We\'re excited to announce the addition of the Recent Posts Widget to the SiteOrigin Widgets Bundle! This powerful new widget makes it easy to drive traffic to your latest posts with an eye-catching, fully customizable recent posts showcase.</p>\n<h3>Engage Readers with Dynamic Recent Post Displays</h3>\n<p>The Recent Posts Widget allows you to create appealing previews of your newest content to encourage visitors to dive deeper into your site.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li>Choose how many recent posts to display.</li>\n<li>Show/hide post thumbnails, titles, dates, excerpts and read more links.</li>\n<li>Optionally open posts in a new window.</li>\n<li>Customize the excerpt length and trim indicator.</li>\n<li>Fine-tune colors, typography, spacing and more to perfectly match your brand.</li>\n</ul>\n<p>With the Recent Posts Widget, you can craft dynamic recent post displays that capture attention and compel visitors to explore your latest articles.</p>\n</div>\n</div></div></div></div><div id=\"pg-440338-1\"  class=\"panel-grid panel-no-style\"  style=\"margin-bottom: 30px\" ><div id=\"pgc-440338-1-0\"  class=\"panel-grid-cell\" ><div id=\"panel-440338-1-0-0\" class=\"so-panel widget widget_sow-recent-posts panel-first-child panel-last-child\" data-index=\"1\" ><div\n			\n			class=\"so-widget-sow-recent-posts so-widget-sow-recent-posts-default-db82f85ad89b-440338\"\n			\n		><h3 class=\"widget-title\">Recent Posts Demo</h3>	<ul class=\"sow-recent-posts\">\n					<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2025/03/wb-blocks-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/smarter-blocks-smoother-workflow-individual-siteorigin-widget-blocks-arrive/\"\n							>\n				Smarter Blocks, Smoother Workflow: Individual SiteOrigin Widget Blocks Arrive!			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2025-03-17T14:50:10+00:00\"\n				aria-label=\"Published on:\"\n			>\n			March 17, 2025		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2025-03-17T14:50:10+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				March 17, 2025			</time>\n		</span>\n		<p class=\"sow-recent-posts-excerpt\">We\'re excited to roll out a significant improvement to how you work with SiteOrigin Widgets in the WordPress Block Editor! From Widgets Bundle version 1.67.0 onwards, get ready for a more intuitive and efficient experience with the introduction of individual SiteOrigin Widget Blocks.</p>					</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2025/01/so-post-carousel-cards-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/elevate-your-blog-posts-with-siteorigin-post-carousel-cards/\"\n							>\n				Show Your Posts in Style: The Post Carousel Cards Widget			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2025-01-15T11:16:16+00:00\"\n				aria-label=\"Published on:\"\n			>\n			January 15, 2025		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2025-02-05T13:23:39+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				February 5, 2025			</time>\n		</span>\n		<p class=\"sow-recent-posts-excerpt\">Go beyond standard lists and grids. The SiteOrigin Premium <strong>Post Carousel Cards</strong> Widget offers a visually striking and customizable way to showcase your blog posts within your page designs. Choose between displaying your post meta <strong>below the post title</strong> or <strong>on featured image hover</strong>.</p>					</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/08/Untitled-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/08/Untitled-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2024/08/Untitled-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/5-strategies-to-reduce-bounce-rates-on-your-wordpress-site/\"\n							>\n				5 Strategies to Reduce Bounce Rates on Your WordPress Site			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-08-14T14:33:01+00:00\"\n				aria-label=\"Published on:\"\n			>\n			August 14, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-08-14T20:32:39+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				August 14, 2024			</time>\n		</span>\n		<p class=\"sow-recent-posts-excerpt\">Bounce rate is the percentage of visitors who leave your site after viewing only one page. A high bounce rate can negatively impact your site\'s success. To help reduce bounce rates and keep your visitors engaged, consider these five effective strategies.</p>					</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-256x256.png 256w, https://siteorigin.com/wp-content/uploads/2024/07/related-posts-addon-375x375.png 375w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/introducing-the-siteorigin-premium-related-posts-addon/\"\n							>\n				Introducing the SiteOrigin Premium Related Posts Addon			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-07-28T19:17:50+00:00\"\n				aria-label=\"Published on:\"\n			>\n			July 28, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-07-31T09:32:16+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				July 31, 2024			</time>\n		</span>\n		<p class=\"sow-recent-posts-excerpt\">Boost user engagement and keep visitors on your site longer with the new Related Posts Addon for SiteOrigin Premium! This powerful feature automatically displays relevant content at the end of your posts, encouraging readers to explore more of what your site has to offer.</p>					</div>\n									</div>\n			</li>\n						<li class=\"sow-recent-posts-item\">\n				<div class=\"sow-recent-posts-item-inner\">\n												<a\n			class=\"sow-recent-posts-thumbnail\"\n			href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\"\n					>\n			<img loading=\"lazy\" decoding=\"async\" width=\"216\" height=\"216\" src=\"https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-216x216.png\" class=\"attachment-sow-recent-post size-sow-recent-post wp-post-image\" alt=\"\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-216x216.png 216w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-150x150.png 150w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-128x128.png 128w, https://siteorigin.com/wp-content/uploads/2024/06/embed-blocker-addon-gdpr-256x256.png 256w\" sizes=\"auto, (max-width: 216px) 100vw, 216px\" />		</a>\n		\n					<div class=\"sow-recent-posts-item-hgroup\">\n								<h3 class=\"sow-recent-posts-title\">\n			<a\n				href=\"https://siteorigin.com/3-fast-privacy-compliance-fixes/\"\n							>\n				3 Fast Privacy Compliance Fixes			</a>\n		</h3>\n				<span class=\"sow-recent-posts-date\">\n			<time\n				class=\"published\"\n				datetime=\"2024-06-27T17:04:44+00:00\"\n				aria-label=\"Published on:\"\n			>\n			June 27, 2024		</time>\n\n		<time\n				class=\"updated\"\n				datetime=\"2024-07-16T17:52:33+00:00\"\n				aria-label=\"Last updated on:\"\n			>\n				July 16, 2024			</time>\n		</span>\n		<p class=\"sow-recent-posts-excerpt\">Staying compliant with privacy regulations like GDPR and DSGVO doesn\'t have to be complicated. In this post we\'ll cover three quick changes you can implement to enhance your website\'s privacy compliance. Embed Blocker, Google Maps Consent Prompt, and Cloudflare Turnstile. By implementing these three quick changes, you can significantly improve your website\'s privacy compliance.</p>					</div>\n									</div>\n			</li>\n				</ul>\n	</div></div></div></div><div id=\"pg-440338-2\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-440338-2-0\"  class=\"panel-grid-cell\" ><div id=\"panel-440338-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h3>Flexible Customization for Any Use Case</h3>\n<p>Whether you want to highlight your most recent blog posts, news articles, case studies, or any other content, the Recent Posts Widget offers the flexibility to adapt to your unique needs:</p>\n<ul>\n<li>Display recent posts in any area on your site. Ready to be used.</li>\n<li>Use the SiteOrigin Post Selector to choose posts based on categories, tags, post types, and more.</li>\n<li>Responsive layout options to optimize for different screen sizes.</li>\n<li>Complete control over display settings, from thumbnail size and placement to typography and colors.</li>\n</ul>\n<p>Tailor every aspect of your recent posts display to engage your target audience and drive them to your most important content.</p>\n<h3>Get Started in Minutes</h3>\n<p>Adding the Recent Posts Widget to your site is fast and simple:</p>\n<ol>\n<li>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">Plugins</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">SiteOrigin Widgets</span></span> and activate the Recent Posts Widget.</li>\n<li>Add the Recent Posts Widget to any of the following areas:\n<ul>\n<li><strong>Page Builder:</strong> Insert widgets in <a href=\"https://wordpress.org/plugins/siteorigin-panels\" rel=\"noopener\" target=\"_blank\">Page Builder by SiteOrigin</a> in either the Classic Editor or Page Builder Layout Block in the Block Editor.</li>\n<li><strong>Block Editor:</strong> 100% Block Editor compatible. Insert widgets using the SiteOrigin Widgets Block featuring a live widget search form.</li>\n<li><strong>Theme and Plugin Widget Areas:</strong> Insert widgets into any theme or plugin widget area.</li>\n</ul>\n</li>\n<li>Select your desired settings and customize the appearance.</li>\n<li>Save and view your engaging recent posts display!</li>\n</ol>\n<h3>Elevate Your Recent Posts Today</h3>\n<p>Ready to captivate visitors with a professional, conversion-optimized recent posts section? Start using the Recent Posts Widget today and guide more traffic to your best content.</p>\n<p>The Recent Posts Widget is included with the <a href=\"https://wordpress.org/plugins/so-widgets-bundle/\" rel=\"noopener\" target=\"_blank\">SiteOrigin Widgets Bundle</a>, an essential part of over 600,000+ WordPress sites. For a full list of the available settings, check out the <a href=\"https://siteorigin.com/thread/recent-posts-widget/\" rel=\"noopener\">documentation</a>.</p>\n<p>Showcase your latest posts with style using the SiteOrigin Recent Posts Widget!</p>\n</div>\n</div></div></div></div></div><p>The post <a href=\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/\">Introducing the Recent Posts Widget: Showcase Your Latest Content with Style</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://siteorigin.com/introducing-the-recent-posts-widget-showcase-your-latest-content-with-style/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:76:\"\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:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Boost Credibility and Engagement with the Author Box Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\";s: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:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/#comments\";s: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, 18 Apr 2024 10:48:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:13:\"Announcements\";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:7:\"Plugins\";s:7:\"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://siteorigin.com/?p=438165\";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:515:\"<p>Building trust with your audience is crucial for the success of your website. That\'s why we\'re excited to introduce the Author Box Widget, a powerful new addition to the SiteOrigin Widgets Bundle that makes it easy to showcase your authors and establish credibility.</p>\n<p>The post <a href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">Boost Credibility and Engagement with the Author Box Widget</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SiteOrigin\";s: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:7687:\"<p>Building trust with your audience is crucial for the success of your website. That&#8217;s why we&#8217;re excited to introduce the Author Box Widget, a powerful new addition to the <a href=\"https://wordpress.org/plugins/so-widgets-bundle/\" rel=\"noopener\" target=\"_blank\">SiteOrigin Widgets Bundle</a> that makes it easy to showcase your authors and establish credibility.</p>\n<h3>Build Trust and Connection with Author Profiles</h3>\n<div id=\"attachment_438325\" style=\"width: 1618px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-438325\" src=\"https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo.png\" alt=\"\" width=\"1608\" height=\"500\" class=\"size-full wp-image-438325\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo.png 1608w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-300x93.png 300w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-699x217.png 699w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-768x239.png 768w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-1536x478.png 1536w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-1050x326.png 1050w, https://siteorigin.com/wp-content/uploads/2024/04/author-bio-demo-313x97.png 313w\" sizes=\"auto, (max-width: 1608px) 100vw, 1608px\" /><p id=\"caption-attachment-438325\" class=\"wp-caption-text\">Put a face and personality to your content with the Author Box Widget.</p></div>\n<p>The Author Box Widget allows you to create rich, engaging author profiles that help your audience connect with the people behind your content. Key features include:</p>\n<ul>\n<li>Author avatar display (pulled from Gravatar.com or locally using a plugin like <a href=\"https://wordpress.org/plugins/avatar-manager/\">Avatar Manager</a>).</li>\n<li>Author name with optional link to author archive.</li>\n<li>Biographical info to share relevant expertise and background.</li>\n<li>&#8220;View posts by [Author Name]&#8221; link to encourage further engagement.</li>\n</ul>\n<p>By putting a face and personality to your content, the Author Box Widget helps you build trust, establish authority, and foster deeper connections with your readers.</p>\n<h3>Customize to Match Your Brand</h3>\n<p>The Author Box Widget is fully customizable, so you can fine-tune every aspect to align with your site&#8217;s unique brand and style. Personalize colors, fonts, spacing, and more to create author boxes that blend seamlessly with your design.</p>\n<p>Plus, the widget is compatible with the WordPress Block Editor, <a href=\"https://wordpress.org/plugins/siteorigin-panels/\" rel=\"noopener\" target=\"_blank\">SiteOrigin Page Builder</a>, and any theme or plugin widget area, giving you the flexibility to showcase authors across your site.</p>\n<h3>Enhance and Extend with the Author Box Addon</h3>\n<p>Want to take your author boxes to the next level? The Author Box Addon, part of SiteOrigin Premium, offers even more powerful features:</p>\n<ul>\n<li>Automatically append author boxes to your choice of post types.</li>\n<li>Add social media buttons to author boxes with the SiteOrigin Social Media Buttons Widget.</li>\n<li>Manage settings globally or on a per-widget basis.</li>\n<li>And much more&#8230;</li>\n</ul>\n<h3>Get Started in Minutes</h3>\n<p>Adding the Author Box Widget to your site is quick and easy. Just follow these simple steps:</p>\n<ol>\n<li>Go to <span class=\"adminized-section\"><span class=\"adminized-part\">Plugins</span><span class=\"adminized-arrow icon-arrow-right\"></span><span class=\"adminized-part\">SiteOrigin Widgets</span></span> and activate the SiteOrigin Author Box Widget.</li>\n<li>Add the Author Box Widget using Page Builder by SiteOrigin, the SiteOrigin Widgets Block in the Block Editor, or any theme or plugin widget area.</li>\n<li>Customize the widget settings to match your site&#8217;s style and brand.</li>\n</ol>\n<h2>Centralize Management with the Author Box Addon</h2>\n<div id=\"attachment_438335\" style=\"width: 2740px\" class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" aria-describedby=\"caption-attachment-438335\" src=\"https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global.png\" alt=\"\" width=\"2730\" height=\"1464\" class=\"size-full wp-image-438335\" srcset=\"https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global.png 2730w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-300x161.png 300w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-699x375.png 699w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-768x412.png 768w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-1536x824.png 1536w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-2048x1098.png 2048w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-1050x563.png 1050w, https://siteorigin.com/wp-content/uploads/2024/04/author-box-addon-settings-global-313x168.png 313w\" sizes=\"auto, (max-width: 2730px) 100vw, 2730px\" /><p id=\"caption-attachment-438335\" class=\"wp-caption-text\">Manage settings like automatic insertion, social media button styling, and more from a centralized interface, ensuring a consistent experience across your site.</p></div>\n<p>Want to manage all your author boxes from a single, convenient location? The Author Box Addon, part of <a href=\"https://siteorigin.com/downloads/premium/?featured_addon=plugin/author-box\">SiteOrigin Premium</a>, makes it easy to control and customize your author profiles across your entire site:</p>\n<ul>\n<li><strong>Global Configuration</strong>: Manage settings like automatic insertion, social media button styling, and more from a centralized interface, ensuring a consistent experience across your site.</li>\n<li><strong>Automatic Insertion</strong>: Append author boxes to your chosen post types automatically, saving you the effort of manual placement.</li>\n<li><strong>Page-Level Overrides</strong>: Customize author box visibility on individual pages and posts, overriding global post type settings to suit your specific needs.</li>\n<li><strong>Social Media Integration</strong>: Add social media buttons to your author boxes with the SiteOrigin Social Media Buttons Widget, making it easy for readers to connect with your authors on their preferred platforms.</li>\n</ul>\n<p>With the Author Box Addon, you can streamline your workflow, maintain a consistent brand experience, and create engaging author profiles that drive connection and trust with your audience.</p>\n<h3>Elevate Your Author Profiles Today</h3>\n<p>Ready to boost credibility, engagement, and trust with your audience? Start using the Author Box Widget today and see the difference for yourself.</p>\n<p>The Author Box Widget is included with the free SiteOrigin Widgets Bundle, with additional functionality available through the Author Box Addon in SiteOrigin Premium. For more information, check out the <a href=\"https://siteorigin.com/widgets-bundle/author-box/\">Author Box Widget documentation</a> and the <a href=\"https://siteorigin.com/premium-documentation/plugin-addons/author-box/\">Author Box Addon documentation</a>.</p>\n<p>Showcase your biggest asset – the people behind your content – with the Author Box Widget by SiteOrigin.</p>\n<p>The post <a href=\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/\">Boost Credibility and Engagement with the Author Box Widget</a> appeared first on <a href=\"https://siteorigin.com\">SiteOrigin</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://siteorigin.com/boost-credibility-and-engagement-with-the-author-box-widget/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"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: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:28:\"https://siteorigin.com/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:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:19:{s:4:\"date\";s:29:\"Fri, 02 May 2025 10:07:35 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 29 Apr 2025 13:52:02 GMT\";s:4:\"etag\";s:36:\"W/\"cc3ba7505c486801d70dd99ee6706985\"\";s:13:\"cache-control\";s:14:\"max-age=432000\";s:7:\"expires\";s:10:\"1746160091\";s:4:\"link\";s:103:\"<https://siteorigin.com/wp-json/>; rel=\"https://api.w.org/\", <https://siteorigin.com/>; rel=\"canonical\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:15:\"cf-cache-status\";s:3:\"HIT\";s:3:\"age\";s:5:\"12655\";s:9:\"report-to\";s:237:\"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v4?s=BFHEey%2FGsoThznvobfLnLpzEj%2BvlLVzCQU7FOSnm7QiLOEpzHOWpRGDXwfOfZZMJY78o11487nIIe0F9oP80pvNuachiZyVhkrLhodM20cPnS6YYJxS9k3exMHS5SGQq\"}],\"group\":\"cf-nel\",\"max_age\":604800}\";s:3:\"nel\";s:60:\"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}\";s:6:\"server\";s:10:\"cloudflare\";s:6:\"cf-ray\";s:20:\"9396b66619bd09ff-LAS\";s:16:\"content-encoding\";s:4:\"gzip\";s:13:\"server-timing\";s:197:\"cfL4;desc=\"?proto=TCP&rtt=35979&min_rtt=35000&rtt_var=10493&sent=7&recv=7&lost=0&retrans=2&sent_bytes=2921&recv_bytes=959&delivery_rate=2724&cwnd=252&unsent_bytes=0&cid=585a819230b1269a&ts=576&x=0\"\";}}s:5:\"build\";i:1731524706;s:21:\"cache_expiration_time\";i:1746223655;s:23:\"__cache_expiration_time\";i:1746244691;}','off'),(43210,'_site_transient_timeout_community-events-6c4455463a2bc35631993da513b1b91f','1746235658','off'),(43211,'_site_transient_community-events-6c4455463a2bc35631993da513b1b91f','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"129.222.206.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2025/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2025-06-05 00:00:00\";s:8:\"end_date\";s:19:\"2025-06-07 00:00:00\";s:20:\"start_unix_timestamp\";i:1749074400;s:18:\"end_unix_timestamp\";i:1749247200;s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Basel\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:47.5627438;s:9:\"longitude\";d:7.5993872;}}}}','off'),(43236,'_transient_timeout_wpjmcom_08b600f8044a009d9109ff9dabd344ca','1746287891','off'),(43237,'_transient_wpjmcom_08b600f8044a009d9109ff9dabd344ca','a:2:{s:8:\"_fetched\";i:1746201491;s:12:\"_remote_data\";a:1:{s:7:\"notices\";a:1:{s:18:\"core-bundle-addons\";a:8:{s:4:\"type\";s:9:\"site-wide\";s:5:\"level\";s:4:\"info\";s:4:\"icon\";N;s:7:\"heading\";s:37:\"Do you need multiple core extensions?\";s:7:\"message\";s:81:\"Get all of the core extensions together for one low price — from $159 per year.\";s:7:\"actions\";a:1:{i:0;a:4:{s:5:\"label\";s:10:\"Learn more\";s:3:\"url\";s:107:\"https://wpjobmanager.com/add-ons/bundle/?utm_source=plugin_wpjm&utm_medium=add-ons&utm_campaign=core-bundle\";s:7:\"primary\";b:1;s:6:\"target\";s:6:\"_blank\";}}s:10:\"conditions\";a:1:{i:0;a:2:{s:4:\"type\";s:7:\"screens\";s:7:\"screens\";a:2:{i:0;s:35:\"job_listing_page_job-manager-addons\";i:1;s:40:\"job_listing_page_job-manager-marketplace\";}}}s:11:\"dismissible\";b:0;}}}}','off'),(43238,'_site_transient_timeout_community-events-2b2e7763cd74c6c5285dd3ce43af5ae1','1746244697','off'),(43239,'_site_transient_community-events-2b2e7763cd74c6c5285dd3ce43af5ae1','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"102.89.85.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Europe\";s:3:\"url\";s:33:\"https://europe.wordcamp.org/2025/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2025-06-05 00:00:00\";s:8:\"end_date\";s:19:\"2025-06-07 00:00:00\";s:20:\"start_unix_timestamp\";i:1749074400;s:18:\"end_unix_timestamp\";i:1749247200;s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Basel\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:47.5627438;s:9:\"longitude\";d:7.5993872;}}}}','off'),(43246,'_transient_timeout_siteorigin_panels_widget_dialog_tabs','1746289183','off'),(43247,'_transient_siteorigin_panels_widget_dialog_tabs','a:4:{i:0;a:3:{s:5:\"title\";s:11:\"All Widgets\";s:6:\"filter\";a:2:{s:9:\"installed\";b:1;s:6:\"groups\";s:0:\"\";}s:7:\"message\";s:129:\"Enable more widgets in the <a href=\"https://litcaf.com/wp-admin/plugins.php?page=so-widgets-plugins\">Widgets Bundle settings</a>.\";}i:1;a:3:{s:5:\"title\";s:25:\"SiteOrigin Widgets Bundle\";s:6:\"filter\";a:1:{s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}}s:7:\"message\";s:129:\"Enable more widgets in the <a href=\"https://litcaf.com/wp-admin/plugins.php?page=so-widgets-plugins\">Widgets Bundle settings</a>.\";}i:2;a:3:{s:5:\"title\";s:20:\"Page Builder Widgets\";s:7:\"message\";s:153:\"You can enable the legacy (PB) widgets in the <a href=\"https://litcaf.com/wp-admin/options-general.php?page=siteorigin_panels\">Page Builder settings</a>.\";s:6:\"filter\";a:1:{s:6:\"groups\";a:1:{i:0;s:6:\"panels\";}}}i:3;a:2:{s:5:\"title\";s:17:\"WordPress Widgets\";s:6:\"filter\";a:1:{s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}}}}','off'),(43374,'_site_transient_timeout_theme_roots','1746243208','off'),(43375,'_site_transient_theme_roots','a:6:{s:17:\"Restored/notio-wp\";s:7:\"/themes\";s:8:\"__MACOSX\";s:7:\"/themes\";s:25:\"bootstrap-social-gh-pages\";s:7:\"/themes\";s:14:\"notio-wp-child\";s:7:\"/themes\";s:8:\"notio-wp\";s:7:\"/themes\";s:5:\"notio\";s:7:\"/themes\";}','off'),(43401,'_site_transient_timeout_ewt_readme','1746258891','off'),(43402,'_site_transient_ewt_readme','== Deprecation ==\n\nThis plugin is deprecated in favour of a newer version. Please update to using\nhttps://github.com/envato/wp-envato-market as there will no longer be any\nbugfixes or support for this version.\n\n=== Envato WordPress Toolkit ===\nContributors: envato, valendesigns\nTags: install, update, api, envato, theme, upgrade\nRequires at least: 3.7\nTested up to: 4.9.5\nStable tag: 1.8.0\n\nWordPress toolkit for Envato Marketplace hosted items. Currently supports the following theme functionality: install, upgrade, & backups during upgrade.\n\n== Description ==\n\nThis toolkit plugin establishes an Envato Marketplace API connection to take advantage of the new `wp-list-themes` & `wp-download` methods created specifically for this plugin. These API methods grants access to information about your purchased themes and create temporary download URL\'s for installing and upgrading those themes. Basically, users that have purchased themes from ThemeForest.net can now install and upgrade any theme that takes advantage of these new methods.\n\nFor end users, all that\'s required to get started is an Envato Marketplace username & API key, and to have purchased one of the many WordPress themes found on ThemeForest.net.\n\nFor theme authors, navigate to your theme\'s admin page on ThemeForest.net and click edit; you\'ll need to upload the `Optional WordPress Theme` ZIP which contains your installable WordPress Theme. Once you\'ve got an installable ZIP uploaded and approved, users can install & update directly from within WordPress. Also, to take advantage of the update functionality you\'ll need to increment your themes version in the style.css every time a new version is available for download and repeat the process above of uploading an installable ZIP.\n\nBelow is a description of the new api-key protected Envato Marketplace API methods or sets. For full documentation on how to use the API go to http://marketplace.envato.com/api/documentation and have a look at the examples.\n\n`wp-list-themes`\n* Details of all WordPress themes you have purchased. Contains the item ID, item name, theme name, author name & version.\n\n`wp-download`\n* Temporary download URL to a WordPress item you have purchased. Requires the item ID, e.g. wp-download:1234.\n\n== Installation ==\n\n1. Upload the `envato-wordpress-toolkit` folder to the `/wp-content/plugins/` directory.\n2. Activate the plugin through the `Plugins` menu in WordPress.\n3. To establish an Envato Marketplace API connection navigate to the `Envato Toolkit` page and insert your Marketplace username and secret API key in the designated input fields. To obtain your API Key, visit your \"My Settings\" page on any of the Envato Marketplaces.\n4. Once the API connection has been established you will see a list of themes that can be auto installed. If you don\'t see any themes and are certain you\'ve done everything correct, there is a good chance the theme author has not updated their theme to be available for auto install and update. If that\'s the case, please contact the theme author and ask them to update their theme\'s information.\n\n== Changelog ==\n\n= 1.8.0 =\n* Added deprecation notice as this plugin will soon stop working.\n\n= 1.7.3 =\n* Added a custom user agent to all API requests so a connection is once again possible.\n* Added the option to turn sslverify on and off.\n* Envato API requests are now using HTTPS endpoints.\n* Replace `wp_remote_request` with `wp_safe_remote_request`, which will validated the API url.\n* Lowered the API request timeout to something more reasonable.\n\n= 1.7.2 =\n* Added checks to stop PHP from throwing redeclare class errors.\n* Fix an issue where the `ZipArchive` class was called before the `class_exists` check.\n* Fixed the Github Updater class so it now shows updates on `update-core.php`.\n* Changed the Github Updater class to pull in the contents of `readme.txt` to build the config array.\n* Changed the `raw_url` in `_admin_update_check` to use `raw.githubusercontent`, because `raw.github` causes a second `http` request.\n\n= 1.7.1 =\n* Fixed: Stop Mojo Marketplace from tracking your movements and causing long or hanging page loads.\n* Fixed: Fix an issue that caused the timeout to be set high globally.\n* Added: Ability to deactivate the Github Updater.\n* Fixed: Stopped `wp_list_themes` from making an API request before credentials have been entered into WordPress.\n* Fixed: Changed the menu position and load priority to stop Mojo Marketplace from hiding the Envato Toolkit menu item.\n* Fixed: Switched from `.png` to a font icon, which makes it Admin Color Scheme compatible.\n* Added: New i18n file and changed the domain from `envato` to `envato-wordpress-toolkit` to avoid potential conflicts.\n* Fixed: Changed the UI so it now has tabs for better content separation.\n* Fixed: Now uses the Customizer to preview installed themes.\n\n= 1.7.0 =\n* Fixed: Converted transient names into hashes to comply with character limits.\n* Fixed: Invalid argument supplied foreach warning.\n* Fixed: Call to undefined function wp_create_nonce.\n* Fixed: Changed the WP_GitHub_Updater class so it will properly name the directory.\n* Fixed: Decompression error caused by gzinflate().\n\n= 1.6.3 =\n* Fixed: Conflict with the WP-Compatibility Installer plugin.\n\n= 1.6.2 =\n* Fixed: Conflict with other plugins using the GitHub updater.\n\n= 1.6.1 =\n* set_time_limit errors are now hidden in favor of a more user-friendly message.\n* Make error notices dismissible.\n\n= 1.6 =\n* Fixed: Bug that prevented updating if backups were enabled.\n* Added auto-updating.\n* Various bug fixes.\n\n= 1.5 =\n* Changed use of cURL to the WordPress HTTP API\n* Removed ini_set usage\n\n= 1.4 =\n* Added support for theme backups during upgrade.\n* Allow backups to be turned off from within the UI.\n\n= 1.3 =\n* Added caching to the Envato Marketplace API requests.\n* Added support for Multisite.\n\n= 1.2 =\n* Updated register_setting group ID bug.\n\n= 1.1 =\n* Gutted the unnecessary files and classes.\n* Renamed the plugin and moved functions into a single class.\n* Updated strings for future Internationalization.\n\n= 1.0 =\n* Initial release with auto theme install and update.\n* Force an increase on \'max_execution_time\' to ensure large themes finish downloading.\n','off'),(43403,'_site_transient_timeout_ewt_github_data','1746258892','off'),(43404,'_site_transient_ewt_github_data','O:8:\"stdClass\":84:{s:2:\"id\";i:2558893;s:7:\"node_id\";s:28:\"MDEwOlJlcG9zaXRvcnkyNTU4ODkz\";s:4:\"name\";s:24:\"envato-wordpress-toolkit\";s:9:\"full_name\";s:39:\"envato-archive/envato-wordpress-toolkit\";s:7:\"private\";b:0;s:5:\"owner\";O:8:\"stdClass\":19:{s:5:\"login\";s:14:\"envato-archive\";s:2:\"id\";i:118225187;s:7:\"node_id\";s:12:\"O_kgDOBwv5Iw\";s:10:\"avatar_url\";s:53:\"https://avatars.githubusercontent.com/u/118225187?v=4\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:43:\"https://api.github.com/users/envato-archive\";s:8:\"html_url\";s:33:\"https://github.com/envato-archive\";s:13:\"followers_url\";s:53:\"https://api.github.com/users/envato-archive/followers\";s:13:\"following_url\";s:66:\"https://api.github.com/users/envato-archive/following{/other_user}\";s:9:\"gists_url\";s:59:\"https://api.github.com/users/envato-archive/gists{/gist_id}\";s:11:\"starred_url\";s:66:\"https://api.github.com/users/envato-archive/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:57:\"https://api.github.com/users/envato-archive/subscriptions\";s:17:\"organizations_url\";s:48:\"https://api.github.com/users/envato-archive/orgs\";s:9:\"repos_url\";s:49:\"https://api.github.com/users/envato-archive/repos\";s:10:\"events_url\";s:60:\"https://api.github.com/users/envato-archive/events{/privacy}\";s:19:\"received_events_url\";s:59:\"https://api.github.com/users/envato-archive/received_events\";s:4:\"type\";s:12:\"Organization\";s:14:\"user_view_type\";s:6:\"public\";s:10:\"site_admin\";b:0;}s:8:\"html_url\";s:58:\"https://github.com/envato-archive/envato-wordpress-toolkit\";s:11:\"description\";s:78:\"Wordpress toolkit for authors of items available from the Envato Market sites.\";s:4:\"fork\";b:0;s:3:\"url\";s:68:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit\";s:9:\"forks_url\";s:74:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/forks\";s:8:\"keys_url\";s:82:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/keys{/key_id}\";s:17:\"collaborators_url\";s:97:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/collaborators{/collaborator}\";s:9:\"teams_url\";s:74:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/teams\";s:9:\"hooks_url\";s:74:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/hooks\";s:16:\"issue_events_url\";s:91:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/issues/events{/number}\";s:10:\"events_url\";s:75:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/events\";s:13:\"assignees_url\";s:85:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/assignees{/user}\";s:12:\"branches_url\";s:86:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/branches{/branch}\";s:8:\"tags_url\";s:73:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/tags\";s:9:\"blobs_url\";s:84:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/git/blobs{/sha}\";s:12:\"git_tags_url\";s:83:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/git/tags{/sha}\";s:12:\"git_refs_url\";s:83:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/git/refs{/sha}\";s:9:\"trees_url\";s:84:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/git/trees{/sha}\";s:12:\"statuses_url\";s:83:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/statuses/{sha}\";s:13:\"languages_url\";s:78:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/languages\";s:14:\"stargazers_url\";s:79:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/stargazers\";s:16:\"contributors_url\";s:81:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/contributors\";s:15:\"subscribers_url\";s:80:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/subscribers\";s:16:\"subscription_url\";s:81:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/subscription\";s:11:\"commits_url\";s:82:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/commits{/sha}\";s:15:\"git_commits_url\";s:86:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/git/commits{/sha}\";s:12:\"comments_url\";s:86:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/comments{/number}\";s:17:\"issue_comment_url\";s:93:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/issues/comments{/number}\";s:12:\"contents_url\";s:85:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/contents/{+path}\";s:11:\"compare_url\";s:92:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/compare/{base}...{head}\";s:10:\"merges_url\";s:75:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/merges\";s:11:\"archive_url\";s:91:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/{archive_format}{/ref}\";s:13:\"downloads_url\";s:78:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/downloads\";s:10:\"issues_url\";s:84:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/issues{/number}\";s:9:\"pulls_url\";s:83:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/pulls{/number}\";s:14:\"milestones_url\";s:88:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/milestones{/number}\";s:17:\"notifications_url\";s:108:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/notifications{?since,all,participating}\";s:10:\"labels_url\";s:82:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/labels{/name}\";s:12:\"releases_url\";s:82:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/releases{/id}\";s:15:\"deployments_url\";s:80:\"https://api.github.com/repos/envato-archive/envato-wordpress-toolkit/deployments\";s:10:\"created_at\";s:20:\"2011-10-11T22:58:26Z\";s:10:\"updated_at\";s:20:\"2025-04-29T20:08:08Z\";s:9:\"pushed_at\";s:20:\"2022-05-17T07:32:07Z\";s:7:\"git_url\";s:60:\"git://github.com/envato-archive/envato-wordpress-toolkit.git\";s:7:\"ssh_url\";s:58:\"git@github.com:envato-archive/envato-wordpress-toolkit.git\";s:9:\"clone_url\";s:62:\"https://github.com/envato-archive/envato-wordpress-toolkit.git\";s:7:\"svn_url\";s:58:\"https://github.com/envato-archive/envato-wordpress-toolkit\";s:8:\"homepage\";s:0:\"\";s:4:\"size\";i:178;s:16:\"stargazers_count\";i:372;s:14:\"watchers_count\";i:372;s:8:\"language\";s:3:\"PHP\";s:10:\"has_issues\";b:1;s:12:\"has_projects\";b:1;s:13:\"has_downloads\";b:1;s:8:\"has_wiki\";b:1;s:9:\"has_pages\";b:0;s:15:\"has_discussions\";b:0;s:11:\"forks_count\";i:159;s:10:\"mirror_url\";N;s:8:\"archived\";b:1;s:8:\"disabled\";b:0;s:17:\"open_issues_count\";i:96;s:7:\"license\";N;s:13:\"allow_forking\";b:1;s:11:\"is_template\";b:0;s:27:\"web_commit_signoff_required\";b:0;s:6:\"topics\";a:0:{}s:10:\"visibility\";s:6:\"public\";s:5:\"forks\";i:159;s:11:\"open_issues\";i:96;s:8:\"watchers\";i:372;s:14:\"default_branch\";s:6:\"master\";s:16:\"temp_clone_token\";N;s:17:\"custom_properties\";O:8:\"stdClass\":0:{}s:12:\"organization\";O:8:\"stdClass\":19:{s:5:\"login\";s:14:\"envato-archive\";s:2:\"id\";i:118225187;s:7:\"node_id\";s:12:\"O_kgDOBwv5Iw\";s:10:\"avatar_url\";s:53:\"https://avatars.githubusercontent.com/u/118225187?v=4\";s:11:\"gravatar_id\";s:0:\"\";s:3:\"url\";s:43:\"https://api.github.com/users/envato-archive\";s:8:\"html_url\";s:33:\"https://github.com/envato-archive\";s:13:\"followers_url\";s:53:\"https://api.github.com/users/envato-archive/followers\";s:13:\"following_url\";s:66:\"https://api.github.com/users/envato-archive/following{/other_user}\";s:9:\"gists_url\";s:59:\"https://api.github.com/users/envato-archive/gists{/gist_id}\";s:11:\"starred_url\";s:66:\"https://api.github.com/users/envato-archive/starred{/owner}{/repo}\";s:17:\"subscriptions_url\";s:57:\"https://api.github.com/users/envato-archive/subscriptions\";s:17:\"organizations_url\";s:48:\"https://api.github.com/users/envato-archive/orgs\";s:9:\"repos_url\";s:49:\"https://api.github.com/users/envato-archive/repos\";s:10:\"events_url\";s:60:\"https://api.github.com/users/envato-archive/events{/privacy}\";s:19:\"received_events_url\";s:59:\"https://api.github.com/users/envato-archive/received_events\";s:4:\"type\";s:12:\"Organization\";s:14:\"user_view_type\";s:6:\"public\";s:10:\"site_admin\";b:0;}s:13:\"network_count\";i:159;s:17:\"subscribers_count\";i:116;}','off'),(43406,'_site_transient_timeout_wp_theme_files_patterns-a8245a1e2a7308a0d0550c92073f0389','1746257586','off'),(43407,'_site_transient_wp_theme_files_patterns-a8245a1e2a7308a0d0550c92073f0389','a:2:{s:7:\"version\";s:5:\"2.0.2\";s:8:\"patterns\";a:0:{}}','off'),(43409,'_transient_timeout_pp_license_check','1746343031','off'),(43410,'_transient_pp_license_check','active','off'),(43411,'_transient_timeout_siteorigin_panels_widgets','1746257231','off'),(43412,'_transient_siteorigin_panels_widgets','a:49:{s:14:\"Akismet_Widget\";a:5:{s:5:\"class\";s:14:\"Akismet_Widget\";s:5:\"title\";s:14:\"Akismet Widget\";s:11:\"description\";s:54:\"Display the number of spam comments Akismet has caught\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:18:\"WP_Widget_Archives\";a:6:{s:5:\"class\";s:18:\"WP_Widget_Archives\";s:5:\"title\";s:8:\"Archives\";s:11:\"description\";s:45:\"A monthly archive of your site&#8217;s Posts.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:21:\"WP_Widget_Media_Audio\";a:5:{s:5:\"class\";s:21:\"WP_Widget_Media_Audio\";s:5:\"title\";s:5:\"Audio\";s:11:\"description\";s:25:\"Displays an audio player.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:15:\"WP_Widget_Block\";a:5:{s:5:\"class\";s:15:\"WP_Widget_Block\";s:5:\"title\";s:5:\"Block\";s:11:\"description\";s:28:\"A widget containing a block.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:18:\"WP_Widget_Calendar\";a:6:{s:5:\"class\";s:18:\"WP_Widget_Calendar\";s:5:\"title\";s:8:\"Calendar\";s:11:\"description\";s:34:\"A calendar of your site’s posts.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:20:\"WP_Widget_Categories\";a:6:{s:5:\"class\";s:20:\"WP_Widget_Categories\";s:5:\"title\";s:10:\"Categories\";s:11:\"description\";s:33:\"A list or dropdown of categories.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:21:\"WP_Widget_Custom_HTML\";a:5:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:5:\"title\";s:11:\"Custom HTML\";s:11:\"description\";s:20:\"Arbitrary HTML code.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:35:\"WP_Job_Manager_Widget_Featured_Jobs\";a:5:{s:5:\"class\";s:35:\"WP_Job_Manager_Widget_Featured_Jobs\";s:5:\"title\";s:13:\"Featured Jobs\";s:11:\"description\";s:49:\"Display a list of featured listings on your site.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:18:\"widget_thbdribbble\";a:5:{s:5:\"class\";s:18:\"widget_thbdribbble\";s:5:\"title\";s:22:\"Fuel Themes - Dribbble\";s:11:\"description\";s:27:\"Display Your Dribbble Shots\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:16:\"widget_thbflickr\";a:5:{s:5:\"class\";s:16:\"widget_thbflickr\";s:5:\"title\";s:20:\"Fuel Themes - Flickr\";s:11:\"description\";s:26:\"Display Your Flickr Images\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:19:\"widget_latestimages\";a:5:{s:5:\"class\";s:19:\"widget_latestimages\";s:5:\"title\";s:38:\"Fuel Themes - Latest Posts with Images\";s:11:\"description\";s:32:\"Display latest posts with images\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:20:\"thb_subscribe_widget\";a:5:{s:5:\"class\";s:20:\"thb_subscribe_widget\";s:5:\"title\";s:30:\"Fuel Themes - Subscribe Widget\";s:11:\"description\";s:38:\"A widget that gathers email addresses.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:17:\"widget_thbtwitter\";a:5:{s:5:\"class\";s:17:\"widget_thbtwitter\";s:5:\"title\";s:28:\"Fuel Themes - Twitter Widget\";s:11:\"description\";s:19:\"Display your Tweets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:23:\"WP_Widget_Media_Gallery\";a:5:{s:5:\"class\";s:23:\"WP_Widget_Media_Gallery\";s:5:\"title\";s:7:\"Gallery\";s:11:\"description\";s:26:\"Displays an image gallery.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:21:\"WP_Widget_Media_Image\";a:5:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:5:\"title\";s:5:\"Image\";s:11:\"description\";s:18:\"Displays an image.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:32:\"SiteOrigin_Panels_Widgets_Layout\";a:7:{s:5:\"class\";s:32:\"SiteOrigin_Panels_Widgets_Layout\";s:5:\"title\";s:14:\"Layout Builder\";s:11:\"description\";s:54:\"A complete SiteOrigin Page Builder layout as a widget.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:6:\"panels\";}s:12:\"panels_title\";b:0;s:4:\"icon\";s:29:\"dashicons dashicons-analytics\";}s:14:\"WP_Widget_Meta\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Meta\";s:5:\"title\";s:4:\"Meta\";s:11:\"description\";s:38:\"Login, RSS, &amp; WordPress.org links.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:18:\"WP_Nav_Menu_Widget\";a:6:{s:5:\"class\";s:18:\"WP_Nav_Menu_Widget\";s:5:\"title\";s:15:\"Navigation Menu\";s:11:\"description\";s:38:\"Add a navigation menu to your sidebar.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:15:\"WP_Widget_Pages\";a:6:{s:5:\"class\";s:15:\"WP_Widget_Pages\";s:5:\"title\";s:5:\"Pages\";s:11:\"description\";s:34:\"A list of your site&#8217;s Pages.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:37:\"SiteOrigin_Panels_Widgets_PostContent\";a:5:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:5:\"title\";s:12:\"Post Content\";s:11:\"description\";s:39:\"Displays content from the current post.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:6:\"panels\";}}s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";a:5:{s:5:\"class\";s:34:\"SiteOrigin_Panels_Widgets_PostLoop\";s:5:\"title\";s:9:\"Post Loop\";s:11:\"description\";s:21:\"Displays a post loop.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:6:\"panels\";}}s:20:\"PP_User_Panel_Widget\";a:5:{s:5:\"class\";s:20:\"PP_User_Panel_Widget\";s:5:\"title\";s:25:\"ProfilePress - User Panel\";s:11:\"description\";s:82:\"Display currently logged in users avatar and links to logout and edit the profile.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:27:\"PP_Edit_Profile_Form_Widget\";a:5:{s:5:\"class\";s:27:\"PP_Edit_Profile_Form_Widget\";s:5:\"title\";s:32:\"ProfilePress Edit Profile Widget\";s:11:\"description\";s:52:\"ProfilePress edit-profile forms available as widgets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:20:\"PP_Login_Form_Widget\";a:5:{s:5:\"class\";s:20:\"PP_Login_Form_Widget\";s:5:\"title\";s:25:\"ProfilePress Login Widget\";s:11:\"description\";s:45:\"ProfilePress login forms available as widgets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:17:\"PP_Melange_Widget\";a:5:{s:5:\"class\";s:17:\"PP_Melange_Widget\";s:5:\"title\";s:27:\"ProfilePress Melange Widget\";s:11:\"description\";s:47:\"ProfilePress melange forms available as widgets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:29:\"PP_Password_Reset_Form_Widget\";a:5:{s:5:\"class\";s:29:\"PP_Password_Reset_Form_Widget\";s:5:\"title\";s:34:\"ProfilePress Password Reset Widget\";s:11:\"description\";s:54:\"ProfilePress password reset forms available as widgets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:27:\"PP_Registration_Form_Widget\";a:5:{s:5:\"class\";s:27:\"PP_Registration_Form_Widget\";s:5:\"title\";s:32:\"ProfilePress Registration Widget\";s:11:\"description\";s:52:\"ProfilePress registration forms available as widgets\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:24:\"Tabbed_login_reg_passkey\";a:5:{s:5:\"class\";s:24:\"Tabbed_login_reg_passkey\";s:5:\"title\";s:26:\"ProfilePress Tabbed Widget\";s:11:\"description\";s:49:\"A Tabbed Login, Register and Lost Password Widget\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:13:\"WP_Widget_RSS\";a:6:{s:5:\"class\";s:13:\"WP_Widget_RSS\";s:5:\"title\";s:3:\"RSS\";s:11:\"description\";s:34:\"Entries from any RSS or Atom feed.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:33:\"WP_Job_Manager_Widget_Recent_Jobs\";a:5:{s:5:\"class\";s:33:\"WP_Job_Manager_Widget_Recent_Jobs\";s:5:\"title\";s:11:\"Recent Jobs\";s:11:\"description\";s:91:\"Display a list of recent listings on your site, optionally matching a keyword and location.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:22:\"WP_Widget_Recent_Posts\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:5:\"title\";s:12:\"Recent Posts\";s:11:\"description\";s:36:\"Your site&#8217;s most recent Posts.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:16:\"WP_Widget_Search\";a:6:{s:5:\"class\";s:16:\"WP_Widget_Search\";s:5:\"title\";s:6:\"Search\";s:11:\"description\";s:28:\"A search form for your site.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:31:\"SiteOrigin_Widget_Button_Widget\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:5:\"title\";s:17:\"SiteOrigin Button\";s:11:\"description\";s:93:\"Create a custom button with flexible styling, icon support, and click tracking functionality.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:36:\"so-widget-icon so-widget-icon-button\";}s:31:\"SiteOrigin_Widget_Editor_Widget\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:5:\"title\";s:17:\"SiteOrigin Editor\";s:11:\"description\";s:91:\"Insert and customize content with a rich text editor offering extensive formatting options.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:36:\"so-widget-icon so-widget-icon-editor\";}s:33:\"SiteOrigin_Widget_Features_Widget\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:5:\"title\";s:19:\"SiteOrigin Features\";s:11:\"description\";s:84:\"Showcase features with icons, titles, text, and links in a customizable grid layout.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:12:\"panels_title\";b:0;s:4:\"icon\";s:38:\"so-widget-icon so-widget-icon-features\";}s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";a:6:{s:5:\"class\";s:34:\"SiteOrigin_Widget_GoogleMap_Widget\";s:5:\"title\";s:22:\"SiteOrigin Google Maps\";s:11:\"description\";s:100:\"Embed a customizable Google Map with markers, directions, styling options, and interactive elements.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:39:\"so-widget-icon so-widget-icon-googlemap\";}s:33:\"SiteOrigin_Widget_Headline_Widget\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:5:\"title\";s:19:\"SiteOrigin Headline\";s:11:\"description\";s:112:\"Engage visitors with a prominent, stylish headline and optional divider and sub-headline to convey key messages.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:38:\"so-widget-icon so-widget-icon-headline\";}s:29:\"SiteOrigin_Widget_Hero_Widget\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:5:\"title\";s:15:\"SiteOrigin Hero\";s:11:\"description\";s:104:\"Build an impressive hero image section with custom content, buttons, background image, color, and video.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:12:\"panels_title\";b:0;s:4:\"icon\";s:34:\"so-widget-icon so-widget-icon-hero\";}s:30:\"SiteOrigin_Widget_Image_Widget\";a:6:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:5:\"title\";s:16:\"SiteOrigin Image\";s:11:\"description\";s:95:\"Add a responsive image with custom dimensions, positioning, caption, link, and styling options.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:35:\"so-widget-icon so-widget-icon-image\";}s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Widget_PostCarousel_Widget\";s:5:\"title\";s:24:\"SiteOrigin Post Carousel\";s:11:\"description\";s:86:\"Display blog posts or custom post types in a responsive, customizable carousel layout.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:42:\"so-widget-icon so-widget-icon-postcarousel\";}s:31:\"SiteOrigin_Widget_Slider_Widget\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Slider_Widget\";s:5:\"title\";s:17:\"SiteOrigin Slider\";s:11:\"description\";s:105:\"Create a responsive slider with customizable image and video frames, navigation, and appearance settings.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:12:\"panels_title\";b:0;s:4:\"icon\";s:36:\"so-widget-icon so-widget-icon-slider\";}s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";a:6:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:5:\"title\";s:31:\"SiteOrigin Social Media Buttons\";s:11:\"description\";s:91:\"Add social media buttons to your site with personalized icons, colors, and design settings.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:17:\"so-widgets-bundle\";}s:4:\"icon\";s:48:\"so-widget-icon so-widget-icon-socialmediabuttons\";}s:19:\"WP_Widget_Tag_Cloud\";a:6:{s:5:\"class\";s:19:\"WP_Widget_Tag_Cloud\";s:5:\"title\";s:9:\"Tag Cloud\";s:11:\"description\";s:31:\"A cloud of your most used tags.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:14:\"WP_Widget_Text\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:5:\"title\";s:4:\"Text\";s:11:\"description\";s:15:\"Arbitrary text.\";s:9:\"installed\";b:1;s:6:\"groups\";a:1:{i:0;s:9:\"wordpress\";}s:4:\"icon\";s:29:\"dashicons dashicons-wordpress\";}s:21:\"WP_Widget_Media_Video\";a:5:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:5:\"title\";s:5:\"Video\";s:11:\"description\";s:84:\"Displays a video from the media library or from YouTube, Vimeo, or another provider.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:22:\"WPUM_Login_Form_Widget\";a:5:{s:5:\"class\";s:22:\"WPUM_Login_Form_Widget\";s:5:\"title\";s:17:\"[WPUM] Login Form\";s:11:\"description\";s:19:\"Display login form.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:22:\"WPUM_Password_Recovery\";a:5:{s:5:\"class\";s:22:\"WPUM_Password_Recovery\";s:5:\"title\";s:29:\"[WPUM] Password Recovery Form\";s:11:\"description\";s:51:\"Display a form for users to recover their password.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:30:\"WPUM_Recently_Registered_Users\";a:5:{s:5:\"class\";s:30:\"WPUM_Recently_Registered_Users\";s:5:\"title\";s:32:\"[WPUM] Recently Registered Users\";s:11:\"description\";s:44:\"Display a list of recently registered users.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}s:29:\"WPUM_Registration_Form_Widget\";a:5:{s:5:\"class\";s:29:\"WPUM_Registration_Form_Widget\";s:5:\"title\";s:24:\"[WPUM] Registration Form\";s:11:\"description\";s:30:\"Display the registration form.\";s:9:\"installed\";b:1;s:6:\"groups\";a:0:{}}}','off');
/*!40000 ALTER TABLE `wph0_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_postmeta`
--

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

--
-- Dumping data for table `wph0_postmeta`
--

LOCK TABLES `wph0_postmeta` WRITE;
/*!40000 ALTER TABLE `wph0_postmeta` DISABLE KEYS */;
INSERT INTO `wph0_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES (5,23,'_edit_last','1'),(6,23,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1599982532;s:7:\"payload\";a:0:{}}}'),(11,23,'header_override','off'),(12,23,'header_cart','on'),(13,23,'header_search','on'),(14,23,'_wp_page_template','default'),(16,23,'_su_keywords',''),(56,4702,'_edit_last','1'),(57,4702,'_wpas_done_all','1'),(58,4702,'slide_template',''),(59,4702,'_su_rich_snippet_type','none'),(60,4702,'eg_sources_html5_mp4',''),(61,4702,'eg_sources_html5_ogv',''),(62,4702,'eg_sources_html5_webm',''),(63,4702,'eg_sources_youtube',''),(64,4702,'eg_sources_vimeo',''),(65,4702,'eg_sources_wistia',''),(66,4702,'eg_sources_image',''),(67,4702,'eg_sources_iframe',''),(68,4702,'eg_sources_soundcloud',''),(69,4702,'eg_vimeo_ratio','0'),(70,4702,'eg_youtube_ratio','0'),(71,4702,'eg_wistia_ratio','0'),(72,4702,'eg_html5_ratio','0'),(73,4702,'eg_soundcloud_ratio','0'),(74,4702,'eg_settings_custom_meta_skin',''),(75,4702,'eg_settings_custom_meta_element',''),(76,4702,'eg_settings_custom_meta_setting',''),(77,4702,'eg_settings_custom_meta_style',''),(78,4702,'eg_sources_revslider',''),(79,4702,'header_override','on'),(80,4702,'header_cart','off'),(81,4702,'header_search','off'),(82,4702,'_panels_data_preview','a:3:{s:7:\"widgets\";a:10:{i:0;a:13:{s:5:\"image\";i:4848;s:14:\"image_fallback\";s:0:\"\";s:4:\"size\";s:4:\"full\";s:5:\"align\";s:6:\"center\";s:5:\"title\";s:0:\"\";s:14:\"title_position\";s:6:\"hidden\";s:3:\"alt\";s:0:\"\";s:3:\"url\";s:0:\"\";s:5:\"bound\";b:1;s:10:\"full_width\";b:1;s:12:\"_sow_form_id\";s:13:\"57f14bd33593d\";s:10:\"new_window\";b:0;s:11:\"panels_info\";a:7:{s:5:\"class\";s:30:\"SiteOrigin_Widget_Image_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"3b5bd36d-3a74-440c-aedf-78cc853fa0a4\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:481:\"<p style=\"color: #81cb17;\"><b>ABOUT COWORKING SPACE</b></p>\n<p style=\"color: #2d2e2e;\">LitCaf is a coworking space in Yaba, Lagos where in addition to a cozy workspace, excellent coffee and wifi is served. We are in the business of building a community of people who do things well. We provide an avenue for professionals and business people to network, and for our friends studying for professional exams to read. Contact us for subscription rates and start doing things well!</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"57f55f1c2ab58\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:2;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:483:\"<p style=\"color: #81cb17;\"><b>ABOUT LITCAF.COM</b></p>\n<p style=\"color: #2d2e2e;\">At litcaf.com, our official web portal of Nigeria\'s indigenized information, you can exchange complimentary cards with members of the community of Nigerian professionals, freelancers and business people who do things well. Start by inviting people you already know to join the platform so you can have their complimentary cards, neatly saved in your litcaf profile, and so they can have yours too.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"57f5619b5fb61\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:3;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:507:\"<p style=\"color: #81cb17;\"><b>BENEFITS SUBSCRIBING TO LITCAF?</b></p>\n<p style=\"color: #2d2e2e;\">Yes, there are benefits. First, you can work or study from our coworking space, 8:00am-9:00pm everyday except Sundays when we open by 1:00pm (closing also by 9:00pm). Your complimentary card is prioritized and so visible to all corporate and individual members of this online community in their pages while your subscription lasts. This means you should expect short time jobs or employment oppourtunities.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"57f561c47e9a7\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:2;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:4;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:414:\"<p style=\"color: #81cb17;\"><b>BENEFITS FOR NON-SUBSCRIBERS?</b></p>\n<p style=\"color: #2d2e2e;\">Yes, there are benefits. Your complimentary card is prioritized next to LitCaf subscribers based on your grade on the platform. Grades are measured by validated encyclopedia article posts to LitCaf. Non-subscriber top-graders can buy the LitCaf badge...a sign you belong to a community of people who do things well!</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"57f561e474bd7\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:3;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:5;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:164:\"<hr style=\"border-color:#81cb17;\">\n<div class=\"text-center\">\n<h1 style=\"color: #81cb17;margin-top: 20px;font-size: 32px;line-height: 36px;\">How it Works</h1>\n</div>\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"29fa91e7-9c66-48f4-91b4-1ad63ab5697e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}s:6:\"filter\";b:0;}i:6;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:399:\"<div class=\"text-center\"><img class=\"alignnone size-medium wp-image-5553\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Card-300x300.png\" alt=\"Card\" width=\"150\" height=\"150\" /></div>\n&nbsp;\n<p style=\"color: #2d2e2e; text-align: center;\">Make a card that you can share with great people. Store theirs too in wallet.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"589f6a315018e\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:7;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:397:\"<div class=\"text-center\"><img class=\"alignnone wp-image-5642 size-medium\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Rank-New-300x300.png\" width=\"150\" height=\"150\" /></div>\n&nbsp;\n<p style=\"color: #2d2e2e; text-align: center;\">Stand self out with encyclopedic knowledge and/or by contributing to encyclopedia.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"589f6a95f0ee0\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:432:\"<div class=\"text-center\"><img class=\"alignnone size-medium wp-image-5555\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Handshake-300x259.png\" alt=\"Handshake\" width=\"150\" height=\"129\" /></div>\n&nbsp;\n<p style=\"color: #2d2e2e; text-align: center;\">Get offers for full employment/ Jobs/ Contracts right in your personal email box or get phone calls.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"589f6bcda369a\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:2;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:6:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:377:\"<div class=\"text-center\"><img class=\"alignnone wp-image-5643 size-medium\" style=\"min-width: 65px; max-width: 65px; max-height: 65px: min-height:65px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Network-new-300x300.png\" width=\"150\" height=\"150\" /></div>\n&nbsp;\n<p style=\"color: #2d2e2e; text-align: center;\">Build and keep networks; your own circle of professionals.</p>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:13:\"589f6c1fb6148\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:3;s:4:\"cell\";i:3;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"a0a4a371-cb03-4609-bb13-6943747a469f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:4:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:2:{s:13:\"bottom_margin\";s:4:\"30px\";s:18:\"background_display\";s:4:\"tile\";}}i:1;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:7:\"row_css\";s:41:\"letter-spacing: 0.005em;font-size: 14px;\n\";s:13:\"bottom_margin\";s:4:\"30px\";s:7:\"padding\";s:17:\"0px 20px 0px 20px\";s:18:\"background_display\";s:4:\"tile\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}i:3;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:4:{s:7:\"row_css\";s:41:\"letter-spacing: 0.005em;font-size: 14px;\n\";s:13:\"bottom_margin\";s:4:\"30px\";s:7:\"padding\";s:17:\"0px 20px 0px 20px\";s:18:\"background_display\";s:4:\"tile\";}}}s:10:\"grid_cells\";a:10:{i:0;a:2:{s:4:\"grid\";i:0;s:6:\"weight\";i:1;}i:1;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:2;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:3;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:4;a:2:{s:4:\"grid\";i:1;s:6:\"weight\";d:0.25;}i:5;a:2:{s:4:\"grid\";i:2;s:6:\"weight\";i:1;}i:6;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:7;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:8;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}i:9;a:2:{s:4:\"grid\";i:3;s:6:\"weight\";d:0.25;}}}'),(83,4702,'_wpb_vc_js_status','false'),(84,4702,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(85,4702,'_wp_page_template','default'),(86,4702,'apss_content_flag','0'),(87,4702,'eg-qpsc',''),(88,4702,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1618004806;s:7:\"payload\";a:1:{i:0;a:1:{s:2:\"id\";i:2;}}}}'),(89,4702,'_advads_ad_settings','a:1:{s:11:\"disable_ads\";i:1;}'),(90,4702,'_su_keywords','Contactless Business Card, Business Card Design, Complementary Card, Verified Business Card'),(91,4702,'_su_og_title','LITCAF | Communities of Card Verified Persons'),(92,4702,'_su_og_description','To facilitate risk-minimised deals making with Nigerians, LITCAF provides verified contactless business cards that is additionally authenticated by group third party. This means even persons who meet online can do business together, LITCAF having shown the other person’s claims to be authentic.  '),(93,4702,'_su_og_image','http://litcaf.com/wp-content/uploads/2023/03/FEATURED-HOME.png'),(94,4702,'_su_og_type','website'),(95,4702,'_elementor_edit_mode','builder'),(96,4702,'_elementor_template_type','wp-page'),(97,4702,'_elementor_version','2.9.13'),(98,4702,'_elementor_data','[{\"id\":\"1139d58d\",\"elType\":\"section\",\"settings\":[],\"elements\":[{\"id\":\"6736921a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100},\"elements\":[{\"id\":\"3961d39f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<div id=\"pl-4702\"  class=\"panel-layout\" ><div id=\"pg-4702-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;1cm&quot;,&quot;gutter&quot;:&quot;1cm&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;center&quot;,&quot;mobile_bottom_margin&quot;:&quot;0cm&quot;,&quot;mobile_cell_margin&quot;:&quot;0cm&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-4702-0\" data-stretch-type=\"full\" ><div id=\"pgc-4702-0-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div class=\"panel-cell-style panel-cell-style-for-4702-0-0\" ><div id=\"panel-4702-0-0-0\" class=\"so-panel widget widget_sow-image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;0cm 0cm 0cm 0cm&quot;,&quot;mobile_padding&quot;:&quot;0.0px 0.0px 0.0px 0.0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;cover&quot;,&quot;margin&quot;:&quot;0cm 0cm 0cm 0cm&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-4702-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Image_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;image&quot;:9856,&quot;image_fallback&quot;:&quot;&quot;,&quot;size&quot;:&quot;full&quot;,&quot;align&quot;:&quot;center&quot;,&quot;title_align&quot;:&quot;default&quot;,&quot;title&quot;:&quot;&quot;,&quot;title_position&quot;:&quot;hidden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;url&quot;:&quot;&quot;,&quot;full_width&quot;:true,&quot;_sow_form_id&quot;:&quot;57f14bd33593d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1591084954285&quot;,&quot;new_window&quot;:false,&quot;bound&quot;:false,&quot;so_sidebar_emulator_id&quot;:&quot;sow-image-470210000&quot;,&quot;option_name&quot;:&quot;widget_sow-image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-4702-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0cm 0cm 0cm 0cm&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;0.0px 0.0px 0.0px 0.0px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;cover&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0cm 0cm 0cm 0cm&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-4702-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div><div id=\"pg-4702-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;0cm&quot;,&quot;gutter&quot;:&quot;1cm&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;mobile_bottom_margin&quot;:&quot;2px&quot;,&quot;mobile_cell_margin&quot;:&quot;2px&quot;}\" ><div class=\"panel-row-style panel-row-style-for-4702-1\" ><div id=\"pgc-4702-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-4702-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >ttt<div class=\"textwidget\"><hr style=\"border-color:#81cb17;\">n<div class=\"text-center\">n<h1 style=\"color: #81cb17;margin-top: 10px;font-size: 24px;line-height: 16px;\">How Your Card Works</h1>n</div></div>ntt</div></div></div></div><div id=\"pg-4702-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;row_css&quot;:&quot;letter-spacing: 0.005em;font-size: 14px;\\n&quot;,&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;mobile_padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;bottom_margin&quot;:&quot;10px&quot;,&quot;gutter&quot;:&quot;10px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-4702-2\" ><div id=\"pgc-4702-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-4702-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">n<div class=\"siteorigin-widget-tinymce textwidget\">nt<p class=\"text-center\"><img class=\"size-medium wp-image-5553 alignnone\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Card-300x300.png\" alt=\"Card\" width=\"150\" height=\"150\" /></p>n<p>&nbsp;</p>n<p style=\"color: #2d2e2e; text-align: center;\">SignUp or LogIn and secure points by answering quizzes. Optionally, get a card that you can share with people. Store theirs too in your profile\'s wallet.Some wait to have opportunities to get a card</p>n</div>n</div></div></div><div id=\"pgc-4702-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-4702-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">n<div class=\"siteorigin-widget-tinymce textwidget\">nt<div class=\"text-center\"><img class=\"alignnone wp-image-5642 size-medium\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Rank-New-300x300.png\" width=\"150\" height=\"150\" /></div>n&nbsp;n<p style=\"color: #2d2e2e; text-align: center;\">Increase your profile\'s visibility by acquiring points through popup quizzes. They are easy questions from what you have read. </p></div>n</div></div></div><div id=\"pgc-4702-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-4702-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">n<div class=\"siteorigin-widget-tinymce textwidget\">nt<div class=\"text-center\"><img class=\"alignnone size-medium wp-image-5555\" style=\"min-width: 75px; max-width: 75px; max-height: 75px: min-height:75px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Handshake-300x259.png\" alt=\"Handshake\" width=\"150\" height=\"129\" /></div>n&nbsp;n<p style=\"color: #2d2e2e; text-align: center;\">We pitch for you everywhere when you are in the top 100 for your professional category. You will get offers for Jobs/ Contracts through contact information provided in your Card.</p></div>n</div></div></div><div id=\"pgc-4702-2-3\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-4702-2-3-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"\n5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div class=\"so-widget-sow-editor so-widget-sow-editor-base\">n<div class=\"siteorigin-widget-tinymce textwidget\">nt<div class=\"text-center\"><img class=\"alignnone wp-image-5643 size-medium\" style=\"min-width: 65px; max-width: 65px; max-height: 65px: min-height:65px;\" src=\"http://litcaf.com/wp-content/uploads/2016/09/Network-new-300x300.png\" width=\"150\" height=\"150\" /></div>n&nbsp;n<p style=\"color: #2d2e2e; text-align: center;\">Build and keepu00a0networks as more users save your card in their wallets.</p></div>n</div></div></div></div></div></div>\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(99,4702,'_elementor_controls_usage','a:3:{s:11:\"text-editor\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:1:{s:7:\"content\";a:1:{s:14:\"section_editor\";a:1:{s:6:\"editor\";i:1;}}}}s:6:\"column\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}s:7:\"section\";a:3:{s:5:\"count\";i:1;s:15:\"control_percent\";i:0;s:8:\"controls\";a:0:{}}}'),(100,4702,'_su_title','LITCAF | Communities of Card Verified Persons'),(101,4702,'_su_description','LITCAF provides verified contactless business cards to facilitate risk-minimised deals making with Nigerians, which is additionally authenticated by group third party. This means even persons who meet online can do business together, LITCAF having shown the other person’s claims to be authentic.'),(102,4702,'_thumbnail_id','22194'),(103,4702,'page_bg','a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:16:\"background-image\";s:0:\"\";}'),(104,4702,'lrm_auto_trigger_on',''),(105,4702,'lrm_auto_trigger_timeout',''),(106,4702,'lrm_auto_trigger_tab',''),(107,4702,'panels_data',''),(108,4702,'om_disable_all_campaigns',''),(109,4702,'_aioseo_title',''),(110,4702,'_aioseo_description','LITCAF provides verified Digital Business cards to facilitate risk-minimised deals making with Nigerians, which is additionally authenticated by professional group lead.'),(111,4702,'_aioseo_keywords',''),(112,4702,'_aioseo_og_title',''),(113,4702,'_aioseo_og_description',''),(114,4702,'_aioseo_og_article_section',''),(115,4702,'_aioseo_og_article_tags',''),(116,4702,'_aioseo_twitter_title',''),(117,4702,'_aioseo_twitter_description',''),(118,4724,'_edit_last','1'),(119,4724,'_wpas_done_all','1'),(120,4724,'_wpb_vc_js_status','false'),(121,4724,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(122,4724,'slide_template',''),(123,4724,'_su_rich_snippet_type','none'),(124,4724,'eg_sources_html5_mp4',''),(125,4724,'eg_sources_html5_ogv',''),(126,4724,'eg_sources_html5_webm',''),(127,4724,'eg_sources_youtube',''),(128,4724,'eg_sources_vimeo',''),(129,4724,'eg_sources_wistia',''),(130,4724,'eg_sources_image',''),(131,4724,'eg_sources_iframe',''),(132,4724,'eg_sources_soundcloud',''),(133,4724,'eg_vimeo_ratio','0'),(134,4724,'eg_youtube_ratio','0'),(135,4724,'eg_wistia_ratio','0'),(136,4724,'eg_html5_ratio','0'),(137,4724,'eg_soundcloud_ratio','0'),(138,4724,'eg_settings_custom_meta_skin',''),(139,4724,'eg_settings_custom_meta_element',''),(140,4724,'eg_settings_custom_meta_setting',''),(141,4724,'eg_settings_custom_meta_style',''),(142,4724,'eg_sources_revslider',''),(143,4724,'header_override','off'),(144,4724,'header_cart','on'),(145,4724,'header_search','on'),(146,4724,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1618004806;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:5166;}i:1;a:1:{s:2:\"id\";i:5255;}i:2;a:1:{s:2:\"id\";i:5227;}}}}'),(147,4724,'_su_og_type',''),(148,4724,'_su_og_title',''),(149,4724,'_su_og_description',''),(150,4724,'_su_og_image',''),(151,4724,'_wp_page_template','default'),(152,4724,'_su_description',''),(153,4724,'_su_keywords',''),(154,4724,'_su_title',''),(388,5229,'_wpas_done_all','1'),(389,5229,'_jetpack_related_posts_cache','a:1:{s:32:\"bfc62710165ed7b51223b165689d40a3\";a:2:{s:7:\"expires\";i:1591159909;s:7:\"payload\";a:2:{i:0;a:1:{s:2:\"id\";i:5228;}i:1;a:1:{s:2:\"id\";i:5255;}}}}'),(391,5229,'_edit_last','1'),(392,5229,'_wpb_vc_js_status','false'),(393,5229,'_vc_post_settings','a:2:{s:7:\"vc_grid\";a:0:{}s:10:\"vc_grid_id\";a:0:{}}'),(394,5229,'header_override','off'),(395,5229,'header_cart','on'),(396,5229,'header_search','on'),(397,5229,'apss_content_flag','0'),(398,5229,'slide_template',''),(399,5229,'_su_rich_snippet_type','none'),(400,5229,'eg_sources_html5_mp4',''),(401,5229,'eg_sources_html5_ogv',''),(402,5229,'eg_sources_html5_webm',''),(403,5229,'eg_sources_youtube',''),(404,5229,'eg_sources_vimeo',''),(405,5229,'eg_sources_wistia',''),(406,5229,'eg_sources_image',''),(407,5229,'eg_sources_iframe',''),(408,5229,'eg_sources_soundcloud',''),(409,5229,'eg_vimeo_ratio','0'),(410,5229,'eg_youtube_ratio','0'),(411,5229,'eg_wistia_ratio','0'),(412,5229,'eg_html5_ratio','0'),(413,5229,'eg_soundcloud_ratio','0'),(414,5229,'eg_settings_custom_meta_skin',''),(415,5229,'eg_settings_custom_meta_element',''),(416,5229,'eg_settings_custom_meta_setting',''),(417,5229,'eg_settings_custom_meta_style',''),(418,5229,'eg-qpsc',''),(419,5229,'eg_sources_revslider',''),(1187,23641,'_wp_attached_file','2016/01/Admin-Logo-1.png'),(1188,23641,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:409;s:6:\"height\";i:136;s:4:\"file\";s:24:\"2016/01/Admin-Logo-1.png\";s:8:\"filesize\";i:71399;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Admin-Logo-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Admin-Logo-1-150x136.png\";s:5:\"width\";i:150;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2118;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Admin-Logo-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1226;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:24:\"Admin-Logo-1-400x133.png\";s:5:\"width\";i:400;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13711;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:24:\"Admin-Logo-1-400x136.png\";s:5:\"width\";i:400;s:6:\"height\";i:136;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13678;}}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:{}}}'),(1189,23641,'_su_og_type',''),(1190,23641,'_su_og_title',''),(1191,23641,'_su_og_description',''),(1192,23641,'_su_description',''),(1193,23641,'_su_keywords',''),(1194,23641,'_su_title',''),(1195,4848,'_wp_attached_file','2016/09/LITCAF-SLIDER-1.png'),(1196,4848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1240;s:6:\"height\";i:468;s:4:\"file\";s:27:\"2016/09/LITCAF-SLIDER-1.png\";s:8:\"filesize\";i:446004;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-300x113.png\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19498;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"LITCAF-SLIDER-1-1024x386.png\";s:5:\"width\";i:1024;s:6:\"height\";i:386;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139453;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-768x290.png\";s:5:\"width\";i:768;s:6:\"height\";i:290;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86732;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"LITCAF-SLIDER-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4357;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:28:\"LITCAF-SLIDER-1-1200x468.png\";s:5:\"width\";i:1200;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193416;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:28:\"LITCAF-SLIDER-1-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177978;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-400x151.png\";s:5:\"width\";i:400;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30817;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65297;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-650x468.png\";s:5:\"width\";i:650;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1197,4848,'_edit_last','1'),(1198,5553,'_wp_attached_file','2016/09/Card-1.png'),(1199,5553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2016/09/Card-1.png\";s:8:\"filesize\";i:3858;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Card-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Card-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1514;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"Card-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:716;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:18:\"Card-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4677;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:18:\"Card-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4561;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:18:\"Card-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4493;}}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:{}}}'),(1200,5554,'_wp_attached_file','2016/09/Rank-1.png'),(1201,5554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2016/09/Rank-1.png\";s:8:\"filesize\";i:33891;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"Rank-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"Rank-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14977;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"Rank-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5074;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:18:\"Rank-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30429;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:18:\"Rank-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44330;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:18:\"Rank-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39102;}}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:{}}}'),(1202,5555,'_wp_attached_file','2016/09/Handshake-1.png'),(1203,5555,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:552;s:4:\"file\";s:23:\"2016/09/Handshake-1.png\";s:8:\"filesize\";i:37520;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Handshake-1-300x259.png\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12807;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Handshake-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6019;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Handshake-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2226;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:23:\"Handshake-1-640x400.png\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22889;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:23:\"Handshake-1-400x345.png\";s:5:\"width\";i:400;s:6:\"height\";i:345;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19138;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:23:\"Handshake-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19021;}}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:{}}}'),(1204,5556,'_wp_attached_file','2016/09/Network-1.png'),(1205,5556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2016/09/Network-1.png\";s:8:\"filesize\";i:30469;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Network-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Network-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15534;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"Network-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5071;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:21:\"Network-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37279;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:21:\"Network-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47817;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:21:\"Network-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44921;}}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:{}}}'),(1206,5642,'_wp_attached_file','2016/09/Rank-New-1.png'),(1207,5642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2016/09/Rank-New-1.png\";s:8:\"filesize\";i:22727;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Rank-New-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15228;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Rank-New-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6698;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Rank-New-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2241;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"Rank-New-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20123;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"Rank-New-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21171;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"Rank-New-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18305;}}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:{}}}'),(1208,5643,'_wp_attached_file','2016/09/Network-new-1.png'),(1209,5643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:25:\"2016/09/Network-new-1.png\";s:8:\"filesize\";i:27403;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Network-new-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Network-new-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8135;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"Network-new-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2980;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:25:\"Network-new-1-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27843;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:25:\"Network-new-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28539;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:25:\"Network-new-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27237;}}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:{}}}'),(1210,11810,'_wp_attached_file','2020/08/Ebuttero-e1598795196364-1.jpg'),(1211,11810,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:739;s:4:\"file\";s:37:\"2020/08/Ebuttero-e1598795196364-1.jpg\";s:8:\"filesize\";i:241793;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9384;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Ebuttero-e1598795196364-1-1024x591.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4594;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-768x443.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:443;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51591;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:35:\"Ebuttero-e1598795196364-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1371;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:38:\"Ebuttero-e1598795196364-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106676;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:38:\"Ebuttero-e1598795196364-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73376;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-400x231.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15360;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22275;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:37:\"Ebuttero-e1598795196364-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60147;}}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:{}}}'),(1212,11810,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:12:\"Ebuttero.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shareaholic-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-640x427.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"Ebuttero-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-single-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style4-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"Ebuttero-350x435.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x433.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-350x435.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x433.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1213,11824,'_wp_attached_file','2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-2.png'),(1214,11824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1563;s:6:\"height\";i:230;s:4:\"file\";s:44:\"2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-2.png\";s:8:\"filesize\";i:61030;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9536;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-1024x151.png\";s:5:\"width\";i:1024;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-768x113.png\";s:5:\"width\";i:768;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30381;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-1536x226.png\";s:5:\"width\";i:1536;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67426;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:42:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2683;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-1200x230.png\";s:5:\"width\";i:1200;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47222;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-1200x230.png\";s:5:\"width\";i:1200;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47222;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:43:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-400x59.png\";s:5:\"width\";i:400;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13683;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:44:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-400x230.png\";s:5:\"width\";i:400;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16131;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:44:\"CARD-VERIFY-WITHOUT-BACKGROUND-2-650x230.png\";s:5:\"width\";i:650;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26943;}}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:{}}}'),(1215,11825,'_wp_attached_file','2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-1-1.png'),(1216,11825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1563;s:6:\"height\";i:230;s:4:\"file\";s:46:\"2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-1-1.png\";s:8:\"filesize\";i:61030;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-300x44.png\";s:5:\"width\";i:300;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9536;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-1024x151.png\";s:5:\"width\";i:1024;s:6:\"height\";i:151;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42802;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7386;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-768x113.png\";s:5:\"width\";i:768;s:6:\"height\";i:113;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30381;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-1536x226.png\";s:5:\"width\";i:1536;s:6:\"height\";i:226;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67426;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:44:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2683;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:47:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-1200x230.png\";s:5:\"width\";i:1200;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47222;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:47:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-1200x230.png\";s:5:\"width\";i:1200;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47222;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:45:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-400x59.png\";s:5:\"width\";i:400;s:6:\"height\";i:59;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13683;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:46:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-400x230.png\";s:5:\"width\";i:400;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16131;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:46:\"CARD-VERIFY-WITHOUT-BACKGROUND-1-1-650x230.png\";s:5:\"width\";i:650;s:6:\"height\";i:230;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26943;}}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:{}}}'),(1217,11869,'_wp_attached_file','2020/08/first-commercia-Bus-lagos-1950s-1.jpg'),(1218,11869,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:45:\"2020/08/first-commercia-Bus-lagos-1950s-1.jpg\";s:8:\"filesize\";i:315948;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11495;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"first-commercia-Bus-lagos-1950s-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5517;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50838;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:43:\"first-commercia-Bus-lagos-1950s-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2320;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:46:\"first-commercia-Bus-lagos-1950s-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82964;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:46:\"first-commercia-Bus-lagos-1950s-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56734;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17865;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21091;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:45:\"first-commercia-Bus-lagos-1950s-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49399;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:16:\"HP Scanjet G4050\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1219,11953,'_wp_attached_file','2020/08/by_LitCaf-e1598867281797-1.png'),(1220,11953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:378;s:6:\"height\";i:125;s:4:\"file\";s:38:\"2020/08/by_LitCaf-e1598867281797-1.png\";s:8:\"filesize\";i:7113;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"by_LitCaf-e1598867281797-1-300x99.png\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"by_LitCaf-e1598867281797-1-150x125.png\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4405;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"by_LitCaf-e1598867281797-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2368;}}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:{}}}'),(1221,11953,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"by_LitCaf.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"by_LitCaf-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"by_LitCaf-350x435.png\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-350x435.png\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}'),(1222,11968,'_wp_attached_file','2020/08/by-LitCaf-new-2-1.png'),(1223,11968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:44;s:4:\"file\";s:29:\"2020/08/by-LitCaf-new-2-1.png\";s:8:\"filesize\";i:4395;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"by-LitCaf-new-2-1-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3015;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"by-LitCaf-new-2-1-70x44.png\";s:5:\"width\";i:70;s:6:\"height\";i:44;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1504;}}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:{}}}'),(1224,13834,'_wp_attached_file','2021/04/The-Nigerian-Encyclopedia-e1618310249530-1.jpg'),(1225,13834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1237;s:6:\"height\";i:1093;s:4:\"file\";s:54:\"2021/04/The-Nigerian-Encyclopedia-e1618310249530-1.jpg\";s:8:\"filesize\";i:371359;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-300x265.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13959;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"The-Nigerian-Encyclopedia-e1618310249530-1-1024x905.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-768x679.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73139;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:52:\"The-Nigerian-Encyclopedia-e1618310249530-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1503;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:55:\"The-Nigerian-Encyclopedia-e1618310249530-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114178;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:55:\"The-Nigerian-Encyclopedia-e1618310249530-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74295;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-400x353.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22391;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21838;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:54:\"The-Nigerian-Encyclopedia-e1618310249530-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55201;}}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:{}}}'),(1226,13834,'_edit_last','1'),(1227,13834,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1237;s:6:\"height\";i:1406;s:4:\"file\";s:29:\"The-Nigerian-Encyclopedia.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-768x873.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-901x1024.jpg\";s:5:\"width\";i:901;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"The-Nigerian-Encyclopedia-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-single-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-400x455.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style4-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1228,19514,'_wp_attached_file','2022/01/Mummy-mi-1.png'),(1229,19514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:174;s:6:\"height\";i:174;s:4:\"file\";s:22:\"2022/01/Mummy-mi-1.png\";s:8:\"filesize\";i:25309;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Mummy-mi-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23439;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Mummy-mi-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7436;}}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:{}}}'),(1230,19525,'_wp_attached_file','2022/01/IMG-20121025-00246-1.jpg'),(1231,19525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2022/01/IMG-20121025-00246-1.jpg\";s:8:\"filesize\";i:68001;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4098;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69276;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG-20121025-00246-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1464;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-800x400.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57251;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18642;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21620;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:32:\"IMG-20121025-00246-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68971;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1238,20021,'_wp_attached_file','2022/10/DYW-1.jpg'),(1239,20021,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:464;s:4:\"file\";s:17:\"2022/10/DYW-1.jpg\";s:8:\"filesize\";i:147325;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"DYW-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17584;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"DYW-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8744;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"DYW-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2687;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:17:\"DYW-1-720x400.jpg\";s:5:\"width\";i:720;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72161;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:17:\"DYW-1-400x258.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28221;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:17:\"DYW-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36812;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:17:\"DYW-1-650x464.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:464;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75774;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1240,21241,'_wp_attached_file','2022/12/Contactless-e1672134339412-1.png'),(1241,21241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:388;s:6:\"height\";i:221;s:4:\"file\";s:40:\"2022/12/Contactless-e1672134339412-1.png\";s:8:\"filesize\";i:27974;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Contactless-e1672134339412-1-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Contactless-e1672134339412-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15984;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:38:\"Contactless-e1672134339412-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5673;}}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:{}}}'),(1242,21241,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:498;s:6:\"height\";i:221;s:4:\"file\";s:15:\"Contactless.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15373;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18925;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"Contactless-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5036;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27892;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-400x221.png\";s:5:\"width\";i:400;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28020;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25857;}}'),(1243,21449,'_wp_attached_file','2023/01/Contactless-for-everyone-1.png'),(1244,21449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1141;s:6:\"height\";i:615;s:4:\"file\";s:38:\"2023/01/Contactless-for-everyone-1.png\";s:8:\"filesize\";i:170178;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-300x162.png\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17349;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Contactless-for-everyone-1-1024x552.png\";s:5:\"width\";i:1024;s:6:\"height\";i:552;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:113274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9832;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-768x414.png\";s:5:\"width\";i:768;s:6:\"height\";i:414;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64493;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:36:\"Contactless-for-everyone-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3323;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:39:\"Contactless-for-everyone-1-1141x600.png\";s:5:\"width\";i:1141;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144348;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:39:\"Contactless-for-everyone-1-1141x400.png\";s:5:\"width\";i:1141;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115544;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-400x216.png\";s:5:\"width\";i:400;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24673;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32848;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:38:\"Contactless-for-everyone-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86784;}}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:{}}}'),(1245,21452,'_wp_attached_file','2023/01/Contactless-Home-1.png'),(1246,21452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1143;s:6:\"height\";i:609;s:4:\"file\";s:30:\"2023/01/Contactless-Home-1.png\";s:8:\"filesize\";i:539666;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-300x160.png\";s:5:\"width\";i:300;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30235;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Contactless-Home-1-1024x546.png\";s:5:\"width\";i:1024;s:6:\"height\";i:546;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16984;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-768x409.png\";s:5:\"width\";i:768;s:6:\"height\";i:409;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100447;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"Contactless-Home-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5371;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:31:\"Contactless-Home-1-1143x600.png\";s:5:\"width\";i:1143;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187940;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:31:\"Contactless-Home-1-1143x400.png\";s:5:\"width\";i:1143;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:153153;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-400x213.png\";s:5:\"width\";i:400;s:6:\"height\";i:213;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43219;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56191;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:30:\"Contactless-Home-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120074;}}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:{}}}'),(1247,21496,'_wp_attached_file','2023/01/CardLit-Card-scaled-1.jpg'),(1248,21496,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1829;s:4:\"file\";s:33:\"2023/01/CardLit-Card-scaled-1.jpg\";s:8:\"filesize\";i:198441;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6679;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"CardLit-Card-scaled-1-1024x732.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:732;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40940;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3115;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-768x549.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:549;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26543;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"CardLit-Card-scaled-1-1536x1097.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1097;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76696;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:35:\"CardLit-Card-scaled-1-2048x1463.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1463;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120892;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:31:\"CardLit-Card-scaled-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1288;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:34:\"CardLit-Card-scaled-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43373;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:34:\"CardLit-Card-scaled-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24545;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-400x286.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:286;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9929;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11500;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:33:\"CardLit-Card-scaled-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26081;}}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:{}}}'),(1249,21496,'_wp_attachment_image_alt','Image of a Contactless Digital Business Card'),(1250,21569,'_wp_attached_file','2023/02/verified-icon-1.png'),(1251,21569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:24;s:6:\"height\";i:24;s:4:\"file\";s:27:\"2023/02/verified-icon-1.png\";s:8:\"filesize\";i:536;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:{}}}'),(1252,21584,'_wp_attached_file','2023/02/Ori-1.mp4'),(1253,21584,'_wp_attachment_metadata','a:11:{s:7:\"bitrate\";i:531334;s:8:\"filesize\";i:414990;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:720;s:6:\"height\";i:720;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:9:{s:10:\"dataformat\";s:3:\"mp4\";s:7:\"bitrate\";i:129664;s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";s:17:\"compression_ratio\";d:0.08441666666666667;}s:17:\"created_timestamp\";i:-2082844800;}'),(1254,21819,'_wp_attached_file','2023/02/Business-Card-still-relevant-1.png'),(1255,21819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:815;s:6:\"height\";i:678;s:4:\"file\";s:42:\"2023/02/Business-Card-still-relevant-1.png\";s:8:\"filesize\";i:185851;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38516;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-768x639.png\";s:5:\"width\";i:768;s:6:\"height\";i:639;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178135;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:40:\"Business-Card-still-relevant-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4071;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-815x600.png\";s:5:\"width\";i:815;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199026;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-815x400.png\";s:5:\"width\";i:815;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159458;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-400x333.png\";s:5:\"width\";i:400;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61232;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63066;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:42:\"Business-Card-still-relevant-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158609;}}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:{}}}'),(1256,21935,'_wp_attached_file','2023/03/Buz-Card-1.png'),(1257,21935,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1004;s:6:\"height\";i:591;s:4:\"file\";s:22:\"2023/03/Buz-Card-1.png\";s:8:\"filesize\";i:283626;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24578;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185439;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Buz-Card-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6770;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:23:\"Buz-Card-1-1004x400.png\";s:5:\"width\";i:1004;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:207710;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66379;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106448;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:22:\"Buz-Card-1-650x591.png\";s:5:\"width\";i:650;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242957;}}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:{}}}'),(1258,21935,'_wp_attachment_image_alt','Image of a lady contemplating a business card'),(1259,22127,'_wp_attached_file','2023/03/MAGA-2-1.png'),(1260,22127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1004;s:6:\"height\";i:591;s:4:\"file\";s:20:\"2023/03/MAGA-2-1.png\";s:8:\"filesize\";i:21715;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5021;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3187;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16123;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:18:\"MAGA-2-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1055;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:21:\"MAGA-2-1-1004x400.png\";s:5:\"width\";i:1004;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13762;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7310;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10501;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:20:\"MAGA-2-1-650x591.png\";s:5:\"width\";i:650;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11906;}}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:{}}}'),(1261,22127,'_wp_attachment_image_alt','Maga no need Pay- Doing deals with Nigerians'),(1262,22130,'_wp_attached_file','2023/03/LASGIDI-1.png'),(1263,22130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:729;s:6:\"height\";i:342;s:4:\"file\";s:21:\"2023/03/LASGIDI-1.png\";s:8:\"filesize\";i:83371;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"LASGIDI-1-300x141.png\";s:5:\"width\";i:300;s:6:\"height\";i:141;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"LASGIDI-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15699;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:19:\"LASGIDI-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3871;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:21:\"LASGIDI-1-400x188.png\";s:5:\"width\";i:400;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37718;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:21:\"LASGIDI-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64664;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:21:\"LASGIDI-1-650x342.png\";s:5:\"width\";i:650;s:6:\"height\";i:342;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85550;}}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:{}}}'),(1264,22130,'_wp_attachment_image_alt','Image of Lagos city skyline'),(1265,22133,'_wp_attached_file','2023/03/MAGA-NO-NEED-PAY-O-1.png'),(1266,22133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1004;s:6:\"height\";i:591;s:4:\"file\";s:32:\"2023/03/MAGA-NO-NEED-PAY-O-1.png\";s:8:\"filesize\";i:42914;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3799;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20209;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"MAGA-NO-NEED-PAY-O-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1184;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:33:\"MAGA-NO-NEED-PAY-O-1-1004x400.png\";s:5:\"width\";i:1004;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18241;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9080;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13561;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:32:\"MAGA-NO-NEED-PAY-O-1-650x591.png\";s:5:\"width\";i:650;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16028;}}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:{}}}'),(1267,22133,'_wp_attachment_image_alt','Maga no need pay'),(1268,22136,'_wp_attached_file','2023/03/MAGA-NO-NEED-PAY-O-II-1.png'),(1269,22136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1004;s:6:\"height\";i:591;s:4:\"file\";s:35:\"2023/03/MAGA-NO-NEED-PAY-O-II-1.png\";s:8:\"filesize\";i:43058;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6131;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3792;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20374;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"MAGA-NO-NEED-PAY-O-II-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1183;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:36:\"MAGA-NO-NEED-PAY-O-II-1-1004x400.png\";s:5:\"width\";i:1004;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18131;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9173;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13518;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:35:\"MAGA-NO-NEED-PAY-O-II-1-650x591.png\";s:5:\"width\";i:650;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15664;}}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:{}}}'),(1270,22136,'_wp_attachment_image_alt','Maga no need pay'),(1271,22194,'_wp_attached_file','2023/03/FEATURED-HOME-1.png'),(1272,22194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1004;s:6:\"height\";i:591;s:4:\"file\";s:27:\"2023/03/FEATURED-HOME-1.png\";s:8:\"filesize\";i:67242;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-300x177.png\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18527;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-768x452.png\";s:5:\"width\";i:768;s:6:\"height\";i:452;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129093;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"FEATURED-HOME-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5085;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:28:\"FEATURED-HOME-1-1004x400.png\";s:5:\"width\";i:1004;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62696;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-400x235.png\";s:5:\"width\";i:400;s:6:\"height\";i:235;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42534;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75787;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:27:\"FEATURED-HOME-1-650x591.png\";s:5:\"width\";i:650;s:6:\"height\";i:591;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67465;}}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:{}}}'),(1273,22194,'_wp_attachment_image_alt','Contactless Business Cards by LitCaf'),(1274,22530,'_wp_attached_file','2023/03/Lagos-Nigeria-1-scaled-1.jpg'),(1275,22530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1751;s:4:\"file\";s:36:\"2023/03/Lagos-Nigeria-1-scaled-1.jpg\";s:8:\"filesize\";i:336310;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-300x205.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9633;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Lagos-Nigeria-1-scaled-1-1024x700.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:700;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75246;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4153;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-768x525.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47282;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"Lagos-Nigeria-1-scaled-1-1536x1051.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1051;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139965;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:38:\"Lagos-Nigeria-1-scaled-1-2048x1401.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207174;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"Lagos-Nigeria-1-scaled-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1298;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:37:\"Lagos-Nigeria-1-scaled-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89217;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:37:\"Lagos-Nigeria-1-scaled-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74086;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-400x274.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16210;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19112;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:36:\"Lagos-Nigeria-1-scaled-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45060;}}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:{}}}'),(1276,22530,'_wp_attachment_image_alt','Skyline of Lagos, Nigeria'),(1277,23160,'_wp_attached_file','2023/06/CardLit-Cards-3-1.png'),(1278,23160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:29:\"2023/06/CardLit-Cards-3-1.png\";s:8:\"filesize\";i:998859;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68792;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"CardLit-Cards-3-1-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:764670;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:449139;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"CardLit-Cards-3-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4568;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:30:\"CardLit-Cards-3-1-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:526390;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:30:\"CardLit-Cards-3-1-1080x400.png\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340729;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121684;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104943;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:29:\"CardLit-Cards-3-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299977;}}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:{}}}'),(1279,23172,'_wp_attached_file','2023/06/business-CM-1.png'),(1280,23172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1095;s:6:\"height\";i:730;s:4:\"file\";s:25:\"2023/06/business-CM-1.png\";s:8:\"filesize\";i:493264;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"business-CM-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90806;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"business-CM-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1088169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"business-CM-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33504;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"business-CM-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:593615;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:23:\"business-CM-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7712;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:26:\"business-CM-1-1095x600.png\";s:5:\"width\";i:1095;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436764;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:26:\"business-CM-1-1095x400.png\";s:5:\"width\";i:1095;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:271173;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:25:\"business-CM-1-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:157487;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:25:\"business-CM-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194054;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:25:\"business-CM-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:576606;}}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:{}}}'),(1281,23352,'_wp_attached_file','2023/09/versicash-logo-1.png'),(1282,23352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:28:\"2023/09/versicash-logo-1.png\";s:8:\"filesize\";i:28160;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"versicash-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22453;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"versicash-logo-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6423;}}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:{}}}'),(1283,23419,'_wp_attached_file','2023/09/Worlds-best-Digital-Business-Card-1.png'),(1284,23419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:47:\"2023/09/Worlds-best-Digital-Business-Card-1.png\";s:8:\"filesize\";i:69671;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18629;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Worlds-best-Digital-Business-Card-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14445;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66381;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"Worlds-best-Digital-Business-Card-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171681;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"Worlds-best-Digital-Business-Card-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4633;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:48:\"Worlds-best-Digital-Business-Card-1-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119493;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:48:\"Worlds-best-Digital-Business-Card-1-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103558;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27977;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46394;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:47:\"Worlds-best-Digital-Business-Card-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95905;}}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:{}}}'),(1285,23419,'_wp_attachment_image_alt','World\'s best Digital Business Card'),(1286,23445,'_wp_attached_file','2023/09/CardLit-small-2.png'),(1287,23445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2023/09/CardLit-small-2.png\";s:8:\"filesize\";i:48177;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7411;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"CardLit-small-2-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54270;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5533;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33063;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"CardLit-small-2-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100216;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"CardLit-small-2-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1924;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:28:\"CardLit-small-2-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65455;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:28:\"CardLit-small-2-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63533;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11618;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20758;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:27:\"CardLit-small-2-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50312;}}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:{}}}'),(1288,23445,'_wp_attachment_image_alt','Cardlit means'),(1289,9824,'_wp_attached_file','2020/06/shutterstock_93888748-Copy-scaled-1.jpg'),(1290,9824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:742;s:4:\"file\";s:47:\"2020/06/shutterstock_93888748-Copy-scaled-1.jpg\";s:8:\"filesize\";i:600735;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"shutterstock_93888748-Copy-scaled-1-300x87.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:87;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5841;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"shutterstock_93888748-Copy-scaled-1-1024x297.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"shutterstock_93888748-Copy-scaled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5599;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"shutterstock_93888748-Copy-scaled-1-768x223.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38777;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"shutterstock_93888748-Copy-scaled-1-1536x445.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153630;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"shutterstock_93888748-Copy-scaled-1-2048x594.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:594;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261432;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:45:\"shutterstock_93888748-Copy-scaled-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1390;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:48:\"shutterstock_93888748-Copy-scaled-1-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158596;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:48:\"shutterstock_93888748-Copy-scaled-1-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110170;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:47:\"shutterstock_93888748-Copy-scaled-1-400x116.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:116;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10501;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:47:\"shutterstock_93888748-Copy-scaled-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31385;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:47:\"shutterstock_93888748-Copy-scaled-1-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84835;}}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:{}}}'),(1291,20577,'_wp_attached_file','2022/10/BOAT-Award-e1667218433207-1.png'),(1292,20577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1068;s:6:\"height\";i:153;s:4:\"file\";s:39:\"2022/10/BOAT-Award-e1667218433207-1.png\";s:8:\"filesize\";i:25671;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"BOAT-Award-e1667218433207-1-300x43.png\";s:5:\"width\";i:300;s:6:\"height\";i:43;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7294;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"BOAT-Award-e1667218433207-1-1024x147.png\";s:5:\"width\";i:1024;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33789;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"BOAT-Award-e1667218433207-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2126;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"BOAT-Award-e1667218433207-1-768x110.png\";s:5:\"width\";i:768;s:6:\"height\";i:110;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23666;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:37:\"BOAT-Award-e1667218433207-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:876;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:38:\"BOAT-Award-e1667218433207-1-400x57.png\";s:5:\"width\";i:400;s:6:\"height\";i:57;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10270;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:39:\"BOAT-Award-e1667218433207-1-400x153.png\";s:5:\"width\";i:400;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3634;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:39:\"BOAT-Award-e1667218433207-1-650x153.png\";s:5:\"width\";i:650;s:6:\"height\";i:153;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6007;}}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:{}}}'),(1293,20577,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:14:\"BOAT-Award.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3548;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5620;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18552;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28821;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"BOAT-Award-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1183;}s:17:\"notio-single-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34949;}s:17:\"notio-style1-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2931;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8209;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10900;}s:17:\"notio-style4-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22679;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5522;}}'),(1294,20692,'_wp_attached_file','2022/11/Temitope-1.jpg'),(1295,20692,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:451;s:6:\"height\";i:476;s:4:\"file\";s:22:\"2022/11/Temitope-1.jpg\";s:8:\"filesize\";i:73379;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Temitope-1-284x300.jpg\";s:5:\"width\";i:284;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17440;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Temitope-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6377;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"Temitope-1-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2282;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"Temitope-1-451x400.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33885;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"Temitope-1-400x422.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29482;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"Temitope-1-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25257;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(1296,20699,'_wp_attached_file','2022/11/The-Planning-of-Change-1.png'),(1297,20699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:36:\"2022/11/The-Planning-of-Change-1.png\";s:8:\"filesize\";i:114809;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11667;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"The-Planning-of-Change-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66543;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7969;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45974;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:34:\"The-Planning-of-Change-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1991;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:37:\"The-Planning-of-Change-1-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79373;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:37:\"The-Planning-of-Change-1-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78444;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18446;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32127;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:36:\"The-Planning-of-Change-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62435;}}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:{}}}'),(1298,20870,'_wp_attached_file','2022/11/BOAT-shalaye-e1667321648408-1.png'),(1299,20870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:911;s:6:\"height\";i:498;s:4:\"file\";s:41:\"2022/11/BOAT-shalaye-e1667321648408-1.png\";s:8:\"filesize\";i:112649;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-300x164.png\";s:5:\"width\";i:300;s:6:\"height\";i:164;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57826;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-768x420.png\";s:5:\"width\";i:768;s:6:\"height\";i:420;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164195;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:39:\"BOAT-shalaye-e1667321648408-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9891;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-911x400.png\";s:5:\"width\";i:911;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100810;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-400x219.png\";s:5:\"width\";i:400;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81253;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98407;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:41:\"BOAT-shalaye-e1667321648408-1-650x498.png\";s:5:\"width\";i:650;s:6:\"height\";i:498;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88779;}}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:{}}}'),(1300,20870,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"BOAT-shalaye.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23740;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30305;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98717;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142826;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-shalaye-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6179;}s:17:\"notio-single-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178930;}s:17:\"notio-style1-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175925;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42729;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68272;}s:17:\"notio-style4-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143341;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32680;}}'),(1301,23449,'_wp_attached_file','2023/09/tap-card-by-litcaf-ng-1.png'),(1302,23449,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:268;s:6:\"height\";i:181;s:4:\"file\";s:35:\"2023/09/tap-card-by-litcaf-ng-1.png\";s:8:\"filesize\";i:11573;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"tap-card-by-litcaf-ng-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3985;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:33:\"tap-card-by-litcaf-ng-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1421;}}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:{}}}'),(1303,23484,'_wp_attached_file','2023/09/branding-1.png'),(1304,23484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:22:\"2023/09/branding-1.png\";s:8:\"filesize\";i:95083;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"branding-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37433;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"branding-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14108;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"branding-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4947;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"branding-1-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:81035;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"branding-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58048;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"branding-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57394;}}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:{}}}'),(1305,23484,'_wp_attachment_image_alt','branding icon'),(1306,23506,'_wp_attached_file','2023/09/Cardlit-small-1-1.png'),(1307,23506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:993;s:6:\"height\";i:251;s:4:\"file\";s:29:\"2023/09/Cardlit-small-1-1.png\";s:8:\"filesize\";i:109179;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Cardlit-small-1-1-300x76.png\";s:5:\"width\";i:300;s:6:\"height\";i:76;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Cardlit-small-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14980;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Cardlit-small-1-1-768x194.png\";s:5:\"width\";i:768;s:6:\"height\";i:194;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68236;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:27:\"Cardlit-small-1-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4029;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:29:\"Cardlit-small-1-1-400x101.png\";s:5:\"width\";i:400;s:6:\"height\";i:101;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24093;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:29:\"Cardlit-small-1-1-400x251.png\";s:5:\"width\";i:400;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49799;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:29:\"Cardlit-small-1-1-650x251.png\";s:5:\"width\";i:650;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72211;}}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:{}}}'),(1308,23506,'_wp_attachment_image_alt','CardLit'),(1309,23527,'_wp_attached_file','2023/09/Home-icon-XXIX-1.png'),(1310,23527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2023/09/Home-icon-XXIX-1.png\";s:8:\"filesize\";i:41793;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9031;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Home-icon-XXIX-1-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5799;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23527;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"Home-icon-XXIX-1-1536x1024.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52721;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"Home-icon-XXIX-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2525;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:29:\"Home-icon-XXIX-1-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33651;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:29:\"Home-icon-XXIX-1-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22720;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-400x267.png\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11959;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14578;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:28:\"Home-icon-XXIX-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25424;}}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:{}}}'),(1311,23528,'_wp_attached_file','2023/09/Logo-XXXIX-1.png'),(1312,23528,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2023/09/Logo-XXXIX-1.png\";s:8:\"filesize\";i:200286;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24829;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:257190;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Logo-XXXIX-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6923;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-800x600.png\";s:5:\"width\";i:800;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208106;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-800x400.png\";s:5:\"width\";i:800;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190830;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111078;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:110702;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:24:\"Logo-XXXIX-1-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210089;}}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:{}}}'),(1313,23529,'_wp_attached_file','2023/09/Logo-XXXV-1.png'),(1314,23529,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2800;s:6:\"height\";i:2100;s:4:\"file\";s:23:\"2023/09/Logo-XXXV-1.png\";s:8:\"filesize\";i:102919;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Logo-XXXV-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11984;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Logo-XXXV-1-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55692;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Logo-XXXV-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6964;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Logo-XXXV-1-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38782;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"Logo-XXXV-1-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89538;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"Logo-XXXV-1-2048x1536.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122029;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:21:\"Logo-XXXV-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2049;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:24:\"Logo-XXXV-1-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64213;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:24:\"Logo-XXXV-1-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59689;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:23:\"Logo-XXXV-1-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17377;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:23:\"Logo-XXXV-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20014;}}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:{}}}'),(1339,23641,'_su_og_type',''),(1340,23641,'_su_og_title',''),(1341,23641,'_su_og_description',''),(1342,23641,'_su_description',''),(1343,23641,'_su_keywords',''),(1344,23641,'_su_title',''),(1345,4848,'_edit_last','1'),(1346,11810,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:12:\"Ebuttero.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"shareaholic-thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-640x427.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"Ebuttero-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-single-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:21:\"Ebuttero-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-400x267.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style4-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"Ebuttero-350x435.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x433.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-350x435.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-650x433.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:20:\"Ebuttero-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1347,11953,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:13:\"by_LitCaf.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:19:\"by_LitCaf-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-500x400.png\";s:5:\"width\";i:500;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";}s:26:\"woocommerce_thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"by_LitCaf-350x435.png\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:0;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-350x435.png\";s:5:\"width\";i:350;s:6:\"height\";i:435;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:21:\"by_LitCaf-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";}}'),(1348,13834,'_edit_last','1'),(1349,13834,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1237;s:6:\"height\";i:1406;s:4:\"file\";s:29:\"The-Nigerian-Encyclopedia.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-264x300.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-768x873.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:873;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-901x1024.jpg\";s:5:\"width\";i:901;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"post-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"The-Nigerian-Encyclopedia-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-single-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style1-orig\";a:4:{s:4:\"file\";s:38:\"The-Nigerian-Encyclopedia-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style2-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-400x455.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style3-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"notio-style4-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:25:\"sow-carousel-default-orig\";a:4:{s:4:\"file\";s:37:\"The-Nigerian-Encyclopedia-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1350,20577,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:14:\"BOAT-Award.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3548;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5620;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18552;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28821;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"BOAT-Award-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1183;}s:17:\"notio-single-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34949;}s:17:\"notio-style1-orig\";a:5:{s:4:\"file\";s:23:\"BOAT-Award-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2931;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8209;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10900;}s:17:\"notio-style4-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22679;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-Award-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5522;}}'),(1351,20870,'_wp_attachment_backup_sizes','a:12:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1366;s:6:\"height\";i:768;s:4:\"file\";s:16:\"BOAT-shalaye.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23740;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30305;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98717;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142826;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:22:\"BOAT-shalaye-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6179;}s:17:\"notio-single-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178930;}s:17:\"notio-style1-orig\";a:5:{s:4:\"file\";s:25:\"BOAT-shalaye-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175925;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-400x225.png\";s:5:\"width\";i:400;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42729;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68272;}s:17:\"notio-style4-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143341;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:24:\"BOAT-shalaye-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32680;}}'),(1352,21241,'_wp_attachment_backup_sizes','a:7:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:498;s:6:\"height\";i:221;s:4:\"file\";s:15:\"Contactless.png\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15373;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-300x133.png\";s:5:\"width\";i:300;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18925;}s:19:\"post-thumbnail-orig\";a:5:{s:4:\"file\";s:21:\"Contactless-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5036;}s:17:\"notio-style2-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-400x178.png\";s:5:\"width\";i:400;s:6:\"height\";i:178;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27892;}s:17:\"notio-style3-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-400x221.png\";s:5:\"width\";i:400;s:6:\"height\";i:221;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28020;}s:25:\"sow-carousel-default-orig\";a:5:{s:4:\"file\";s:23:\"Contactless-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25857;}}'),(1353,21496,'_wp_attachment_image_alt','Image of a Contactless Digital Business Card'),(1354,21935,'_wp_attachment_image_alt','Image of a lady contemplating a business card'),(1355,22127,'_wp_attachment_image_alt','Maga no need Pay- Doing deals with Nigerians'),(1356,22130,'_wp_attachment_image_alt','Image of Lagos city skyline'),(1357,22133,'_wp_attachment_image_alt','Maga no need pay'),(1358,22136,'_wp_attachment_image_alt','Maga no need pay'),(1359,22194,'_wp_attachment_image_alt','Contactless Business Cards by LitCaf'),(1360,22530,'_wp_attachment_image_alt','Skyline of Lagos, Nigeria'),(1361,23419,'_wp_attachment_image_alt','World\'s best Digital Business Card'),(1362,23445,'_wp_attachment_image_alt','Cardlit means'),(1363,23484,'_wp_attachment_image_alt','branding icon'),(1364,23506,'_wp_attachment_image_alt','CardLit'),(1373,23661,'_wp_attached_file','2024/09/lit-caf-logo.png'),(1374,23661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:24:\"2024/09/lit-caf-logo.png\";s:8:\"filesize\";i:149592;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45636;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"lit-caf-logo-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16344;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198967;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"lit-caf-logo-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5278;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:25:\"lit-caf-logo-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176916;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:25:\"lit-caf-logo-1080x400.png\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111393;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71451;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65464;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:24:\"lit-caf-logo-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150258;}}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:{}}}'),(1375,23662,'_wp_attached_file','2024/09/cropped-lit-caf-logo.png'),(1376,23662,'_wp_attachment_context','site-icon'),(1377,23662,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:32:\"2024/09/cropped-lit-caf-logo.png\";s:8:\"filesize\";i:104246;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16758;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"cropped-lit-caf-logo-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5381;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-512x400.png\";s:5:\"width\";i:512;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88966;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:71463;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65682;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39508;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24134;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:32:\"cropped-lit-caf-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21818;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:30:\"cropped-lit-caf-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2173;}}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:{}}}'),(1381,23664,'_wp_attached_file','2024/09/c-2.png'),(1382,23664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:15:\"2024/09/c-2.png\";s:8:\"filesize\";i:32741;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-2-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17633;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9129;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:13:\"c-2-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3781;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:15:\"c-2-400x160.png\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25755;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:15:\"c-2-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26468;}}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:{}}}'),(1383,23665,'_wp_attached_file','2024/09/logolit.png'),(1384,23665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:300;s:4:\"file\";s:19:\"2024/09/logolit.png\";s:8:\"filesize\";i:32008;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"logolit-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"logolit-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9788;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:17:\"logolit-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3512;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:19:\"logolit-400x160.png\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28444;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:19:\"logolit-400x300.png\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40060;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:19:\"logolit-650x300.png\";s:5:\"width\";i:650;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64414;}}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:{}}}'),(1392,4724,'_edit_lock','1735916016:1'),(1393,4702,'_edit_lock','1734837402:1'),(1395,21452,'_wp_attachment_image_alt','Contactless Business Card for everyone verified as CardLit'),(1397,23671,'_edit_lock','1734835594:1'),(1398,23671,'_edit_last','1'),(1399,23671,'_wp_page_template','default'),(1400,23671,'header_override','off'),(1401,23671,'header_cart','on'),(1402,23671,'header_search','on'),(1404,23672,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:244:\"<h2>Hello, I\'m John</h2>\n<h4>MSc Mechanical Engineering</h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.\ncontact@johndoe.com</p>\n\";s:23:\"content_selected_editor\";s:4:\"html\";s:10:\"background\";a:12:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:79:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/my-exceptional-cv.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:40;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";a:0:{}s:22:\"loop_background_videos\";s:0:\"\";}s:7:\"buttons\";a:0:{}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";s:9:\"nav_align\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:12:{s:6:\"height\";s:5:\"535px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"150px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";s:3:\"0px\";s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:5:\"394px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:17:\"padding_extra_top\";s:0:\"\";}s:6:\"mobile\";a:10:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"extra_top_padding\";b:0;s:22:\"extra_top_padding_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:17:\"padding_extra_top\";s:0:\"\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"147720864061cf52c0bca42228123554\";s:19:\"_sow_form_timestamp\";s:13:\"1645475141828\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2367110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8ee1560-08f5-40d4-90af-94695c88e80a\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:67:\"<h2><span style=\"text-decoration: underline;\">Edu</span>cation</h2>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"152121924461cf5a42c33f5797798964\";s:19:\"_sow_form_timestamp\";s:13:\"1640979020136\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e647075d-71bd-4658-a881-56f0e7fc2d08\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:132:\"<h4>High School</h4>\nAustin High School, Austin, TX \n2001 – 2004\nHead of the Photography Club\nCaptain of the Varsity Football Team\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"16210881261cf5a6f2ccdf960439778\";s:19:\"_sow_form_timestamp\";s:13:\"1723842314010\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e5524408-9c20-4dea-93ac-cad3e5a11b8e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:120:\"<h4>Undergraduate Degree</h4>\nUniversity of Texas at Austin \n2005 – 2008\nBachelor of Science in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"6048433561cf5a7eca957043001848\";s:19:\"_sow_form_timestamp\";s:13:\"1723842318625\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4d219a38-b9dc-48ff-9457-970398a4c484\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<h4>Masters Degree</h4>\nTexas A&amp;M University, College Station, TX \n2009 – 2010\nMaster of Science in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"186551140461cf5a8f26b26471123758\";s:19:\"_sow_form_timestamp\";s:13:\"1723842322595\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8028fa88-5a2d-465c-938a-eb71d502e601\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:88:\"<h4>PhD</h4>\nRice University, Houston, TX \n2011 – 2013\nPh.D. in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"27518224961cf5a97e1da5728771668\";s:19:\"_sow_form_timestamp\";s:13:\"1723842326208\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:3;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3ea9ad1e-cb3b-4ded-8ec5-0ca7e2ab2164\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}i:6;a:23:{s:8:\"features\";a:3:{i:0;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-signal\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:14:\"Graphic Design\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-camera\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:11:\"Photography\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:30:\"fontawesome-sow-fas-align-left\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:13:\"Data Analysis\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:6:{s:3:\"tag\";s:2:\"h4\";s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"32px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"32px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:15:\"feature_spacing\";s:9:\"25px 25px\";s:22:\"feature_spacing_mobile\";s:0:\"\";s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"59098901dfc8a\";s:19:\"_sow_form_timestamp\";s:13:\"1723842181943\";s:16:\"icon_size_custom\";s:0:\"\";s:12:\"center_items\";s:0:\"\";s:22:\"more_text_bottom_align\";s:0:\"\";s:10:\"title_link\";s:0:\"\";s:9:\"icon_link\";s:0:\"\";s:12:\"link_feature\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79b5255f-3824-4515-958a-64a52ffe07b1\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"sow-features-2367110006\";s:11:\"option_name\";s:19:\"widget_sow-features\";}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:74:\"<h2><span style=\"text-decoration: underline;\">Cur</span>riculum Vitae</h2>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"78711953761cf5b3aa04ad278179892\";s:19:\"_sow_form_timestamp\";s:13:\"1640979280849\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"1f379f70-805d-4593-a73e-d5d5fc82f1ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:650:\"<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Junior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"12851941961cf5b6d0a31b235319553\";s:19:\"_sow_form_timestamp\";s:13:\"1640979319080\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"6a0b6a82-a340-4086-ac81-134d45d7630f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:651:\"<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Senior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"70165432261cf5b791b386685720879\";s:19:\"_sow_form_timestamp\";s:13:\"1640979330158\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f14f54bb-2a36-43e3-9b2e-85d7c9d6689e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:44:\"Looking to Interview Potential Team Members?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"36340413361cf59f45033b810804744\";s:19:\"_sow_form_timestamp\";s:13:\"1640979435608\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2367110010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edcc8dcf-3052-4984-95c6-c047a9ec4712\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:10:{s:4:\"text\";s:10:\"Contact Me\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:14:\"icon_placement\";s:0:\"\";}s:6:\"design\";a:14:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";s:0:\"\";s:9:\"font_size\";s:3:\"1em\";s:8:\"rounding\";s:6:\"0.25px\";s:7:\"padding\";s:3:\"1em\";s:5:\"width\";s:0:\"\";s:12:\"mobile_align\";s:0:\"\";s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-button-2367110011\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:8:\"download\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"c9ade8e1-8a73-4fe0-af94-8c491585a599\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:8:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:9:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:25:\"https://www.facebook.com/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}i:1;a:9:{s:4:\"name\";b:0;s:3:\"url\";s:20:\"https://twitter.com/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}i:2;a:9:{s:4:\"name\";b:0;s:3:\"url\";s:7:\"mailto:\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:3:\"1.5\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"60915307861cf5848e47df111815620\";s:19:\"_sow_form_timestamp\";s:13:\"1640978515650\";s:22:\"so_sidebar_emulator_id\";s:35:\"sow-social-media-buttons-2367110012\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f96e2e9d-8dea-4cd2-b82d-50ecad1a6e4f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:8:\"soft-red\";s:5:\"label\";s:9:\"Education\";}i:2;a:3:{s:5:\"cells\";i:4;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:14:\"grayish-violet\";}i:3;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:10:\"lime-green\";s:5:\"label\";s:15:\"Featured Skills\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:18:\"desaturated-yellow\";s:5:\"label\";s:16:\"Curriculum Vitae\";}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#9b9d9e\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:8:\"soft-red\";s:5:\"label\";s:10:\"Contact Me\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:14:\"grayish-violet\";s:5:\"label\";s:20:\"Social Sharing Links\";}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1406,23675,'panels_data','a:3:{s:7:\"widgets\";a:13:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:244:\"<h2>Hello, I\'m John</h2>\n<h4>MSc Mechanical Engineering</h4>\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.\ncontact@johndoe.com</p>\n\";s:23:\"content_selected_editor\";s:4:\"html\";s:10:\"background\";a:12:{s:5:\"image\";i:0;s:14:\"image_fallback\";s:79:\"https://layouts.siteorigin.com/wp-content/uploads/2015/08/my-exceptional-cv.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:40;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";s:7:\"buttons\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:4:\"open\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"535px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"20px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:4:\"20px\";s:18:\"padding_sides_unit\";s:2:\"px\";s:5:\"width\";s:5:\"394px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:0:\"\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"38px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#ffffff\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:0:\"\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:32:\"147720864061cf52c0bca42228123554\";s:19:\"_sow_form_timestamp\";s:13:\"1726194240873\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e8ee1560-08f5-40d4-90af-94695c88e80a\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2367110000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:67:\"<h2><span style=\"text-decoration: underline;\">Edu</span>cation</h2>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"152121924461cf5a42c33f5797798964\";s:19:\"_sow_form_timestamp\";s:13:\"1640979020136\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e647075d-71bd-4658-a881-56f0e7fc2d08\";s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:132:\"<h4>High School</h4>\nAustin High School, Austin, TX \n2001 – 2004\nHead of the Photography Club\nCaptain of the Varsity Football Team\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"16210881261cf5a6f2ccdf960439778\";s:19:\"_sow_form_timestamp\";s:13:\"1723842314010\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110002\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"e5524408-9c20-4dea-93ac-cad3e5a11b8e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:3;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:120:\"<h4>Undergraduate Degree</h4>\nUniversity of Texas at Austin \n2005 – 2008\nBachelor of Science in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"6048433561cf5a7eca957043001848\";s:19:\"_sow_form_timestamp\";s:13:\"1723842318625\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110003\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"4d219a38-b9dc-48ff-9457-970398a4c484\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:4;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:128:\"<h4>Masters Degree</h4>\nTexas A&amp;M University, College Station, TX \n2009 – 2010\nMaster of Science in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"186551140461cf5a8f26b26471123758\";s:19:\"_sow_form_timestamp\";s:13:\"1723842322595\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110004\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:2;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"8028fa88-5a2d-465c-938a-eb71d502e601\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:5;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:88:\"<h4>PhD</h4>\nRice University, Houston, TX \n2011 – 2013\nPh.D. in Mechanical Engineering\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"27518224961cf5a97e1da5728771668\";s:19:\"_sow_form_timestamp\";s:13:\"1723842326208\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110005\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:3;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"3ea9ad1e-cb3b-4ded-8ec5-0ca7e2ab2164\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:6;a:23:{s:8:\"features\";a:3:{i:0;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-signal\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:14:\"Graphic Design\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:1;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:26:\"fontawesome-sow-fas-camera\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:11:\"Photography\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}i:2;a:13:{s:15:\"container_color\";s:7:\"#bad1da\";s:18:\"container_position\";s:3:\"top\";s:4:\"icon\";s:30:\"fontawesome-sow-fas-align-left\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#404040\";s:10:\"icon_image\";i:0;s:19:\"icon_image_fallback\";s:0:\"\";s:15:\"icon_image_size\";s:4:\"full\";s:5:\"title\";s:13:\"Data Analysis\";s:4:\"text\";s:163:\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:9:\"more_text\";s:0:\"\";s:8:\"more_url\";s:0:\"\";}}s:5:\"fonts\";a:4:{s:13:\"title_options\";a:6:{s:3:\"tag\";s:2:\"h4\";s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:17:\"more_text_options\";a:5:{s:4:\"font\";s:7:\"default\";s:4:\"size\";s:0:\"\";s:9:\"size_unit\";s:2:\"px\";s:5:\"color\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:24:\"so_field_container_state\";s:6:\"closed\";}s:15:\"container_shape\";s:5:\"round\";s:14:\"container_size\";s:4:\"32px\";s:19:\"container_size_unit\";s:2:\"px\";s:9:\"icon_size\";s:4:\"32px\";s:14:\"icon_size_unit\";s:2:\"px\";s:7:\"per_row\";i:3;s:15:\"feature_spacing\";s:9:\"25px 25px\";s:22:\"feature_spacing_mobile\";s:0:\"\";s:10:\"responsive\";b:1;s:12:\"_sow_form_id\";s:13:\"59098901dfc8a\";s:19:\"_sow_form_timestamp\";s:13:\"1723842181943\";s:16:\"icon_size_custom\";s:0:\"\";s:12:\"center_items\";s:0:\"\";s:22:\"more_text_bottom_align\";s:0:\"\";s:10:\"title_link\";s:0:\"\";s:9:\"icon_link\";s:0:\"\";s:12:\"link_feature\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-features-2367110006\";s:11:\"option_name\";s:19:\"widget_sow-features\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Features_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"79b5255f-3824-4515-958a-64a52ffe07b1\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:7;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:74:\"<h2><span style=\"text-decoration: underline;\">Cur</span>riculum Vitae</h2>\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"78711953761cf5b3aa04ad278179892\";s:19:\"_sow_form_timestamp\";s:13:\"1640979280849\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110007\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"1f379f70-805d-4593-a73e-d5d5fc82f1ba\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:8;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:650:\"<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Junior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"12851941961cf5b6d0a31b235319553\";s:19:\"_sow_form_timestamp\";s:13:\"1640979319080\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110008\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"6a0b6a82-a340-4086-ac81-134d45d7630f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:9;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:651:\"<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Senior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.\";s:20:\"text_selected_editor\";s:4:\"html\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:31:\"70165432261cf5b791b386685720879\";s:19:\"_sow_form_timestamp\";s:13:\"1640979330158\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2367110009\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"f14f54bb-2a36-43e3-9b2e-85d7c9d6689e\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:10;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:44:\"Looking to Interview Potential Team Members?\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:7:\"#ffffff\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:4:\"none\";s:5:\"color\";s:7:\"#EEEEEE\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"36340413361cf59f45033b810804744\";s:19:\"_sow_form_timestamp\";s:13:\"1640979435608\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2367110010\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"edcc8dcf-3052-4984-95c6-c047a9ec4712\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}i:11;a:10:{s:4:\"text\";s:10:\"Contact Me\";s:3:\"url\";s:0:\"\";s:10:\"new_window\";s:0:\"\";s:11:\"button_icon\";a:4:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:14:\"icon_placement\";s:0:\"\";}s:6:\"design\";a:14:{s:5:\"align\";s:6:\"center\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";s:0:\"\";s:9:\"font_size\";s:3:\"1em\";s:8:\"rounding\";s:6:\"0.25px\";s:7:\"padding\";s:3:\"1em\";s:5:\"width\";s:0:\"\";s:12:\"mobile_align\";s:0:\"\";s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:0:\"\";s:9:\"icon_size\";s:0:\"\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"onclick\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-button-2367110011\";s:11:\"option_name\";s:17:\"widget_sow-button\";s:8:\"download\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Button_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"c9ade8e1-8a73-4fe0-af94-8c491585a599\";s:5:\"style\";a:1:{s:18:\"background_display\";s:4:\"tile\";}}}i:12;a:8:{s:5:\"title\";s:0:\"\";s:8:\"networks\";a:3:{i:0;a:9:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:25:\"https://www.facebook.com/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}i:1;a:9:{s:4:\"name\";b:0;s:3:\"url\";s:20:\"https://twitter.com/\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}i:2;a:9:{s:4:\"name\";b:0;s:3:\"url\";s:7:\"mailto:\";s:10:\"icon_title\";s:0:\"\";s:10:\"icon_color\";s:7:\"#bad1da\";s:12:\"button_color\";s:7:\"#ffffff\";s:12:\"border_color\";s:0:\"\";s:16:\"icon_color_hover\";s:0:\"\";s:18:\"button_color_hover\";s:0:\"\";s:18:\"border_hover_color\";s:0:\"\";}}s:6:\"design\";a:10:{s:10:\"new_window\";b:1;s:5:\"theme\";s:4:\"flat\";s:5:\"hover\";b:1;s:9:\"icon_size\";s:1:\"1\";s:8:\"rounding\";s:3:\"1.5\";s:7:\"padding\";s:1:\"1\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:6:\"margin\";s:3:\"0.1\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:31:\"60915307861cf5848e47df111815620\";s:19:\"_sow_form_timestamp\";s:13:\"1640978515650\";s:22:\"so_sidebar_emulator_id\";s:35:\"sow-social-media-buttons-2367110012\";s:11:\"option_name\";s:31:\"widget_sow-social-media-buttons\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:43:\"SiteOrigin_Widget_SocialMediaButtons_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:7;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"f96e2e9d-8dea-4cd2-b82d-50ecad1a6e4f\";s:5:\"style\";a:2:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";}}}}s:5:\"grids\";a:8:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:8:\"soft-red\";s:5:\"label\";s:9:\"Education\";}i:2;a:3:{s:5:\"cells\";i:4;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:14:\"grayish-violet\";}i:3;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:10:\"lime-green\";s:5:\"label\";s:15:\"Featured Skills\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:18:\"desaturated-yellow\";s:5:\"label\";s:16:\"Curriculum Vitae\";}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#9b9d9e\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:8:\"soft-red\";s:5:\"label\";s:10:\"Contact Me\";}i:7;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:11:\"color_label\";s:14:\"grayish-violet\";s:5:\"label\";s:20:\"Social Sharing Links\";}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1407,23676,'panels_data','a:3:{s:7:\"widgets\";a:0:{}s:5:\"grids\";a:8:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:12:\"Introduction\";}i:1;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:9:\"Education\";}i:2;a:2:{s:5:\"cells\";i:4;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:3;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:15:\"Featured Skills\";}i:4;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:16:\"50px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:16:\"Curriculum Vitae\";}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:6:{s:7:\"padding\";s:16:\"0px 0px 75px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:6;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#9b9d9e\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:10:\"Contact Me\";}i:7;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:7:\"padding\";s:17:\"90px 0px 90px 0px\";s:10:\"background\";s:7:\"#bad1da\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:20:\"Social Sharing Links\";}}s:10:\"grid_cells\";a:12:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:2;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:3;s:6:\"weight\";d:0.25;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:7;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1408,23665,'_wp_attachment_image_alt','LitCaf'),(1416,23777,'_edit_lock','1745019610:1'),(1417,23777,'_edit_last','1'),(1422,23777,'_thumbnail_id','24181'),(1543,23,'_wp_desired_post_slug',''),(1546,23671,'_wp_desired_post_slug',''),(1668,23,'_edit_lock','1726499678:1'),(1669,23,'_su_rich_snippet_type','none'),(1684,23,'_wp_desired_post_slug','__trashed-2'),(1701,23895,'_edit_lock','1746142412:1'),(1702,23895,'_edit_last','1'),(1703,23895,'_wp_page_template','contact.php'),(1704,23895,'header_override','off'),(1705,23895,'header_cart','on'),(1706,23895,'header_search','on'),(1707,23895,'_su_rich_snippet_type','none'),(1708,23897,'_wp_attached_file','2024/10/litcaf-full-logo.png'),(1709,23897,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:200;s:4:\"file\";s:28:\"2024/10/litcaf-full-logo.png\";s:8:\"filesize\";i:25141;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"litcaf-full-logo-300x120.png\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"litcaf-full-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4423;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:26:\"litcaf-full-logo-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2220;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:28:\"litcaf-full-logo-400x160.png\";s:5:\"width\";i:400;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17971;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:28:\"litcaf-full-logo-400x200.png\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18980;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:28:\"litcaf-full-logo-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14237;}}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:{}}}'),(1729,23918,'_edit_lock','1744624892:1'),(1730,23918,'_edit_last','1'),(1731,23918,'_wp_page_template','sign_in_up.php'),(1732,23918,'header_override','off'),(1733,23918,'header_cart','on'),(1734,23918,'header_search','on'),(1735,23918,'_su_rich_snippet_type','none'),(1738,23922,'_menu_item_type','custom'),(1739,23922,'_menu_item_menu_item_parent','0'),(1740,23922,'_menu_item_object_id','23922'),(1741,23922,'_menu_item_object','custom'),(1742,23922,'_menu_item_target',''),(1743,23922,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1744,23922,'_menu_item_xfn',''),(1745,23922,'_menu_item_url','https://litcaf.com/'),(1746,23922,'_menu_item_orphaned','1734928154'),(1747,23922,'_menu_item_megamenu',''),(1748,23923,'_menu_item_type','post_type'),(1749,23923,'_menu_item_menu_item_parent','0'),(1750,23923,'_menu_item_object_id','23918'),(1751,23923,'_menu_item_object','page'),(1752,23923,'_menu_item_target',''),(1753,23923,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1754,23923,'_menu_item_xfn',''),(1755,23923,'_menu_item_url',''),(1756,23923,'_menu_item_orphaned','1734928154'),(1757,23923,'_menu_item_megamenu',''),(1760,23925,'_wp_attached_file','2024/12/20241223_162730_0000.png'),(1761,23925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:32:\"2024/12/20241223_162730_0000.png\";s:8:\"filesize\";i:898237;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118423;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"20241223_162730_0000-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:835690;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:542592;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:30:\"20241223_162730_0000-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8744;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:33:\"20241223_162730_0000-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:522353;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:33:\"20241223_162730_0000-1080x400.png\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353629;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191332;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168708;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:396444;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:32:\"20241223_162730_0000-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66266;}}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:{}}}'),(1762,23918,'page_bg','a:6:{s:16:\"background-color\";s:7:\"#eaeaea\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:19:\"background-position\";s:11:\"left center\";s:15:\"background-size\";s:0:\"\";s:16:\"background-image\";s:0:\"\";}'),(1763,23918,'_thumbnail_id','23925'),(1791,23941,'_edit_lock','1743845192:1'),(1792,23941,'_edit_last','1'),(1793,23941,'_wp_page_template','page-my-contacts.php'),(1794,23941,'header_override','off'),(1795,23941,'header_cart','on'),(1796,23941,'header_search','on'),(1797,23941,'_su_rich_snippet_type','none'),(1811,23956,'_menu_item_type','custom'),(1812,23956,'_menu_item_menu_item_parent','0'),(1813,23956,'_menu_item_object_id','23956'),(1814,23956,'_menu_item_object','custom'),(1815,23956,'_menu_item_target',''),(1816,23956,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1817,23956,'_menu_item_xfn',''),(1818,23956,'_menu_item_url','https://litcaf.com/'),(1819,23956,'_menu_item_orphaned','1735902045'),(1820,23956,'_menu_item_megamenu',''),(1821,23957,'_menu_item_type','post_type'),(1822,23957,'_menu_item_menu_item_parent','0'),(1823,23957,'_menu_item_object_id','23918'),(1824,23957,'_menu_item_object','page'),(1825,23957,'_menu_item_target',''),(1826,23957,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1827,23957,'_menu_item_xfn',''),(1828,23957,'_menu_item_url',''),(1829,23957,'_menu_item_orphaned','1735902045'),(1830,23957,'_menu_item_megamenu',''),(1831,23958,'_menu_item_type','post_type'),(1832,23958,'_menu_item_menu_item_parent','0'),(1833,23958,'_menu_item_object_id','23941'),(1834,23958,'_menu_item_object','page'),(1835,23958,'_menu_item_target',''),(1836,23958,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1837,23958,'_menu_item_xfn',''),(1838,23958,'_menu_item_url',''),(1839,23958,'_menu_item_orphaned','1735902046'),(1840,23958,'_menu_item_megamenu',''),(1851,23960,'_wp_attached_file','2025/01/litcaf.jpg'),(1852,23960,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1224;s:6:\"height\";i:786;s:4:\"file\";s:18:\"2025/01/litcaf.jpg\";s:8:\"filesize\";i:48639;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"litcaf-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8922;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"litcaf-1024x658.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:658;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"litcaf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4747;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"litcaf-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31564;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:16:\"litcaf-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1884;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:19:\"litcaf-1200x600.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48924;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:19:\"litcaf-1200x400.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33385;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:18:\"litcaf-400x257.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13004;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:18:\"litcaf-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15360;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:18:\"litcaf-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32125;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:18:\"litcaf-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7734;}}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:{}}}'),(1866,23972,'_edit_lock','1743995532:1'),(1867,23972,'_edit_last','1'),(1868,23972,'_wp_page_template','makecard.php'),(1869,23972,'header_override','off'),(1870,23972,'header_cart','on'),(1871,23972,'header_search','on'),(1872,23972,'_su_rich_snippet_type','none'),(1873,23976,'_edit_lock','1736639410:1'),(1874,23976,'_edit_last','1'),(1875,23976,'_wp_page_template','default'),(1876,23976,'header_override','off'),(1877,23976,'header_cart','on'),(1878,23976,'header_search','on'),(1879,23976,'_su_rich_snippet_type','none'),(1880,23976,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"948b4ef4-8cf2-42b8-827c-74d0d8060cd5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}s:10:\"cell_index\";i:0;}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:18:\"3px 10px 15px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:18:\"5px 10px 30px 10px\";}s:10:\"cell_index\";i:0;}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1881,23981,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1882,23982,'_wp_attached_file','2025/01/IMG-20250108-WA0001.jpg'),(1883,23982,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2025/01/IMG-20250108-WA0001.jpg\";s:8:\"filesize\";i:79447;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14574;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"IMG-20250108-WA0001-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74374;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG-20250108-WA0001-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1907;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:32:\"IMG-20250108-WA0001-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57081;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:32:\"IMG-20250108-WA0001-1080x400.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50554;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23308;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19426;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-650x600.jpg\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51371;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:31:\"IMG-20250108-WA0001-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7919;}}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:{}}}'),(1884,23983,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:18:{s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:23982;s:3:\"url\";s:76:\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001-300x300.jpg\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"6c04eee8-cd2a-4599-bdaf-91810083b192\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_image-2397610000\";s:11:\"option_name\";s:18:\"widget_media_image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"40px\";s:6:\"gutter\";s:4:\"40px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1885,23984,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:18:{s:4:\"size\";s:4:\"full\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:14:\"Submit Article\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:23982;s:3:\"url\";s:68:\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001.jpg\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dabe9835-b1d2-4720-b307-3b2b1186bdb6\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_image-2397610000\";s:11:\"option_name\";s:18:\"widget_media_image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"40px\";s:6:\"gutter\";s:4:\"40px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1886,23985,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:18:{s:4:\"size\";s:6:\"custom\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:14:\"Submit Article\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:23982;s:3:\"url\";s:68:\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001.jpg\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"36441c62-d03d-4089-8998-75b046a65354\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_image-2397610000\";s:11:\"option_name\";s:18:\"widget_media_image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"40px\";s:6:\"gutter\";s:4:\"40px\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1887,23986,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:18:{s:4:\"size\";s:6:\"custom\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:14:\"Submit Article\";s:9:\"link_type\";s:0:\"\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:13:\"attachment_id\";i:23982;s:3:\"url\";s:68:\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001.jpg\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"edab0766-1572-46de-870a-c5262ff29fe7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_image-2397610000\";s:11:\"option_name\";s:18:\"widget_media_image\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1888,23987,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"4bb23f9b-9aba-44e0-9aa0-b9caca5cfe00\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 20px 20px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 30px 30px 30px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1889,23988,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"cd20a0e3-8d77-40e9-868b-534a2819ac42\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"20px 30px 20px 30px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"30px 50px 30px 50px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1890,23982,'_wp_attachment_image_alt','Submit'),(1891,23976,'_thumbnail_id','23982'),(1892,23989,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"948b4ef4-8cf2-42b8-827c-74d0d8060cd5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:18:\"5px 10px 15px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 30px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1893,23990,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"948b4ef4-8cf2-42b8-827c-74d0d8060cd5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:18:\"5px 10px 15px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 30px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1894,23991,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:14:\"Submit Article\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1186027333677e7e726bc76631750665\";s:19:\"_sow_form_timestamp\";s:13:\"1736343332987\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2397610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"948b4ef4-8cf2-42b8-827c-74d0d8060cd5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:29:\"<p>[fep_submission_form]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:30:\"92457833677e76bf2b1ca663403531\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"1d21ac18-602a-4e38-8d48-38b4f0e97d62\";s:5:\"style\";a:7:{s:7:\"padding\";s:18:\"3px 10px 15px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:18:\"5px 10px 30px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2397610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"20px 20px 10px 20px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1895,23992,'_edit_lock','1736639483:1'),(1896,23992,'_edit_last','1'),(1897,23992,'_wp_page_template','default'),(1898,23992,'header_override','off'),(1899,23992,'header_cart','on'),(1900,23992,'header_search','on'),(1901,23992,'_su_rich_snippet_type','none'),(1902,23992,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:11:\"My Articles\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"685296244677e85b0670ee973758284\";s:19:\"_sow_form_timestamp\";s:13:\"1736345184246\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2399210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"88ceb6cc-8dd8-4c99-8f01-5fe092a96b66\";s:5:\"style\";a:7:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 20px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:26:\"<p>[fep_article_list]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1015775462677e879b6e469343519409\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80a0efb4-971c-4e3e-a242-c6e1e332eef0\";s:5:\"style\";a:9:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"15px 15px 15px 15px\";s:10:\"font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#3f3f3f\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2399210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1903,23994,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:11:\"My Articles\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"685296244677e85b0670ee973758284\";s:19:\"_sow_form_timestamp\";s:13:\"1736345184246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"23f5b86b-a4ae-46d1-8656-e04679df8364\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2399210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:18:\"[fep_article_list]\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80a0efb4-971c-4e3e-a242-c6e1e332eef0\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2399210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1904,23995,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:11:\"My Articles\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"685296244677e85b0670ee973758284\";s:19:\"_sow_form_timestamp\";s:13:\"1736345184246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"88ceb6cc-8dd8-4c99-8f01-5fe092a96b66\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2399210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:18:\"[fep_article_list]\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80a0efb4-971c-4e3e-a242-c6e1e332eef0\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2399210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1905,23996,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:11:\"My Articles\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"685296244677e85b0670ee973758284\";s:19:\"_sow_form_timestamp\";s:13:\"1736345184246\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"88ceb6cc-8dd8-4c99-8f01-5fe092a96b66\";s:5:\"style\";a:7:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 20px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2399210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:26:\"<p>[fep_article_list]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1015775462677e879b6e469343519409\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80a0efb4-971c-4e3e-a242-c6e1e332eef0\";s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:10:\"font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#3f3f3f\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2399210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1906,23997,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:11:\"My Articles\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"685296244677e85b0670ee973758284\";s:19:\"_sow_form_timestamp\";s:13:\"1736345184246\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2399210000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"88ceb6cc-8dd8-4c99-8f01-5fe092a96b66\";s:5:\"style\";a:7:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 20px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:26:\"<p>[fep_article_list]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1015775462677e879b6e469343519409\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"80a0efb4-971c-4e3e-a242-c6e1e332eef0\";s:5:\"style\";a:9:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"15px 15px 15px 15px\";s:10:\"font_color\";s:7:\"#000000\";s:10:\"link_color\";s:7:\"#3f3f3f\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2399210001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1907,23998,'_edit_lock','1736348914:1'),(1908,23998,'_edit_last','1'),(1909,23998,'_wp_page_template','new-status.php'),(1910,23998,'header_override','off'),(1911,23998,'header_cart','on'),(1912,23998,'header_search','on'),(1913,23998,'_su_rich_snippet_type','none'),(1914,24000,'_menu_item_type','post_type'),(1915,24000,'_menu_item_menu_item_parent','0'),(1916,24000,'_menu_item_object_id','23918'),(1917,24000,'_menu_item_object','page'),(1918,24000,'_menu_item_target',''),(1919,24000,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1920,24000,'_menu_item_xfn',''),(1921,24000,'_menu_item_url',''),(1922,24000,'_menu_item_orphaned','1736352400'),(1923,24000,'_menu_item_megamenu',''),(1924,24001,'_menu_item_type','post_type'),(1925,24001,'_menu_item_menu_item_parent','0'),(1926,24001,'_menu_item_object_id','23972'),(1927,24001,'_menu_item_object','page'),(1928,24001,'_menu_item_target',''),(1929,24001,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1930,24001,'_menu_item_xfn',''),(1931,24001,'_menu_item_url',''),(1932,24001,'_menu_item_orphaned','1736352400'),(1933,24001,'_menu_item_megamenu',''),(1934,24002,'_menu_item_type','post_type'),(1935,24002,'_menu_item_menu_item_parent','0'),(1936,24002,'_menu_item_object_id','23992'),(1937,24002,'_menu_item_object','page'),(1938,24002,'_menu_item_target',''),(1939,24002,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1940,24002,'_menu_item_xfn',''),(1941,24002,'_menu_item_url',''),(1942,24002,'_menu_item_orphaned','1736352400'),(1943,24002,'_menu_item_megamenu',''),(1944,24003,'_menu_item_type','post_type'),(1945,24003,'_menu_item_menu_item_parent','0'),(1946,24003,'_menu_item_object_id','23941'),(1947,24003,'_menu_item_object','page'),(1948,24003,'_menu_item_target',''),(1949,24003,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1950,24003,'_menu_item_xfn',''),(1951,24003,'_menu_item_url',''),(1952,24003,'_menu_item_orphaned','1736352400'),(1953,24003,'_menu_item_megamenu',''),(1954,24004,'_menu_item_type','post_type'),(1955,24004,'_menu_item_menu_item_parent','0'),(1956,24004,'_menu_item_object_id','23976'),(1957,24004,'_menu_item_object','page'),(1958,24004,'_menu_item_target',''),(1959,24004,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1960,24004,'_menu_item_xfn',''),(1961,24004,'_menu_item_url',''),(1962,24004,'_menu_item_orphaned','1736352400'),(1963,24004,'_menu_item_megamenu',''),(1974,24006,'_edit_lock','1736778122:1'),(1975,24006,'_edit_last','1'),(1976,24006,'_wp_page_template','default'),(1977,24006,'header_override','off'),(1978,24006,'header_cart','on'),(1979,24006,'header_search','on'),(1980,24006,'_su_rich_snippet_type','none'),(1981,24006,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"15px 15px 15px 15px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 5px 10px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1982,24007,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"475062959677eaebbc7753524254795\";s:19:\"_sow_form_timestamp\";s:13:\"1736355698185\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"68fafd53-3a31-4018-8ffd-66a69635ebd3\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:34:\"[profilepress-edit-profile id=\"8\"]\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c322afa5-7dc0-4b1c-824b-23a0796fe2bb\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1983,24008,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"475062959677eaebbc7753524254795\";s:19:\"_sow_form_timestamp\";s:13:\"1736355698185\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"9dee3597-df40-49e9-b7d2-b77e48d89d15\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c6a3640f-3a33-4c31-887a-4b5fe49bb0fc\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 15px 10px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1984,24009,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"475062959677eaebbc7753524254795\";s:19:\"_sow_form_timestamp\";s:13:\"1736355698185\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"db7a97e1-fea5-41af-accc-60d77f81b269\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"fd04493a-3551-4e01-9e81-69bd6fd4445b\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 25px 10px 25px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 15px 10px 15px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1985,24010,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:31:\"475062959677eaebbc7753524254795\";s:19:\"_sow_form_timestamp\";s:13:\"1736355698185\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"26037b99-ffc5-490c-abaa-29bc235d992b\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3cc6eb6b-e686-406c-8c0d-0938209b9730\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 25px 10px 25px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 15px 10px 15px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1986,24011,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"bbba398e-5a1c-48cf-8c15-1e82e452bb8c\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"00eefef3-ae8c-4975-aea8-9a27b43a8c30\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 25px 10px 25px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 15px 10px 15px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1987,24012,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b92a4780-6ec5-466b-8444-b2c93993d893\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"81d989d4-14d9-4b5b-96d0-4b50796d4dc2\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 25px 10px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 15px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1988,24013,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ea524976-ae80-41e7-9d83-79f9d51489b7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e9b81619-2b2f-4d55-89a4-97f8c3733059\";s:5:\"style\";a:7:{s:7:\"padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"5px 5px 5px 5px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1989,24014,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"2dcd3cbe-5f48-477b-a1ec-9380595d1c6e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"0d178f40-c4b8-4523-8489-404852044d24\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1990,24015,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"b261b777-98f3-4b4d-b81c-f24573f1a33d\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"e32af81b-715b-4409-a902-a5e724e68db5\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1991,24016,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"e15926f8-df34-4c38-9c30-9458e214c64b\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"601d3141-31d7-4978-afd9-89f7faadc6e1\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1992,24017,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"8993272c-0057-4fbc-9e8a-fecda3d20ff9\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"f82edd77-1afe-4202-889b-ca6a284b721a\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:3:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:2;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:6:\"center\";}}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1993,24018,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"99513e31-b6d2-4103-8a5f-74cda3075322\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"b9e3c5ac-7143-4f3e-a0a7-52addb6a1ee7\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 10px 10px 10px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1994,24019,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1995,24020,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 15px 10px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1996,24021,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 15px 10px 15px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1997,24022,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 25px 10px 25px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1998,24023,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 5px 10px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(1999,24024,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}s:10:\"cell_index\";i:0;}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:8:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}s:10:\"cell_index\";i:0;}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 5px 10px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2000,24025,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";i:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 5px 10px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2001,24026,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:11:{s:8:\"headline\";a:16:{s:4:\"text\";s:12:\"Edit Profile\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h2\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";}s:12:\"sub_headline\";a:16:{s:4:\"text\";s:0:\"\";s:15:\"destination_url\";s:0:\"\";s:3:\"tag\";s:2:\"h3\";s:5:\"color\";s:0:\"\";s:11:\"hover_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:0:\"\";s:14:\"font_size_unit\";s:2:\"px\";s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:11:\"line_height\";s:0:\"\";s:16:\"line_height_unit\";s:2:\"px\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";s:10:\"new_window\";s:0:\"\";}s:7:\"divider\";a:10:{s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:4:\"#eee\";s:9:\"thickness\";d:1;s:5:\"align\";s:6:\"center\";s:12:\"mobile_align\";s:6:\"center\";s:5:\"width\";s:3:\"80%\";s:10:\"width_unit\";s:1:\"%\";s:6:\"margin\";s:0:\"\";s:11:\"margin_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:5:\"order\";a:3:{i:0;s:8:\"headline\";i:1;s:7:\"divider\";i:2;s:12:\"sub_headline\";}s:18:\"fittext_compressor\";d:0.85;s:12:\"_sow_form_id\";s:32:\"1733560691677eb144def26704763190\";s:19:\"_sow_form_timestamp\";s:13:\"1736356499321\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:33:\"SiteOrigin_Widget_Headline_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\";s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"15px 15px 15px 15px\";}}s:7:\"fittext\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:23:\"sow-headline-2400610000\";s:11:\"option_name\";s:19:\"widget_sow-headline\";}i:1;a:9:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:42:\"<p>[profilepress-edit-profile id=\"8\"]</p>\n\";s:20:\"text_selected_editor\";s:7:\"tinymce\";s:5:\"autop\";b:1;s:12:\"_sow_form_id\";s:32:\"1941152786677eaefddcc9d689731512\";s:19:\"_sow_form_timestamp\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2400610001\";s:11:\"option_name\";s:17:\"widget_sow-editor\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:2:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}i:1;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 5px 10px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";}}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2002,24027,'_edit_lock','1746142576:1'),(2003,24027,'_edit_last','1'),(2004,24027,'_wp_page_template','contact.php'),(2005,24027,'header_override','off'),(2006,24027,'header_cart','on'),(2007,24027,'header_search','on'),(2008,24027,'_su_rich_snippet_type','none'),(2010,24029,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:7:{s:6:\"filter\";s:1:\"1\";s:4:\"text\";s:38:\"<?php /* Template Name: MyStatus */ ?>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"SiteOrigin_Widget_Editor_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"f22dbbc2-6944-4dc2-b262-c21f33e90485\";s:5:\"style\";a:0:{}}s:22:\"so_sidebar_emulator_id\";s:21:\"sow-editor-2402710000\";s:11:\"option_name\";s:17:\"widget_sow-editor\";}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2011,24032,'_edit_lock','1746111284:1'),(2012,24032,'_edit_last','1'),(2013,24032,'_wp_page_template','mystatus.php'),(2014,24032,'header_override','off'),(2015,24032,'header_cart','on'),(2016,24032,'header_search','on'),(2017,24032,'_su_rich_snippet_type','none'),(2020,24035,'_wp_attached_file','2024/09/LITCAF-SLIDER-1.png'),(2021,24035,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:978;s:6:\"height\";i:468;s:4:\"file\";s:27:\"2024/09/LITCAF-SLIDER-1.png\";s:8:\"filesize\";i:164709;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-300x144.png\";s:5:\"width\";i:300;s:6:\"height\";i:144;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13050;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-768x368.png\";s:5:\"width\";i:768;s:6:\"height\";i:368;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132853;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"LITCAF-SLIDER-1-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3638;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-978x400.png\";s:5:\"width\";i:978;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161303;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-400x191.png\";s:5:\"width\";i:400;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43364;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63186;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-650x468.png\";s:5:\"width\";i:650;s:6:\"height\";i:468;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105024;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:27:\"LITCAF-SLIDER-1-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28832;}}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:{}}}'),(2023,24036,'_edit_lock','1744645572:1'),(2028,24036,'_edit_last','1'),(2029,24036,'_su_rich_snippet_type','none'),(2032,24040,'_edit_lock','1736778964:1'),(2033,24040,'_edit_last','1'),(2034,24040,'_wp_page_template','page-sidebar2.php'),(2035,24040,'header_override','off'),(2036,24040,'header_cart','on'),(2037,24040,'header_search','on'),(2038,24040,'_su_rich_snippet_type','none'),(2055,24048,'_wp_attached_file','2024/09/images-20.jpeg'),(2056,24048,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:615;s:6:\"height\";i:321;s:4:\"file\";s:22:\"2024/09/images-20.jpeg\";s:8:\"filesize\";i:59364;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-20-300x157.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-20-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6573;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-20-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2288;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-20-400x209.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19060;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-20-400x321.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23088;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-20-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2057,24049,'_edit_lock','1744645419:1'),(2062,24049,'_edit_last','1'),(2064,24049,'_su_rich_snippet_type','none'),(2079,24049,'_thumbnail_id','24048'),(2094,24062,'_edit_lock','1744670412:1'),(2097,24064,'_wp_attached_file','2025/01/images-22.jpeg'),(2098,24064,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:638;s:6:\"height\";i:469;s:4:\"file\";s:22:\"2025/01/images-22.jpeg\";s:8:\"filesize\";i:15123;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-22-300x221.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8977;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-22-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4763;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-22-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1896;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"images-22-638x400.jpeg\";s:5:\"width\";i:638;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21360;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-22-400x294.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13243;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-22-400x340.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15128;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-22-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7346;}}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:{}}}'),(2101,24062,'_thumbnail_id','24064'),(2102,24062,'_edit_last','1'),(2103,24062,'_su_rich_snippet_type','none'),(2124,24062,'footnotes',''),(2129,24075,'footnotes',''),(2131,24076,'_wp_attached_file','2025/01/Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000.png'),(2132,24076,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1920;s:4:\"file\";s:100:\"2025/01/Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000.png\";s:8:\"filesize\";i:3421090;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-169x300.png\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100146;}s:5:\"large\";a:5:{s:4:\"file\";s:101:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-576x1024.png\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1113808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44097;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:101:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-768x1365.png\";s:5:\"width\";i:768;s:6:\"height\";i:1365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1844915;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:101:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-864x1536.png\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2256227;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:98:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7605;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:101:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1132136;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:101:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-1080x400.png\";s:5:\"width\";i:1080;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:759513;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-400x711.png\";s:5:\"width\";i:400;s:6:\"height\";i:711;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:566846;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:279146;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:740064;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:100:\"Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104115;}}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:{}}}'),(2133,24077,'_wp_attached_file','2025/01/images-21.jpeg'),(2134,24077,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:645;s:6:\"height\";i:475;s:4:\"file\";s:22:\"2025/01/images-21.jpeg\";s:8:\"filesize\";i:22959;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-21-300x221.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-21-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5341;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-21-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1897;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"images-21-645x400.jpeg\";s:5:\"width\";i:645;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29380;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-21-400x295.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15709;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-21-400x340.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18454;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-21-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8225;}}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:{}}}'),(2135,24078,'_edit_lock','1744661315:1'),(2138,24080,'_wp_attached_file','2025/01/images-23.jpeg'),(2139,24080,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:518;s:6:\"height\";i:299;s:4:\"file\";s:22:\"2025/01/images-23.jpeg\";s:8:\"filesize\";i:45132;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-23-300x173.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12682;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-23-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7012;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-23-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2357;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-23-400x231.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18979;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-23-400x299.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24093;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-23-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2142,24078,'_edit_last','1'),(2143,24078,'_su_rich_snippet_type','none'),(2146,24078,'_thumbnail_id','24080'),(2167,24090,'_edit_lock','1744662101:1'),(2168,24092,'_wp_attached_file','2025/01/images-30.jpeg'),(2169,24092,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:543;s:6:\"height\";i:335;s:4:\"file\";s:22:\"2025/01/images-30.jpeg\";s:8:\"filesize\";i:34522;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-30-300x185.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10076;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-30-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5844;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-30-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2236;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-30-400x247.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14404;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-30-400x335.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18338;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-30-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9434;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(2174,24090,'_edit_last','1'),(2176,24090,'_su_rich_snippet_type','none'),(2190,24090,'_thumbnail_id','24092'),(2210,24110,'_wp_attached_file','2025/01/images-36.jpeg'),(2211,24110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:628;s:6:\"height\";i:488;s:4:\"file\";s:22:\"2025/01/images-36.jpeg\";s:8:\"filesize\";i:31288;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-36-300x233.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-36-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5979;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-36-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1977;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"images-36-628x400.jpeg\";s:5:\"width\";i:628;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44302;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-36-400x311.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22849;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-36-400x340.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24297;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-36-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11304;}}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:{}}}'),(2212,24111,'_wp_attached_file','2025/01/images-34.jpeg'),(2213,24111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:606;s:6:\"height\";i:506;s:4:\"file\";s:22:\"2025/01/images-34.jpeg\";s:8:\"filesize\";i:42004;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"images-34-300x250.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20775;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"images-34-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7959;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"images-34-70x60.jpeg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2306;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"images-34-606x400.jpeg\";s:5:\"width\";i:606;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59936;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"images-34-400x334.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32640;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"images-34-400x340.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32781;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"images-34-272x182.jpeg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16445;}}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:{}}}'),(2214,24112,'_edit_lock','1746111562:1'),(2215,24112,'_edit_last','1'),(2216,24112,'_wp_page_template','new-status.php'),(2217,24112,'header_override','off'),(2218,24112,'header_cart','on'),(2219,24112,'header_search','on'),(2220,24112,'_su_rich_snippet_type','none'),(2221,24116,'_edit_lock','1737474272:1'),(2222,24116,'_edit_last','1'),(2223,24116,'_wp_page_template','delete-status.php'),(2224,24116,'header_override','off'),(2225,24116,'header_cart','on'),(2226,24116,'header_search','on'),(2227,24116,'_su_rich_snippet_type','none'),(2230,24124,'_card_request_user_id','1'),(2231,24124,'_card_request_name','tope_litcaf'),(2232,24124,'_card_request_address','No 1, Alejolowo str, ifelodun Estate'),(2233,24124,'_card_request_email','mubarakolagoke@gmail.com'),(2234,24124,'_card_request_phone','08146874760'),(2235,24124,'_card_request_position','Software Developer'),(2236,24124,'_card_request_logo','data:image/png;base64,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'),(2237,24124,'_card_request_template','template-files/CARD-XII.php'),(2238,24124,'_card_request_description','Senior Developer'),(2239,24124,'_card_request_promo_code',''),(2240,24124,'_card_request_status','pending'),(2241,24124,'_card_request_created_at','2025-03-12 13:22:12'),(2242,24124,'_edit_lock','1741785996:1'),(2243,24124,'_edit_last','1'),(2244,24125,'_card_request_user_id','1'),(2245,24125,'_card_request_name','tope_litcaf'),(2246,24125,'_card_request_address','No 1, Alejolowo str, ifelodun Estate'),(2247,24125,'_card_request_email','mubarakolagoke@gmail.com'),(2248,24125,'_card_request_phone','08146874760'),(2249,24125,'_card_request_position','Software Developer'),(2250,24125,'_card_request_logo','data:image/png;base64,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'),(2251,24125,'_card_request_template','template-files/CARD-XII.php'),(2252,24125,'_card_request_description','software Developer'),(2253,24125,'_card_request_promo_code',''),(2254,24125,'_card_request_status','pending'),(2255,24125,'_card_request_created_at','2025-03-12 15:07:48'),(2256,24126,'_card_request_user_id','1'),(2257,24127,'_card_request_user_id','1'),(2258,24132,'_wpcode_auto_insert','1'),(2259,24132,'_wpcode_auto_insert_number','1'),(2260,24133,'_wpcode_auto_insert','1'),(2261,24133,'_wpcode_library_id','12'),(2262,24134,'_wpcode_auto_insert','1'),(2263,24134,'_wpcode_auto_insert_number','1'),(2264,24134,'_wpcode_conditional_logic_enabled',''),(2265,24134,'_wpcode_conditional_logic','a:0:{}'),(2266,24134,'_wpcode_priority','10'),(2267,24134,'_wpcode_library_id','42'),(2268,24134,'_wpcode_library_version','1.0.0'),(2269,24134,'_wpcode_note','Hide the WordPress Admin Bar for all users in the frontend.'),(2270,24134,'_wpcode_location_extra',''),(2271,24134,'_wpcode_shortcode_attributes','a:0:{}'),(2272,24134,'_edit_lock','1743817793:1'),(2276,24136,'_wp_attached_file','2024/09/1000003012.jpg'),(2277,24136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2024/09/1000003012.jpg\";s:8:\"filesize\";i:22146;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"1000003012-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"1000003012-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5282;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:20:\"1000003012-70x60.jpg\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2060;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:22:\"1000003012-640x600.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35226;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:22:\"1000003012-640x400.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19391;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:22:\"1000003012-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19325;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:22:\"1000003012-400x340.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17082;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:22:\"1000003012-640x600.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35226;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:22:\"1000003012-272x182.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8260;}}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:{}}}'),(2278,24137,'_wp_attached_file','2024/09/Get-Your-Card-now.mp4'),(2279,24137,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:645240;s:8:\"filesize\";i:408983;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:5;s:16:\"length_formatted\";s:4:\"0:05\";s:5:\"width\";i:1600;s:6:\"height\";i:900;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2304,24149,'footnotes',''),(2307,24150,'footnotes',''),(2312,24152,'footnotes',''),(2315,24153,'footnotes',''),(2324,24156,'footnotes',''),(2329,24158,'footnotes',''),(2332,24159,'footnotes',''),(2363,24175,'footnotes',''),(2374,24181,'_wp_attached_file','2024/09/Decluttering.png'),(2375,24181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1719;s:6:\"height\";i:1313;s:4:\"file\";s:24:\"2024/09/Decluttering.png\";s:8:\"filesize\";i:463629;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Decluttering-300x229.png\";s:5:\"width\";i:300;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35841;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Decluttering-1024x782.png\";s:5:\"width\";i:1024;s:6:\"height\";i:782;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Decluttering-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17101;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Decluttering-768x587.png\";s:5:\"width\";i:768;s:6:\"height\";i:587;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133909;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"Decluttering-1536x1173.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1173;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:388451;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:22:\"Decluttering-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5045;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:25:\"Decluttering-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:242379;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:25:\"Decluttering-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162717;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:24:\"Decluttering-400x306.png\";s:5:\"width\";i:400;s:6:\"height\";i:306;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53330;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:24:\"Decluttering-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57998;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:24:\"Decluttering-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:123273;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:24:\"Decluttering-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30988;}}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:{}}}'),(2376,24181,'_wp_attachment_image_alt','Clutter in office desk'),(2379,23777,'_su_rich_snippet_type','none'),(2386,24184,'_wp_attached_file','2025/04/CardLit-Finally.png'),(2387,24184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1077;s:6:\"height\";i:652;s:4:\"file\";s:27:\"2025/04/CardLit-Finally.png\";s:8:\"filesize\";i:574781;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-300x182.png\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62284;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"CardLit-Finally-1024x620.png\";s:5:\"width\";i:1024;s:6:\"height\";i:620;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:470634;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-768x465.png\";s:5:\"width\";i:768;s:6:\"height\";i:465;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297871;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:25:\"CardLit-Finally-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7583;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:28:\"CardLit-Finally-1077x600.png\";s:5:\"width\";i:1077;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:511769;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:28:\"CardLit-Finally-1077x400.png\";s:5:\"width\";i:1077;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:427471;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-400x242.png\";s:5:\"width\";i:400;s:6:\"height\";i:242;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100899;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142691;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:336613;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:27:\"CardLit-Finally-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58703;}}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:{}}}'),(2388,24184,'_wp_attachment_image_alt','Finally, what Digital Business Card is supposed to be'),(2389,24188,'_edit_lock','1744625754:1'),(2392,24188,'_edit_last','1'),(2393,24188,'header_override','off'),(2394,24188,'header_cart','on'),(2395,24188,'header_search','on'),(2396,24188,'_su_rich_snippet_type','none'),(2400,24199,'_acf_changed',''),(2401,24199,'footnotes',''),(2403,24201,'hdq_question_data','a:10:{s:13:\"question_type\";a:2:{s:5:\"value\";s:20:\"multiple_choice_text\";s:4:\"type\";s:6:\"select\";}s:8:\"paginate\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:16:\"question_answers\";a:2:{s:5:\"value\";a:3:{i:0;a:5:{s:5:\"value\";s:50:\"<small>An objective to push down inflation</small>\";s:5:\"image\";i:0;s:8:\"selected\";s:0:\"\";s:6:\"weight\";i:1;s:8:\"imageURL\";s:0:\"\";}i:1;a:5:{s:5:\"value\";s:115:\"<small>Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</small>\";s:5:\"image\";i:0;s:8:\"selected\";s:0:\"\";s:6:\"weight\";i:1;s:8:\"imageURL\";s:0:\"\";}i:2;a:5:{s:5:\"value\";s:112:\"<small>Asides the meta data, which he shared the basic concern is the economy of underdeveloped nations.</small>\";s:5:\"image\";i:0;s:8:\"selected\";s:3:\"yes\";s:6:\"weight\";i:1;s:8:\"imageURL\";s:0:\"\";}}s:4:\"type\";s:17:\"hdq_field_answers\";}s:7:\"quiz_id\";a:2:{s:5:\"value\";s:2:\"62\";s:4:\"type\";s:6:\"hidden\";}s:11:\"question_id\";a:2:{s:5:\"value\";s:5:\"24201\";s:4:\"type\";s:6:\"hidden\";}s:7:\"tooltip\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:4:\"text\";}s:14:\"featured_image\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"image\";}s:13:\"extra_content\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"editor\";}s:23:\"before_question_content\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"editor\";}s:14:\"question_title\";a:1:{s:5:\"value\";s:119:\"<h4>According to Jereome Powell, Evidence Data to adjust key economic dynamics have these takeaways, except which?</h4>\";}}'),(2429,24215,'_wpcode_auto_insert','1'),(2430,24215,'_wpcode_auto_insert_number','1'),(2431,24215,'_wpcode_conditional_logic_enabled','1'),(2432,24215,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}}}'),(2433,24215,'_wpcode_priority','10'),(2434,24215,'_wpcode_library_id','53'),(2435,24215,'_wpcode_library_version','1.0.0'),(2436,24215,'_wpcode_note','Extend the default Text Widget with shortcode execution.'),(2437,24215,'_wpcode_location_extra',''),(2438,24215,'_wpcode_shortcode_attributes','a:0:{}'),(2439,24215,'_edit_lock','1744660535:1'),(2441,24215,'_wp_desired_post_slug','enable-shortcode-execution-in-text-widgets'),(2442,24216,'_wpcode_auto_insert','0'),(2443,24216,'_wpcode_auto_insert_number','1'),(2444,24216,'_wpcode_conditional_logic_enabled',''),(2445,24216,'_wpcode_conditional_logic','a:0:{}'),(2446,24216,'_wpcode_priority','10'),(2447,24216,'_wpcode_library_id','4152'),(2448,24216,'_wpcode_library_version','1.0.0'),(2449,24216,'_wpcode_note','Use this snippet to enable shortcode execution in WPCode HTML snippets.'),(2450,24216,'_wpcode_location_extra',''),(2451,24216,'_wpcode_shortcode_attributes','a:0:{}'),(2452,24216,'_edit_lock','1744661151:1'),(2453,24216,'_wp_desired_post_slug','enable-shortcode-execution-in-wpcode-html-snippets'),(2454,24217,'_wpcode_auto_insert','1'),(2455,24217,'_wpcode_auto_insert_number','1'),(2456,24217,'_wpcode_conditional_logic_enabled',''),(2457,24217,'_wpcode_priority','10'),(2458,24217,'_wpcode_note',''),(2459,24217,'_wpcode_location_extra',''),(2460,24217,'_wpcode_shortcode_attributes','a:0:{}'),(2461,24217,'_edit_lock','1744661775:1'),(2462,24217,'_wpcode_conditional_logic','a:0:{}'),(2463,24217,'_wp_desired_post_slug','untitled-snippet'),(2464,24218,'_acf_changed',''),(2465,24218,'footnotes',''),(2470,24220,'footnotes',''),(2471,24221,'footnotes',''),(2472,24222,'footnotes',''),(2475,24224,'footnotes',''),(2476,24225,'footnotes',''),(2477,24226,'footnotes',''),(2478,24226,'_acf_changed',''),(2483,24229,'_edit_lock','1744922850:1'),(2484,24229,'_edit_last','1'),(2485,24229,'_wp_page_template','CategoryUsers.php'),(2486,24229,'header_override','off'),(2487,24229,'header_cart','on'),(2488,24229,'header_search','on'),(2489,24229,'_su_rich_snippet_type','none'),(2490,24231,'_edit_lock','1744923839:1'),(2491,24231,'_edit_last','1'),(2492,24231,'_wp_page_template','CategoryUsers.php'),(2493,24231,'header_override','off'),(2494,24231,'header_cart','on'),(2495,24231,'header_search','on'),(2496,24231,'_su_rich_snippet_type','none'),(2508,24241,'_wpcode_auto_insert','1'),(2509,24241,'_wpcode_auto_insert_number','1'),(2510,24241,'_wpcode_conditional_logic_enabled',''),(2511,24241,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:0:{}}'),(2512,24241,'_wpcode_priority','10'),(2513,24241,'_wpcode_note',''),(2514,24241,'_wpcode_location_extra',''),(2515,24241,'_wpcode_shortcode_attributes','a:0:{}'),(2516,24241,'_edit_lock','1745025102:1'),(2517,24242,'_wpcode_auto_insert','1'),(2518,24242,'_wpcode_auto_insert_number','1'),(2519,24242,'_wpcode_conditional_logic_enabled',''),(2520,24242,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:1:{i:0;a:1:{i:0;a:4:{s:4:\"type\";s:4:\"user\";s:6:\"option\";s:9:\"logged_in\";s:8:\"relation\";s:1:\"=\";s:5:\"value\";s:1:\"1\";}}}}'),(2521,24242,'_wpcode_priority','10'),(2522,24242,'_wpcode_library_id','33959'),(2523,24242,'_wpcode_library_version','1.0.0'),(2524,24242,'_wpcode_note','Display the author bio (if any) after the post content.'),(2525,24242,'_wpcode_location_extra',''),(2526,24242,'_wpcode_shortcode_attributes','a:0:{}'),(2527,24242,'_edit_lock','1745020572:1'),(2528,24132,'_edit_lock','1745026189:1'),(2529,24132,'_wpcode_conditional_logic_enabled',''),(2530,24132,'_wpcode_conditional_logic','a:0:{}'),(2531,24132,'_wpcode_priority','10'),(2532,24132,'_wpcode_note',''),(2533,24132,'_wpcode_location_extra',''),(2534,24132,'_wpcode_shortcode_attributes','a:0:{}'),(2535,24244,'_wpcode_auto_insert','1'),(2536,24244,'_wpcode_auto_insert_number','1'),(2537,24244,'_wpcode_conditional_logic_enabled',''),(2538,24244,'_wpcode_conditional_logic','a:2:{s:4:\"show\";s:4:\"show\";s:6:\"groups\";a:0:{}}'),(2539,24244,'_wpcode_priority','10'),(2540,24244,'_wpcode_library_id','959'),(2541,24244,'_wpcode_library_version','1.0.0'),(2542,24244,'_wpcode_note','Use your custom logo on the default login page, don\'t forget to edit the snippet to add your logo URL!'),(2543,24244,'_wpcode_location_extra',''),(2544,24244,'_wpcode_shortcode_attributes','a:0:{}'),(2545,24244,'_edit_lock','1745423893:1'),(2546,24245,'_edit_lock','1745667013:1'),(2547,24245,'_edit_last','1'),(2548,24245,'_wp_page_template','contact.php'),(2549,24247,'_edit_lock','1746256631:1'),(2550,24248,'_wp_attached_file','2025/04/tap-card-by-litcaf.png'),(2551,24248,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1800;s:6:\"height\";i:1260;s:4:\"file\";s:30:\"2025/04/tap-card-by-litcaf.png\";s:8:\"filesize\";i:860398;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43576;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"tap-card-by-litcaf-1024x717.png\";s:5:\"width\";i:1024;s:6:\"height\";i:717;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301267;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16612;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-768x538.png\";s:5:\"width\";i:768;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194832;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"tap-card-by-litcaf-1536x1075.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1075;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:529256;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:28:\"tap-card-by-litcaf-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4000;}s:12:\"notio-single\";a:5:{s:4:\"file\";s:31:\"tap-card-by-litcaf-1200x600.png\";s:5:\"width\";i:1200;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264803;}s:12:\"notio-style1\";a:5:{s:4:\"file\";s:31:\"tap-card-by-litcaf-1200x400.png\";s:5:\"width\";i:1200;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140547;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-400x280.png\";s:5:\"width\";i:400;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70157;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78444;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-650x600.png\";s:5:\"width\";i:650;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169342;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:30:\"tap-card-by-litcaf-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34993;}}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:{}}}'),(2552,24248,'_wp_attachment_image_alt','Tap Card'),(2553,24247,'_edit_last','1'),(2554,24247,'_wp_page_template','default'),(2555,24247,'header_override','off'),(2556,24247,'header_cart','on'),(2557,24247,'header_search','on'),(2558,24247,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:76;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746226543357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2559,24249,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:227:\"<h1 style=\"text-align: left;\">Now that you have your Digital Business Card</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h1>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"860px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1745651334289\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2560,24250,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:227:\"<h1 style=\"text-align: left;\">Now that you have your Digital Business Card</h1>\n<h1 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h1>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"860px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1745651334289\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2561,24245,'header_override','off'),(2562,24245,'header_cart','on'),(2563,24245,'header_search','on'),(2564,24254,'_acf_changed',''),(2565,24254,'footnotes',''),(2566,24257,'_edit_lock','1746018048:347'),(2567,24257,'_edit_last','1'),(2568,24258,'_wp_attached_file','2025/04/cuppy.png'),(2569,24258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:400;s:4:\"file\";s:17:\"2025/04/cuppy.png\";s:8:\"filesize\";i:131751;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"cuppy-300x171.png\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94898;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"cuppy-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47786;}s:14:\"post-thumbnail\";a:5:{s:4:\"file\";s:15:\"cuppy-70x60.png\";s:5:\"width\";i:70;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10475;}s:12:\"notio-style2\";a:5:{s:4:\"file\";s:17:\"cuppy-400x229.png\";s:5:\"width\";i:400;s:6:\"height\";i:229;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163502;}s:12:\"notio-style3\";a:5:{s:4:\"file\";s:17:\"cuppy-400x340.png\";s:5:\"width\";i:400;s:6:\"height\";i:340;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:258159;}s:12:\"notio-style4\";a:5:{s:4:\"file\";s:17:\"cuppy-650x400.png\";s:5:\"width\";i:650;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:387352;}s:20:\"sow-carousel-default\";a:5:{s:4:\"file\";s:17:\"cuppy-272x182.png\";s:5:\"width\";i:272;s:6:\"height\";i:182;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95888;}}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:{}}}'),(2570,24258,'_wp_attachment_image_alt','Cuppy\'s man'),(2571,24257,'_thumbnail_id','24258'),(2577,24264,'_edit_lock','1746055823:1'),(2578,24265,'_edit_lock','1746142355:1'),(2579,24265,'_edit_last','1'),(2580,24265,'_wp_page_template','card-display.php'),(2581,24265,'header_override','off'),(2582,24265,'header_cart','on'),(2583,24265,'header_search','on'),(2584,24269,'_acf_changed',''),(2585,24269,'footnotes',''),(2586,24270,'_edit_lock','1746116962:1'),(2605,24283,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:227:\"<h3 style=\"text-align: left;\">Now that you have your Digital Business Card</h3>\n<h5 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h5>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"860px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746192768355\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2606,24284,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:257:\"<h3 style=\"text-align: left;\">Now that you have your Digital Business Card</h3>\n<h5></h5>\n<h5></h5>\n<h5></h5>\n<h5 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h5>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"860px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"300px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746192834532\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2607,24285,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:220:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h3>\n[buttons]\";s:23:\"content_selected_editor\";s:4:\"html\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:5:\"100px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"30px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193004465\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2608,24286,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:220:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h3>\n[buttons]\";s:23:\"content_selected_editor\";s:4:\"html\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193102334\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2609,24287,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:242:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">It\'s time to start networking effectively with a TAP CARD</span></h3>\n[buttons]\";s:23:\"content_selected_editor\";s:4:\"html\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193203144\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2610,24288,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:229:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n&nbsp;\n\n&nbsp;\n\n&nbsp;\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n[buttons]\";s:23:\"content_selected_editor\";s:4:\"html\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193203144\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2611,24289,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:256:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193345065\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2612,24290,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:228:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<p>&nbsp;</p>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193448869\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2613,24291,'panels_data','a:3:{s:7:\"widgets\";a:1:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2614,24292,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:4:{s:4:\"type\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ef39c3cf-b020-4ec8-a50c-254270032bed\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:41:\"siteorigin-panels-post-content-2424710001\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2615,24293,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:4:{s:4:\"type\";s:12:\"post_content\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"dc2a643e-38d8-4066-af3a-ea9e6d53cc0d\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:41:\"siteorigin-panels-post-content-2424710001\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:1:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2616,24294,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:4:{s:4:\"type\";s:12:\"post_content\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:37:\"SiteOrigin_Panels_Widgets_PostContent\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a4abb9c0-9134-4acd-90b0-7c6b5c524d36\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:41:\"siteorigin-panels-post-content-2424710001\";s:11:\"option_name\";s:37:\"widget_siteorigin-panels-post-content\";}}s:5:\"grids\";a:2:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2617,24295,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:3;s:9:\"show_date\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3a1a2dfa-52f5-45ef-9c72-582ea5da94f7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710001\";s:11:\"option_name\";s:19:\"widget_recent-posts\";}}s:5:\"grids\";a:2:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:2:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),(2618,24296,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"08335b38-e034-4172-9aa6-ffca2f2d0fb6\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710001\";s:11:\"option_name\";s:19:\"widget_recent-posts\";}}s:5:\"grids\";a:2:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2619,24297,'_wp_attached_file','2025/05/LITCAF-Blog-video.mp4'),(2620,24297,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:1027531;s:8:\"filesize\";i:554644;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2621,24298,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:67:\"https://litcaf.com/wp-content/uploads/2025/05/LITCAF-Blog-video.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24297;s:3:\"url\";s:67:\"https://litcaf.com/wp-content/uploads/2025/05/LITCAF-Blog-video.mp4\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"acc1bd82-4654-4614-8c12-67bfd377f4a0\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"d61bf090-f42e-46ac-8020-5226f995c926\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";}}s:5:\"grids\";a:2:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2622,24299,'_wp_attached_file','2025/05/Tap-Card-LitCaf.mp4'),(2623,24299,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:4805152;s:8:\"filesize\";i:2204798;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:4;s:16:\"length_formatted\";s:4:\"0:04\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(2624,24300,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"a37ba93e-deeb-4114-9b15-5dd0836eee1a\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"f649ef60-abde-466e-adf7-97296e7f27d0\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";}}s:5:\"grids\";a:2:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:3:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2625,24301,'panels_data','a:3:{s:7:\"widgets\";a:4:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:2;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710002\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c1ec993f-7c4e-49a9-a7d6-3fbb46a5781a\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:3;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710003\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2626,24302,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 29px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:4:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2627,24303,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 29px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:6:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709657;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2628,24304,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 29px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709657;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2629,24247,'page_bg','a:6:{s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:0:\"\";s:21:\"background-attachment\";s:0:\"\";s:19:\"background-position\";s:0:\"\";s:15:\"background-size\";s:0:\"\";s:16:\"background-image\";s:0:\"\";}'),(2630,24305,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:76;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746213587763\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2430510000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2430510001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2430510002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2631,24306,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:8:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:19:\"10px 20px 10px 29px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709657;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2632,24307,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:214:\"<h2 style=\"text-align: left;\">Now that you have your Digital Business Card</h2>\n<h3 style=\"text-align: left;\"><span style=\"color: #f46455;\">Begin to network effectively with a TAP CARD</span></h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"286a14d1-6eec-4127-9441-b2fb811f14d7\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"97dccfb4-efdd-486d-bd04-a2a448cef370\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"039f136c-1b35-4520-ae05-2be4d39fd981\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709657;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451717;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2633,24308,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:121:\"Now that you have your Digital Business Card</h2>\nBegin to network effectively with a TAP CARD</span></h3>\n[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709641;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2634,24309,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:121:\"Now that you have your Digital Business Card</h2>\nBegin to network effectively with a TAP CARD</span></h3>\n[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746193513233\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709641;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2635,24310,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h2>Now that you have your Digital Business Card</h2>\n<h3>Begin to network effectively with a TAP CARD</h3>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746210852346\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709641;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2636,24311,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#f46455\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:50;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"700px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"70px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"50px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746210919471\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709641;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2637,24312,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:76;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746211105270\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5954702736709641;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.20226486316451797;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2638,24313,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:76;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746211105270\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2639,24314,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:76;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746211105270\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:17:\"10px 0px 0px 10px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2640,24315,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";i:76;s:5:\"color\";s:7:\"#333333\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";i:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";i:800;s:7:\"timeout\";i:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";i:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";i:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";i:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746211105270\";s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"20px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2641,24316,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ff1c1c\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:76;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746213587763\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}'),(2642,24317,'panels_data','a:3:{s:7:\"widgets\";a:3:{i:0;a:9:{s:6:\"frames\";a:1:{i:0;a:5:{s:7:\"content\";s:125:\"<h3>Now that you have your Digital Business Card</h3>\n<h4>Begin to network effectively with a TAP CARD</h4>\n<p>[buttons]</p>\n\";s:23:\"content_selected_editor\";s:4:\"tmce\";s:7:\"buttons\";a:1:{i:0;a:1:{s:6:\"button\";a:7:{s:4:\"text\";s:14:\"Order Tap Card\";s:3:\"url\";s:40:\"https://flutterwave.com/pay/eomtvzj1nnoe\";s:10:\"new_window\";b:1;s:11:\"button_icon\";a:5:{s:13:\"icon_selected\";s:0:\"\";s:10:\"icon_color\";s:0:\"\";s:4:\"icon\";i:0;s:14:\"icon_placement\";s:4:\"left\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:6:\"design\";a:17:{s:5:\"width\";s:0:\"\";s:10:\"width_unit\";s:2:\"px\";s:5:\"theme\";s:4:\"wire\";s:12:\"button_color\";s:7:\"#ffffff\";s:10:\"text_color\";s:7:\"#ffffff\";s:5:\"hover\";b:1;s:22:\"hover_background_color\";s:0:\"\";s:16:\"hover_text_color\";s:0:\"\";s:4:\"font\";s:7:\"default\";s:9:\"font_size\";s:6:\"1.15em\";s:14:\"font_size_unit\";s:2:\"em\";s:9:\"icon_size\";s:5:\"1.3em\";s:14:\"icon_size_unit\";s:2:\"em\";s:7:\"padding\";s:3:\"1em\";s:12:\"padding_unit\";s:2:\"em\";s:8:\"rounding\";s:0:\"\";s:24:\"so_field_container_state\";s:4:\"open\";}s:10:\"attributes\";a:6:{s:2:\"id\";s:0:\"\";s:7:\"classes\";s:0:\"\";s:5:\"title\";s:0:\"\";s:8:\"on_click\";s:0:\"\";s:3:\"rel\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:8:\"download\";s:0:\"\";}}}s:10:\"background\";a:12:{s:5:\"image\";i:24248;s:14:\"image_fallback\";s:82:\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\";s:4:\"size\";s:4:\"full\";s:10:\"image_type\";s:5:\"cover\";s:7:\"opacity\";d:76;s:5:\"color\";s:7:\"#ffffff\";s:3:\"url\";s:0:\"\";s:24:\"background_video_opacity\";d:100;s:24:\"so_field_container_state\";s:4:\"open\";s:10:\"new_window\";s:0:\"\";s:6:\"videos\";s:0:\"\";s:22:\"loop_background_videos\";s:0:\"\";}s:5:\"autop\";s:0:\"\";}}s:8:\"controls\";a:16:{s:8:\"autoplay\";b:1;s:5:\"speed\";d:800;s:7:\"timeout\";d:8000;s:13:\"nav_color_hex\";s:7:\"#FFFFFF\";s:9:\"nav_style\";s:4:\"thin\";s:8:\"nav_size\";d:25;s:9:\"nav_align\";s:4:\"left\";s:5:\"swipe\";b:1;s:15:\"unmute_position\";s:9:\"top_right\";s:24:\"so_field_container_state\";s:6:\"closed\";s:14:\"autoplay_hover\";s:0:\"\";s:23:\"nav_always_show_desktop\";s:0:\"\";s:22:\"nav_always_show_mobile\";s:0:\"\";s:6:\"unmute\";s:0:\"\";s:7:\"fitvids\";s:0:\"\";s:23:\"background_video_mobile\";s:0:\"\";}s:6:\"layout\";a:4:{s:7:\"desktop\";a:11:{s:6:\"height\";s:5:\"600px\";s:11:\"height_unit\";s:2:\"px\";s:7:\"padding\";s:4:\"50px\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:3:\"0px\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:2:\"5%\";s:18:\"padding_sides_unit\";s:1:\"%\";s:5:\"width\";s:6:\"1280px\";s:10:\"width_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"mobile\";a:9:{s:17:\"height_responsive\";s:0:\"\";s:22:\"height_responsive_unit\";s:2:\"px\";s:7:\"padding\";s:0:\"\";s:12:\"padding_unit\";s:2:\"px\";s:17:\"padding_extra_top\";s:0:\"\";s:22:\"padding_extra_top_unit\";s:2:\"px\";s:13:\"padding_sides\";s:0:\"\";s:18:\"padding_sides_unit\";s:2:\"px\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:16:\"vertically_align\";b:1;s:24:\"so_field_container_state\";s:4:\"open\";}s:6:\"design\";a:15:{s:12:\"heading_font\";s:5:\"Dosis\";s:13:\"heading_color\";s:7:\"#FFFFFF\";s:12:\"heading_size\";s:4:\"40px\";s:17:\"heading_size_unit\";s:2:\"px\";s:7:\"fittext\";b:1;s:18:\"fittext_compressor\";d:0.85;s:14:\"heading_shadow\";d:50;s:10:\"text_color\";s:7:\"#F6F6F6\";s:9:\"text_size\";s:4:\"16px\";s:14:\"text_size_unit\";s:2:\"px\";s:9:\"text_font\";s:7:\"default\";s:11:\"text_shadow\";d:25;s:10:\"link_color\";s:0:\"\";s:16:\"link_color_hover\";s:0:\"\";s:24:\"so_field_container_state\";s:6:\"closed\";}s:12:\"_sow_form_id\";s:13:\"569d2c646470d\";s:19:\"_sow_form_timestamp\";s:13:\"1746226543357\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:29:\"SiteOrigin_Widget_Hero_Widget\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"86c09106-df25-4fc1-8ec8-0951687115c3\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}s:22:\"so_sidebar_emulator_id\";s:19:\"sow-hero-2424710000\";s:11:\"option_name\";s:15:\"widget_sow-hero\";}i:1;a:14:{s:7:\"preload\";s:8:\"metadata\";s:4:\"loop\";b:0;s:7:\"content\";s:0:\"\";s:3:\"mp4\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:3:\"m4v\";s:0:\"\";s:4:\"webm\";s:0:\"\";s:3:\"ogv\";s:0:\"\";s:3:\"flv\";s:0:\"\";s:13:\"attachment_id\";i:24299;s:3:\"url\";s:65:\"https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4\";s:5:\"title\";s:0:\"\";s:22:\"so_sidebar_emulator_id\";s:22:\"media_video-2424710001\";s:11:\"option_name\";s:18:\"widget_media_video\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Video\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"df61a938-30db-44be-aec5-7136aa07db0e\";s:5:\"style\";a:8:{s:7:\"padding\";s:15:\"0px 0px 0px 0px\";s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:6:\"margin\";s:15:\"0px 0px 0px 0px\";}}}i:2;a:6:{s:5:\"title\";s:38:\"Read and answer quiz to acquire points\";s:6:\"number\";i:5;s:9:\"show_date\";b:1;s:22:\"so_sidebar_emulator_id\";s:23:\"recent-posts-2424710002\";s:11:\"option_name\";s:19:\"widget_recent-posts\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"2aec1ece-c4dc-4d00-b22f-3703f9fc669f\";s:5:\"style\";a:6:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";}}}}s:5:\"grids\";a:3:{i:0;a:3:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:1;a:3:{s:5:\"cells\";i:3;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:3:\"0px\";s:11:\"row_stretch\";s:4:\"full\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}i:2;a:3:{s:5:\"cells\";i:2;s:5:\"style\";a:10:{s:10:\"background\";s:7:\"#ffffff\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:24:\"background_image_opacity\";s:3:\"100\";s:16:\"border_thickness\";s:3:\"1px\";s:11:\"full_height\";s:0:\"\";s:13:\"bottom_margin\";s:4:\"60px\";s:11:\"row_stretch\";s:18:\"full-width-stretch\";s:14:\"cell_alignment\";s:10:\"flex-start\";}s:5:\"label\";s:11:\"Main Slider\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.24974937689639282;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.5004079052678089;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:2;s:6:\"weight\";d:0.24984271783579826;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:0:{}}}}');
/*!40000 ALTER TABLE `wph0_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_posts`
--

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

--
-- Dumping data for table `wph0_posts`
--

LOCK TABLES `wph0_posts` WRITE;
/*!40000 ALTER TABLE `wph0_posts` DISABLE KEYS */;
INSERT INTO `wph0_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (4,0,'2024-09-11 23:50:19','2024-09-11 23:50:19','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-09-11 23:50:19','2024-09-11 23:50:19','',0,'http://litcaf.com/2024/09/11/navigation/',0,'wp_navigation','',0),(5,1,'2024-09-11 23:55:26','2024-09-11 23:55:26','','Media','','private','closed','closed','','media','','','2024-09-11 23:55:26','2024-09-11 23:55:26','',0,'http://litcaf.com/?option-tree=media',0,'option-tree','',0),(23,1,'2016-01-10 18:27:55','2016-01-10 17:27:55','\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Home Page','','draft','closed','closed','','__trashed-2__trashed','','','2024-09-16 15:32:55','2024-09-16 15:32:55','',0,'http://litcaf.com/?page_id=23',0,'page','',0),(4702,1,'2016-09-24 08:52:12','2016-09-24 08:52:12','<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"50px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"10px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"5693ed50c9ef3\",\"_sow_form_timestamp\":\"1645473818356\",\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e8edb4f4-dec9-4fc9-bd4c-d229d1225681\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"9dcc9829-cf2a-4c9f-958a-030d762ebc8b\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"headline\":{\"text\":\"Quality Organic Food Is Important to Us, Why?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f0741f79a\",\"_sow_form_timestamp\":\"1585154102633\",\"so_sidebar_emulator_id\":\"sow-headline-39610001\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"widget_id\":\"980ab8dc-89f9-4941-98a9-b0114df31394\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-heart\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Is Good for Your Heart\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-leaf\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Preserves Nature\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-stethoscope\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Improves Overall Well Being\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"round\",\"container_size\":\"125px\",\"container_size_unit\":\"px\",\"icon_size\":\"50px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f18dda2cc\",\"_sow_form_timestamp\":\"1585156531300\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610002\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":3,\"widget_id\":\"7de6791f-bdff-4a08-91f3-7c3f32a18d01\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"frames\":[{\"content\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003e\\u003cem\\u003e\\u0022There is no sincerer love than the love of food\\u0022\\u003c/em\\u003e\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003eGeorge Bernard Shaw\\u003c/span\\u003e\\u003c/p\\u003e\",\"content_selected_editor\":\"html\",\"background\":{\"image\":0,\"image_fallback\":\"\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":\"\",\"color\":\"\",\"url\":\"\",\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\",\"background_video_opacity\":\"\"},\"buttons\":[],\"autop\":\"\"}],\"controls\":{\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"so_field_container_state\":\"closed\",\"nav_always_show_mobile\":\"\",\"background_video_mobile\":\"\",\"autoplay\":\"\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_align\":\"\",\"unmute\":\"\",\"unmute_position\":\"\",\"fitvids\":\"\"},\"design\":{\"height\":false,\"height_unit\":\"px\",\"height_responsive\":false,\"height_responsive_unit\":\"px\",\"padding\":\"100px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":\"\",\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"open\"},\"_sow_form_id\":\"5693fb8f060f5\",\"_sow_form_timestamp\":\"1585154212344\",\"so_sidebar_emulator_id\":\"sow-hero-39610003\",\"option_name\":\"widget_sow-hero\",\"layout\":{\"desktop\":{\"height\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\",\"width\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\"},\"vertically_align\":\"\"},\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":4,\"widget_id\":\"79392100-77a9-43c1-8521-8afcfe104bc9\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"So How Does It Work?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f5e8b64be\",\"_sow_form_timestamp\":\"1585154225623\",\"so_sidebar_emulator_id\":\"sow-headline-39610004\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"widget_id\":\"edda560e-f05b-43fa-8a36-2f6783ddc992\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-shopping-cart\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Browse Through Our Selection of Wonderful Produce\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-credit-card\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Check out and Pay\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"icomoon-truck\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"And We\'ll Delivery Free of Charge!\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"\",\"container_size\":\"84px\",\"container_size_unit\":\"px\",\"icon_size\":\"75px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f88159297\",\"_sow_form_timestamp\":\"1585148829155\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610005\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":6,\"widget_id\":\"4429f079-c811-4b17-a18d-86cd8548c120\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"Latest News From Our Blog\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"569557ffa06e9\",\"_sow_form_timestamp\":\"1585154239775\",\"so_sidebar_emulator_id\":\"sow-headline-39610006\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":7,\"widget_id\":\"3a113c31-01e8-431c-b673-c9acb96b8a54\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"title\":\"\",\"default_thumbnail\":0,\"default_thumbnail_fallback\":\"\",\"image_size\":\"sow-carousel-default\",\"loop_posts\":true,\"posts\":\"\",\"_sow_form_id\":\"569557c5a283f\",\"_sow_form_timestamp\":\"1585137863713\",\"so_sidebar_emulator_id\":\"sow-post-carousel-39610007\",\"option_name\":\"widget_sow-post-carousel\",\"link_target\":\"\",\"carousel_settings\":{\"loop\":\"\",\"arrows\":\"\",\"animation\":\"\",\"animation_speed\":\"\",\"autoplay\":\"\",\"autoplay_continuous_scroll\":\"\",\"autoplay_pause_hover\":\"\",\"timeout\":\"\"},\"design\":{\"thumbnail\":{\"thumbnail_overlay_hover_color\":\"\",\"thumbnail_overlay_hover_opacity\":\"\"},\"item_title\":{\"tag\":\"\",\"font\":\"\",\"size\":\"\",\"color\":\"\"},\"navigation\":{\"navigation_color\":\"\",\"navigation_color_hover\":\"\",\"navigation_background\":\"\",\"navigation_hover_background\":\"\"}},\"responsive\":{\"desktop\":{\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"tablet\":{\"landscape\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"portrait\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"mobile\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":8,\"widget_id\":\"b04ba3d4-cf4e-4e10-bf4a-f0e3802e7563\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-blue\",\"label\":\"Introduction\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-red\",\"label\":\"Features\"},{\"cells\":1,\"style\":{\"padding\":\"0% 0% 0% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"grayish-violet\",\"label\":\"Headline\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"lime-green\",\"label\":\"How Does It Work?\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"desaturated-yellow\",\"label\":\"Latest News From Our Blog\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":[]},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":2,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":3,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":4,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-66e84cd47dfe3\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full-width-stretch\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Introduction\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-823642a6d061- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Features\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-row-style panel-row-style-for-gb-66e84cd47dfe3-1\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00222\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-add831932217- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tQuality Organic Food Is Important to Us, Why?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-1-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00223\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-ef63b7883c96-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf004;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Is Good for Your Heart\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf06c;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Preserves Nature\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf0f1;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Improves Overall Well Being\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-2\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;0% 0% 0% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Headline\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-2\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-2-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-2-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00224\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-cf6b8cb2a25e- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:true,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image\\\\\\u0022 style=\\\\\\u0022visibility: visible;\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch2 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003e\\u003cem\\u003e\\\\\\u0022There is no sincerer love than the love of food\\\\\\u0022\\u003c\\\\/em\\u003e\\u003c\\\\/span\\u003e\\u003c\\\\/h2\\u003e\\\\n\\u003cp style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003eGeorge Bernard Shaw\\u003c\\\\/span\\u003e\\u003c\\\\/p\\u003e\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-3\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022How Does It Work?\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-3\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-3-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-3-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00225\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tSo How Does It Work?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-3-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00226\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-342deb9c443b-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf07a;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tBrowse Through Our Selection of Wonderful Produce\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf09d;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tCheck out and Pay\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-icomoon\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xe9b0;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tAnd We\'ll Delivery Free of Charge!\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-4\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Latest News From Our Blog\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-4\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-4-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-4-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00227\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tLatest News From Our Blog\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-4-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-post-carousel panel-last-child\\\\\\u0022 data-index=\\\\\\u00228\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-post-carousel so-widget-sow-post-carousel-base-8fb8ac49258a-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\t\\u003cdiv\\\\n\\\\t\\\\tclass=\\\\\\u0022sow-post-carousel-wrapper sow-post-carousel-theme-base\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022overflow: hidden; max-width: 100%; min-height: 182px\\\\\\u0022\\\\n\\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-navigation sow-carousel-navigation-hidden\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-next\\\\\\u0022 title=\\\\\\u0022Next\\\\\\u0022 aria-label=\\\\\\u0022Next Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-previous\\\\\\u0022 title=\\\\\\u0022Previous\\\\\\u0022 aria-label=\\\\\\u0022Previous Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003cdiv class=\\\\\\u0022sow-carousel-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-wrapper\\\\\\u0022\\\\n\\\\t\\\\tdata-dir=\\\\\\u0022ltr\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022opacity: 0;\\\\\\u0022\\\\n\\\\t\\\\tdata-widget=\\\\\\u0022post\\\\\\u0022 data-fetching=\\\\\\u0022false\\\\\\u0022 data-page=\\\\\\u00221\\\\\\u0022 data-ajax-url=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-admin\\\\/admin-ajax.php?_widgets_nonce=13d6c527e6\\\\\\u0022 data-item_count=\\\\\\u00221\\\\\\u0022 data-carousel_settings=\\\\\\u0022{\\u0026quot;loop\\u0026quot;:true,\\u0026quot;animation\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;animation_speed\\u0026quot;:400,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;pauseOnHover\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;autoplaySpeed\\u0026quot;:8000,\\u0026quot;item_overflow\\u0026quot;:true,\\u0026quot;autoplay_continuous_scroll\\u0026quot;:false}\\\\\\u0022 data-responsive=\\\\\\u0022{\\u0026quot;desktop_slides_to_scroll\\u0026quot;:1,\\u0026quot;tablet_landscape_breakpoint\\u0026quot;:1366,\\u0026quot;tablet_landscape_slides_to_scroll\\u0026quot;:2,\\u0026quot;tablet_portrait_breakpoint\\u0026quot;:1025,\\u0026quot;tablet_portrait_slides_to_scroll\\u0026quot;:2,\\u0026quot;mobile_breakpoint\\u0026quot;:480,\\u0026quot;mobile_slides_to_scroll\\u0026quot;:1}\\\\\\u0022 data-variable_width=\\\\\\u0022true\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-items\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-item\\\\\\u0022 tabindex=\\\\\\u0022-1\\\\\\u0022 style=\\\\\\u0022float: left;\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-thumbnail\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022background-image: url( https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2023\\\\/02\\\\/Business-Card-still-relevant-1.png )\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\taria-labelledby=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022overlay\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003ch3 class=\\\\\\u0022sow-carousel-item-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tid=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\tDecluttering\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/h3\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cinput type=\\\\\\u0022hidden\\\\\\u0022 name=\\\\\\u0022instance_hash\\\\\\u0022 value=\\\\\\u0022e8749e72\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Home','','draft','closed','closed','','home1','','','2024-09-16 15:20:55','2024-09-16 15:20:55','',0,'http://litcaf.com/?page_id=4702',0,'page','',0),(4724,1,'2016-09-24 19:28:42','2016-09-24 18:28:42','[wr_row width=\"boxed\" background=\"none\" solid_color_value=\"#FFFFFF\" solid_color_color=\"#ffffff\" gradient_color=\"0% #FFFFFF,100% #000000\"  gradient_direction=\"vertical\"  repeat=\"full\"  img_repeat=\"full\"  autoplay=\"yes\" position=\"center center\" paralax=\"no\" border_width_value_=\"0\" border_style=\"solid\" border_color=\"#000\"  div_padding_top=\"10\" div_padding_bottom=\"10\" div_padding_right=\"10\" div_padding_left=\"10\"   ][wr_column  span=\"span12\" ][wr_widget widget_id=\"WP_Widget_Search\"]widget-search%5B%5D%5Btitle%5D=Search+1[/wr_widget][/wr_column][/wr_row][wr_row width=\"boxed\" background=\"none\" solid_color_value=\"#FFFFFF\" solid_color_color=\"#ffffff\" gradient_color=\"0% #FFFFFF,100% #000000\"  gradient_direction=\"vertical\"  repeat=\"full\"  img_repeat=\"full\"  autoplay=\"yes\" position=\"center center\" paralax=\"no\" border_width_value_=\"0\" border_style=\"solid\" border_color=\"#000\"  div_padding_top=\"10\" div_padding_bottom=\"10\" div_padding_right=\"10\" div_padding_left=\"10\"   ][wr_column  span=\"span9\" ][/wr_column][wr_column  span=\"span3\" ][/wr_column][/wr_row]','home2','','draft','closed','closed','','home2','','','2024-09-16 15:32:44','2024-09-16 15:32:44','',0,'http://litcaf.com/?page_id=4724',0,'page','',0),(4848,1,'2016-10-02 18:04:20','2016-10-02 18:04:20','','litcaf-slider','','inherit','closed','closed','','litcaf-slider','','','2016-10-02 18:04:20','2016-10-02 18:04:20','',4702,'http://litcaf.com/wp-content/uploads/2016/09/LITCAF-SLIDER-1.png',0,'attachment','image/png',0),(5229,1,'2016-12-10 11:52:31','2016-12-10 11:52:31','[wps-avatar-change]','Change Avatar','','draft','closed','closed','','change-avatar','','','2024-12-24 12:56:24','2024-12-24 12:56:24','',0,'http://litcaf.com/change-avatar/',0,'page','',0),(5553,1,'2017-02-11 20:47:29','2017-02-11 19:47:29','','Card','','inherit','closed','closed','','card','','','2017-02-11 20:47:29','2017-02-11 19:47:29','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Card-1.png',0,'attachment','image/png',0),(5554,1,'2017-02-11 20:49:29','2017-02-11 19:49:29','','Rank','','inherit','closed','closed','','rank','','','2017-02-11 20:49:29','2017-02-11 19:49:29','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Rank-1.png',0,'attachment','image/png',0),(5555,1,'2017-02-11 20:54:11','2017-02-11 19:54:11','','Handshake','','inherit','closed','closed','','handshake','','','2017-02-11 20:54:11','2017-02-11 19:54:11','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Handshake-1.png',0,'attachment','image/png',0),(5556,1,'2017-02-11 20:55:31','2017-02-11 19:55:31','','Network','','inherit','closed','closed','','network','','','2017-02-11 20:55:31','2017-02-11 19:55:31','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Network-1.png',0,'attachment','image/png',0),(5642,1,'2017-03-29 13:58:55','2017-03-29 12:58:55','','Rank New','','inherit','closed','closed','','rank-new','','','2017-03-29 13:58:55','2017-03-29 12:58:55','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Rank-New-1.png',0,'attachment','image/png',0),(5643,1,'2017-03-29 14:09:39','2017-03-29 13:09:39','','Network new','','inherit','closed','closed','','network-new','','','2017-03-29 14:09:39','2017-03-29 13:09:39','',4702,'http://litcaf.com/wp-content/uploads/2016/09/Network-new-1.png',0,'attachment','image/png',0),(9824,1,'2020-06-01 23:56:36','2020-06-01 22:56:36','','shutterstock_93888748 - Copy','','inherit','closed','closed','','shutterstock_93888748-copy','','','2020-06-01 23:56:36','2020-06-01 22:56:36','',0,'http://litcaf.com/wp-content/uploads/2020/06/shutterstock_93888748-Copy-scaled-1.jpg',0,'attachment','image/jpeg',0),(11810,1,'2020-08-26 22:35:27','2020-08-26 21:35:27','','Ebuttero','','inherit','closed','closed','','ebuttero','','','2020-08-26 22:35:27','2020-08-26 21:35:27','',4702,'http://litcaf.com/wp-content/uploads/2020/08/Ebuttero-e1598795196364-1.jpg',0,'attachment','image/jpeg',0),(11824,1,'2020-08-26 23:21:41','2020-08-26 22:21:41','','CARD VERIFY WITHOUT BACKGROUND','','inherit','closed','closed','','card-verify-without-background','','','2020-08-26 23:21:41','2020-08-26 22:21:41','',4702,'http://litcaf.com/wp-content/uploads/2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-2.png',0,'attachment','image/png',0),(11825,1,'2020-08-26 23:22:33','2020-08-26 22:22:33','','CARD VERIFY WITHOUT BACKGROUND','','inherit','closed','closed','','card-verify-without-background-2','','','2020-08-26 23:22:33','2020-08-26 22:22:33','',4702,'http://litcaf.com/wp-content/uploads/2020/08/CARD-VERIFY-WITHOUT-BACKGROUND-1-1.png',0,'attachment','image/png',0),(11869,1,'2020-08-27 21:08:19','2020-08-27 20:08:19','','first commercia Bus lagos 1950\'s','','inherit','closed','closed','','first-commercia-bus-lagos-1950s','','','2020-08-27 21:08:19','2020-08-27 20:08:19','',4702,'http://litcaf.com/wp-content/uploads/2020/08/first-commercia-Bus-lagos-1950s-1.jpg',0,'attachment','image/jpeg',0),(11953,1,'2020-08-31 06:52:30','2020-08-31 05:52:30','','by_LitCaf','','inherit','closed','closed','','by_litcaf','','','2020-08-31 06:52:30','2020-08-31 05:52:30','',4702,'http://litcaf.com/wp-content/uploads/2020/08/by_LitCaf-e1598867281797-1.png',0,'attachment','image/png',0),(11968,1,'2020-08-31 11:30:30','2020-08-31 10:30:30','','by LitCaf new (2)','','inherit','closed','closed','','by-litcaf-new-2','','','2020-08-31 11:30:30','2020-08-31 10:30:30','',4702,'http://litcaf.com/wp-content/uploads/2020/08/by-LitCaf-new-2-1.png',0,'attachment','image/png',0),(13834,1,'2021-04-13 11:27:38','2021-04-13 10:27:38','','The Nigerian Encyclopedia','','inherit','closed','closed','','the-nigerian-encyclopedia','','','2021-04-13 11:27:38','2021-04-13 10:27:38','',4702,'http://litcaf.com/wp-content/uploads/2021/04/The-Nigerian-Encyclopedia-e1618310249530-1.jpg',0,'attachment','image/jpeg',0),(19514,1,'2022-01-27 10:25:37','2022-01-27 09:25:37','','Mummy mi','','inherit','closed','closed','','mummy-mi','','','2022-01-27 10:25:37','2022-01-27 09:25:37','',4702,'http://litcaf.com/wp-content/uploads/2022/01/Mummy-mi-1.png',0,'attachment','image/png',0),(19525,1,'2022-01-27 11:23:56','2022-01-27 10:23:56','','IMG-20121025-00246','','inherit','closed','closed','','img-20121025-00246','','','2022-01-27 11:23:56','2022-01-27 10:23:56','',4702,'http://litcaf.com/wp-content/uploads/2022/01/IMG-20121025-00246-1.jpg',0,'attachment','image/jpeg',0),(20021,1,'2022-10-13 12:14:51','2022-10-13 11:14:51','','DYW','','inherit','closed','closed','','dyw','','','2022-10-13 12:14:51','2022-10-13 11:14:51','',4702,'http://litcaf.com/wp-content/uploads/2022/10/DYW-1.jpg',0,'attachment','image/jpeg',0),(20577,1,'2022-10-31 13:12:22','2022-10-31 12:12:22','','BOAT Award','','inherit','closed','closed','','boat-award','','','2022-10-31 13:12:22','2022-10-31 12:12:22','',0,'http://litcaf.com/wp-content/uploads/2022/10/BOAT-Award-e1667218433207-1.png',0,'attachment','image/png',0),(20692,1,'2022-11-01 01:07:37','2022-11-01 00:07:37','','Temitope','','inherit','closed','closed','','temitope','','','2022-11-01 01:07:37','2022-11-01 00:07:37','',0,'http://litcaf.com/wp-content/uploads/2022/11/Temitope-1.jpg',0,'attachment','image/jpeg',0),(20699,1,'2022-11-01 02:03:16','2022-11-01 01:03:16','','The Planning of Change','','inherit','closed','closed','','the-planning-of-change','','','2022-11-01 02:03:16','2022-11-01 01:03:16','',0,'http://litcaf.com/wp-content/uploads/2022/11/The-Planning-of-Change-1.png',0,'attachment','image/png',0),(20870,1,'2022-11-01 17:53:11','2022-11-01 16:53:11','','BOAT shalaye','','inherit','closed','closed','','boat-shalaye','','','2022-11-01 17:53:11','2022-11-01 16:53:11','',0,'http://litcaf.com/wp-content/uploads/2022/11/BOAT-shalaye-e1667321648408-1.png',0,'attachment','image/png',0),(21241,1,'2022-12-27 10:41:16','2022-12-27 09:41:16','','Contactless','','inherit','closed','closed','','contactless','','','2022-12-27 10:41:16','2022-12-27 09:41:16','',4702,'http://litcaf.com/wp-content/uploads/2022/12/Contactless-e1672134339412-1.png',0,'attachment','image/png',0),(21449,1,'2023-01-07 16:41:02','2023-01-07 15:41:02','','Contactless for everyone','','inherit','closed','closed','','contactless-for-everyone','','','2023-01-07 16:41:02','2023-01-07 15:41:02','',4702,'http://litcaf.com/wp-content/uploads/2023/01/Contactless-for-everyone-1.png',0,'attachment','image/png',0),(21452,1,'2023-01-07 16:54:14','2023-01-07 15:54:14','','Contactless Home','','inherit','closed','closed','','contactless-home','','','2024-09-13 01:49:32','2024-09-13 01:49:32','',4702,'http://litcaf.com/wp-content/uploads/2023/01/Contactless-Home-1.png',0,'attachment','image/png',0),(21496,1,'2023-01-20 14:58:09','2023-01-20 13:58:09','','CardLit Card','','inherit','closed','closed','','cardlit-card','','','2023-01-20 14:58:09','2023-01-20 13:58:09','',4702,'http://litcaf.com/wp-content/uploads/2023/01/CardLit-Card-scaled-1.jpg',0,'attachment','image/jpeg',0),(21569,1,'2023-02-11 08:23:09','2023-02-11 07:23:09','','verified icon','','inherit','closed','closed','','verified-icon','','','2023-02-11 08:23:09','2023-02-11 07:23:09','',4702,'http://litcaf.com/wp-content/uploads/2023/02/verified-icon-1.png',0,'attachment','image/png',0),(21584,1,'2023-02-11 09:51:55','2023-02-11 08:51:55','','Ori','','inherit','closed','closed','','ori','','','2023-02-11 09:51:55','2023-02-11 08:51:55','',4702,'http://litcaf.com/wp-content/uploads/2023/02/Ori-1.mp4',0,'attachment','video/mp4',0),(21819,1,'2023-02-23 12:44:27','2023-02-23 11:44:27','','Business Card still relevant','','inherit','closed','closed','','business-card-still-relevant','','','2023-02-23 12:44:27','2023-02-23 11:44:27','',4702,'http://litcaf.com/wp-content/uploads/2023/02/Business-Card-still-relevant-1.png',0,'attachment','image/png',0),(21935,1,'2023-03-02 16:12:24','2023-03-02 15:12:24','','Contactless Business Card blog','','inherit','closed','closed','','buz-card','','','2023-03-02 16:12:24','2023-03-02 15:12:24','',4702,'http://litcaf.com/wp-content/uploads/2023/03/Buz-Card-1.png',0,'attachment','image/png',0),(22127,1,'2023-03-03 23:33:40','2023-03-03 22:33:40','','MAGA (2)','','inherit','closed','closed','','maga-2','','','2023-03-03 23:33:40','2023-03-03 22:33:40','',4702,'http://litcaf.com/wp-content/uploads/2023/03/MAGA-2-1.png',0,'attachment','image/png',0),(22130,1,'2023-03-03 23:43:38','2023-03-03 22:43:38','','LASGIDI','','inherit','closed','closed','','lasgidi','','','2023-03-03 23:43:38','2023-03-03 22:43:38','',4702,'http://litcaf.com/wp-content/uploads/2023/03/LASGIDI-1.png',0,'attachment','image/png',0),(22133,1,'2023-03-03 23:52:16','2023-03-03 22:52:16','','MAGA NO NEED PAY O','','inherit','closed','closed','','maga-no-need-pay-o','','','2023-03-03 23:52:16','2023-03-03 22:52:16','',4702,'http://litcaf.com/wp-content/uploads/2023/03/MAGA-NO-NEED-PAY-O-1.png',0,'attachment','image/png',0),(22136,1,'2023-03-03 23:56:12','2023-03-03 22:56:12','','MAGA NO NEED PAY O II','','inherit','closed','closed','','maga-no-need-pay-o-ii','','','2023-03-03 23:56:12','2023-03-03 22:56:12','',4702,'http://litcaf.com/wp-content/uploads/2023/03/MAGA-NO-NEED-PAY-O-II-1.png',0,'attachment','image/png',0),(22194,1,'2023-03-04 04:08:40','2023-03-04 03:08:40','','FEATURED HOME','','inherit','closed','closed','','featured-home','','','2023-03-04 04:08:40','2023-03-04 03:08:40','',4702,'http://litcaf.com/wp-content/uploads/2023/03/FEATURED-HOME-1.png',0,'attachment','image/png',0),(22530,1,'2023-03-15 04:30:05','2023-03-15 03:30:05','','Lagos Nigeria','','inherit','closed','closed','','lagos-nigeria-2','','','2023-03-15 04:30:05','2023-03-15 03:30:05','',4702,'http://litcaf.com/wp-content/uploads/2023/03/Lagos-Nigeria-1-scaled-1.jpg',0,'attachment','image/jpeg',0),(23160,1,'2023-06-22 00:27:22','2023-06-21 23:27:22','','CardLit Cards 3','Contactless Business Card (PVC) for easy and effective networking\nNGN 5,600.00\n\nStandard Size: 85.5*54” 1.2mm\n\nFront + Back side logo print (or unique code)\n\nChip encode\n\nSurface: Glossy Matte\n\nChip encode\n\n\n\nImprint of CardLit mark of verification (after verification from LITCAF)\n\n\n\nMake your card design and Activate on LITCAF.com at NGN 700/month or 6,700/year.','inherit','closed','closed','','cardlit-cards-3','','','2023-06-22 00:27:22','2023-06-21 23:27:22','',4702,'http://litcaf.com/wp-content/uploads/2023/06/CardLit-Cards-3-1.png',0,'attachment','image/png',0),(23172,1,'2023-06-22 06:21:44','2023-06-22 05:21:44','','business CM','Contactless Business Card for easy and effective networking (Organisation Authorized)\nNGN -------\n\nPVC, Wood, or Metal\nImprint of Organisation logo and colours.\n\n*Make your card design and Activate on LITCAF.com at special organisation rates.','inherit','closed','closed','','business-cm','','','2023-06-22 06:21:44','2023-06-22 05:21:44','',4702,'http://litcaf.com/wp-content/uploads/2023/06/business-CM-1.png',0,'attachment','image/png',0),(23352,1,'2023-09-18 21:56:32','2023-09-18 20:56:32','','versicash logo','','inherit','closed','closed','','versicash-logo','','','2023-09-18 21:56:32','2023-09-18 20:56:32','',4702,'http://litcaf.com/wp-content/uploads/2023/09/versicash-logo-1.png',0,'attachment','image/png',0),(23419,1,'2023-09-20 02:42:17','2023-09-20 01:42:17','','World\'s best Digital Business Card','','inherit','closed','closed','','worlds-best-digital-business-card','','','2023-09-20 02:42:17','2023-09-20 01:42:17','',4702,'http://litcaf.com/wp-content/uploads/2023/09/Worlds-best-Digital-Business-Card-1.png',0,'attachment','image/png',0),(23445,1,'2023-09-20 19:20:18','2023-09-20 18:20:18','','CardLit small','','inherit','closed','closed','','cardlit-small','','','2023-09-20 19:20:18','2023-09-20 18:20:18','',4702,'http://litcaf.com/wp-content/uploads/2023/09/CardLit-small-2.png',0,'attachment','image/png',0),(23449,1,'2023-09-20 21:41:11','2023-09-20 20:41:11','','tap card by litcaf ng','','inherit','closed','closed','','tap-card-by-litcaf-ng','','','2023-09-20 21:41:11','2023-09-20 20:41:11','',4702,'http://litcaf.com/wp-content/uploads/2023/09/tap-card-by-litcaf-ng-1.png',0,'attachment','image/png',0),(23484,1,'2023-09-23 06:14:14','2023-09-23 05:14:14','','branding','','inherit','closed','closed','','branding','','','2023-09-23 06:14:14','2023-09-23 05:14:14','',4702,'http://litcaf.com/wp-content/uploads/2023/09/branding-1.png',0,'attachment','image/png',0),(23506,1,'2023-09-23 08:00:55','2023-09-23 07:00:55','','Cardlit small','','inherit','closed','closed','','cardlit-small-2','','','2023-09-23 08:00:55','2023-09-23 07:00:55','',4702,'http://litcaf.com/wp-content/uploads/2023/09/Cardlit-small-1-1.png',0,'attachment','image/png',0),(23527,1,'2023-09-23 21:46:28','2023-09-23 20:46:28','','Home icon XXIX','','inherit','closed','closed','','home-icon-xxix','','','2023-09-23 21:46:28','2023-09-23 20:46:28','',4702,'http://litcaf.com/wp-content/uploads/2023/09/Home-icon-XXIX-1.png',0,'attachment','image/png',0),(23528,1,'2023-09-23 21:48:33','2023-09-23 20:48:33','','Logo XXXIX','','inherit','closed','closed','','logo-xxxix','','','2023-09-23 21:48:33','2023-09-23 20:48:33','',4702,'http://litcaf.com/wp-content/uploads/2023/09/Logo-XXXIX-1.png',0,'attachment','image/png',0),(23529,1,'2023-09-23 21:52:52','2023-09-23 20:52:52','','Logo XXXV','','inherit','closed','closed','','logo-xxxv','','','2023-09-23 21:52:52','2023-09-23 20:52:52','',4702,'http://litcaf.com/wp-content/uploads/2023/09/Logo-XXXV-1.png',0,'attachment','image/png',0),(23641,1,'2016-01-09 08:17:25','2016-01-09 08:17:25','','Admin Logo','','inherit','open','closed','','admin-logo','','','2016-01-09 08:17:25','2016-01-09 08:17:25','',4702,'http://litcaf.com/wp-content/uploads/2016/01/Admin-Logo-1.png',0,'attachment','image/png',0),(23661,1,'2024-09-12 09:12:12','2024-09-12 09:12:12','','lit-caf logo','','inherit','open','closed','','lit-caf-logo','','','2024-09-12 09:12:12','2024-09-12 09:12:12','',5,'http://litcaf.com/wp-content/uploads/2024/09/lit-caf-logo.png',0,'attachment','image/png',0),(23662,1,'2024-09-12 09:12:48','2024-09-12 09:12:48','http://litcaf.com/wp-content/uploads/2024/09/cropped-lit-caf-logo.png','cropped-lit-caf-logo.png','','inherit','open','closed','','cropped-lit-caf-logo-png','','','2024-09-12 09:12:48','2024-09-12 09:12:48','',23661,'http://litcaf.com/wp-content/uploads/2024/09/cropped-lit-caf-logo.png',0,'attachment','image/png',0),(23664,1,'2024-09-13 00:08:46','2024-09-13 00:08:46','','c (2)','','inherit','open','closed','','c-2','','','2024-09-13 00:08:46','2024-09-13 00:08:46','',5,'http://litcaf.com/wp-content/uploads/2024/09/c-2.png',0,'attachment','image/png',0),(23665,1,'2024-09-13 00:08:48','2024-09-13 00:08:48','','logolit','','inherit','open','closed','','logolit','','','2024-09-13 02:29:49','2024-09-13 02:29:49','',5,'http://litcaf.com/wp-content/uploads/2024/09/logolit.png',0,'attachment','image/png',0),(23669,1,'2024-09-13 01:57:54','2024-09-13 01:57:54','<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"5693ed50c9ef3\",\"_sow_form_timestamp\":\"1645473818356\",\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e8edb4f4-dec9-4fc9-bd4c-d229d1225681\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"9dcc9829-cf2a-4c9f-958a-030d762ebc8b\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"headline\":{\"text\":\"Quality Organic Food Is Important to Us, Why?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f0741f79a\",\"_sow_form_timestamp\":\"1585154102633\",\"so_sidebar_emulator_id\":\"sow-headline-39610001\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"widget_id\":\"980ab8dc-89f9-4941-98a9-b0114df31394\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-heart\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Is Good for Your Heart\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-leaf\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Preserves Nature\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-stethoscope\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Improves Overall Well Being\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"round\",\"container_size\":\"125px\",\"container_size_unit\":\"px\",\"icon_size\":\"50px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f18dda2cc\",\"_sow_form_timestamp\":\"1585156531300\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610002\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":3,\"widget_id\":\"7de6791f-bdff-4a08-91f3-7c3f32a18d01\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"frames\":[{\"content\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003e\\u003cem\\u003e\\u0022There is no sincerer love than the love of food\\u0022\\u003c/em\\u003e\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003eGeorge Bernard Shaw\\u003c/span\\u003e\\u003c/p\\u003e\",\"content_selected_editor\":\"html\",\"background\":{\"image\":0,\"image_fallback\":\"\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":\"\",\"color\":\"\",\"url\":\"\",\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\",\"background_video_opacity\":\"\"},\"buttons\":[],\"autop\":\"\"}],\"controls\":{\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"so_field_container_state\":\"closed\",\"nav_always_show_mobile\":\"\",\"background_video_mobile\":\"\",\"autoplay\":\"\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_align\":\"\",\"unmute\":\"\",\"unmute_position\":\"\",\"fitvids\":\"\"},\"design\":{\"height\":false,\"height_unit\":\"px\",\"height_responsive\":false,\"height_responsive_unit\":\"px\",\"padding\":\"100px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":\"\",\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"open\"},\"_sow_form_id\":\"5693fb8f060f5\",\"_sow_form_timestamp\":\"1585154212344\",\"so_sidebar_emulator_id\":\"sow-hero-39610003\",\"option_name\":\"widget_sow-hero\",\"layout\":{\"desktop\":{\"height\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\",\"width\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\"},\"vertically_align\":\"\"},\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":4,\"widget_id\":\"79392100-77a9-43c1-8521-8afcfe104bc9\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"So How Does It Work?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f5e8b64be\",\"_sow_form_timestamp\":\"1585154225623\",\"so_sidebar_emulator_id\":\"sow-headline-39610004\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"widget_id\":\"edda560e-f05b-43fa-8a36-2f6783ddc992\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-shopping-cart\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Browse Through Our Selection of Wonderful Produce\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-credit-card\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Check out and Pay\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"icomoon-truck\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"And We\'ll Delivery Free of Charge!\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"\",\"container_size\":\"84px\",\"container_size_unit\":\"px\",\"icon_size\":\"75px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f88159297\",\"_sow_form_timestamp\":\"1585148829155\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610005\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":6,\"widget_id\":\"4429f079-c811-4b17-a18d-86cd8548c120\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"Latest News From Our Blog\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"569557ffa06e9\",\"_sow_form_timestamp\":\"1585154239775\",\"so_sidebar_emulator_id\":\"sow-headline-39610006\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":7,\"widget_id\":\"3a113c31-01e8-431c-b673-c9acb96b8a54\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"title\":\"\",\"default_thumbnail\":0,\"default_thumbnail_fallback\":\"\",\"image_size\":\"sow-carousel-default\",\"loop_posts\":true,\"posts\":\"\",\"_sow_form_id\":\"569557c5a283f\",\"_sow_form_timestamp\":\"1585137863713\",\"so_sidebar_emulator_id\":\"sow-post-carousel-39610007\",\"option_name\":\"widget_sow-post-carousel\",\"link_target\":\"\",\"carousel_settings\":{\"loop\":\"\",\"arrows\":\"\",\"animation\":\"\",\"animation_speed\":\"\",\"autoplay\":\"\",\"autoplay_continuous_scroll\":\"\",\"autoplay_pause_hover\":\"\",\"timeout\":\"\"},\"design\":{\"thumbnail\":{\"thumbnail_overlay_hover_color\":\"\",\"thumbnail_overlay_hover_opacity\":\"\"},\"item_title\":{\"tag\":\"\",\"font\":\"\",\"size\":\"\",\"color\":\"\"},\"navigation\":{\"navigation_color\":\"\",\"navigation_color_hover\":\"\",\"navigation_background\":\"\",\"navigation_hover_background\":\"\"}},\"responsive\":{\"desktop\":{\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"tablet\":{\"landscape\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"portrait\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"mobile\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":8,\"widget_id\":\"b04ba3d4-cf4e-4e10-bf4a-f0e3802e7563\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-blue\",\"label\":\"Introduction\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-red\",\"label\":\"Features\"},{\"cells\":1,\"style\":{\"padding\":\"0% 0% 0% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"grayish-violet\",\"label\":\"Headline\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"lime-green\",\"label\":\"How Does It Work?\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"desaturated-yellow\",\"label\":\"Latest News From Our Blog\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":[]},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":2,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":3,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":4,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-66e39c22a92b2\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e39c22a92b2-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full-width-stretch\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Introduction\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e39c22a92b2-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e39c22a92b2-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Features\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-row-style panel-row-style-for-gb-66e39c22a92b2-1\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00222\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-add831932217- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tQuality Organic Food Is Important to Us, Why?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-1-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00223\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-ef63b7883c96-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf004;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Is Good for Your Heart\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf06c;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Preserves Nature\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf0f1;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Improves Overall Well Being\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e39c22a92b2-2\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;0% 0% 0% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Headline\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e39c22a92b2-2\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-2-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-2-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00224\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-cf6b8cb2a25e- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:true,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image\\\\\\u0022 style=\\\\\\u0022visibility: visible;\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch2 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003e\\u003cem\\u003e\\\\\\u0022There is no sincerer love than the love of food\\\\\\u0022\\u003c\\\\/em\\u003e\\u003c\\\\/span\\u003e\\u003c\\\\/h2\\u003e\\\\n\\u003cp style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003eGeorge Bernard Shaw\\u003c\\\\/span\\u003e\\u003c\\\\/p\\u003e\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e39c22a92b2-3\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022How Does It Work?\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e39c22a92b2-3\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-3-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-3-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00225\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tSo How Does It Work?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-3-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00226\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-342deb9c443b-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf07a;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tBrowse Through Our Selection of Wonderful Produce\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf09d;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tCheck out and Pay\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-icomoon\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xe9b0;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tAnd We\'ll Delivery Free of Charge!\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e39c22a92b2-4\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Latest News From Our Blog\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e39c22a92b2-4\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e39c22a92b2-4-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-4-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00227\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tLatest News From Our Blog\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e39c22a92b2-4-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-post-carousel panel-last-child\\\\\\u0022 data-index=\\\\\\u00228\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-post-carousel so-widget-sow-post-carousel-base-8fb8ac49258a-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\t\\u003cdiv\\\\n\\\\t\\\\tclass=\\\\\\u0022sow-post-carousel-wrapper sow-post-carousel-theme-base\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022overflow: hidden; max-width: 100%; min-height: 182px\\\\\\u0022\\\\n\\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-navigation sow-carousel-navigation-hidden\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-next\\\\\\u0022 title=\\\\\\u0022Next\\\\\\u0022 aria-label=\\\\\\u0022Next Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-previous\\\\\\u0022 title=\\\\\\u0022Previous\\\\\\u0022 aria-label=\\\\\\u0022Previous Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003cdiv class=\\\\\\u0022sow-carousel-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-wrapper\\\\\\u0022\\\\n\\\\t\\\\tdata-dir=\\\\\\u0022ltr\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022opacity: 0;\\\\\\u0022\\\\n\\\\t\\\\tdata-widget=\\\\\\u0022post\\\\\\u0022 data-fetching=\\\\\\u0022false\\\\\\u0022 data-page=\\\\\\u00221\\\\\\u0022 data-ajax-url=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-admin\\\\/admin-ajax.php?_widgets_nonce=99e48b7753\\\\\\u0022 data-item_count=\\\\\\u00221\\\\\\u0022 data-carousel_settings=\\\\\\u0022{\\u0026quot;loop\\u0026quot;:true,\\u0026quot;animation\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;animation_speed\\u0026quot;:400,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;pauseOnHover\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;autoplaySpeed\\u0026quot;:8000,\\u0026quot;item_overflow\\u0026quot;:true,\\u0026quot;autoplay_continuous_scroll\\u0026quot;:false}\\\\\\u0022 data-responsive=\\\\\\u0022{\\u0026quot;desktop_slides_to_scroll\\u0026quot;:1,\\u0026quot;tablet_landscape_breakpoint\\u0026quot;:1366,\\u0026quot;tablet_landscape_slides_to_scroll\\u0026quot;:2,\\u0026quot;tablet_portrait_breakpoint\\u0026quot;:1025,\\u0026quot;tablet_portrait_slides_to_scroll\\u0026quot;:2,\\u0026quot;mobile_breakpoint\\u0026quot;:480,\\u0026quot;mobile_slides_to_scroll\\u0026quot;:1}\\\\\\u0022 data-variable_width=\\\\\\u0022true\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-items\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-item\\\\\\u0022 tabindex=\\\\\\u0022-1\\\\\\u0022 style=\\\\\\u0022float: left;\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-thumbnail\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/11\\\\/hello-world\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-default-thumbnail\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\taria-labelledby=\\\\\\u0022sow-carousel-id-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022overlay\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003ch3 class=\\\\\\u0022sow-carousel-item-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/11\\\\/hello-world\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tid=\\\\\\u0022sow-carousel-id-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\tHello world!\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/h3\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cinput type=\\\\\\u0022hidden\\\\\\u0022 name=\\\\\\u0022instance_hash\\\\\\u0022 value=\\\\\\u0022e8749e72\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Home','','inherit','closed','closed','','4702-revision-v1','','','2024-09-13 01:57:54','2024-09-13 01:57:54','',4702,'http://litcaf.com/?p=23669',0,'revision','',0),(23671,1,'2024-09-14 00:56:39','2024-09-14 00:56:39','','Home test','','draft','closed','closed','','__trashed-3','','','2024-09-16 15:32:42','2024-09-16 15:32:42','',0,'http://litcaf.com/?page_id=23671',0,'page','',0),(23672,1,'2024-09-13 02:12:30','2024-09-13 02:12:30','<div id=\"pl-23671\"  class=\"panel-layout\" ><div id=\"pg-23671-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-23671-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2&gt;Hello, I&#039;m John&lt;\\/h2&gt;\\n&lt;h4&gt;MSc Mechanical Engineering&lt;\\/h4&gt;\\n&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.\\ncontact@johndoe.com&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/my-exceptional-cv.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:40,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:[],&quot;loop_background_videos&quot;:&quot;&quot;},&quot;buttons&quot;:[],&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;,&quot;nav_align&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;535px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;150px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:&quot;0px&quot;,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;394px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;padding_extra_top&quot;:&quot;&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;extra_top_padding&quot;:false,&quot;extra_top_padding_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;padding_extra_top&quot;:&quot;&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;147720864061cf52c0bca42228123554&quot;,&quot;_sow_form_timestamp&quot;:&quot;1645475141828&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2367110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Education\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-1\" data-stretch-type=\"full\" ><div id=\"pgc-23671-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2><span style=\"text-decoration: underline;\">Edu</span>cation</h2></div>\n</div></div></div></div></div><div id=\"pg-23671-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-2\" data-stretch-type=\"full\" ><div id=\"pgc-23671-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>High School</h4>\nAustin High School, Austin, TX \n2001 – 2004\nHead of the Photography Club\nCaptain of the Varsity Football Team</div>\n</div></div></div><div id=\"pgc-23671-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Undergraduate Degree</h4>\nUniversity of Texas at Austin \n2005 – 2008\nBachelor of Science in Mechanical Engineering</div>\n</div></div></div><div id=\"pgc-23671-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Masters Degree</h4>\nTexas A&amp;M University, College Station, TX \n2009 – 2010\nMaster of Science in Mechanical Engineering</div>\n</div></div></div><div id=\"pgc-23671-2-3\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-3-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>PhD</h4>\nRice University, Houston, TX \n2011 – 2013\nPh.D. in Mechanical Engineering</div>\n</div></div></div></div></div><div id=\"pg-23671-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Featured Skills\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-3\" data-stretch-type=\"full\" ><div id=\"pgc-23671-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-3-0-0\" class=\"so-panel widget widget_sow-features panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-signal&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Graphic Design&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-camera&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Photography&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-align-left&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Data Analysis&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;tag&quot;:&quot;h4&quot;,&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;32px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;32px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;feature_spacing&quot;:&quot;25px 25px&quot;,&quot;feature_spacing_mobile&quot;:&quot;&quot;,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;59098901dfc8a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1723842181943&quot;,&quot;icon_size_custom&quot;:&quot;&quot;,&quot;center_items&quot;:&quot;&quot;,&quot;more_text_bottom_align&quot;:&quot;&quot;,&quot;title_link&quot;:&quot;&quot;,&quot;icon_link&quot;:&quot;&quot;,&quot;link_feature&quot;:&quot;&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-2367110006&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Curriculum Vitae\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-4\" data-stretch-type=\"full\" ><div id=\"pgc-23671-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2><span style=\"text-decoration: underline;\">Cur</span>riculum Vitae</h2></div>\n</div></div></div></div></div><div id=\"pg-23671-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-5\" data-stretch-type=\"full\" ><div id=\"pgc-23671-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-23671-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Junior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.</div>\n</div></div></div><div id=\"pgc-23671-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-23671-5-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Senior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.</div>\n</div></div></div></div></div><div id=\"pg-23671-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#9b9d9e&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Contact Me\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-6\" data-stretch-type=\"full\" ><div id=\"pgc-23671-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Looking to Interview Potential Team Members?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;36340413361cf59f45033b810804744&quot;,&quot;_sow_form_timestamp&quot;:&quot;1640979435608&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2367110010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-23671-6-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Me&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_placement&quot;:&quot;&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:&quot;&quot;,&quot;font_size&quot;:&quot;1em&quot;,&quot;rounding&quot;:&quot;0.25px&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;width&quot;:&quot;&quot;,&quot;mobile_align&quot;:&quot;&quot;,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;&quot;,&quot;icon_size&quot;:&quot;&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-2367110011&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;,&quot;download&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Social Sharing Links\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-7\" data-stretch-type=\"full\" ><div id=\"pgc-23671-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-7-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;mailto:&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;1.5&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;60915307861cf5848e47df111815620&quot;,&quot;_sow_form_timestamp&quot;:&quot;1640978515650&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-2367110012&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23671\">@import url(http://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23671-0-0 , #pgc-23671-1-0 , #pgc-23671-3-0 , #pgc-23671-4-0 , #pgc-23671-6-0 , #pgc-23671-7-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23671-0 , #pg-23671-2 , #pg-23671-3 , #pg-23671-5 , #pl-23671 .so-panel { margin-bottom:30px } #pl-23671 #panel-23671-1-0-0 { margin:0px 0px 0px 0px } #pg-23671-1 , #pg-23671-4 , #pg-23671-6 , #pl-23671 .so-panel:last-of-type { margin-bottom:0px } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-2-3 { width:25%;width:calc(25% - ( 0.75 * 30px ) ) } #pgc-23671-5-0 , #pgc-23671-5-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0.panel-no-style , #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1.panel-no-style , #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2.panel-no-style , #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3.panel-no-style , #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4.panel-no-style , #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5.panel-no-style , #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6.panel-no-style , #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-23671-1> .panel-row-style , #pg-23671-4> .panel-row-style { padding:50px 0px 0px 0px } #pg-23671-2> .panel-row-style , #pg-23671-5> .panel-row-style { padding:0px 0px 75px 0px } #pg-23671-3> .panel-row-style , #pg-23671-7> .panel-row-style { background-color:#bad1da;padding:90px 0px 90px 0px } #pg-23671-6> .panel-row-style { background-color:#9b9d9e;padding:90px 0px 90px 0px } @media (max-width:780px){ #pg-23671-0.panel-no-style, #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0 , #pg-23671-1.panel-no-style, #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1 , #pg-23671-2.panel-no-style, #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2 , #pg-23671-3.panel-no-style, #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3 , #pg-23671-4.panel-no-style, #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4 , #pg-23671-5.panel-no-style, #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5 , #pg-23671-6.panel-no-style, #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6 , #pg-23671-7.panel-no-style, #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23671-0 > .panel-grid-cell , #pg-23671-0 > .panel-row-style > .panel-grid-cell , #pg-23671-1 > .panel-grid-cell , #pg-23671-1 > .panel-row-style > .panel-grid-cell , #pg-23671-2 > .panel-grid-cell , #pg-23671-2 > .panel-row-style > .panel-grid-cell , #pg-23671-3 > .panel-grid-cell , #pg-23671-3 > .panel-row-style > .panel-grid-cell , #pg-23671-4 > .panel-grid-cell , #pg-23671-4 > .panel-row-style > .panel-grid-cell , #pg-23671-5 > .panel-grid-cell , #pg-23671-5 > .panel-row-style > .panel-grid-cell , #pg-23671-6 > .panel-grid-cell , #pg-23671-6 > .panel-row-style > .panel-grid-cell , #pg-23671-7 > .panel-grid-cell , #pg-23671-7 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-5-0 { margin-bottom:30px } #pl-23671 .panel-grid-cell { padding:0 } #pl-23671 .panel-grid .panel-grid-cell-empty { display:none } #pl-23671 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Home test','','inherit','closed','closed','','23671-revision-v1','','','2024-09-13 02:12:30','2024-09-13 02:12:30','',23671,'http://litcaf.com/?p=23672',0,'revision','',0),(23673,1,'2024-09-13 02:20:49','2024-09-13 02:20:49','<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"50px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"10px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"5693ed50c9ef3\",\"_sow_form_timestamp\":\"1645473818356\",\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e8edb4f4-dec9-4fc9-bd4c-d229d1225681\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"9dcc9829-cf2a-4c9f-958a-030d762ebc8b\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"headline\":{\"text\":\"Quality Organic Food Is Important to Us, Why?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f0741f79a\",\"_sow_form_timestamp\":\"1585154102633\",\"so_sidebar_emulator_id\":\"sow-headline-39610001\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"widget_id\":\"980ab8dc-89f9-4941-98a9-b0114df31394\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-heart\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Is Good for Your Heart\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-leaf\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Preserves Nature\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-stethoscope\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Improves Overall Well Being\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"round\",\"container_size\":\"125px\",\"container_size_unit\":\"px\",\"icon_size\":\"50px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f18dda2cc\",\"_sow_form_timestamp\":\"1585156531300\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610002\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":3,\"widget_id\":\"7de6791f-bdff-4a08-91f3-7c3f32a18d01\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"frames\":[{\"content\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003e\\u003cem\\u003e\\u0022There is no sincerer love than the love of food\\u0022\\u003c/em\\u003e\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003eGeorge Bernard Shaw\\u003c/span\\u003e\\u003c/p\\u003e\",\"content_selected_editor\":\"html\",\"background\":{\"image\":0,\"image_fallback\":\"\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":\"\",\"color\":\"\",\"url\":\"\",\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\",\"background_video_opacity\":\"\"},\"buttons\":[],\"autop\":\"\"}],\"controls\":{\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"so_field_container_state\":\"closed\",\"nav_always_show_mobile\":\"\",\"background_video_mobile\":\"\",\"autoplay\":\"\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_align\":\"\",\"unmute\":\"\",\"unmute_position\":\"\",\"fitvids\":\"\"},\"design\":{\"height\":false,\"height_unit\":\"px\",\"height_responsive\":false,\"height_responsive_unit\":\"px\",\"padding\":\"100px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":\"\",\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"open\"},\"_sow_form_id\":\"5693fb8f060f5\",\"_sow_form_timestamp\":\"1585154212344\",\"so_sidebar_emulator_id\":\"sow-hero-39610003\",\"option_name\":\"widget_sow-hero\",\"layout\":{\"desktop\":{\"height\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\",\"width\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\"},\"vertically_align\":\"\"},\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":4,\"widget_id\":\"79392100-77a9-43c1-8521-8afcfe104bc9\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"So How Does It Work?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f5e8b64be\",\"_sow_form_timestamp\":\"1585154225623\",\"so_sidebar_emulator_id\":\"sow-headline-39610004\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"widget_id\":\"edda560e-f05b-43fa-8a36-2f6783ddc992\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-shopping-cart\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Browse Through Our Selection of Wonderful Produce\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-credit-card\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Check out and Pay\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"icomoon-truck\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"And We\'ll Delivery Free of Charge!\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"\",\"container_size\":\"84px\",\"container_size_unit\":\"px\",\"icon_size\":\"75px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f88159297\",\"_sow_form_timestamp\":\"1585148829155\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610005\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":6,\"widget_id\":\"4429f079-c811-4b17-a18d-86cd8548c120\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"Latest News From Our Blog\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"569557ffa06e9\",\"_sow_form_timestamp\":\"1585154239775\",\"so_sidebar_emulator_id\":\"sow-headline-39610006\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":7,\"widget_id\":\"3a113c31-01e8-431c-b673-c9acb96b8a54\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"title\":\"\",\"default_thumbnail\":0,\"default_thumbnail_fallback\":\"\",\"image_size\":\"sow-carousel-default\",\"loop_posts\":true,\"posts\":\"\",\"_sow_form_id\":\"569557c5a283f\",\"_sow_form_timestamp\":\"1585137863713\",\"so_sidebar_emulator_id\":\"sow-post-carousel-39610007\",\"option_name\":\"widget_sow-post-carousel\",\"link_target\":\"\",\"carousel_settings\":{\"loop\":\"\",\"arrows\":\"\",\"animation\":\"\",\"animation_speed\":\"\",\"autoplay\":\"\",\"autoplay_continuous_scroll\":\"\",\"autoplay_pause_hover\":\"\",\"timeout\":\"\"},\"design\":{\"thumbnail\":{\"thumbnail_overlay_hover_color\":\"\",\"thumbnail_overlay_hover_opacity\":\"\"},\"item_title\":{\"tag\":\"\",\"font\":\"\",\"size\":\"\",\"color\":\"\"},\"navigation\":{\"navigation_color\":\"\",\"navigation_color_hover\":\"\",\"navigation_background\":\"\",\"navigation_hover_background\":\"\"}},\"responsive\":{\"desktop\":{\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"tablet\":{\"landscape\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"portrait\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"mobile\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":8,\"widget_id\":\"b04ba3d4-cf4e-4e10-bf4a-f0e3802e7563\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-blue\",\"label\":\"Introduction\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-red\",\"label\":\"Features\"},{\"cells\":1,\"style\":{\"padding\":\"0% 0% 0% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"grayish-violet\",\"label\":\"Headline\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"lime-green\",\"label\":\"How Does It Work?\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"desaturated-yellow\",\"label\":\"Latest News From Our Blog\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":[]},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":2,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":3,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":4,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-66e3a18189d00\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e3a18189d00-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full-width-stretch\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Introduction\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e3a18189d00-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-823642a6d061- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e3a18189d00-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Features\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-row-style panel-row-style-for-gb-66e3a18189d00-1\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00222\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-add831932217- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tQuality Organic Food Is Important to Us, Why?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-1-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00223\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-ef63b7883c96-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf004;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Is Good for Your Heart\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf06c;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Preserves Nature\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf0f1;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Improves Overall Well Being\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e3a18189d00-2\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;0% 0% 0% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Headline\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e3a18189d00-2\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-2-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-2-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00224\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-cf6b8cb2a25e- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:true,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image\\\\\\u0022 style=\\\\\\u0022visibility: visible;\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch2 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003e\\u003cem\\u003e\\\\\\u0022There is no sincerer love than the love of food\\\\\\u0022\\u003c\\\\/em\\u003e\\u003c\\\\/span\\u003e\\u003c\\\\/h2\\u003e\\\\n\\u003cp style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003eGeorge Bernard Shaw\\u003c\\\\/span\\u003e\\u003c\\\\/p\\u003e\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e3a18189d00-3\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022How Does It Work?\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e3a18189d00-3\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-3-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-3-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00225\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tSo How Does It Work?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-3-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00226\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-342deb9c443b-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf07a;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tBrowse Through Our Selection of Wonderful Produce\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf09d;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tCheck out and Pay\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-icomoon\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xe9b0;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tAnd We\'ll Delivery Free of Charge!\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e3a18189d00-4\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Latest News From Our Blog\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e3a18189d00-4\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e3a18189d00-4-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-4-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00227\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tLatest News From Our Blog\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e3a18189d00-4-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-post-carousel panel-last-child\\\\\\u0022 data-index=\\\\\\u00228\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-post-carousel so-widget-sow-post-carousel-base-8fb8ac49258a-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\t\\u003cdiv\\\\n\\\\t\\\\tclass=\\\\\\u0022sow-post-carousel-wrapper sow-post-carousel-theme-base\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022overflow: hidden; max-width: 100%; min-height: 182px\\\\\\u0022\\\\n\\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-navigation sow-carousel-navigation-hidden\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-next\\\\\\u0022 title=\\\\\\u0022Next\\\\\\u0022 aria-label=\\\\\\u0022Next Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-previous\\\\\\u0022 title=\\\\\\u0022Previous\\\\\\u0022 aria-label=\\\\\\u0022Previous Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003cdiv class=\\\\\\u0022sow-carousel-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-wrapper\\\\\\u0022\\\\n\\\\t\\\\tdata-dir=\\\\\\u0022ltr\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022opacity: 0;\\\\\\u0022\\\\n\\\\t\\\\tdata-widget=\\\\\\u0022post\\\\\\u0022 data-fetching=\\\\\\u0022false\\\\\\u0022 data-page=\\\\\\u00221\\\\\\u0022 data-ajax-url=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-admin\\\\/admin-ajax.php?_widgets_nonce=99e48b7753\\\\\\u0022 data-item_count=\\\\\\u00221\\\\\\u0022 data-carousel_settings=\\\\\\u0022{\\u0026quot;loop\\u0026quot;:true,\\u0026quot;animation\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;animation_speed\\u0026quot;:400,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;pauseOnHover\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;autoplaySpeed\\u0026quot;:8000,\\u0026quot;item_overflow\\u0026quot;:true,\\u0026quot;autoplay_continuous_scroll\\u0026quot;:false}\\\\\\u0022 data-responsive=\\\\\\u0022{\\u0026quot;desktop_slides_to_scroll\\u0026quot;:1,\\u0026quot;tablet_landscape_breakpoint\\u0026quot;:1366,\\u0026quot;tablet_landscape_slides_to_scroll\\u0026quot;:2,\\u0026quot;tablet_portrait_breakpoint\\u0026quot;:1025,\\u0026quot;tablet_portrait_slides_to_scroll\\u0026quot;:2,\\u0026quot;mobile_breakpoint\\u0026quot;:480,\\u0026quot;mobile_slides_to_scroll\\u0026quot;:1}\\\\\\u0022 data-variable_width=\\\\\\u0022true\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-items\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-item\\\\\\u0022 tabindex=\\\\\\u0022-1\\\\\\u0022 style=\\\\\\u0022float: left;\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-thumbnail\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/11\\\\/hello-world\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-default-thumbnail\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\taria-labelledby=\\\\\\u0022sow-carousel-id-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022overlay\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003ch3 class=\\\\\\u0022sow-carousel-item-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/11\\\\/hello-world\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tid=\\\\\\u0022sow-carousel-id-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\tHello world!\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/h3\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cinput type=\\\\\\u0022hidden\\\\\\u0022 name=\\\\\\u0022instance_hash\\\\\\u0022 value=\\\\\\u0022e8749e72\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Home','','inherit','closed','closed','','4702-revision-v1','','','2024-09-13 02:20:49','2024-09-13 02:20:49','',4702,'http://litcaf.com/?p=23673',0,'revision','',0),(23675,1,'2024-09-13 02:24:09','2024-09-13 02:24:09','<div id=\"pl-23671\"  class=\"panel-layout\" ><div id=\"pg-23671-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-23671-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2&gt;Hello, I&#039;m John&lt;\\/h2&gt;\\n&lt;h4&gt;MSc Mechanical Engineering&lt;\\/h4&gt;\\n&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.\\ncontact@johndoe.com&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;background&quot;:{&quot;image&quot;:0,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2015\\/08\\/my-exceptional-cv.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:40,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;,&quot;buttons&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;535px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;20px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;20px&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;width&quot;:&quot;394px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;38px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;147720864061cf52c0bca42228123554&quot;,&quot;_sow_form_timestamp&quot;:&quot;1726194240873&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2367110000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Education\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-1\" data-stretch-type=\"full\" ><div id=\"pgc-23671-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2><span style=\"text-decoration: underline;\">Edu</span>cation</h2></div>\n</div></div></div></div></div><div id=\"pg-23671-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-2\" data-stretch-type=\"full\" ><div id=\"pgc-23671-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>High School</h4>\nAustin High School, Austin, TX \n2001 – 2004\nHead of the Photography Club\nCaptain of the Varsity Football Team</div>\n</div></div></div><div id=\"pgc-23671-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Undergraduate Degree</h4>\nUniversity of Texas at Austin \n2005 – 2008\nBachelor of Science in Mechanical Engineering</div>\n</div></div></div><div id=\"pgc-23671-2-2\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-2-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Masters Degree</h4>\nTexas A&amp;M University, College Station, TX \n2009 – 2010\nMaster of Science in Mechanical Engineering</div>\n</div></div></div><div id=\"pgc-23671-2-3\"  class=\"panel-grid-cell\"  data-weight=\"0.25\" ><div id=\"panel-23671-2-3-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>PhD</h4>\nRice University, Houston, TX \n2011 – 2013\nPh.D. in Mechanical Engineering</div>\n</div></div></div></div></div><div id=\"pg-23671-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Featured Skills\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-3\" data-stretch-type=\"full\" ><div id=\"pgc-23671-3-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-3-0-0\" class=\"so-panel widget widget_sow-features panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Features_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;features&quot;:[{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-signal&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Graphic Design&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-camera&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Photography&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;},{&quot;container_color&quot;:&quot;#bad1da&quot;,&quot;container_position&quot;:&quot;top&quot;,&quot;icon&quot;:&quot;fontawesome-sow-fas-align-left&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#404040&quot;,&quot;icon_image&quot;:0,&quot;icon_image_fallback&quot;:&quot;&quot;,&quot;icon_image_size&quot;:&quot;full&quot;,&quot;title&quot;:&quot;Data Analysis&quot;,&quot;text&quot;:&quot;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida.&lt;\\/p&gt;\\n&quot;,&quot;text_selected_editor&quot;:&quot;tinymce&quot;,&quot;more_text&quot;:&quot;&quot;,&quot;more_url&quot;:&quot;&quot;}],&quot;fonts&quot;:{&quot;title_options&quot;:{&quot;tag&quot;:&quot;h4&quot;,&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;more_text_options&quot;:{&quot;font&quot;:&quot;default&quot;,&quot;size&quot;:&quot;&quot;,&quot;size_unit&quot;:&quot;px&quot;,&quot;color&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;container_shape&quot;:&quot;round&quot;,&quot;container_size&quot;:&quot;32px&quot;,&quot;container_size_unit&quot;:&quot;px&quot;,&quot;icon_size&quot;:&quot;32px&quot;,&quot;icon_size_unit&quot;:&quot;px&quot;,&quot;per_row&quot;:3,&quot;feature_spacing&quot;:&quot;25px 25px&quot;,&quot;feature_spacing_mobile&quot;:&quot;&quot;,&quot;responsive&quot;:true,&quot;_sow_form_id&quot;:&quot;59098901dfc8a&quot;,&quot;_sow_form_timestamp&quot;:&quot;1723842181943&quot;,&quot;icon_size_custom&quot;:&quot;&quot;,&quot;center_items&quot;:&quot;&quot;,&quot;more_text_bottom_align&quot;:&quot;&quot;,&quot;title_link&quot;:&quot;&quot;,&quot;icon_link&quot;:&quot;&quot;,&quot;link_feature&quot;:&quot;&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-features-2367110006&quot;,&quot;option_name&quot;:&quot;widget_sow-features&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-3-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-features panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Curriculum Vitae\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-4\" data-stretch-type=\"full\" ><div id=\"pgc-23671-4-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-4-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h2><span style=\"text-decoration: underline;\">Cur</span>riculum Vitae</h2></div>\n</div></div></div></div></div><div id=\"pg-23671-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-5\" data-stretch-type=\"full\" ><div id=\"pgc-23671-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-23671-5-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Junior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.</div>\n</div></div></div><div id=\"pgc-23671-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-23671-5-1-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<h4>Company Name</h4>\nEmployment Period: 200X – 200X\nPosition: Senior Engineer\nRoles and Responsibilities:\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Sed nec enim euismod, elementum enim ac, posuere augue. Duis interdum metus non elementum gravida. Vestibulum interdum mattis pulvinar. Nunc tempor mauris quam, ut aliquet lectus maximus ac. Phasellus porta aliquet eleifend. Curabitur dapibus nisl tortor, ut sodales ipsum malesuada sit amet. Sed cursus, mi nec iaculis vestibulum, mi eros placerat lorem, in interdum nisi mauris a quam. Vestibulum quis orci tortor. Aliquam non est molestie, feugiat ligula sit amet, viverra libero.</div>\n</div></div></div></div></div><div id=\"pg-23671-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#9b9d9e&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Contact Me\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-6\" data-stretch-type=\"full\" ><div id=\"pgc-23671-6-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-6-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"10\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Looking to Interview Potential Team Members?&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;#ffffff&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;none&quot;,&quot;color&quot;:&quot;#EEEEEE&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;36340413361cf59f45033b810804744&quot;,&quot;_sow_form_timestamp&quot;:&quot;1640979435608&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2367110010&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-6-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-23671-6-0-1\" class=\"so-panel widget widget_sow-button panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Button_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;text&quot;:&quot;Contact Me&quot;,&quot;url&quot;:&quot;&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:&quot;&quot;,&quot;icon_placement&quot;:&quot;&quot;},&quot;design&quot;:{&quot;align&quot;:&quot;center&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:&quot;&quot;,&quot;font_size&quot;:&quot;1em&quot;,&quot;rounding&quot;:&quot;0.25px&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;width&quot;:&quot;&quot;,&quot;mobile_align&quot;:&quot;&quot;,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;&quot;,&quot;icon_size&quot;:&quot;&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;onclick&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;},&quot;so_sidebar_emulator_id&quot;:&quot;sow-button-2367110011&quot;,&quot;option_name&quot;:&quot;widget_sow-button&quot;,&quot;download&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-6-0-1\\&quot; class=\\&quot;so-panel widget widget_sow-button panel-last-child\\&quot; data-index=\\&quot;11\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23671-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Social Sharing Links\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-7\" data-stretch-type=\"full\" ><div id=\"pgc-23671-7-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23671-7-0-0\" class=\"so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_SocialMediaButtons_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;networks&quot;:[{&quot;name&quot;:&quot;facebook&quot;,&quot;url&quot;:&quot;https:\\/\\/www.facebook.com\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;https:\\/\\/twitter.com\\/&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;},{&quot;name&quot;:false,&quot;url&quot;:&quot;mailto:&quot;,&quot;icon_title&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;#bad1da&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;border_color&quot;:&quot;&quot;,&quot;icon_color_hover&quot;:&quot;&quot;,&quot;button_color_hover&quot;:&quot;&quot;,&quot;border_hover_color&quot;:&quot;&quot;}],&quot;design&quot;:{&quot;new_window&quot;:true,&quot;theme&quot;:&quot;flat&quot;,&quot;hover&quot;:true,&quot;icon_size&quot;:&quot;1&quot;,&quot;rounding&quot;:&quot;1.5&quot;,&quot;padding&quot;:&quot;1&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;margin&quot;:&quot;0.1&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;60915307861cf5848e47df111815620&quot;,&quot;_sow_form_timestamp&quot;:&quot;1640978515650&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-social-media-buttons-2367110012&quot;,&quot;option_name&quot;:&quot;widget_sow-social-media-buttons&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23671-7-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-social-media-buttons panel-first-child panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-7-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23671\">@import url(http://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23671-0-0 , #pgc-23671-1-0 , #pgc-23671-3-0 , #pgc-23671-4-0 , #pgc-23671-6-0 , #pgc-23671-7-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23671-0 , #pg-23671-2 , #pg-23671-3 , #pg-23671-5 , #pl-23671 .so-panel { margin-bottom:30px } #pl-23671 #panel-23671-1-0-0 { margin:0px 0px 0px 0px } #pg-23671-1 , #pg-23671-4 , #pg-23671-6 , #pl-23671 .so-panel:last-of-type { margin-bottom:0px } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-2-3 { width:25%;width:calc(25% - ( 0.75 * 30px ) ) } #pgc-23671-5-0 , #pgc-23671-5-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0.panel-no-style , #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1.panel-no-style , #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2.panel-no-style , #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3.panel-no-style , #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4.panel-no-style , #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5.panel-no-style , #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6.panel-no-style , #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-23671-1> .panel-row-style , #pg-23671-4> .panel-row-style { padding:50px 0px 0px 0px } #pg-23671-2> .panel-row-style , #pg-23671-5> .panel-row-style { padding:0px 0px 75px 0px } #pg-23671-3> .panel-row-style , #pg-23671-7> .panel-row-style { background-color:#bad1da;padding:90px 0px 90px 0px } #pg-23671-6> .panel-row-style { background-color:#9b9d9e;padding:90px 0px 90px 0px } @media (max-width:780px){ #pg-23671-0.panel-no-style, #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0 , #pg-23671-1.panel-no-style, #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1 , #pg-23671-2.panel-no-style, #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2 , #pg-23671-3.panel-no-style, #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3 , #pg-23671-4.panel-no-style, #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4 , #pg-23671-5.panel-no-style, #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5 , #pg-23671-6.panel-no-style, #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6 , #pg-23671-7.panel-no-style, #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23671-0 > .panel-grid-cell , #pg-23671-0 > .panel-row-style > .panel-grid-cell , #pg-23671-1 > .panel-grid-cell , #pg-23671-1 > .panel-row-style > .panel-grid-cell , #pg-23671-2 > .panel-grid-cell , #pg-23671-2 > .panel-row-style > .panel-grid-cell , #pg-23671-3 > .panel-grid-cell , #pg-23671-3 > .panel-row-style > .panel-grid-cell , #pg-23671-4 > .panel-grid-cell , #pg-23671-4 > .panel-row-style > .panel-grid-cell , #pg-23671-5 > .panel-grid-cell , #pg-23671-5 > .panel-row-style > .panel-grid-cell , #pg-23671-6 > .panel-grid-cell , #pg-23671-6 > .panel-row-style > .panel-grid-cell , #pg-23671-7 > .panel-grid-cell , #pg-23671-7 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-5-0 { margin-bottom:30px } #pl-23671 .panel-grid-cell { padding:0 } #pl-23671 .panel-grid .panel-grid-cell-empty { display:none } #pl-23671 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Home test','','inherit','closed','closed','','23671-revision-v1','','','2024-09-13 02:24:09','2024-09-13 02:24:09','',23671,'http://litcaf.com/?p=23675',0,'revision','',0),(23676,1,'2024-09-13 02:26:08','2024-09-13 02:26:08','<div id=\"pl-23671\"  class=\"panel-layout\" ><div id=\"pg-23671-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Introduction\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-23671-0-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-23671-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Education\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-1\" data-stretch-type=\"full\" ><div id=\"pgc-23671-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-23671-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-2\" data-stretch-type=\"full\" ><div id=\"pgc-23671-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-23671-2-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div><div id=\"pgc-23671-2-2\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.25\" ></div><div id=\"pgc-23671-2-3\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.25\" ></div></div></div><div id=\"pg-23671-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Featured Skills\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-3\" data-stretch-type=\"full\" ><div id=\"pgc-23671-3-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-23671-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;50px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Curriculum Vitae\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-4\" data-stretch-type=\"full\" ><div id=\"pgc-23671-4-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-23671-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;0px 0px 75px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-5\" data-stretch-type=\"full\" ><div id=\"pgc-23671-5-0\"  class=\"panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\"  data-weight=\"0.5\" ></div><div id=\"pgc-23671-5-1\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div></div></div><div id=\"pg-23671-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#9b9d9e&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Contact Me\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-6\" data-stretch-type=\"full\" ><div id=\"pgc-23671-6-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div><div id=\"pg-23671-7\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;90px 0px 90px 0px&quot;,&quot;background&quot;:&quot;#bad1da&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Social Sharing Links\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-23671-7\" data-stretch-type=\"full\" ><div id=\"pgc-23671-7-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23671\">@import url(http://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23671-0-0 , #pgc-23671-1-0 , #pgc-23671-3-0 , #pgc-23671-4-0 , #pgc-23671-6-0 , #pgc-23671-7-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23671-0 , #pg-23671-2 , #pg-23671-3 , #pg-23671-5 , #pl-23671 .so-panel { margin-bottom:30px } #pg-23671-1 , #pg-23671-4 , #pg-23671-6 , #pl-23671 .so-panel:last-of-type { margin-bottom:0px } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-2-3 { width:25%;width:calc(25% - ( 0.75 * 30px ) ) } #pgc-23671-5-0 , #pgc-23671-5-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0.panel-no-style , #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1.panel-no-style , #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2.panel-no-style , #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3.panel-no-style , #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4.panel-no-style , #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5.panel-no-style , #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6.panel-no-style , #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-23671-1> .panel-row-style , #pg-23671-4> .panel-row-style { padding:50px 0px 0px 0px } #pg-23671-2> .panel-row-style , #pg-23671-5> .panel-row-style { padding:0px 0px 75px 0px } #pg-23671-3> .panel-row-style , #pg-23671-7> .panel-row-style { background-color:#bad1da;padding:90px 0px 90px 0px } #pg-23671-6> .panel-row-style { background-color:#9b9d9e;padding:90px 0px 90px 0px } @media (max-width:780px){ #pg-23671-0.panel-no-style, #pg-23671-0.panel-has-style > .panel-row-style, #pg-23671-0 , #pg-23671-1.panel-no-style, #pg-23671-1.panel-has-style > .panel-row-style, #pg-23671-1 , #pg-23671-2.panel-no-style, #pg-23671-2.panel-has-style > .panel-row-style, #pg-23671-2 , #pg-23671-3.panel-no-style, #pg-23671-3.panel-has-style > .panel-row-style, #pg-23671-3 , #pg-23671-4.panel-no-style, #pg-23671-4.panel-has-style > .panel-row-style, #pg-23671-4 , #pg-23671-5.panel-no-style, #pg-23671-5.panel-has-style > .panel-row-style, #pg-23671-5 , #pg-23671-6.panel-no-style, #pg-23671-6.panel-has-style > .panel-row-style, #pg-23671-6 , #pg-23671-7.panel-no-style, #pg-23671-7.panel-has-style > .panel-row-style, #pg-23671-7 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23671-0 > .panel-grid-cell , #pg-23671-0 > .panel-row-style > .panel-grid-cell , #pg-23671-1 > .panel-grid-cell , #pg-23671-1 > .panel-row-style > .panel-grid-cell , #pg-23671-2 > .panel-grid-cell , #pg-23671-2 > .panel-row-style > .panel-grid-cell , #pg-23671-3 > .panel-grid-cell , #pg-23671-3 > .panel-row-style > .panel-grid-cell , #pg-23671-4 > .panel-grid-cell , #pg-23671-4 > .panel-row-style > .panel-grid-cell , #pg-23671-5 > .panel-grid-cell , #pg-23671-5 > .panel-row-style > .panel-grid-cell , #pg-23671-6 > .panel-grid-cell , #pg-23671-6 > .panel-row-style > .panel-grid-cell , #pg-23671-7 > .panel-grid-cell , #pg-23671-7 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-23671-2-0 , #pgc-23671-2-1 , #pgc-23671-2-2 , #pgc-23671-5-0 { margin-bottom:30px } #pl-23671 .panel-grid-cell { padding:0 } #pl-23671 .panel-grid .panel-grid-cell-empty { display:none } #pl-23671 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Home test','','inherit','closed','closed','','23671-revision-v1','','','2024-09-13 02:26:08','2024-09-13 02:26:08','',23671,'http://litcaf.com/?p=23676',0,'revision','',0),(23677,1,'2024-09-13 02:31:06','2024-09-13 02:31:06','','Home test','','inherit','closed','closed','','23671-revision-v1','','','2024-09-13 02:31:06','2024-09-13 02:31:06','',23671,'http://litcaf.com/?p=23677',0,'revision','',0),(23688,1,'2024-09-13 02:50:51','2024-09-13 02:50:51','Welcome to {{site.name}}!\n\nVisit your <a href=\"{{{profile.url}}}\">profile</a>, where you can tell us more about yourself, change your preferences, or make new connections, to get started.\n\nForgot your password? Don\'t worry, you can reset it with your email address from <a href=\"{{{lostpassword.url}}}\">this page</a> of our site','[{{{site.name}}}] Welcome!','Welcome to {{site.name}}!\n\nVisit your profile, where you can tell us more about yourself, change your preferences, or make new connections, to get started: {{{profile.url}}}\n\nForgot your password? Don\'t worry, you can reset it with your email address from this page of our site: {{{lostpassword.url}}}','publish','closed','closed','','site-name-welcome','','','2024-09-13 02:50:51','2024-09-13 02:50:51','',0,'http://litcaf.com/?post_type=bp-email&p=23688',0,'bp-email','',0),(23689,1,'2024-09-13 02:50:53','2024-09-13 02:50:53','{{poster.name}} replied to one of your updates:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your updates','{{poster.name}} replied to one of your updates:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-updates','','','2024-09-13 02:50:53','2024-09-13 02:50:53','',0,'http://litcaf.com/?post_type=bp-email&p=23689',0,'bp-email','',0),(23690,1,'2024-09-13 02:50:55','2024-09-13 02:50:55','{{poster.name}} replied to one of your comments:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your comments','{{poster.name}} replied to one of your comments:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-comments','','','2024-09-13 02:50:55','2024-09-13 02:50:55','',0,'http://litcaf.com/?post_type=bp-email&p=23690',0,'bp-email','',0),(23691,1,'2024-09-13 02:50:57','2024-09-13 02:50:57','{{poster.name}} mentioned you in a status update:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in a status update','{{poster.name}} mentioned you in a status update:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-a-status-update','','','2024-09-13 02:50:57','2024-09-13 02:50:57','',0,'http://litcaf.com/?post_type=bp-email&p=23691',0,'bp-email','',0),(23692,1,'2024-09-13 02:50:58','2024-09-13 02:50:58','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in an update','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-an-update','','','2024-09-13 02:50:58','2024-09-13 02:50:58','',0,'http://litcaf.com/?post_type=bp-email&p=23692',0,'bp-email','',0),(23693,1,'2024-09-13 02:50:59','2024-09-13 02:50:59','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','[{{{site.name}}}] Activate your account','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the \'Activate\' button: {{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','publish','closed','closed','','site-name-activate-your-account','','','2024-09-13 02:50:59','2024-09-13 02:50:59','',0,'http://litcaf.com/?post_type=bp-email&p=23693',0,'bp-email','',0),(23694,1,'2024-09-13 02:51:01','2024-09-13 02:51:01','<a href=\"{{{initiator.url}}}\">{{initiator.name}}</a> wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: <a href=\"{{{friend-requests.url}}}\">{{{friend-requests.url}}}</a>','[{{{site.name}}}] New friendship request from {{initiator.name}}','{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}\'s profile, visit: {{{initiator.url}}}','publish','closed','closed','','site-name-new-friendship-request-from-initiator-name','','','2024-09-13 02:51:01','2024-09-13 02:51:01','',0,'http://litcaf.com/?post_type=bp-email&p=23694',0,'bp-email','',0),(23695,1,'2024-09-13 02:51:04','2024-09-13 02:51:04','<a href=\"{{{friendship.url}}}\">{{friend.name}}</a> accepted your friend request.','[{{{site.name}}}] {{friend.name}} accepted your friendship request','{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}','publish','closed','closed','','site-name-friend-name-accepted-your-friendship-request','','','2024-09-13 02:51:04','2024-09-13 02:51:04','',0,'http://litcaf.com/?post_type=bp-email&p=23695',0,'bp-email','',0),(23696,1,'2024-09-13 02:51:07','2024-09-13 02:51:07','Group details for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; were updated:\n<blockquote>{{changed_text}}</blockquote>','[{{{site.name}}}] Group details updated','Group details for the group \"{{group.name}}\" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-group-details-updated','','','2024-09-13 02:51:07','2024-09-13 02:51:07','',0,'http://litcaf.com/?post_type=bp-email&p=23696',0,'bp-email','',0),(23697,1,'2024-09-13 02:51:11','2024-09-13 02:51:11','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n\n{{invite.message}}\n\n<a href=\"{{{invites.url}}}\">Go here to accept your invitation</a> or <a href=\"{{{group.url}}}\">visit the group</a> to learn more.','[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\"','{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\n{{invite.message}}\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','site-name-you-have-an-invitation-to-the-group-group-name','','','2024-09-13 02:51:11','2024-09-13 02:51:11','',0,'http://litcaf.com/?post_type=bp-email&p=23697',0,'bp-email','',0),(23698,1,'2024-09-13 02:51:22','2024-09-13 02:51:22','You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot;.','[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\"','You have been promoted to {{promoted_to}} in the group: \"{{group.name}}\".\n\nTo visit the group, go to: {{{group.url}}}','publish','closed','closed','','site-name-you-have-been-promoted-in-the-group-group-name','','','2024-09-13 02:51:22','2024-09-13 02:51:22','',0,'http://litcaf.com/?post_type=bp-email&p=23698',0,'bp-email','',0),(23699,1,'2024-09-13 02:51:34','2024-09-13 02:51:34','<a href=\"{{{profile.url}}}\">{{requesting-user.name}}</a> wants to join the group &quot;{{group.name}}&quot;.\n {{request.message}}\n As you are an administrator of this group, you must either accept or reject the membership request.\n\n<a href=\"{{{group-requests.url}}}\">Go here to manage this</a> and all other pending requests.','[{{{site.name}}}] Membership request for group: {{group.name}}','{{requesting-user.name}} wants to join the group \"{{group.name}}\". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}\'s profile, visit: {{{profile.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name','','','2024-09-13 02:51:34','2024-09-13 02:51:34','',0,'http://litcaf.com/?post_type=bp-email&p=23699',0,'bp-email','',0),(23700,1,'2024-09-13 02:51:38','2024-09-13 02:51:38','','Activity','','publish','closed','closed','','activity','','','2024-09-13 02:51:38','2024-09-13 02:51:38','',0,'http://litcaf.com/?post_type=buddypress&p=23700',0,'buddypress','',0),(23701,1,'2024-09-13 02:51:38','2024-09-13 02:51:38','{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{message.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] New message from {{sender.name}}','{{sender.name}} sent you a new message: \"{{usersubject}}\"\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}','publish','closed','closed','','site-name-new-message-from-sender-name','','','2024-09-13 02:51:38','2024-09-13 02:51:38','',0,'http://litcaf.com/?post_type=bp-email&p=23701',0,'bp-email','',0),(23702,1,'2024-09-13 02:51:38','2024-09-13 02:51:38','','Members','','publish','closed','closed','','members','','','2024-09-13 02:51:38','2024-09-13 02:51:38','',0,'http://litcaf.com/?post_type=buddypress&p=23702',0,'buddypress','',0),(23703,1,'2024-09-13 02:51:44','2024-09-13 02:51:44','','Register','','publish','closed','closed','','register-2','','','2024-09-13 02:51:44','2024-09-13 02:51:44','',0,'http://litcaf.com/?post_type=buddypress&p=23703',0,'buddypress','',0),(23704,1,'2024-09-13 02:51:44','2024-09-13 02:51:44','','Activate','','publish','closed','closed','','activate','','','2024-09-13 02:51:44','2024-09-13 02:51:44','',0,'http://litcaf.com/?post_type=buddypress&p=23704',0,'buddypress','',0),(23705,1,'2024-09-13 02:51:45','2024-09-13 02:51:45','Welcome to {{site.name}}!\n\nVisit your <a href=\"{{{profile.url}}}\">profile</a>, where you can tell us more about yourself, change your preferences, or make new connections, to get started.\n\nForgot your password? Don\'t worry, you can reset it with your email address from <a href=\"{{{lostpassword.url}}}\">this page</a> of our site','[{{{site.name}}}] Welcome!','Welcome to {{site.name}}!\n\nVisit your profile, where you can tell us more about yourself, change your preferences, or make new connections, to get started: {{{profile.url}}}\n\nForgot your password? Don\'t worry, you can reset it with your email address from this page of our site: {{{lostpassword.url}}}','publish','closed','closed','','site-name-welcome-2','','','2024-09-13 02:51:45','2024-09-13 02:51:45','',0,'http://litcaf.com/?post_type=bp-email&p=23705',0,'bp-email','',0),(23706,1,'2024-09-13 02:51:49','2024-09-13 02:51:49','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','[{{{site.name}}}] Verify your new email address','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','publish','closed','closed','','site-name-verify-your-new-email-address','','','2024-09-13 02:51:49','2024-09-13 02:51:49','',0,'http://litcaf.com/?post_type=bp-email&p=23706',0,'bp-email','',0),(23707,1,'2024-09-13 02:51:50','2024-09-13 02:51:50','{{poster.name}} replied to one of your updates:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your updates','{{poster.name}} replied to one of your updates:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-updates-2','','','2024-09-13 02:51:50','2024-09-13 02:51:50','',0,'http://litcaf.com/?post_type=bp-email&p=23707',0,'bp-email','',0),(23708,1,'2024-09-13 02:51:50','2024-09-13 02:51:50','Welcome to {{site.name}}!\n\nVisit your <a href=\"{{{profile.url}}}\">profile</a>, where you can tell us more about yourself, change your preferences, or make new connections, to get started.\n\nForgot your password? Don\'t worry, you can reset it with your email address from <a href=\"{{{lostpassword.url}}}\">this page</a> of our site','[{{{site.name}}}] Welcome!','Welcome to {{site.name}}!\n\nVisit your profile, where you can tell us more about yourself, change your preferences, or make new connections, to get started: {{{profile.url}}}\n\nForgot your password? Don\'t worry, you can reset it with your email address from this page of our site: {{{lostpassword.url}}}','publish','closed','closed','','site-name-welcome-3','','','2024-09-13 02:51:50','2024-09-13 02:51:50','',0,'http://litcaf.com/?post_type=bp-email&p=23708',0,'bp-email','',0),(23709,1,'2024-09-13 02:51:50','2024-09-13 02:51:50','{{poster.name}} replied to one of your comments:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your comments','{{poster.name}} replied to one of your comments:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-comments-2','','','2024-09-13 02:51:50','2024-09-13 02:51:50','',0,'http://litcaf.com/?post_type=bp-email&p=23709',0,'bp-email','',0),(23710,1,'2024-09-13 02:51:50','2024-09-13 02:51:50','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been accepted.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','Your membership request for the group \"{{group.name}}\" has been accepted.\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted','','','2024-09-13 02:51:50','2024-09-13 02:51:50','',0,'http://litcaf.com/?post_type=bp-email&p=23710',0,'bp-email','',0),(23711,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been rejected.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','Your membership request for the group \"{{group.name}}\" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23711',0,'bp-email','',0),(23712,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','An administrator accepted an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your <a href=\"{{{leave-group.url}}}\">groups memberships page</a>.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','An administrator accepted an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your groups memberships page: {{{leave-group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23712',0,'bp-email','',0),(23713,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} replied to one of your updates:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your updates','{{poster.name}} replied to one of your updates:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-updates-3','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23713',0,'bp-email','',0),(23714,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} mentioned you in a status update:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in a status update','{{poster.name}} mentioned you in a status update:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-a-status-update-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23714',0,'bp-email','',0),(23715,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in an update','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-an-update-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23715',0,'bp-email','',0),(23716,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} replied to one of your comments:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your comments','{{poster.name}} replied to one of your comments:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-comments-3','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23716',0,'bp-email','',0),(23717,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','An administrator rejected an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, please contact the site administrator.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','An administrator rejected an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, please contact the site administrator.','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23717',0,'bp-email','',0),(23718,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','[{{{site.name}}}] Activate your account','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the \'Activate\' button: {{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','publish','closed','closed','','site-name-activate-your-account-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23718',0,'bp-email','',0),(23719,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} mentioned you in a status update:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in a status update','{{poster.name}} mentioned you in a status update:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-a-status-update-3','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23719',0,'bp-email','',0),(23720,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the site: &quot;{{site.name}}&quot;.\n\n{{usermessage}}\n\n<a href=\"{{{invite.accept_url}}}\">Accept your invitation</a> or <a href=\"{{{site.url}}}\">visit the site</a> to learn more.','{{inviter.name}} has invited you to join {{site.name}}','{{inviter.name}} has invited you to join the site \"{{site.name}}\".\n\n{{usermessage}}\n\nTo accept your invitation, visit: {{{invite.accept_url}}}\n\nTo learn more about the site, visit: {{{site.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','inviter-name-has-invited-you-to-join-site-name','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23720',0,'bp-email','',0),(23721,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','<a href=\"{{{initiator.url}}}\">{{initiator.name}}</a> wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: <a href=\"{{{friend-requests.url}}}\">{{{friend-requests.url}}}</a>','[{{{site.name}}}] New friendship request from {{initiator.name}}','{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}\'s profile, visit: {{{initiator.url}}}','publish','closed','closed','','site-name-new-friendship-request-from-initiator-name-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23721',0,'bp-email','',0),(23722,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in an update','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-an-update-3','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23722',0,'bp-email','',0),(23723,1,'2024-09-13 02:51:51','2024-09-13 02:51:51','<a href=\"{{{friendship.url}}}\">{{friend.name}}</a> accepted your friend request.','[{{{site.name}}}] {{friend.name}} accepted your friendship request','{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}','publish','closed','closed','','site-name-friend-name-accepted-your-friendship-request-2','','','2024-09-13 02:51:51','2024-09-13 02:51:51','',0,'http://litcaf.com/?post_type=bp-email&p=23723',0,'bp-email','',0),(23724,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','{{requesting-user.user_login}} would like to join the site: &quot;{{site.name}}&quot;.\n\n<a href=\"{{{manage.url}}}\">Manage the request</a>.','{{requesting-user.user_login}} would like to join {{site.name}}','{{requesting-user.user_login}} would like to join the site \"{{site.name}}\".\n\nTo manage the request, visit: {{{manage.url}}}.','publish','closed','closed','','requesting-user-user_login-would-like-to-join-site-name','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23724',0,'bp-email','',0),(23725,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','Sorry, your request to join the site &quot;{{site.name}}&quot; has been declined.','Your request to join {{site.name}} has been declined','Sorry, your request to join the site \"{{site.name}}\" has been declined.','publish','closed','closed','','your-request-to-join-site-name-has-been-declined','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23725',0,'bp-email','',0),(23726,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','[{{{site.name}}}] Activate your account','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the \'Activate\' button: {{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','publish','closed','closed','','site-name-activate-your-account-3','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23726',0,'bp-email','',0),(23727,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','<a href=\"{{{initiator.url}}}\">{{initiator.name}}</a> wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: <a href=\"{{{friend-requests.url}}}\">{{{friend-requests.url}}}</a>','[{{{site.name}}}] New friendship request from {{initiator.name}}','{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}\'s profile, visit: {{{initiator.url}}}','publish','closed','closed','','site-name-new-friendship-request-from-initiator-name-3','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23727',0,'bp-email','',0),(23728,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','Group details for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; were updated:\n<blockquote>{{changed_text}}</blockquote>','[{{{site.name}}}] Group details updated','Group details for the group \"{{group.name}}\" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-group-details-updated-2','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23728',0,'bp-email','',0),(23729,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n\n{{invite.message}}\n\n<a href=\"{{{invites.url}}}\">Go here to accept your invitation</a> or <a href=\"{{{group.url}}}\">visit the group</a> to learn more.','[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\"','{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\n{{invite.message}}\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','site-name-you-have-an-invitation-to-the-group-group-name-2','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23729',0,'bp-email','',0),(23730,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot;.','[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\"','You have been promoted to {{promoted_to}} in the group: \"{{group.name}}\".\n\nTo visit the group, go to: {{{group.url}}}','publish','closed','closed','','site-name-you-have-been-promoted-in-the-group-group-name-2','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23730',0,'bp-email','',0),(23731,1,'2024-09-13 02:51:52','2024-09-13 02:51:52','<a href=\"{{{friendship.url}}}\">{{friend.name}}</a> accepted your friend request.','[{{{site.name}}}] {{friend.name}} accepted your friendship request','{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}','publish','closed','closed','','site-name-friend-name-accepted-your-friendship-request-3','','','2024-09-13 02:51:52','2024-09-13 02:51:52','',0,'http://litcaf.com/?post_type=bp-email&p=23731',0,'bp-email','',0),(23732,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','Welcome to {{site.name}}!\n\nVisit your <a href=\"{{{profile.url}}}\">profile</a>, where you can tell us more about yourself, change your preferences, or make new connections, to get started.\n\nForgot your password? Don\'t worry, you can reset it with your email address from <a href=\"{{{lostpassword.url}}}\">this page</a> of our site','[{{{site.name}}}] Welcome!','Welcome to {{site.name}}!\n\nVisit your profile, where you can tell us more about yourself, change your preferences, or make new connections, to get started: {{{profile.url}}}\n\nForgot your password? Don\'t worry, you can reset it with your email address from this page of our site: {{{lostpassword.url}}}','publish','closed','closed','','site-name-welcome-4','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23732',0,'bp-email','',0),(23733,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','Group details for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; were updated:\n<blockquote>{{changed_text}}</blockquote>','[{{{site.name}}}] Group details updated','Group details for the group \"{{group.name}}\" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-group-details-updated-3','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23733',0,'bp-email','',0),(23734,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','<a href=\"{{{profile.url}}}\">{{requesting-user.name}}</a> wants to join the group &quot;{{group.name}}&quot;.\n {{request.message}}\n As you are an administrator of this group, you must either accept or reject the membership request.\n\n<a href=\"{{{group-requests.url}}}\">Go here to manage this</a> and all other pending requests.','[{{{site.name}}}] Membership request for group: {{group.name}}','{{requesting-user.name}} wants to join the group \"{{group.name}}\". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}\'s profile, visit: {{{profile.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-2','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23734',0,'bp-email','',0),(23735,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{message.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] New message from {{sender.name}}','{{sender.name}} sent you a new message: \"{{usersubject}}\"\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}','publish','closed','closed','','site-name-new-message-from-sender-name-2','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23735',0,'bp-email','',0),(23736,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','[{{{site.name}}}] Verify your new email address','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','publish','closed','closed','','site-name-verify-your-new-email-address-2','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23736',0,'bp-email','',0),(23737,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been accepted.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','Your membership request for the group \"{{group.name}}\" has been accepted.\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-3','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23737',0,'bp-email','',0),(23738,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been rejected.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','Your membership request for the group \"{{group.name}}\" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-3','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23738',0,'bp-email','',0),(23739,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n\n{{invite.message}}\n\n<a href=\"{{{invites.url}}}\">Go here to accept your invitation</a> or <a href=\"{{{group.url}}}\">visit the group</a> to learn more.','[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\"','{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\n{{invite.message}}\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','site-name-you-have-an-invitation-to-the-group-group-name-3','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23739',0,'bp-email','',0),(23740,1,'2024-09-13 02:51:53','2024-09-13 02:51:53','{{poster.name}} replied to one of your updates:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your updates','{{poster.name}} replied to one of your updates:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-updates-4','','','2024-09-13 02:51:53','2024-09-13 02:51:53','',0,'http://litcaf.com/?post_type=bp-email&p=23740',0,'bp-email','',0),(23741,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','An administrator accepted an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your <a href=\"{{{leave-group.url}}}\">groups memberships page</a>.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','An administrator accepted an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your groups memberships page: {{{leave-group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-4','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23741',0,'bp-email','',0),(23742,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot;.','[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\"','You have been promoted to {{promoted_to}} in the group: \"{{group.name}}\".\n\nTo visit the group, go to: {{{group.url}}}','publish','closed','closed','','site-name-you-have-been-promoted-in-the-group-group-name-3','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23742',0,'bp-email','',0),(23743,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','An administrator rejected an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, please contact the site administrator.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','An administrator rejected an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, please contact the site administrator.','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-4','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23743',0,'bp-email','',0),(23744,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','<a href=\"{{{profile.url}}}\">{{requesting-user.name}}</a> wants to join the group &quot;{{group.name}}&quot;.\n {{request.message}}\n As you are an administrator of this group, you must either accept or reject the membership request.\n\n<a href=\"{{{group-requests.url}}}\">Go here to manage this</a> and all other pending requests.','[{{{site.name}}}] Membership request for group: {{group.name}}','{{requesting-user.name}} wants to join the group \"{{group.name}}\". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}\'s profile, visit: {{{profile.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-3','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23744',0,'bp-email','',0),(23745,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the site: &quot;{{site.name}}&quot;.\n\n{{usermessage}}\n\n<a href=\"{{{invite.accept_url}}}\">Accept your invitation</a> or <a href=\"{{{site.url}}}\">visit the site</a> to learn more.','{{inviter.name}} has invited you to join {{site.name}}','{{inviter.name}} has invited you to join the site \"{{site.name}}\".\n\n{{usermessage}}\n\nTo accept your invitation, visit: {{{invite.accept_url}}}\n\nTo learn more about the site, visit: {{{site.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','inviter-name-has-invited-you-to-join-site-name-2','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23745',0,'bp-email','',0),(23746,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','{{requesting-user.user_login}} would like to join the site: &quot;{{site.name}}&quot;.\n\n<a href=\"{{{manage.url}}}\">Manage the request</a>.','{{requesting-user.user_login}} would like to join {{site.name}}','{{requesting-user.user_login}} would like to join the site \"{{site.name}}\".\n\nTo manage the request, visit: {{{manage.url}}}.','publish','closed','closed','','requesting-user-user_login-would-like-to-join-site-name-2','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23746',0,'bp-email','',0),(23747,1,'2024-09-13 02:51:54','2024-09-13 02:51:54','{{poster.name}} replied to one of your comments:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{thread.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} replied to one of your comments','{{poster.name}} replied to one of your comments:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{thread.url}}}','publish','closed','closed','','site-name-poster-name-replied-to-one-of-your-comments-4','','','2024-09-13 02:51:54','2024-09-13 02:51:54','',0,'http://litcaf.com/?post_type=bp-email&p=23747',0,'bp-email','',0),(23748,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{message.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] New message from {{sender.name}}','{{sender.name}} sent you a new message: \"{{usersubject}}\"\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}','publish','closed','closed','','site-name-new-message-from-sender-name-3','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23748',0,'bp-email','',0),(23749,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','{{poster.name}} mentioned you in a status update:\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in a status update','{{poster.name}} mentioned you in a status update:\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-a-status-update-4','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23749',0,'bp-email','',0),(23750,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{mentioned.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] {{poster.name}} mentioned you in an update','{{poster.name}} mentioned you in the group \"{{group.name}}\":\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{mentioned.url}}}','publish','closed','closed','','site-name-poster-name-mentioned-you-in-an-update-4','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23750',0,'bp-email','',0),(23751,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the <strong>Activate</strong> button:\n<a href=\"{{{activate.url}}}\">{{{activate.url}}}</a>\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','[{{{site.name}}}] Activate your account','Thanks for registering!\n\nTo complete the activation of your account, go to the following link and click on the \'Activate\' button: {{{activate.url}}}\n\nIf the \'Activation Key\' field is empty, copy and paste the following into the field - {{key}}','publish','closed','closed','','site-name-activate-your-account-4','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23751',0,'bp-email','',0),(23752,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','Sorry, your request to join the site &quot;{{site.name}}&quot; has been declined.','Your request to join {{site.name}} has been declined','Sorry, your request to join the site \"{{site.name}}\" has been declined.','publish','closed','closed','','your-request-to-join-site-name-has-been-declined-2','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23752',0,'bp-email','',0),(23753,1,'2024-09-13 02:51:55','2024-09-13 02:51:55','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','[{{{site.name}}}] Verify your new email address','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','publish','closed','closed','','site-name-verify-your-new-email-address-3','','','2024-09-13 02:51:55','2024-09-13 02:51:55','',0,'http://litcaf.com/?post_type=bp-email&p=23753',0,'bp-email','',0),(23754,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','<a href=\"{{{initiator.url}}}\">{{initiator.name}}</a> wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: <a href=\"{{{friend-requests.url}}}\">{{{friend-requests.url}}}</a>','[{{{site.name}}}] New friendship request from {{initiator.name}}','{{initiator.name}} wants to add you as a friend.\n\nTo accept this request and manage all of your pending requests, visit: {{{friend-requests.url}}}\n\nTo view {{initiator.name}}\'s profile, visit: {{{initiator.url}}}','publish','closed','closed','','site-name-new-friendship-request-from-initiator-name-4','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23754',0,'bp-email','',0),(23755,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been accepted.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','Your membership request for the group \"{{group.name}}\" has been accepted.\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-5','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23755',0,'bp-email','',0),(23756,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been rejected.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','Your membership request for the group \"{{group.name}}\" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-5','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23756',0,'bp-email','',0),(23757,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','An administrator accepted an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your <a href=\"{{{leave-group.url}}}\">groups memberships page</a>.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','An administrator accepted an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your groups memberships page: {{{leave-group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-6','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23757',0,'bp-email','',0),(23758,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','An administrator rejected an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, please contact the site administrator.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','An administrator rejected an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, please contact the site administrator.','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-6','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23758',0,'bp-email','',0),(23759,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the site: &quot;{{site.name}}&quot;.\n\n{{usermessage}}\n\n<a href=\"{{{invite.accept_url}}}\">Accept your invitation</a> or <a href=\"{{{site.url}}}\">visit the site</a> to learn more.','{{inviter.name}} has invited you to join {{site.name}}','{{inviter.name}} has invited you to join the site \"{{site.name}}\".\n\n{{usermessage}}\n\nTo accept your invitation, visit: {{{invite.accept_url}}}\n\nTo learn more about the site, visit: {{{site.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','inviter-name-has-invited-you-to-join-site-name-3','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23759',0,'bp-email','',0),(23760,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','{{requesting-user.user_login}} would like to join the site: &quot;{{site.name}}&quot;.\n\n<a href=\"{{{manage.url}}}\">Manage the request</a>.','{{requesting-user.user_login}} would like to join {{site.name}}','{{requesting-user.user_login}} would like to join the site \"{{site.name}}\".\n\nTo manage the request, visit: {{{manage.url}}}.','publish','closed','closed','','requesting-user-user_login-would-like-to-join-site-name-3','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23760',0,'bp-email','',0),(23761,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','Sorry, your request to join the site &quot;{{site.name}}&quot; has been declined.','Your request to join {{site.name}} has been declined','Sorry, your request to join the site \"{{site.name}}\" has been declined.','publish','closed','closed','','your-request-to-join-site-name-has-been-declined-3','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23761',0,'bp-email','',0),(23762,1,'2024-09-13 02:51:56','2024-09-13 02:51:56','<a href=\"{{{friendship.url}}}\">{{friend.name}}</a> accepted your friend request.','[{{{site.name}}}] {{friend.name}} accepted your friendship request','{{friend.name}} accepted your friend request.\n\nTo learn more about them, visit their profile: {{{friendship.url}}}','publish','closed','closed','','site-name-friend-name-accepted-your-friendship-request-4','','','2024-09-13 02:51:56','2024-09-13 02:51:56','',0,'http://litcaf.com/?post_type=bp-email&p=23762',0,'bp-email','',0),(23763,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','Group details for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; were updated:\n<blockquote>{{changed_text}}</blockquote>','[{{{site.name}}}] Group details updated','Group details for the group \"{{group.name}}\" were updated:\n\n{{changed_text}}\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-group-details-updated-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23763',0,'bp-email','',0),(23764,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the group: &quot;{{group.name}}&quot;.\n\n{{invite.message}}\n\n<a href=\"{{{invites.url}}}\">Go here to accept your invitation</a> or <a href=\"{{{group.url}}}\">visit the group</a> to learn more.','[{{{site.name}}}] You have an invitation to the group: \"{{group.name}}\"','{{inviter.name}} has invited you to join the group: \"{{group.name}}\".\n\n{{invite.message}}\n\nTo accept your invitation, visit: {{{invites.url}}}\n\nTo learn more about the group, visit: {{{group.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','site-name-you-have-an-invitation-to-the-group-group-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23764',0,'bp-email','',0),(23765,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','You have been promoted to <b>{{promoted_to}}</b> in the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot;.','[{{{site.name}}}] You have been promoted in the group: \"{{group.name}}\"','You have been promoted to {{promoted_to}} in the group: \"{{group.name}}\".\n\nTo visit the group, go to: {{{group.url}}}','publish','closed','closed','','site-name-you-have-been-promoted-in-the-group-group-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23765',0,'bp-email','',0),(23766,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','<a href=\"{{{profile.url}}}\">{{requesting-user.name}}</a> wants to join the group &quot;{{group.name}}&quot;.\n {{request.message}}\n As you are an administrator of this group, you must either accept or reject the membership request.\n\n<a href=\"{{{group-requests.url}}}\">Go here to manage this</a> and all other pending requests.','[{{{site.name}}}] Membership request for group: {{group.name}}','{{requesting-user.name}} wants to join the group \"{{group.name}}\". As you are the administrator of this group, you must either accept or reject the membership request.\n\nTo manage this and all other pending requests, visit: {{{group-requests.url}}}\n\nTo view {{requesting-user.name}}\'s profile, visit: {{{profile.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23766',0,'bp-email','',0),(23767,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','{{sender.name}} sent you a new message: &quot;{{usersubject}}&quot;\n\n<blockquote>&quot;{{usermessage}}&quot;</blockquote>\n\n<a href=\"{{{message.url}}}\">Go to the discussion</a> to reply or catch up on the conversation.','[{{{site.name}}}] New message from {{sender.name}}','{{sender.name}} sent you a new message: \"{{usersubject}}\"\n\n\"{{usermessage}}\"\n\nGo to the discussion to reply or catch up on the conversation: {{{message.url}}}','publish','closed','closed','','site-name-new-message-from-sender-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23767',0,'bp-email','',0),(23768,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, <a href=\"{{{verify.url}}}\">go here to confirm the change</a>.\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','[{{{site.name}}}] Verify your new email address','You recently changed the email address associated with your account on {{site.name}} to {{user.email}}. If this is correct, go to the following link to confirm the change: {{{verify.url}}}\n\nOtherwise, you can safely ignore and delete this email if you have changed your mind, or if you think you have received this email in error.','publish','closed','closed','','site-name-verify-your-new-email-address-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23768',0,'bp-email','',0),(23769,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been accepted.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','Your membership request for the group \"{{group.name}}\" has been accepted.\n\nTo view the group, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-7','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23769',0,'bp-email','',0),(23770,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','Your membership request for the group &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; has been rejected.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','Your membership request for the group \"{{group.name}}\" has been rejected.\n\nTo request membership again, visit: {{{group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-7','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23770',0,'bp-email','',0),(23771,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','An administrator accepted an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your <a href=\"{{{leave-group.url}}}\">groups memberships page</a>.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" accepted','An administrator accepted an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, you can leave the group at anytime visiting your groups memberships page: {{{leave-group.url}}}','publish','closed','closed','','site-name-membership-request-for-group-group-name-accepted-8','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23771',0,'bp-email','',0),(23772,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','An administrator rejected an invitation to join &quot;<a href=\"{{{group.url}}}\">{{group.name}}</a>&quot; on your behalf.\n\nIf you disagree with this, please contact the site administrator.','[{{{site.name}}}] Membership request for group \"{{group.name}}\" rejected','An administrator rejected an invitation to join \"{{group.name}}\" on your behalf.\n\nIf you disagree with this, please contact the site administrator.','publish','closed','closed','','site-name-membership-request-for-group-group-name-rejected-8','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23772',0,'bp-email','',0),(23773,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','<a href=\"{{{inviter.url}}}\">{{inviter.name}}</a> has invited you to join the site: &quot;{{site.name}}&quot;.\n\n{{usermessage}}\n\n<a href=\"{{{invite.accept_url}}}\">Accept your invitation</a> or <a href=\"{{{site.url}}}\">visit the site</a> to learn more.','{{inviter.name}} has invited you to join {{site.name}}','{{inviter.name}} has invited you to join the site \"{{site.name}}\".\n\n{{usermessage}}\n\nTo accept your invitation, visit: {{{invite.accept_url}}}\n\nTo learn more about the site, visit: {{{site.url}}}.\nTo view {{inviter.name}}\'s profile, visit: {{{inviter.url}}}','publish','closed','closed','','inviter-name-has-invited-you-to-join-site-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23773',0,'bp-email','',0),(23774,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','{{requesting-user.user_login}} would like to join the site: &quot;{{site.name}}&quot;.\n\n<a href=\"{{{manage.url}}}\">Manage the request</a>.','{{requesting-user.user_login}} would like to join {{site.name}}','{{requesting-user.user_login}} would like to join the site \"{{site.name}}\".\n\nTo manage the request, visit: {{{manage.url}}}.','publish','closed','closed','','requesting-user-user_login-would-like-to-join-site-name-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23774',0,'bp-email','',0),(23775,1,'2024-09-13 02:51:57','2024-09-13 02:51:57','Sorry, your request to join the site &quot;{{site.name}}&quot; has been declined.','Your request to join {{site.name}} has been declined','Sorry, your request to join the site \"{{site.name}}\" has been declined.','publish','closed','closed','','your-request-to-join-site-name-has-been-declined-4','','','2024-09-13 02:51:57','2024-09-13 02:51:57','',0,'http://litcaf.com/?post_type=bp-email&p=23775',0,'bp-email','',0),(23777,1,'2024-09-13 03:00:36','2024-09-13 03:00:36','<!-- 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\":24181,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/Decluttering-1024x782.png\" alt=\"Clutter in office desk\" class=\"wp-image-24181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Purpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What Decluttering does</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Admittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.<br>Clutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.</p>\n\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Decluttering','','publish','open','open','','decluttering','','','2025-04-18 23:40:09','2025-04-18 23:40:09','',0,'http://litcaf.com/?p=23777',0,'post','',0),(23778,1,'2024-09-13 03:00:36','2024-09-13 03:00:36','<img class=\"alignnone wp-image-21935 size-full\" src=\"http://litcaf.com/wp-content/uploads/2023/03/Buz-Card-1.png\" alt=\"Image of a lady contemplating a business card\" width=\"1004\" height=\"591\" />\r\n\r\n<strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.\r\n\r\nThere are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.\r\n\r\nPurpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.\r\n\r\n&nbsp;\r\n<h2>\r\nWhat Decluttering does</h2>\r\nAdmittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.\r\nClutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.','Decluttering','','inherit','closed','closed','','23777-revision-v1','','','2024-09-13 03:00:36','2024-09-13 03:00:36','',23777,'http://litcaf.com/?p=23778',0,'revision','',0),(23785,1,'2024-09-13 22:42:33','2024-09-13 22:42:33','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentytwo','','','2024-09-13 22:42:33','2024-09-13 22:42:33','',0,'http://litcaf.com/2024/09/13/wp-global-styles-twentytwentytwo/',0,'wp_global_styles','',0),(23794,1,'2024-09-13 22:54:17','2024-09-13 22:54:17','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-09-13 22:54:17','2024-09-13 22:54:17','',0,'http://litcaf.com/2024/09/13/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),(23795,1,'2024-09-14 00:55:12','2024-09-14 00:55:12','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentythree','','','2024-09-14 00:55:12','2024-09-14 00:55:12','',0,'http://litcaf.com/2024/09/14/wp-global-styles-twentytwentythree/',0,'wp_global_styles','',0),(23814,1,'2024-09-14 00:56:24','2024-09-14 00:56:24','[vc_row][vc_column width=\"1/1\"][vc_masonry_grid grid_id=\"vc_gid:1452450516571-56491b7f-a24f-4\"][/vc_column][/vc_row]','Home Page','','inherit','closed','closed','','23-revision-v1','','','2024-09-14 00:56:24','2024-09-14 00:56:24','',23,'http://litcaf.com/?p=23814',0,'revision','',0),(23815,1,'2024-09-14 00:56:39','2024-09-14 00:56:39','[wr_row width=\"boxed\" background=\"none\" solid_color_value=\"#FFFFFF\" solid_color_color=\"#ffffff\" gradient_color=\"0% #FFFFFF,100% #000000\"  gradient_direction=\"vertical\"  repeat=\"full\"  img_repeat=\"full\"  autoplay=\"yes\" position=\"center center\" paralax=\"no\" border_width_value_=\"0\" border_style=\"solid\" border_color=\"#000\"  div_padding_top=\"10\" div_padding_bottom=\"10\" div_padding_right=\"10\" div_padding_left=\"10\"   ][wr_column  span=\"span12\" ][wr_widget widget_id=\"WP_Widget_Search\"]widget-search%5B%5D%5Btitle%5D=Search+1[/wr_widget][/wr_column][/wr_row][wr_row width=\"boxed\" background=\"none\" solid_color_value=\"#FFFFFF\" solid_color_color=\"#ffffff\" gradient_color=\"0% #FFFFFF,100% #000000\"  gradient_direction=\"vertical\"  repeat=\"full\"  img_repeat=\"full\"  autoplay=\"yes\" position=\"center center\" paralax=\"no\" border_width_value_=\"0\" border_style=\"solid\" border_color=\"#000\"  div_padding_top=\"10\" div_padding_bottom=\"10\" div_padding_right=\"10\" div_padding_left=\"10\"   ][wr_column  span=\"span9\" ][/wr_column][wr_column  span=\"span3\" ][/wr_column][/wr_row]','home2','','inherit','closed','closed','','4724-revision-v1','','','2024-09-14 00:56:39','2024-09-14 00:56:39','',4724,'http://litcaf.com/?p=23815',0,'revision','',0),(23853,1,'2024-09-15 19:46:13','2024-09-15 19:46:13','/* Replace .page-id-23918 with the actual class or ID of your page */\n.page-id-23918 {\n    background-image: url(\'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg\');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-attachment: fixed;\n}\n\n/* Responsive adjustments */\n@media (max-width: 768px) {\n    .page-id-123 {\n        background-size: contain;\n    }\n}','notio','','publish','closed','closed','','notio','','','2025-01-04 02:17:46','2025-01-04 02:17:46','',0,'http://litcaf.com/2024/09/15/notio/',0,'custom_css','',0),(23854,1,'2024-09-15 19:46:13','2024-09-15 19:46:13','body { \n  margin: 0; \n  padding: 0; \n} ','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-15 19:46:13','2024-09-15 19:46:13','',23853,'http://litcaf.com/?p=23854',0,'revision','',0),(23856,1,'2024-09-15 19:48:23','2024-09-15 19:48:23','body { \n  margin: -50; \n  padding: 0; \n} ','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-15 19:48:23','2024-09-15 19:48:23','',23853,'http://litcaf.com/?p=23856',0,'revision','',0),(23858,1,'2024-09-15 19:49:30','2024-09-15 19:49:30','body { \n  margin: 0; \n  padding: 0; \n} ','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-15 19:49:30','2024-09-15 19:49:30','',23853,'http://litcaf.com/?p=23858',0,'revision','',0),(23860,1,'2024-09-15 19:49:49','2024-09-15 19:49:49','','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-15 19:49:49','2024-09-15 19:49:49','',23853,'http://litcaf.com/?p=23860',0,'revision','',0),(23862,1,'2024-09-16 01:58:44','2024-09-16 01:58:44','#wrapper {\n  max-width: 940px;\n  margin: 0 auto;\n  padding: 0 5%;\n  clear: both;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 01:58:44','2024-09-16 01:58:44','',23853,'http://litcaf.com/?p=23862',0,'revision','',0),(23864,1,'2024-09-16 01:59:55','2024-09-16 01:59:55','','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 01:59:55','2024-09-16 01:59:55','',23853,'http://litcaf.com/?p=23864',0,'revision','',0),(23865,1,'2024-09-16 14:42:32','2024-09-16 14:42:32','<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"50px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"10px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"5693ed50c9ef3\",\"_sow_form_timestamp\":\"1645473818356\",\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e8edb4f4-dec9-4fc9-bd4c-d229d1225681\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"9dcc9829-cf2a-4c9f-958a-030d762ebc8b\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"headline\":{\"text\":\"Quality Organic Food Is Important to Us, Why?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f0741f79a\",\"_sow_form_timestamp\":\"1585154102633\",\"so_sidebar_emulator_id\":\"sow-headline-39610001\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"widget_id\":\"980ab8dc-89f9-4941-98a9-b0114df31394\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-heart\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Is Good for Your Heart\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-leaf\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Preserves Nature\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-stethoscope\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Improves Overall Well Being\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"round\",\"container_size\":\"125px\",\"container_size_unit\":\"px\",\"icon_size\":\"50px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f18dda2cc\",\"_sow_form_timestamp\":\"1585156531300\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610002\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":3,\"widget_id\":\"7de6791f-bdff-4a08-91f3-7c3f32a18d01\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"frames\":[{\"content\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003e\\u003cem\\u003e\\u0022There is no sincerer love than the love of food\\u0022\\u003c/em\\u003e\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003eGeorge Bernard Shaw\\u003c/span\\u003e\\u003c/p\\u003e\",\"content_selected_editor\":\"html\",\"background\":{\"image\":0,\"image_fallback\":\"\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":\"\",\"color\":\"\",\"url\":\"\",\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\",\"background_video_opacity\":\"\"},\"buttons\":[],\"autop\":\"\"}],\"controls\":{\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"so_field_container_state\":\"closed\",\"nav_always_show_mobile\":\"\",\"background_video_mobile\":\"\",\"autoplay\":\"\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_align\":\"\",\"unmute\":\"\",\"unmute_position\":\"\",\"fitvids\":\"\"},\"design\":{\"height\":false,\"height_unit\":\"px\",\"height_responsive\":false,\"height_responsive_unit\":\"px\",\"padding\":\"100px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":\"\",\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"open\"},\"_sow_form_id\":\"5693fb8f060f5\",\"_sow_form_timestamp\":\"1585154212344\",\"so_sidebar_emulator_id\":\"sow-hero-39610003\",\"option_name\":\"widget_sow-hero\",\"layout\":{\"desktop\":{\"height\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\",\"width\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\"},\"vertically_align\":\"\"},\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":4,\"widget_id\":\"79392100-77a9-43c1-8521-8afcfe104bc9\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"So How Does It Work?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f5e8b64be\",\"_sow_form_timestamp\":\"1585154225623\",\"so_sidebar_emulator_id\":\"sow-headline-39610004\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"widget_id\":\"edda560e-f05b-43fa-8a36-2f6783ddc992\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-shopping-cart\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Browse Through Our Selection of Wonderful Produce\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-credit-card\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Check out and Pay\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"icomoon-truck\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"And We\'ll Delivery Free of Charge!\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"\",\"container_size\":\"84px\",\"container_size_unit\":\"px\",\"icon_size\":\"75px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f88159297\",\"_sow_form_timestamp\":\"1585148829155\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610005\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":6,\"widget_id\":\"4429f079-c811-4b17-a18d-86cd8548c120\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"Latest News From Our Blog\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"569557ffa06e9\",\"_sow_form_timestamp\":\"1585154239775\",\"so_sidebar_emulator_id\":\"sow-headline-39610006\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":7,\"widget_id\":\"3a113c31-01e8-431c-b673-c9acb96b8a54\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"title\":\"\",\"default_thumbnail\":0,\"default_thumbnail_fallback\":\"\",\"image_size\":\"sow-carousel-default\",\"loop_posts\":true,\"posts\":\"\",\"_sow_form_id\":\"569557c5a283f\",\"_sow_form_timestamp\":\"1585137863713\",\"so_sidebar_emulator_id\":\"sow-post-carousel-39610007\",\"option_name\":\"widget_sow-post-carousel\",\"link_target\":\"\",\"carousel_settings\":{\"loop\":\"\",\"arrows\":\"\",\"animation\":\"\",\"animation_speed\":\"\",\"autoplay\":\"\",\"autoplay_continuous_scroll\":\"\",\"autoplay_pause_hover\":\"\",\"timeout\":\"\"},\"design\":{\"thumbnail\":{\"thumbnail_overlay_hover_color\":\"\",\"thumbnail_overlay_hover_opacity\":\"\"},\"item_title\":{\"tag\":\"\",\"font\":\"\",\"size\":\"\",\"color\":\"\"},\"navigation\":{\"navigation_color\":\"\",\"navigation_color_hover\":\"\",\"navigation_background\":\"\",\"navigation_hover_background\":\"\"}},\"responsive\":{\"desktop\":{\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"tablet\":{\"landscape\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"portrait\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"mobile\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":8,\"widget_id\":\"b04ba3d4-cf4e-4e10-bf4a-f0e3802e7563\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-blue\",\"label\":\"Introduction\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-red\",\"label\":\"Features\"},{\"cells\":1,\"style\":{\"padding\":\"0% 0% 0% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"grayish-violet\",\"label\":\"Headline\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"lime-green\",\"label\":\"How Does It Work?\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"desaturated-yellow\",\"label\":\"Latest News From Our Blog\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":[]},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":2,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":3,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":4,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-66e843d881f63\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e843d881f63-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full-width-stretch\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Introduction\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e843d881f63-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-823642a6d061- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e843d881f63-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Features\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-row-style panel-row-style-for-gb-66e843d881f63-1\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00222\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-add831932217- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tQuality Organic Food Is Important to Us, Why?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-1-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00223\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-ef63b7883c96-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf004;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Is Good for Your Heart\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf06c;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Preserves Nature\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf0f1;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Improves Overall Well Being\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e843d881f63-2\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;0% 0% 0% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Headline\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e843d881f63-2\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-2-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-2-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00224\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-cf6b8cb2a25e- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:true,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image\\\\\\u0022 style=\\\\\\u0022visibility: visible;\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch2 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003e\\u003cem\\u003e\\\\\\u0022There is no sincerer love than the love of food\\\\\\u0022\\u003c\\\\/em\\u003e\\u003c\\\\/span\\u003e\\u003c\\\\/h2\\u003e\\\\n\\u003cp style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003eGeorge Bernard Shaw\\u003c\\\\/span\\u003e\\u003c\\\\/p\\u003e\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e843d881f63-3\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022How Does It Work?\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e843d881f63-3\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-3-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-3-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00225\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tSo How Does It Work?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-3-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00226\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-342deb9c443b-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf07a;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tBrowse Through Our Selection of Wonderful Produce\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf09d;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tCheck out and Pay\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-icomoon\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xe9b0;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tAnd We\'ll Delivery Free of Charge!\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e843d881f63-4\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Latest News From Our Blog\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e843d881f63-4\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e843d881f63-4-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-4-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00227\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tLatest News From Our Blog\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e843d881f63-4-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-post-carousel panel-last-child\\\\\\u0022 data-index=\\\\\\u00228\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-post-carousel so-widget-sow-post-carousel-base-8fb8ac49258a-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\t\\u003cdiv\\\\n\\\\t\\\\tclass=\\\\\\u0022sow-post-carousel-wrapper sow-post-carousel-theme-base\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022overflow: hidden; max-width: 100%; min-height: 182px\\\\\\u0022\\\\n\\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-navigation sow-carousel-navigation-hidden\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-next\\\\\\u0022 title=\\\\\\u0022Next\\\\\\u0022 aria-label=\\\\\\u0022Next Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-previous\\\\\\u0022 title=\\\\\\u0022Previous\\\\\\u0022 aria-label=\\\\\\u0022Previous Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003cdiv class=\\\\\\u0022sow-carousel-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-wrapper\\\\\\u0022\\\\n\\\\t\\\\tdata-dir=\\\\\\u0022ltr\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022opacity: 0;\\\\\\u0022\\\\n\\\\t\\\\tdata-widget=\\\\\\u0022post\\\\\\u0022 data-fetching=\\\\\\u0022false\\\\\\u0022 data-page=\\\\\\u00221\\\\\\u0022 data-ajax-url=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-admin\\\\/admin-ajax.php?_widgets_nonce=13d6c527e6\\\\\\u0022 data-item_count=\\\\\\u00221\\\\\\u0022 data-carousel_settings=\\\\\\u0022{\\u0026quot;loop\\u0026quot;:true,\\u0026quot;animation\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;animation_speed\\u0026quot;:400,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;pauseOnHover\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;autoplaySpeed\\u0026quot;:8000,\\u0026quot;item_overflow\\u0026quot;:true,\\u0026quot;autoplay_continuous_scroll\\u0026quot;:false}\\\\\\u0022 data-responsive=\\\\\\u0022{\\u0026quot;desktop_slides_to_scroll\\u0026quot;:1,\\u0026quot;tablet_landscape_breakpoint\\u0026quot;:1366,\\u0026quot;tablet_landscape_slides_to_scroll\\u0026quot;:2,\\u0026quot;tablet_portrait_breakpoint\\u0026quot;:1025,\\u0026quot;tablet_portrait_slides_to_scroll\\u0026quot;:2,\\u0026quot;mobile_breakpoint\\u0026quot;:480,\\u0026quot;mobile_slides_to_scroll\\u0026quot;:1}\\\\\\u0022 data-variable_width=\\\\\\u0022true\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-items\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-item\\\\\\u0022 tabindex=\\\\\\u0022-1\\\\\\u0022 style=\\\\\\u0022float: left;\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-thumbnail\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022background-image: url( https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2023\\\\/02\\\\/Business-Card-still-relevant-1.png )\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\taria-labelledby=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022overlay\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003ch3 class=\\\\\\u0022sow-carousel-item-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tid=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\tDecluttering\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/h3\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cinput type=\\\\\\u0022hidden\\\\\\u0022 name=\\\\\\u0022instance_hash\\\\\\u0022 value=\\\\\\u0022e8749e72\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Home','','inherit','closed','closed','','4702-revision-v1','','','2024-09-16 14:42:32','2024-09-16 14:42:32','',4702,'http://litcaf.com/?p=23865',0,'revision','',0),(23866,1,'2024-09-16 15:13:59','2024-09-16 15:13:59','\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Home Page','','inherit','closed','closed','','23-revision-v1','','','2024-09-16 15:13:59','2024-09-16 15:13:59','',23,'http://litcaf.com/?p=23866',0,'revision','',0),(23868,1,'2024-09-16 15:19:30','2024-09-16 15:19:30','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	margin-bottom: -100px !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:19:30','2024-09-16 15:19:30','',23853,'http://litcaf.com/?p=23868',0,'revision','',0),(23869,1,'2024-09-16 15:20:52','2024-09-16 15:20:52','<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"50px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"10px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"5693ed50c9ef3\",\"_sow_form_timestamp\":\"1645473818356\",\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e8edb4f4-dec9-4fc9-bd4c-d229d1225681\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: center;\\u0022\\u003eFresh Organic Food\\u003c/h1\\u003e\\n\\u003ch5 style=\\u0022text-align: center;\\u0022\\u003eDelivered right to your front door\\u003c/h5\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Order Now\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":false,\"width_unit\":\"px\",\"theme\":\"flat\",\"button_color\":\"#c48883\",\"text_color\":\"#ffffff\",\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":false,\"font\":\"default\",\"font_size\":\"1.15em\",\"rounding\":\"0\",\"padding\":\"1em\",\"so_field_container_state\":\"open\",\"icon_size\":\"\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":false,\"download\":false}}],\"background\":{\"image\":0,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/grapes.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":35,\"color\":\"#413c35\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"background_video_mobile\":\"\",\"nav_align\":\"\",\"fitvids\":\"\"},\"layout\":{\"desktop\":{\"height\":\"830px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"extra_top_padding\":false,\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"open\",\"padding_extra_top\":\"\"},\"vertically_align\":true,\"so_field_container_state\":\"open\"},\"design\":{\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"56px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":35,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"so_sidebar_emulator_id\":\"sow-hero-39610000\",\"option_name\":\"widget_sow-hero\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"9dcc9829-cf2a-4c9f-958a-030d762ebc8b\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"headline\":{\"text\":\"Quality Organic Food Is Important to Us, Why?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f0741f79a\",\"_sow_form_timestamp\":\"1585154102633\",\"so_sidebar_emulator_id\":\"sow-headline-39610001\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":2,\"widget_id\":\"980ab8dc-89f9-4941-98a9-b0114df31394\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-heart\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Is Good for Your Heart\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-leaf\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Preserves Nature\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#83c4a8\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-stethoscope\",\"icon_title\":\"\",\"icon_color\":\"#FFFFFF\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"It Improves Overall Well Being\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"round\",\"container_size\":\"125px\",\"container_size_unit\":\"px\",\"icon_size\":\"50px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f18dda2cc\",\"_sow_form_timestamp\":\"1585156531300\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610002\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":3,\"widget_id\":\"7de6791f-bdff-4a08-91f3-7c3f32a18d01\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"frames\":[{\"content\":\"\\u003ch2 style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003e\\u003cem\\u003e\\u0022There is no sincerer love than the love of food\\u0022\\u003c/em\\u003e\\u003c/span\\u003e\\u003c/h2\\u003e\\n\\u003cp style=\\u0022text-align: center;\\u0022\\u003e\\u003cspan style=\\u0022color: #333333;\\u0022\\u003eGeorge Bernard Shaw\\u003c/span\\u003e\\u003c/p\\u003e\",\"content_selected_editor\":\"html\",\"background\":{\"image\":0,\"image_fallback\":\"\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":\"\",\"color\":\"\",\"url\":\"\",\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":[],\"loop_background_videos\":\"\",\"background_video_opacity\":\"\"},\"buttons\":[],\"autop\":\"\"}],\"controls\":{\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"swipe\":true,\"so_field_container_state\":\"closed\",\"nav_always_show_mobile\":\"\",\"background_video_mobile\":\"\",\"autoplay\":\"\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_align\":\"\",\"unmute\":\"\",\"unmute_position\":\"\",\"fitvids\":\"\"},\"design\":{\"height\":false,\"height_unit\":\"px\",\"height_responsive\":false,\"height_responsive_unit\":\"px\",\"padding\":\"100px\",\"padding_unit\":\"px\",\"extra_top_padding\":\"0px\",\"extra_top_padding_unit\":\"px\",\"padding_sides\":\"20px\",\"padding_sides_unit\":\"px\",\"width\":\"1280px\",\"width_unit\":\"px\",\"heading_font\":\"\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":\"\",\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"\",\"text_shadow\":\"\",\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"open\"},\"_sow_form_id\":\"5693fb8f060f5\",\"_sow_form_timestamp\":\"1585154212344\",\"so_sidebar_emulator_id\":\"sow-hero-39610003\",\"option_name\":\"widget_sow-hero\",\"layout\":{\"desktop\":{\"height\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\",\"width\":\"\"},\"mobile\":{\"height_responsive\":\"\",\"padding\":\"\",\"padding_extra_top\":\"\",\"padding_sides\":\"\"},\"vertically_align\":\"\"},\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"raw\":false,\"grid\":2,\"cell\":0,\"id\":4,\"widget_id\":\"79392100-77a9-43c1-8521-8afcfe104bc9\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"So How Does It Work?\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"5693f5e8b64be\",\"_sow_form_timestamp\":\"1585154225623\",\"so_sidebar_emulator_id\":\"sow-headline-39610004\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":5,\"widget_id\":\"edda560e-f05b-43fa-8a36-2f6783ddc992\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"features\":[{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-shopping-cart\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Browse Through Our Selection of Wonderful Produce\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"fontawesome-sow-fas-credit-card\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"Check out and Pay\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"},{\"container_color\":\"#404040\",\"container_position\":\"top\",\"icon\":\"icomoon-truck\",\"icon_title\":\"\",\"icon_color\":\"#333333\",\"icon_image\":0,\"icon_image_fallback\":\"\",\"icon_image_size\":\"full\",\"title\":\"And We\'ll Delivery Free of Charge!\",\"text\":\"\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c/p\\u003e\\n\",\"text_selected_editor\":\"tinymce\",\"more_text\":\"\",\"more_url\":\"\"}],\"fonts\":{\"title_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\",\"tag\":\"\"},\"text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"more_text_options\":{\"font\":\"default\",\"size\":\"\",\"size_unit\":\"px\",\"color\":\"\",\"so_field_container_state\":\"closed\"},\"so_field_container_state\":\"closed\"},\"container_shape\":\"\",\"container_size\":\"84px\",\"container_size_unit\":\"px\",\"icon_size\":\"75px\",\"icon_size_unit\":\"px\",\"title_tag\":\"h5\",\"per_row\":3,\"responsive\":true,\"_sow_form_id\":\"5693f88159297\",\"_sow_form_timestamp\":\"1585148829155\",\"icon_size_custom\":\"\",\"title_link\":\"\",\"icon_link\":\"\",\"new_window\":\"\",\"so_sidebar_emulator_id\":\"sow-features-39610005\",\"option_name\":\"widget_sow-features\",\"center_items\":\"\",\"feature_spacing\":\"\",\"feature_spacing_mobile\":\"\",\"more_text_bottom_align\":\"\",\"link_feature\":\"\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Features_Widget\",\"raw\":false,\"grid\":3,\"cell\":0,\"id\":6,\"widget_id\":\"4429f079-c811-4b17-a18d-86cd8548c120\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}},{\"headline\":{\"text\":\"Latest News From Our Blog\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"#333333\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\",\"mobile_align\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#EEEEEE\",\"thickness\":1,\"align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"mobile_align\":\"\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"569557ffa06e9\",\"_sow_form_timestamp\":\"1585154239775\",\"so_sidebar_emulator_id\":\"sow-headline-39610006\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":7,\"widget_id\":\"3a113c31-01e8-431c-b673-c9acb96b8a54\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"margin\":\"0px 0px 40px 0px\"}}},{\"title\":\"\",\"default_thumbnail\":0,\"default_thumbnail_fallback\":\"\",\"image_size\":\"sow-carousel-default\",\"loop_posts\":true,\"posts\":\"\",\"_sow_form_id\":\"569557c5a283f\",\"_sow_form_timestamp\":\"1585137863713\",\"so_sidebar_emulator_id\":\"sow-post-carousel-39610007\",\"option_name\":\"widget_sow-post-carousel\",\"link_target\":\"\",\"carousel_settings\":{\"loop\":\"\",\"arrows\":\"\",\"animation\":\"\",\"animation_speed\":\"\",\"autoplay\":\"\",\"autoplay_continuous_scroll\":\"\",\"autoplay_pause_hover\":\"\",\"timeout\":\"\"},\"design\":{\"thumbnail\":{\"thumbnail_overlay_hover_color\":\"\",\"thumbnail_overlay_hover_opacity\":\"\"},\"item_title\":{\"tag\":\"\",\"font\":\"\",\"size\":\"\",\"color\":\"\"},\"navigation\":{\"navigation_color\":\"\",\"navigation_color_hover\":\"\",\"navigation_background\":\"\",\"navigation_hover_background\":\"\"}},\"responsive\":{\"desktop\":{\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"tablet\":{\"landscape\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"},\"portrait\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"mobile\":{\"breakpoint\":\"\",\"slides_to_scroll\":\"\",\"navigation\":\"\"}},\"panels_info\":{\"class\":\"SiteOrigin_Widget_PostCarousel_Widget\",\"raw\":false,\"grid\":4,\"cell\":0,\"id\":8,\"widget_id\":\"b04ba3d4-cf4e-4e10-bf4a-f0e3802e7563\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-blue\",\"label\":\"Introduction\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"soft-red\",\"label\":\"Features\"},{\"cells\":1,\"style\":{\"padding\":\"0% 0% 0% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"grayish-violet\",\"label\":\"Headline\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"lime-green\",\"label\":\"How Does It Work?\"},{\"cells\":1,\"style\":{\"padding\":\"6% 0% 5% 0%\",\"background\":\"#f3f2eb\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"0px\",\"row_stretch\":\"full\",\"cell_alignment\":\"flex-start\"},\"color_label\":\"desaturated-yellow\",\"label\":\"Latest News From Our Blog\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":[]},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":2,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":3,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":4,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-66e84cd47dfe3\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full-width-stretch\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Introduction\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-823642a6d061- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00220.5\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;background_image_size\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;background_image_opacity\\u0026quot;:\\u0026quot;100\\u0026quot;,\\u0026quot;border_thickness\\u0026quot;:\\u0026quot;1px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-0bf6ae645846- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 830px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #413c35\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eFresh Organic Food\\u003c\\\\/h1\\u003e\\\\n\\u003ch5 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003eDelivered right\\\\u00a0to your front door\\u003c\\\\/h5\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-flat-a941875c75c2\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\u003ca\\\\n\\\\thref=\\\\\\u0022#\\\\\\u0022\\\\n\\\\t\\\\tclass=\\\\\\u0022ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tOrder Now\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\u003c\\\\/a\\u003e\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.35;background-image: url(https:\\\\/\\\\/layouts.siteorigin.com\\\\/wp-content\\\\/uploads\\\\/2016\\\\/01\\\\/grapes.jpg)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Features\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-row-style panel-row-style-for-gb-66e84cd47dfe3-1\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00222\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-add831932217- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tQuality Organic Food Is Important to Us, Why?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-1-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00223\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-ef63b7883c96-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf004;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Is Good for Your Heart\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf06c;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Preserves Nature\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-round\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #83c4a8; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf0f1;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 50px; color: #FFFFFF\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tIt Improves Overall Well Being\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. Aliquam tempus justo eu orci faucibus fermentum.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-2\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;0% 0% 0% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Headline\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-2\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-2-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-2-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00224\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-cf6b8cb2a25e- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:true,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image\\\\\\u0022 style=\\\\\\u0022visibility: visible;\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch2 style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003e\\u003cem\\u003e\\\\\\u0022There is no sincerer love than the love of food\\\\\\u0022\\u003c\\\\/em\\u003e\\u003c\\\\/span\\u003e\\u003c\\\\/h2\\u003e\\\\n\\u003cp style=\\\\\\u0022text-align: center\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #333333\\\\\\u0022\\u003eGeorge Bernard Shaw\\u003c\\\\/span\\u003e\\u003c\\\\/p\\u003e\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-3\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022How Does It Work?\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-3\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-3-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-3-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00225\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tSo How Does It Work?\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-3-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-features panel-last-child\\\\\\u0022 data-index=\\\\\\u00226\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-features so-widget-sow-features-default-342deb9c443b-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-features-list sow-features-responsive\\\\\\u0022\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf07a;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tBrowse Through Our Selection of Wonderful Produce\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-fontawesome sow-fas\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xf09d;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tCheck out and Pay\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel.\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-features-feature sow-icon-container-position-top\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022display: flex; flex-direction: column; width: calc(33.333% - 25px);\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-icon-container sow-container-none\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022color: #404040; \\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022sow-icon-icomoon\\\\\\u0022 data-sow-icon=\\\\\\u0022\\u0026#xe9b0;\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022font-size: 75px; color: #333333\\\\\\u0022 \\\\n\\\\t\\\\taria-hidden=\\\\\\u0022true\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022textwidget\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tAnd We\'ll Delivery Free of Charge!\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h5\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp\\u003eLorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam auctor pulvinar et, cursus quis neque. Donec suscipit dui leo, vehicula pellentesque nunc rhoncus vel. \\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\n\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-gb-66e84cd47dfe3-4\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022  data-style=\\\\\\u0022{\\u0026quot;padding\\u0026quot;:\\u0026quot;6% 0% 5% 0%\\u0026quot;,\\u0026quot;background\\u0026quot;:\\u0026quot;#f3f2eb\\u0026quot;,\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;full_height\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;bottom_margin\\u0026quot;:\\u0026quot;0px\\u0026quot;,\\u0026quot;row_stretch\\u0026quot;:\\u0026quot;full\\u0026quot;,\\u0026quot;cell_alignment\\u0026quot;:\\u0026quot;flex-start\\u0026quot;}\\\\\\u0022  data-label=\\\\\\u0022Latest News From Our Blog\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-66e84cd47dfe3-4\\\\\\u0022 data-stretch-type=\\\\\\u0022full\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-66e84cd47dfe3-4-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022  data-weight=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-4-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child\\\\\\u0022 data-index=\\\\\\u00227\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;,\\u0026quot;margin\\u0026quot;:\\u0026quot;0px 0px 40px 0px\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-7967af239390- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tLatest News From Our Blog\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022panel-gb-66e84cd47dfe3-4-0-1\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-post-carousel panel-last-child\\\\\\u0022 data-index=\\\\\\u00228\\\\\\u0022 data-style=\\\\\\u0022{\\u0026quot;background_image_attachment\\u0026quot;:false,\\u0026quot;background_display\\u0026quot;:\\u0026quot;tile\\u0026quot;}\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-post-carousel so-widget-sow-post-carousel-base-8fb8ac49258a-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\t\\u003cdiv\\\\n\\\\t\\\\tclass=\\\\\\u0022sow-post-carousel-wrapper sow-post-carousel-theme-base\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022overflow: hidden; max-width: 100%; min-height: 182px\\\\\\u0022\\\\n\\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-navigation sow-carousel-navigation-hidden\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-next\\\\\\u0022 title=\\\\\\u0022Next\\\\\\u0022 aria-label=\\\\\\u0022Next Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 class=\\\\\\u0022sow-carousel-previous\\\\\\u0022 title=\\\\\\u0022Previous\\\\\\u0022 aria-label=\\\\\\u0022Previous Posts\\\\\\u0022 role=\\\\\\u0022button\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003cdiv class=\\\\\\u0022sow-carousel-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-wrapper\\\\\\u0022\\\\n\\\\t\\\\tdata-dir=\\\\\\u0022ltr\\\\\\u0022\\\\n\\\\t\\\\tstyle=\\\\\\u0022opacity: 0;\\\\\\u0022\\\\n\\\\t\\\\tdata-widget=\\\\\\u0022post\\\\\\u0022 data-fetching=\\\\\\u0022false\\\\\\u0022 data-page=\\\\\\u00221\\\\\\u0022 data-ajax-url=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-admin\\\\/admin-ajax.php?_widgets_nonce=13d6c527e6\\\\\\u0022 data-item_count=\\\\\\u00221\\\\\\u0022 data-carousel_settings=\\\\\\u0022{\\u0026quot;loop\\u0026quot;:true,\\u0026quot;animation\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;animation_speed\\u0026quot;:400,\\u0026quot;autoplay\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;pauseOnHover\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;autoplaySpeed\\u0026quot;:8000,\\u0026quot;item_overflow\\u0026quot;:true,\\u0026quot;autoplay_continuous_scroll\\u0026quot;:false}\\\\\\u0022 data-responsive=\\\\\\u0022{\\u0026quot;desktop_slides_to_scroll\\u0026quot;:1,\\u0026quot;tablet_landscape_breakpoint\\u0026quot;:1366,\\u0026quot;tablet_landscape_slides_to_scroll\\u0026quot;:2,\\u0026quot;tablet_portrait_breakpoint\\u0026quot;:1025,\\u0026quot;tablet_portrait_slides_to_scroll\\u0026quot;:2,\\u0026quot;mobile_breakpoint\\u0026quot;:480,\\u0026quot;mobile_slides_to_scroll\\u0026quot;:1}\\\\\\u0022 data-variable_width=\\\\\\u0022true\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cdiv\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-carousel-items\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-item\\\\\\u0022 tabindex=\\\\\\u0022-1\\\\\\u0022 style=\\\\\\u0022float: left;\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-carousel-thumbnail\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022background-image: url( https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2023\\\\/02\\\\/Business-Card-still-relevant-1.png )\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\taria-labelledby=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cspan class=\\\\\\u0022overlay\\\\\\u0022\\u003e\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003ch3 class=\\\\\\u0022sow-carousel-item-title\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/2024\\\\/09\\\\/13\\\\/decluttering\\\\/\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\tid=\\\\\\u0022sow-carousel-id-23777\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\ttabindex=\\\\\\u0022-1\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\tDecluttering\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/h3\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cinput type=\\\\\\u0022hidden\\\\\\u0022 name=\\\\\\u0022instance_hash\\\\\\u0022 value=\\\\\\u0022e8749e72\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Home','','inherit','closed','closed','','4702-revision-v1','','','2024-09-16 15:20:52','2024-09-16 15:20:52','',4702,'http://litcaf.com/?p=23869',0,'revision','',0),(23871,1,'2024-09-16 15:22:09','2024-09-16 15:22:09','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	bottom: -100px !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:22:09','2024-09-16 15:22:09','',23853,'http://litcaf.com/?p=23871',0,'revision','',0),(23873,1,'2024-09-16 15:23:02','2024-09-16 15:23:02','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	bottom: -200px !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:23:02','2024-09-16 15:23:02','',23853,'http://litcaf.com/?p=23873',0,'revision','',0),(23875,1,'2024-09-16 15:30:07','2024-09-16 15:30:07','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	bottom: -200px !important;\n}\n\nheader + * {\n	margin-top: -200px;\n	background-color: green !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:30:07','2024-09-16 15:30:07','',23853,'http://litcaf.com/?p=23875',0,'revision','',0),(23877,1,'2024-09-16 15:30:37','2024-09-16 15:30:37','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	bottom: -200px !important;\n}\n\nheader + * {\n	margin-top: -500px;\n	background-color: green !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:30:37','2024-09-16 15:30:37','',23853,'http://litcaf.com/?p=23877',0,'revision','',0),(23879,1,'2024-09-16 15:32:15','2024-09-16 15:32:15','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	bottom: -200px !important;\n}\n\nheader + * {\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:32:15','2024-09-16 15:32:15','',23853,'http://litcaf.com/?p=23879',0,'revision','',0),(23881,1,'2024-09-16 15:35:29','2024-09-16 15:35:29','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	# margin-top: 100px !important;\n	bottom: -200px !important;\n}\n\nheader + * {\n	position: relative !important;\n	top: 200px !important;\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\nbody{\n	background-color: yellow !important;\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:35:29','2024-09-16 15:35:29','',23853,'http://litcaf.com/?p=23881',0,'revision','',0),(23883,1,'2024-09-16 15:41:41','2024-09-16 15:41:41','header{\n	background-color:red !important;\n	padding: 0px !important;\n	margin: 0px !important;\n	position: absolute !important;\n	# margin-top: 100px !important;\n	bottom: -200px !important;\n}\n\nheader + * {\n	position: relative !important;\n	top: 200px !important;\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 15:41:41','2024-09-16 15:41:41','',23853,'http://litcaf.com/?p=23883',0,'revision','',0),(23885,1,'2024-09-16 16:03:30','2024-09-16 16:03:30','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 200px !important;\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-16 16:03:30','2024-09-16 16:03:30','',23853,'http://litcaf.com/?p=23885',0,'revision','',0),(23887,1,'2024-09-18 12:05:43','2024-09-18 12:05:43','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 50px !important;\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-18 12:05:43','2024-09-18 12:05:43','',23853,'http://litcaf.com/?p=23887',0,'revision','',0),(23889,1,'2024-09-18 12:06:45','2024-09-18 12:06:45','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: -500px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-18 12:06:45','2024-09-18 12:06:45','',23853,'http://litcaf.com/?p=23889',0,'revision','',0),(23891,1,'2024-09-18 12:07:47','2024-09-18 12:07:47','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: -700px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-09-18 12:07:47','2024-09-18 12:07:47','',23853,'http://litcaf.com/?p=23891',0,'revision','',0),(23895,1,'2025-04-26 07:50:42','0000-00-00 00:00:00','','k','','draft','closed','closed','','','','','2025-04-26 07:50:42','2025-04-26 07:50:42','',0,'https://litcaf.com/?page_id=23895',0,'page','',0),(23896,1,'2024-10-15 19:55:49','2024-10-15 19:55:49','','','','inherit','closed','closed','','23895-revision-v1','','','2024-10-15 19:55:49','2024-10-15 19:55:49','',23895,'https://litcaf.com/?p=23896',0,'revision','',0),(23897,1,'2024-10-17 11:52:37','2024-10-17 11:52:37','','litcaf full logo','','inherit','closed','closed','','litcaf-full-logo','','','2024-10-17 11:52:37','2024-10-17 11:52:37','',0,'http://litcaf.com/wp-content/uploads/2024/10/litcaf-full-logo.png',0,'attachment','image/png',0),(23899,1,'2024-10-17 21:16:15','2024-10-17 21:16:15','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: -1000px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-10-17 21:16:15','2024-10-17 21:16:15','',23853,'https://litcaf.com/?p=23899',0,'revision','',0),(23901,1,'2024-10-17 21:17:39','2024-10-17 21:17:39','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 100px !important;\n	margin-top: -750px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-10-17 21:17:39','2024-10-17 21:17:39','',23853,'https://litcaf.com/?p=23901',0,'revision','',0),(23903,1,'2024-10-17 21:18:55','2024-10-17 21:18:55','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: -50px !important;\n	margin-top: -750px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-10-17 21:18:55','2024-10-17 21:18:55','',23853,'https://litcaf.com/?p=23903',0,'revision','',0),(23905,1,'2024-10-17 21:20:08','2024-10-17 21:20:08','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: 0px !important;\n	background-color: green !important;\n}\n\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-10-17 21:20:08','2024-10-17 21:20:08','',23853,'https://litcaf.com/?p=23905',0,'revision','',0),(23913,1,'2024-12-23 00:12:50','2024-12-23 00:12:50','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: 0px !important;\n	background-color: green !important;\n}\n\n/* .site-content {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n} */\n\n.entry-content {\n    margin-top: 0 !important;\n}\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-12-23 00:12:50','2024-12-23 00:12:50','',23853,'https://litcaf.com/?p=23913',0,'revision','',0),(23915,1,'2024-12-23 00:13:09','2024-12-23 00:13:09','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: 0px !important;\n	background-color: green !important;\n}\n\n.site-content {\n    margin-top: 0 !important;\n    padding-top: 0 !important;\n}\n\n/* .entry-content {\n    margin-top: 0 !important;\n} */\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-12-23 00:13:09','2024-12-23 00:13:09','',23853,'https://litcaf.com/?p=23915',0,'revision','',0),(23917,1,'2024-12-23 00:13:19','2024-12-23 00:13:19','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: 0px !important;\n	background-color: green !important;\n}\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-12-23 00:13:19','2024-12-23 00:13:19','',23853,'https://litcaf.com/?p=23917',0,'revision','',0),(23918,1,'2024-12-23 01:17:37','2024-12-23 01:17:37','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"panels_data\":{\"widgets\":[{\"headline\":{\"text\":\"Free Digital Business Card\\u003cbr /\\u003eso you can get right into sales\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"Open Sans:700\",\"font_size\":\"36px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"50px\",\"line_height_unit\":\"px\",\"margin\":\"15px\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"sub_headline\":{\"text\":\"Make your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\",\"destination_url\":\"\",\"tag\":\"p\",\"color\":\"#323232\",\"hover_color\":\"\",\"font\":\"Open Sans\",\"font_size\":\"18px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#eee\",\"thickness\":1,\"align\":\"center\",\"mobile_align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"2224240362952556a2a41475100729\",\"_sow_form_timestamp\":\"1744623814842\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"20b0d0a0-0417-4545-856f-c46bd1157a0a\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"text\":\"Live Demo\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"100%\",\"width_unit\":\"%\",\"align\":\"left\",\"mobile_align\":\"left\",\"theme\":\"wire\",\"button_color\":\"#000000\",\"text_color\":false,\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":\"#ffffff\",\"font\":\"Open Sans\",\"font_size\":\"1\",\"rounding\":\"0.25\",\"padding\":\"1\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"21873743629528a4d0b76384818805\",\"_sow_form_timestamp\":\"1654003938177\",\"new_window\":false,\"download\":false,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Button_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":1,\"widget_id\":\"3a595597-97ee-4299-8d15-adfb75904f55\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}},{\"cells\":4,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":1,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":2,\"weight\":0.16666666666666669,\"style\":[]},{\"grid\":1,\"index\":3,\"weight\":0.16666666666666669,\"style\":[]}]},\"builder_id\":\"67fcd943545b5\",\"panels_info\":{\"class\":\"SiteOrigin_Panels_Widgets_Layout\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e68ba4cd-8946-4290-9af6-d1b48c7fe909\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2022/05/linkedin-sales-solutions-YDVdprpgHv4-unsplash.jpeg\",\"size\":\"full\",\"size_width\":\"\",\"size_height\":\"\",\"size_external\":\"custom_size\",\"size_external_width\":\"\",\"size_external_height\":\"\",\"align\":\"default\",\"title_align\":\"default\",\"title\":\"\",\"title_position\":\"hidden\",\"alt\":\"\",\"url\":\"\",\"bound\":true,\"rel\":\"\",\"image_shape\":{\"shape\":\"\",\"repeat\":\"no-repeat\",\"size\":\"\",\"size_unit\":\"px\",\"alignment\":\"left\",\"so_field_container_state\":\"open\",\"enable\":\"\"},\"_sow_form_id\":\"119196446162951c444dfbe532452826\",\"_sow_form_timestamp\":\"1744623934248\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Image_Widget\",\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"87924960-1d4c-4e84-96ca-4a79de1f1993\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}},\"link_title\":\"\",\"new_window\":\"\",\"full_width\":\"\"}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"gutter\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"center\",\"mobile_cell_margin\":\"0px\"},\"label\":\"Split Hero\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":{\"cell_css\":\"display: flex\\nalign-items: center\",\"padding\":\"0% 10% 0% 10%\",\"mobile_padding\":\"8% 8% 8% 8%\",\"background\":\"#f9f9f9\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"vertical_alignment\":\"stretch\"}},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fcdb5f8de17\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fcdb5f8de17-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fcdb5f8de17-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcdb5f8de17-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-cell-style panel-cell-style-for-gb-67fcdb5f8de17-0-0\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcdb5f8de17-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pl-w67fcd943545b5\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-92706a727b5a so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tFree Digital Business Card\\u003cbr \\\\/\\u003eso you can get right into sales\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp class=\\\\\\u0022sow-sub-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tMake your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-button panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-0a23d7e19674\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-left\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tLive Demo\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-2\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-3\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcdb5f8de17-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcdb5f8de17-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-image panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-image so-widget-sow-image-default-8b5b6f678277-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cimg src=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png\\\\\\u0022 width=\\\\\\u00221077\\\\\\u0022 height=\\\\\\u0022652\\\\\\u0022 srcset=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png 1077w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-300x182.png 300w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-1024x620.png 1024w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-768x465.png 768w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-400x242.png 400w\\\\\\u0022 sizes=\\\\\\u0022(max-width: 1077px) 100vw, 1077px\\\\\\u0022 title=\\\\\\u0022CardLit Finally\\\\\\u0022 alt=\\\\\\u0022Finally, what Digital Business Card is supposed to be\\\\\\u0022 decoding=\\\\\\u0022async\\\\\\u0022 loading=\\\\\\u0022lazy\\\\\\u0022 \\\\t\\\\tclass=\\\\\\u0022so-widget-image\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Login','','publish','closed','closed','','login','','','2025-04-14 09:54:42','2025-04-14 09:54:42','',0,'https://litcaf.com/?page_id=23918',0,'page','',0),(23919,1,'2024-12-23 01:17:37','2024-12-23 01:17:37','','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-23 01:17:37','2024-12-23 01:17:37','',23918,'https://litcaf.com/?p=23919',0,'revision','',0),(23921,1,'2024-12-23 02:27:17','2024-12-23 02:27:17','header{\n}\n\nheader + * {\n	position: relative !important;\n	top: 0px !important;\n	margin-top: 0px !important;\n	background-color: green !important;\n}\n\nbody, html {\n    margin: 0;\n    padding: 0;\n}\n\n#header {\n    margin-bottom: 0; /* Eliminate gap below header */\n    padding-bottom: 0;\n}\n\n.child-content-container {\n    margin-top: 0; /* Eliminate gap above child content */\n    padding-top: 0;\n}\n','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-12-23 02:27:17','2024-12-23 02:27:17','',23853,'https://litcaf.com/?p=23921',0,'revision','',0),(23922,1,'2024-12-23 04:29:13','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2024-12-23 04:29:13','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=23922',1,'nav_menu_item','',0),(23923,1,'2024-12-23 04:29:14','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2024-12-23 04:29:14','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=23923',1,'nav_menu_item','',0),(23925,1,'2024-12-23 15:32:44','2024-12-23 15:32:44','','20241223_162730_0000','','inherit','closed','closed','','20241223_162730_0000','','','2024-12-23 15:32:44','2024-12-23 15:32:44','',23918,'http://litcaf.com/wp-content/uploads/2024/12/20241223_162730_0000.png',0,'attachment','image/png',0),(23927,1,'2024-12-23 15:44:28','2024-12-23 15:44:28','<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":23925,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://litcaf.com/wp-content/uploads/2024/12/20241223_162730_0000-1024x1024.png\" alt=\"\" class=\"wp-image-23925\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-23 15:44:28','2024-12-23 15:44:28','',23918,'https://litcaf.com/?p=23927',0,'revision','',0),(23929,1,'2024-12-23 15:46:39','2024-12-23 15:46:39','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":23925,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://litcaf.com/wp-content/uploads/2024/12/20241223_162730_0000-1024x1024.png\" alt=\"\" class=\"wp-image-23925\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-23 15:46:39','2024-12-23 15:46:39','',23918,'https://litcaf.com/?p=23929',0,'revision','',0),(23930,1,'2024-12-23 15:47:38','2024-12-23 15:47:38','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-23 15:47:38','2024-12-23 15:47:38','',23918,'https://litcaf.com/?p=23930',0,'revision','',0),(23932,1,'2024-12-23 23:36:26','2024-12-23 23:36:26','','notio','','inherit','closed','closed','','23853-revision-v1','','','2024-12-23 23:36:26','2024-12-23 23:36:26','',23853,'https://litcaf.com/?p=23932',0,'revision','',0),(23941,1,'2024-12-24 03:57:29','2024-12-24 03:57:29','','my contacts','','publish','closed','closed','','my-contacts','','','2024-12-24 03:57:37','2024-12-24 03:57:37','',0,'https://litcaf.com/?page_id=23941',0,'page','',0),(23942,1,'2024-12-24 03:45:08','2024-12-24 03:45:08','','Profile page','','inherit','closed','closed','','23941-revision-v1','','','2024-12-24 03:45:08','2024-12-24 03:45:08','',23941,'https://litcaf.com/?p=23942',0,'revision','',0),(23943,1,'2024-12-24 03:57:03','2024-12-24 03:57:03','','page','','inherit','closed','closed','','23941-revision-v1','','','2024-12-24 03:57:03','2024-12-24 03:57:03','',23941,'https://litcaf.com/?p=23943',0,'revision','',0),(23944,1,'2024-12-24 03:57:29','2024-12-24 03:57:29','','my contacts','','inherit','closed','closed','','23941-revision-v1','','','2024-12-24 03:57:29','2024-12-24 03:57:29','',23941,'https://litcaf.com/?p=23944',0,'revision','',0),(23950,1,'2024-12-24 12:56:24','2024-12-24 12:56:24','[wps-avatar-change]','Change Avatar','','inherit','closed','closed','','5229-revision-v1','','','2024-12-24 12:56:24','2024-12-24 12:56:24','',5229,'https://litcaf.com/?p=23950',0,'revision','',0),(23952,1,'2024-12-24 13:56:10','2024-12-24 13:56:10','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":23925,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://litcaf.com/wp-content/uploads/2024/12/20241223_162730_0000-1024x1024.png\" alt=\"\" class=\"wp-image-23925\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-24 13:56:10','2024-12-24 13:56:10','',23918,'https://litcaf.com/?p=23952',0,'revision','',0),(23953,1,'2024-12-24 13:56:56','2024-12-24 13:56:56','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->','Login','','inherit','closed','closed','','23918-revision-v1','','','2024-12-24 13:56:56','2024-12-24 13:56:56','',23918,'https://litcaf.com/?p=23953',0,'revision','',0),(23956,1,'2025-01-03 11:00:45','0000-00-00 00:00:00','','Home','','draft','closed','closed','','','','','2025-01-03 11:00:45','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=23956',1,'nav_menu_item','',0),(23957,1,'2025-01-03 11:00:45','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-03 11:00:45','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=23957',1,'nav_menu_item','',0),(23958,1,'2025-01-03 11:00:45','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-03 11:00:45','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=23958',1,'nav_menu_item','',0),(23960,1,'2025-01-03 15:00:41','2025-01-03 15:00:41','','litcaf','','inherit','closed','closed','','litcaf','','','2025-01-03 15:00:41','2025-01-03 15:00:41','',0,'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg',0,'attachment','image/jpeg',0),(23962,1,'2025-01-03 15:02:50','2025-01-03 15:02:50','/* Replace .page-id-123 with the actual class or ID of your page */\n.page-id-23918 {\n    background-image: url(\'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg\');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-attachment: fixed;\n}\n\n/* Responsive adjustments */\n@media (max-width: 768px) {\n    .page-id-123 {\n        background-size: contain;\n    }\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2025-01-03 15:02:50','2025-01-03 15:02:50','',23853,'https://litcaf.com/?p=23962',0,'revision','',0),(23964,1,'2025-01-03 15:06:06','2025-01-03 15:06:06','','notio','','inherit','closed','closed','','23853-revision-v1','','','2025-01-03 15:06:06','2025-01-03 15:06:06','',23853,'https://litcaf.com/?p=23964',0,'revision','',0),(23966,1,'2025-01-03 15:06:48','2025-01-03 15:06:48','/* Replace .page-id-123 with the actual class or ID of your page */\n.page-id-23918 {\n    background-image: url(\'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg\');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-attachment: fixed;\n}\n\n/* Responsive adjustments */\n@media (max-width: 768px) {\n    .page-id-123 {\n        background-size: contain;\n    }\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2025-01-03 15:06:48','2025-01-03 15:06:48','',23853,'https://litcaf.com/?p=23966',0,'revision','',0),(23968,1,'2025-01-03 16:07:39','2025-01-03 16:07:39','/* Replace .page-id-123 with the actual class or ID of your page */\n/* ','notio','','inherit','closed','closed','','23853-revision-v1','','','2025-01-03 16:07:39','2025-01-03 16:07:39','',23853,'https://litcaf.com/?p=23968',0,'revision','',0),(23971,1,'2025-01-04 02:17:46','2025-01-04 02:17:46','/* Replace .page-id-23918 with the actual class or ID of your page */\n.page-id-23918 {\n    background-image: url(\'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg\');\n    background-size: cover;\n    background-position: center;\n    background-repeat: no-repeat;\n    background-attachment: fixed;\n}\n\n/* Responsive adjustments */\n@media (max-width: 768px) {\n    .page-id-123 {\n        background-size: contain;\n    }\n}','notio','','inherit','closed','closed','','23853-revision-v1','','','2025-01-04 02:17:46','2025-01-04 02:17:46','',23853,'https://litcaf.com/?p=23971',0,'revision','',0),(23972,1,'2025-01-05 00:25:37','2025-01-05 00:25:37','','make contact card','','publish','closed','closed','','make-contact-card','','','2025-01-05 00:25:37','2025-01-05 00:25:37','',0,'https://litcaf.com/?page_id=23972',0,'page','',0),(23973,1,'2025-01-05 00:24:47','2025-01-05 00:24:47','','make contact card','','inherit','closed','closed','','23972-revision-v1','','','2025-01-05 00:24:47','2025-01-05 00:24:47','',23972,'https://litcaf.com/?p=23973',0,'revision','',0),(23976,1,'2025-01-08 13:38:51','2025-01-08 13:38:51','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;3px 10px 15px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;5px 10px 30px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:5px 10px 30px 10px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:3px 10px 15px 10px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','publish','closed','closed','','submit-an-article','','','2025-01-08 13:47:16','2025-01-08 13:47:16','',0,'https://litcaf.com/?page_id=23976',0,'page','',0),(23977,1,'2025-01-08 12:30:56','2025-01-08 12:30:56','[fep_submission_form]\r\n\r\n[fep_article_list]','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 12:30:56','2025-01-08 12:30:56','',23976,'https://litcaf.com/?p=23977',0,'revision','',0),(23978,1,'2025-01-08 12:44:54','2025-01-08 12:44:54','[fep_submission_form]\r\n\r\n','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 12:44:54','2025-01-08 12:44:54','',23976,'https://litcaf.com/?p=23978',0,'revision','',0),(23979,1,'2025-01-08 12:46:45','2025-01-08 12:46:45','/* Replace .page-id-23918 with the actual class or ID of your page */\r\n.page-id-23918 {\r\n    background-image: url(\'http://litcaf.com/wp-content/uploads/2025/01/litcaf.jpg\');\r\n    background-size: cover;\r\n    background-position: center;\r\n    background-repeat: no-repeat;\r\n    background-attachment: fixed;\r\n}\r\n\r\n/* Responsive adjustments */\r\n@media (max-width: 768px) {\r\n    .page-id-123 {\r\n        background-size: contain;\r\n    }\r\n}\r\n\r\n[fep_submission_form]\r\n\r\n','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 12:46:45','2025-01-08 12:46:45','',23976,'https://litcaf.com/?p=23979',0,'revision','',0),(23980,1,'2025-01-08 12:51:47','2025-01-08 12:51:47','\r\n\r\n[fep_submission_form]\r\n\r\n','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 12:51:47','2025-01-08 12:51:47','',23976,'https://litcaf.com/?p=23980',0,'revision','',0),(23981,1,'2025-01-08 13:00:30','2025-01-08 13:00:30','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-0-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<label for=\"fep-about\">Author Bio</label>\r\n			<textarea name=\"about_the_author\" id=\"fep-about\" rows=\"5\"></textarea>\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23976 #panel-23976-0-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #panel-23976-0-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:00:30','2025-01-08 13:00:30','',23976,'https://litcaf.com/?p=23981',0,'revision','',0),(23982,1,'2025-01-08 13:27:32','2025-01-08 13:27:32','','IMG-20250108-WA0001','','inherit','closed','closed','','img-20250108-wa0001','','','2025-01-08 13:38:41','2025-01-08 13:38:41','',23976,'http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001.jpg',0,'attachment','image/jpeg',0),(23983,1,'2025-01-08 13:27:56','2025-01-08 13:27:56','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;40px&quot;,&quot;gutter&quot;:&quot;40px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:1080,&quot;height&quot;:1080,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;attachment_id&quot;:23982,&quot;url&quot;:&quot;http:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/01\\/IMG-20250108-WA0001-300x300.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_image-2397610000&quot;,&quot;option_name&quot;:&quot;widget_media_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 { width:100%;width:calc(100% - ( 0 * 40px ) ) } #pg-23976-0 { margin-bottom:40px } #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23976 #panel-23976-1-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23976-1-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:27:56','2025-01-08 13:27:56','',23976,'https://litcaf.com/?p=23983',0,'revision','',0),(23984,1,'2025-01-08 13:28:52','2025-01-08 13:28:52','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;40px&quot;,&quot;gutter&quot;:&quot;40px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;size&quot;:&quot;full&quot;,&quot;width&quot;:1080,&quot;height&quot;:1080,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;Submit Article&quot;,&quot;link_type&quot;:&quot;&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;attachment_id&quot;:23982,&quot;url&quot;:&quot;http:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/01\\/IMG-20250108-WA0001.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_image-2397610000&quot;,&quot;option_name&quot;:&quot;widget_media_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 { width:100%;width:calc(100% - ( 0 * 40px ) ) } #pg-23976-0 { margin-bottom:40px } #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23976 #panel-23976-1-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23976-1-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:28:52','2025-01-08 13:28:52','',23976,'https://litcaf.com/?p=23984',0,'revision','',0),(23985,1,'2025-01-08 13:29:39','2025-01-08 13:29:39','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;40px&quot;,&quot;gutter&quot;:&quot;40px&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;size&quot;:&quot;custom&quot;,&quot;width&quot;:600,&quot;height&quot;:600,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;Submit Article&quot;,&quot;link_type&quot;:&quot;&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;attachment_id&quot;:23982,&quot;url&quot;:&quot;http:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/01\\/IMG-20250108-WA0001.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_image-2397610000&quot;,&quot;option_name&quot;:&quot;widget_media_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 { width:100%;width:calc(100% - ( 0 * 40px ) ) } #pg-23976-0 { margin-bottom:40px } #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23976 #panel-23976-1-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23976-1-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:29:39','2025-01-08 13:29:39','',23976,'https://litcaf.com/?p=23985',0,'revision','',0),(23986,1,'2025-01-08 13:30:48','2025-01-08 13:30:48','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;size&quot;:&quot;custom&quot;,&quot;width&quot;:600,&quot;height&quot;:600,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;Submit Article&quot;,&quot;link_type&quot;:&quot;&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;,&quot;attachment_id&quot;:23982,&quot;url&quot;:&quot;http:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/01\\/IMG-20250108-WA0001.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_image-2397610000&quot;,&quot;option_name&quot;:&quot;widget_media_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:30:48','2025-01-08 13:30:48','',23976,'https://litcaf.com/?p=23986',0,'revision','',0),(23987,1,'2025-01-08 13:32:58','2025-01-08 13:32:58','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 20px 20px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 30px 30px 30px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:30px 30px 30px 30px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:20px 20px 20px 20px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:32:58','2025-01-08 13:32:58','',23976,'https://litcaf.com/?p=23987',0,'revision','',0),(23988,1,'2025-01-08 13:36:16','2025-01-08 13:36:16','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;20px 30px 20px 30px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;30px 50px 30px 50px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:30px 50px 30px 50px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:20px 30px 20px 30px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:36:16','2025-01-08 13:36:16','',23976,'https://litcaf.com/?p=23988',0,'revision','',0),(23989,1,'2025-01-08 13:42:22','2025-01-08 13:42:22','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5px 10px 15px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 30px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:10px 10px 30px 10px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:5px 10px 15px 10px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:42:22','2025-01-08 13:42:22','',23976,'https://litcaf.com/?p=23989',0,'revision','',0),(23990,1,'2025-01-08 13:43:35','2025-01-08 13:43:35','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;3px 10px 15px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;5px 10px 30px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\n	<div id=\"no-js\"\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\n</noscript>\n<div id=\"fep-new-post\">\n	<div id=\"fep-message\" class=\"warning\"></div>\n	<form id=\"fep-submission-form\">\n		<label for=\"fep-post-title\">Title</label>\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\n		<label for=\"fep-post-content\">Content</label>\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/admin-ajax.php?_panelsnonce=bd2b33d096\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\n				<label for=\"fep-category\">Category</label>\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\n		<div id=\"fep-featured-image\">\n			<div id=\"fep-featured-image-container\"></div>\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\n		</div>\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\n	</form>\n</div>\n</div>\n</div></div></div></div></div></div>','Submit Article','','inherit','closed','closed','','23976-autosave-v1','','','2025-01-08 13:43:35','2025-01-08 13:43:35','',23976,'https://litcaf.com/?p=23990',0,'revision','',0),(23991,1,'2025-01-08 13:43:43','2025-01-08 13:43:43','<div id=\"pl-23976\"  class=\"panel-layout\" ><div id=\"pg-23976-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;20px 20px 10px 20px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-23976-0\" ><div id=\"pgc-23976-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Submit Article&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1186027333677e7e726bc76631750665&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736343332987&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2397610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23976-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23976-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23976-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23976-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;3px 10px 15px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;5px 10px 30px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23976-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<noscript>\r\n	<div id=\"no-js\"\r\n		 class=\"warning\">This form needs JavaScript to function properly. Please turn on JavaScript and try again!</div>\r\n</noscript>\r\n<div id=\"fep-new-post\">\r\n	<div id=\"fep-message\" class=\"warning\"></div>\r\n	<form id=\"fep-submission-form\">\r\n		<label for=\"fep-post-title\">Title</label>\r\n		<input type=\"text\" name=\"post_title\" id=\"fep-post-title\" value=\"\">\r\n		<label for=\"fep-post-content\">Content</label>\r\n		<div id=\"wp-fep-post-content-wrap\" class=\"wp-core-ui wp-editor-wrap html-active\"><link rel=\'stylesheet\' id=\'dashicons-css\' href=\'https://litcaf.com/wp-includes/css/dashicons.min.css?ver=6.7.1\' media=\'all\' />\n<link rel=\'stylesheet\' id=\'editor-buttons-css\' href=\'https://litcaf.com/wp-includes/css/editor.min.css?ver=6.7.1\' media=\'all\' />\n<div id=\"wp-fep-post-content-editor-tools\" class=\"wp-editor-tools hide-if-no-js\"><div id=\"wp-fep-post-content-media-buttons\" class=\"wp-media-buttons\"><button type=\"button\" id=\"insert-media-button\" class=\"button insert-media add_media\" data-editor=\"fep-post-content\"><span class=\"wp-media-buttons-icon\"></span> Add Media</button></div>\n<div class=\"wp-editor-tabs\"><button type=\"button\" id=\"fep-post-content-tmce\" class=\"wp-switch-editor switch-tmce\" data-wp-editor-id=\"fep-post-content\">Visual</button>\n<button type=\"button\" id=\"fep-post-content-html\" aria-pressed=\"true\" class=\"wp-switch-editor switch-html\" data-wp-editor-id=\"fep-post-content\">Text</button>\n</div>\n</div>\n<div id=\"wp-fep-post-content-editor-container\" class=\"wp-editor-container\"><div id=\"qt_fep-post-content_toolbar\" class=\"quicktags-toolbar hide-if-no-js\"></div><textarea class=\"wp-editor-area\" rows=\"7\" autocomplete=\"off\" cols=\"40\" name=\"post_content\" id=\"fep-post-content\"></textarea></div>\n</div>\n\n<input type=\"hidden\" id=\"fepnonce\" name=\"fepnonce\" value=\"c3752d3586\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />					<input type=\"hidden\" name=\"about_the_author\" id=\"fep-about\" value=\"-1\">\r\n				<label for=\"fep-category\">Category</label>\r\n		<select  name=\'post_category\' id=\'fep-category\' class=\'postform\'>\n	<option value=\'-1\'>None</option>\n	<option class=\"level-0\" value=\"1\">Uncategorized</option>\n</select>\n		<label for=\"fep-tags\">Tags</label>\r\n		<input type=\"text\" name=\"post_tags\" id=\"fep-tags\" value=\"\">\r\n		<div id=\"fep-featured-image\">\r\n			<div id=\"fep-featured-image-container\"></div>\r\n			<a id=\"fep-featured-image-link\" href=\"#\">Choose Featured Image</a>\r\n			<input type=\"hidden\" id=\"fep-featured-image-id\" value=\"-1\"/>\r\n		</div>\r\n		<input type=\"hidden\" name=\"post_id\" id=\"fep-post-id\" value=\"-1\">\r\n		<button type=\"button\" id=\"fep-submit-post\" class=\"active-btn\">Submit</button>\r\n		<img class=\"fep-loading-img\" src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"/>\r\n	</form>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23976\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23976-0-0 , #pgc-23976-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23976-0 , #pl-23976 .so-panel { margin-bottom:30px } #pl-23976 #panel-23976-1-0-0 { margin:5px 10px 30px 10px } #pl-23976 .so-panel:last-of-type { margin-bottom:0px } #pg-23976-0> .panel-row-style { padding:20px 20px 10px 20px } #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-23976-1-0-0> .panel-widget-style { padding:3px 10px 15px 10px } @media (max-width:780px){ #pg-23976-0.panel-no-style, #pg-23976-0.panel-has-style > .panel-row-style, #pg-23976-0 , #pg-23976-1.panel-no-style, #pg-23976-1.panel-has-style > .panel-row-style, #pg-23976-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23976-0 > .panel-grid-cell , #pg-23976-0 > .panel-row-style > .panel-grid-cell , #pg-23976-1 > .panel-grid-cell , #pg-23976-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23976 .panel-grid-cell { padding:0 } #pl-23976 .panel-grid .panel-grid-cell-empty { display:none } #pl-23976 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Submit Article','','inherit','closed','closed','','23976-revision-v1','','','2025-01-08 13:43:43','2025-01-08 13:43:43','',23976,'https://litcaf.com/?p=23991',0,'revision','',0),(23992,1,'2025-01-08 14:04:53','2025-01-08 14:04:53','<div id=\"pl-23992\"  class=\"panel-layout\" ><div id=\"pg-23992-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-23992-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 20px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;My Articles&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;685296244677e85b0670ee973758284&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736345184246&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2399210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23992-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 20px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-23992-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23992-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23992-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;15px 15px 15px 15px&quot;,&quot;font_color&quot;:&quot;#000000&quot;,&quot;link_color&quot;:&quot;#3f3f3f&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div id=\"fep-posts\">\r\n	<div id=\"fep-message\"></div>\r\n	<ul>\r\n		<li><a class=\"active\"			   href=\"?fep_type=publish\">Live</a></li>\r\n		<li><a 			   href=\"?fep_type=pending\">Pending</a></li>\r\n	</ul>\r\n	<div id=\"fep-post-table-container\">\r\n					<p>1 article(s).</p>\r\n				<table>\r\n							<tr id=\"fep-row-23777\" class=\"fep-row\">\r\n					<td>Decluttering</td>\r\n											<td class=\"fep-fixed-td\"><a href=\"https://litcaf.com/2024/09/13/decluttering/\"\r\n													title=\"View Post\">View</a>\r\n						</td>					<td class=\"fep-fixed-td\"><a\r\n							href=\"?fep_action=edit&fep_id=23777&\">Edit</a>\r\n					</td>\r\n					<td class=\"post-delete fep-fixed-td\"><img id=\"fep-loading-img-23777\"\r\n															  class=\"fep-loading-img\"\r\n															  src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"><a\r\n							href=\"#\">Delete</a><input type=\"hidden\"\r\n																							 class=\"post-id\"\r\n																							 value=\"23777\">\r\n					</td>\r\n				</tr>\r\n					</table>\r\n		<input type=\"hidden\" id=\"fepnonce_delete\" name=\"fepnonce_delete\" value=\"5214fd87b9\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />		<div class=\"fep-nav\">\r\n									<div style=\"clear:both;\"></div>\r\n		</div>\r\n			</div>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23992\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23992-0-0 , #pgc-23992-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23992 #panel-23992-0-0-0 { margin:10px 20px 10px 20px } #pg-23992-0 , #pl-23992 .so-panel { margin-bottom:30px } #pl-23992 #panel-23992-1-0-0 { margin:15px 15px 15px 15px } #pl-23992 .so-panel:last-of-type { margin-bottom:0px } #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23992-0-0-0> .panel-widget-style { padding:5px 5px 5px 5px } #panel-23992-1-0-0> .panel-widget-style { color:#000000;padding:5px 5px 5px 5px } #panel-23992-1-0-0 a { color:#3f3f3f } @media (max-width:780px){ #pg-23992-0.panel-no-style, #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0 , #pg-23992-1.panel-no-style, #pg-23992-1.panel-has-style > .panel-row-style, #pg-23992-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23992-0 > .panel-grid-cell , #pg-23992-0 > .panel-row-style > .panel-grid-cell , #pg-23992-1 > .panel-grid-cell , #pg-23992-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23992 .panel-grid-cell { padding:0 } #pl-23992 .panel-grid .panel-grid-cell-empty { display:none } #pl-23992 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','My Articles','','publish','closed','closed','','my-articles','','','2025-01-08 14:13:58','2025-01-08 14:13:58','',0,'https://litcaf.com/?page_id=23992',0,'page','',0),(23993,1,'2025-01-08 14:00:08','2025-01-08 14:00:08','[fep_article_list]','','','inherit','closed','closed','','23992-revision-v1','','','2025-01-08 14:00:08','2025-01-08 14:00:08','',23992,'https://litcaf.com/?p=23993',0,'revision','',0),(23994,1,'2025-01-08 14:03:59','2025-01-08 14:03:59','<div id=\"pl-23992\"  class=\"panel-layout\" ><div id=\"pg-23992-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-23992-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;My Articles&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;685296244677e85b0670ee973758284&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736345184246&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2399210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23992-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-23992-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23992-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div id=\"fep-posts\">\r\n	<div id=\"fep-message\"></div>\r\n	<ul>\r\n		<li><a class=\"active\"			   href=\"?fep_type=publish\">Live</a></li>\r\n		<li><a 			   href=\"?fep_type=pending\">Pending</a></li>\r\n	</ul>\r\n	<div id=\"fep-post-table-container\">\r\n					<p>1 article(s).</p>\r\n				<table>\r\n							<tr id=\"fep-row-23777\" class=\"fep-row\">\r\n					<td>Decluttering</td>\r\n											<td class=\"fep-fixed-td\"><a href=\"https://litcaf.com/2024/09/13/decluttering/\"\r\n													title=\"View Post\">View</a>\r\n						</td>					<td class=\"fep-fixed-td\"><a\r\n							href=\"?fep_action=edit&fep_id=23777&\">Edit</a>\r\n					</td>\r\n					<td class=\"post-delete fep-fixed-td\"><img id=\"fep-loading-img-23777\"\r\n															  class=\"fep-loading-img\"\r\n															  src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"><a\r\n							href=\"#\">Delete</a><input type=\"hidden\"\r\n																							 class=\"post-id\"\r\n																							 value=\"23777\">\r\n					</td>\r\n				</tr>\r\n					</table>\r\n		<input type=\"hidden\" id=\"fepnonce_delete\" name=\"fepnonce_delete\" value=\"5214fd87b9\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />		<div class=\"fep-nav\">\r\n									<div style=\"clear:both;\"></div>\r\n		</div>\r\n			</div>\r\n</div></div>\n</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23992\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23992-0-0 , #pgc-23992-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-23992-0 , #pl-23992 .so-panel { margin-bottom:30px } #pl-23992 .so-panel:last-of-type { margin-bottom:0px } #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-23992-0.panel-no-style, #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0 , #pg-23992-1.panel-no-style, #pg-23992-1.panel-has-style > .panel-row-style, #pg-23992-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23992-0 > .panel-grid-cell , #pg-23992-0 > .panel-row-style > .panel-grid-cell , #pg-23992-1 > .panel-grid-cell , #pg-23992-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23992 .panel-grid-cell { padding:0 } #pl-23992 .panel-grid .panel-grid-cell-empty { display:none } #pl-23992 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','My Articles','','inherit','closed','closed','','23992-revision-v1','','','2025-01-08 14:03:59','2025-01-08 14:03:59','',23992,'https://litcaf.com/?p=23994',0,'revision','',0),(23995,1,'2025-01-08 14:11:36','2025-01-08 14:11:36','<div id=\"pl-23992\"  class=\"panel-layout\" ><div id=\"pg-23992-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-23992-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 20px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;My Articles&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;685296244677e85b0670ee973758284&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736345184246&quot;,&quot;fittext&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23992-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 20px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-23992-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23992-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23992-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div id=\"fep-posts\">\n	<div id=\"fep-message\"></div>\n	<ul>\n		<li><a class=\"active\"			   href=\"?fep_type=publish\">Live</a></li>\n		<li><a 			   href=\"?fep_type=pending\">Pending</a></li>\n	</ul>\n	<div id=\"fep-post-table-container\">\n					<p>1 article(s).</p>\n				<table>\n							<tr id=\"fep-row-23777\" class=\"fep-row\">\n					<td>Decluttering</td>\n											<td class=\"fep-fixed-td\"><a href=\"https://litcaf.com/2024/09/13/decluttering/\"\n													title=\"View Post\">View</a>\n						</td>					<td class=\"fep-fixed-td\"><a\n							href=\"?fep_action=edit&fep_id=23777&_panelsnonce=bd2b33d096\">Edit</a>\n					</td>\n					<td class=\"post-delete fep-fixed-td\"><img id=\"fep-loading-img-23777\"\n															  class=\"fep-loading-img\"\n															  src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"><a\n							href=\"#\">Delete</a><input type=\"hidden\"\n																							 class=\"post-id\"\n																							 value=\"23777\">\n					</td>\n				</tr>\n					</table>\n		<input type=\"hidden\" id=\"fepnonce_delete\" name=\"fepnonce_delete\" value=\"5214fd87b9\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/admin-ajax.php?_panelsnonce=bd2b33d096\" />		<div class=\"fep-nav\">\n									<div style=\"clear:both;\"></div>\n		</div>\n			</div>\n</div></div>\n</div></div></div></div></div>','My Articles','','inherit','closed','closed','','23992-autosave-v1','','','2025-01-08 14:11:36','2025-01-08 14:11:36','',23992,'https://litcaf.com/?p=23995',0,'revision','',0),(23996,1,'2025-01-08 14:12:17','2025-01-08 14:12:17','<div id=\"pl-23992\"  class=\"panel-layout\" ><div id=\"pg-23992-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-23992-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 20px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;My Articles&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;685296244677e85b0670ee973758284&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736345184246&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2399210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23992-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 20px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-23992-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23992-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23992-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;font_color&quot;:&quot;#000000&quot;,&quot;link_color&quot;:&quot;#3f3f3f&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div id=\"fep-posts\">\r\n	<div id=\"fep-message\"></div>\r\n	<ul>\r\n		<li><a class=\"active\"			   href=\"?fep_type=publish\">Live</a></li>\r\n		<li><a 			   href=\"?fep_type=pending\">Pending</a></li>\r\n	</ul>\r\n	<div id=\"fep-post-table-container\">\r\n					<p>1 article(s).</p>\r\n				<table>\r\n							<tr id=\"fep-row-23777\" class=\"fep-row\">\r\n					<td>Decluttering</td>\r\n											<td class=\"fep-fixed-td\"><a href=\"https://litcaf.com/2024/09/13/decluttering/\"\r\n													title=\"View Post\">View</a>\r\n						</td>					<td class=\"fep-fixed-td\"><a\r\n							href=\"?fep_action=edit&fep_id=23777&\">Edit</a>\r\n					</td>\r\n					<td class=\"post-delete fep-fixed-td\"><img id=\"fep-loading-img-23777\"\r\n															  class=\"fep-loading-img\"\r\n															  src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"><a\r\n							href=\"#\">Delete</a><input type=\"hidden\"\r\n																							 class=\"post-id\"\r\n																							 value=\"23777\">\r\n					</td>\r\n				</tr>\r\n					</table>\r\n		<input type=\"hidden\" id=\"fepnonce_delete\" name=\"fepnonce_delete\" value=\"5214fd87b9\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />		<div class=\"fep-nav\">\r\n									<div style=\"clear:both;\"></div>\r\n		</div>\r\n			</div>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23992\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23992-0-0 , #pgc-23992-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23992 #panel-23992-0-0-0 { margin:10px 20px 10px 20px } #pg-23992-0 , #pl-23992 .so-panel { margin-bottom:30px } #pl-23992 .so-panel:last-of-type { margin-bottom:0px } #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23992-0-0-0> .panel-widget-style { padding:5px 5px 5px 5px } #panel-23992-1-0-0> .panel-widget-style { color:#000000 } #panel-23992-1-0-0 a { color:#3f3f3f } @media (max-width:780px){ #pg-23992-0.panel-no-style, #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0 , #pg-23992-1.panel-no-style, #pg-23992-1.panel-has-style > .panel-row-style, #pg-23992-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23992-0 > .panel-grid-cell , #pg-23992-0 > .panel-row-style > .panel-grid-cell , #pg-23992-1 > .panel-grid-cell , #pg-23992-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23992 .panel-grid-cell { padding:0 } #pl-23992 .panel-grid .panel-grid-cell-empty { display:none } #pl-23992 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','My Articles','','inherit','closed','closed','','23992-revision-v1','','','2025-01-08 14:12:17','2025-01-08 14:12:17','',23992,'https://litcaf.com/?p=23996',0,'revision','',0),(23997,1,'2025-01-08 14:13:58','2025-01-08 14:13:58','<div id=\"pl-23992\"  class=\"panel-layout\" ><div id=\"pg-23992-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-23992-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 20px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;My Articles&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;685296244677e85b0670ee973758284&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736345184246&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2399210000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-23992-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 20px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-23992-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-23992-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-23992-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-23992-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;15px 15px 15px 15px&quot;,&quot;font_color&quot;:&quot;#000000&quot;,&quot;link_color&quot;:&quot;#3f3f3f&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-23992-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<div id=\"fep-posts\">\r\n	<div id=\"fep-message\"></div>\r\n	<ul>\r\n		<li><a class=\"active\"			   href=\"?fep_type=publish\">Live</a></li>\r\n		<li><a 			   href=\"?fep_type=pending\">Pending</a></li>\r\n	</ul>\r\n	<div id=\"fep-post-table-container\">\r\n					<p>1 article(s).</p>\r\n				<table>\r\n							<tr id=\"fep-row-23777\" class=\"fep-row\">\r\n					<td>Decluttering</td>\r\n											<td class=\"fep-fixed-td\"><a href=\"https://litcaf.com/2024/09/13/decluttering/\"\r\n													title=\"View Post\">View</a>\r\n						</td>					<td class=\"fep-fixed-td\"><a\r\n							href=\"?fep_action=edit&fep_id=23777&\">Edit</a>\r\n					</td>\r\n					<td class=\"post-delete fep-fixed-td\"><img id=\"fep-loading-img-23777\"\r\n															  class=\"fep-loading-img\"\r\n															  src=\"https://litcaf.com/wp-content/plugins/front-end-publishing/static/img/ajax-loading.gif\"><a\r\n							href=\"#\">Delete</a><input type=\"hidden\"\r\n																							 class=\"post-id\"\r\n																							 value=\"23777\">\r\n					</td>\r\n				</tr>\r\n					</table>\r\n		<input type=\"hidden\" id=\"fepnonce_delete\" name=\"fepnonce_delete\" value=\"5214fd87b9\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/wp-admin/post.php\" />		<div class=\"fep-nav\">\r\n									<div style=\"clear:both;\"></div>\r\n		</div>\r\n			</div>\r\n</div>\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"23992\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-23992-0-0 , #pgc-23992-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-23992 #panel-23992-0-0-0 { margin:10px 20px 10px 20px } #pg-23992-0 , #pl-23992 .so-panel { margin-bottom:30px } #pl-23992 #panel-23992-1-0-0 { margin:15px 15px 15px 15px } #pl-23992 .so-panel:last-of-type { margin-bottom:0px } #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-23992-0-0-0> .panel-widget-style { padding:5px 5px 5px 5px } #panel-23992-1-0-0> .panel-widget-style { color:#000000;padding:5px 5px 5px 5px } #panel-23992-1-0-0 a { color:#3f3f3f } @media (max-width:780px){ #pg-23992-0.panel-no-style, #pg-23992-0.panel-has-style > .panel-row-style, #pg-23992-0 , #pg-23992-1.panel-no-style, #pg-23992-1.panel-has-style > .panel-row-style, #pg-23992-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-23992-0 > .panel-grid-cell , #pg-23992-0 > .panel-row-style > .panel-grid-cell , #pg-23992-1 > .panel-grid-cell , #pg-23992-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-23992 .panel-grid-cell { padding:0 } #pl-23992 .panel-grid .panel-grid-cell-empty { display:none } #pl-23992 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','My Articles','','inherit','closed','closed','','23992-revision-v1','','','2025-01-08 14:13:58','2025-01-08 14:13:58','',23992,'https://litcaf.com/?p=23997',0,'revision','',0),(23998,1,'2025-01-08 14:29:41','0000-00-00 00:00:00','','','','draft','closed','closed','','','','','2025-01-08 14:29:41','2025-01-08 14:29:41','',0,'https://litcaf.com/?page_id=23998',0,'page','',0),(23999,1,'2025-01-08 14:29:26','2025-01-08 14:29:26','','','','inherit','closed','closed','','23998-revision-v1','','','2025-01-08 14:29:26','2025-01-08 14:29:26','',23998,'https://litcaf.com/?p=23999',0,'revision','',0),(24000,1,'2025-01-08 16:06:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-08 16:06:40','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24000',1,'nav_menu_item','',0),(24001,1,'2025-01-08 16:06:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-08 16:06:40','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24001',1,'nav_menu_item','',0),(24002,1,'2025-01-08 16:06:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-08 16:06:40','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24002',1,'nav_menu_item','',0),(24003,1,'2025-01-08 16:06:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-08 16:06:40','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24003',1,'nav_menu_item','',0),(24004,1,'2025-01-08 16:06:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-01-08 16:06:40','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24004',1,'nav_menu_item','',0),(24006,1,'2025-01-08 17:24:34','2025-01-08 17:24:34','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;15px 15px 15px 15px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Your LITCAF Profile here</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-0 { margin:15px 15px 15px 15px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 5px 10px 5px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','publish','closed','closed','','edit-profile','','','2025-01-08 18:09:50','2025-01-08 18:09:50','',0,'https://litcaf.com/?page_id=24006',0,'page','',0),(24007,1,'2025-01-08 16:59:03','2025-01-08 16:59:03','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;475062959677eaebbc7753524254795&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736355698185&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n</div>\n</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 16:59:03','2025-01-08 16:59:03','',24006,'https://litcaf.com/?p=24007',0,'revision','',0),(24008,1,'2025-01-08 17:00:29','2025-01-08 17:00:29','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;475062959677eaebbc7753524254795&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736355698185&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 15px 10px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 10px 10px 10px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-1-0-0> .panel-widget-style { padding:10px 15px 10px 15px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:00:29','2025-01-08 17:00:29','',24006,'https://litcaf.com/?p=24008',0,'revision','',0),(24009,1,'2025-01-08 17:01:41','2025-01-08 17:01:41','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;475062959677eaebbc7753524254795&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736355698185&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 25px 10px 25px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 15px 10px 15px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 15px 10px 15px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-1-0-0> .panel-widget-style { padding:10px 25px 10px 25px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:01:41','2025-01-08 17:01:41','',24006,'https://litcaf.com/?p=24009',0,'revision','',0),(24010,1,'2025-01-08 17:08:21','2025-01-08 17:08:21','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;475062959677eaebbc7753524254795&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736355698185&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 25px 10px 25px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 15px 10px 15px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 15px 10px 15px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24006-1-0-0> .panel-widget-style { padding:10px 25px 10px 25px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:08:21','2025-01-08 17:08:21','',24006,'https://litcaf.com/?p=24010',0,'revision','',0),(24011,1,'2025-01-08 17:12:30','2025-01-08 17:12:30','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24006-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 25px 10px 25px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 15px 10px 15px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-0-0-1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-1 { margin:10px 15px 10px 15px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-0-0-1> .panel-widget-style { padding:10px 25px 10px 25px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:12:30','2025-01-08 17:12:30','',24006,'https://litcaf.com/?p=24011',0,'revision','',0),(24012,1,'2025-01-08 17:13:59','2025-01-08 17:13:59','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24006-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 25px 10px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 15px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-0-0-1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-1 { margin:10px 15px 10px 10px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-0-0-1> .panel-widget-style { padding:15px 25px 10px 15px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:13:59','2025-01-08 17:13:59','',24006,'https://litcaf.com/?p=24012',0,'revision','',0),(24013,1,'2025-01-08 17:14:53','2025-01-08 17:14:53','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24006-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;5px 5px 5px 5px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-0-0-1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-1 { margin:5px 5px 5px 5px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-0-0-1> .panel-widget-style { padding:5px 5px 5px 5px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:14:53','2025-01-08 17:14:53','',24006,'https://litcaf.com/?p=24013',0,'revision','',0),(24014,1,'2025-01-08 17:15:45','2025-01-08 17:15:45','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24006-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-0-0-1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-1 { margin:10px 10px 10px 10px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #panel-24006-0-0-1> .panel-widget-style { padding:15px 15px 15px 15px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:15:45','2025-01-08 17:15:45','',24006,'https://litcaf.com/?p=24014',0,'revision','',0),(24015,1,'2025-01-08 17:16:42','2025-01-08 17:16:42','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-0\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24006-0-0-1\" class=\"so-panel widget widget_sow-editor panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-0-0-1\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-1 { margin:10px 10px 10px 10px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0> .panel-row-style { padding:10px 10px 10px 10px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style { -webkit-align-items:center;align-items:center } #panel-24006-0-0-1> .panel-widget-style { padding:15px 15px 15px 15px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:16:42','2025-01-08 17:16:42','',24006,'https://litcaf.com/?p=24015',0,'revision','',0),(24016,1,'2025-01-08 17:17:20','2025-01-08 17:17:20','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 10px 10px 10px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 10px 10px 10px } #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:center;align-items:center } #panel-24006-1-0-0> .panel-widget-style { padding:15px 15px 15px 15px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:17:20','2025-01-08 17:17:20','',24006,'https://litcaf.com/?p=24016',0,'revision','',0),(24017,1,'2025-01-08 17:17:50','2025-01-08 17:17:50','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div><div id=\"pg-24006-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;center&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-2\" ><div id=\"pgc-24006-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"1\" ></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 , #pgc-24006-2-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pg-24006-1 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 10px 10px 10px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24006-1-0-0> .panel-widget-style { padding:15px 15px 15px 15px } #pg-24006-2> .panel-row-style { padding:10px 10px 10px 10px } #pg-24006-2.panel-has-style > .panel-row-style, #pg-24006-2.panel-no-style { -webkit-align-items:center;align-items:center } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 , #pg-24006-2.panel-no-style, #pg-24006-2.panel-has-style > .panel-row-style, #pg-24006-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell , #pg-24006-2 > .panel-grid-cell , #pg-24006-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:17:50','2025-01-08 17:17:50','',24006,'https://litcaf.com/?p=24017',0,'revision','',0),(24018,1,'2025-01-08 17:20:46','2025-01-08 17:20:46','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 10px 10px 10px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24006-1-0-0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 #panel-24006-1-0-0 { margin:10px 10px 10px 10px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24006-1-0-0> .panel-widget-style { padding:15px 15px 15px 15px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:20:46','2025-01-08 17:20:46','',24006,'https://litcaf.com/?p=24018',0,'revision','',0),(24019,1,'2025-01-08 17:26:43','2025-01-08 17:26:43','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:26:43','2025-01-08 17:26:43','',24006,'https://litcaf.com/?p=24019',0,'revision','',0),(24020,1,'2025-01-08 17:27:42','2025-01-08 17:27:42','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 15px 10px 15px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 15px 10px 15px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:27:42','2025-01-08 17:27:42','',24006,'https://litcaf.com/?p=24020',0,'revision','',0),(24021,1,'2025-01-11 23:50:17','2025-01-11 23:50:17','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;15px 15px 15px 15px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\n<style type=\"text/css\">\n /* css class for the edit profile generated errors */\n\n.profilepress-edit-profile-status {\n	color: #555;\n    font-size: 10px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 100%;\n    text-align: center;\n}\n\n\n/* Boson form CSS */\n\n.boson-container {\n    margin: auto;\n}\n.boson-container a {\n    color: #527881;\n    text-decoration: underline;\n    text-align: center;\n}\n.boson-container > .login {\n    position: relative;\n    padding: 20px 20px 20px;\n    width: 100%;\n    background: white;\n    border-radius: 3px;\n   \n}\n.boson-container > .login h1 {\n    margin: -20px -20px 21px;\n    line-height: 40px;\n    font-size: 15px;\n    font-weight: bold;\n    color: #555;\n    text-align: center;\n    text-shadow: 0 1px white;\n    background: #f3f3f3;\n    border-bottom: 1px solid #cfcfcf;\n    border-radius: 3px 3px 0 0;\n}\n.boson-container > .login p {\n    margin: 10px 0;\n    font-size: 20px;\n    color: #555;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    width: 100%;\n}\n.boson-container > .login p.remember_me {\n    float: center;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n.boson-container > .login p.submit {\n    text-align: center;\n}\n:-moz-placeholder {\n    color: #c9c9c9 !important;\n    font-size: 13px;\n}\n::-webkit-input-placeholder {\n    color: #ccc;\n    font-size: 13px;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    margin: 5px;\n    padding: 0 10px;\n    height: 34px;\n    color: #404040;\n    background: white;\n    border: 1px solid;\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n    border-radius: 2px;\n    outline: 5px solid #eff4f7;\n    -moz-outline-radius: 3px;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\n    border-color: #7dc9e2;\n    outline-color: #dceefc;\n    outline-offset: 0;\n}\n\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\n    cursor: pointer;\n    padding: 1px 18px;\n    height: 29px;\n    font-size: 12px;\n    font-weight: bold;\n    color: #527881;\n    text-shadow: 0 1px #e3f1f1;\n    background: #cde5ef;\n    border: 1px solid;\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\n    border-radius: 16px;\n    outline: 0;\n    -webkit-box-sizing: content-box;\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n}\n.boson-container > .login input[type=submit]:active {\n    background: #23a68e;\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\n    \n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n\n.boson-container > .login button.removed {\n    width: 40px;\n}\n\n.boson-container > .login input[type=submit] {\nwidth: 80%;\n}\n\n\n.demo-download img {\n    border-radius: 50%;\n    display: block;\n    height: 190px;\n    margin: 0 auto 10px;\n    padding: 2px;\n    text-align: center;\n    width: 190px;\n}\n \n</style>Array<form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\n\n <div class=\"boson-container\">\n            <div class=\"login\">\n                 <h1></h1>\n\n\n\n<p class=\"demo-download\">\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\n\n</p>\n\n<p>\n<label for=\"id-nickname\">Profile Picture</label>\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\n</p>\n\n<p>\n<label for=\"id-username\">Username</label>\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\n</p>\n\n<p>\n<label for=\"id-password\">Password</label>\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\n</p>\n\n<p>\n<label for=\"id-email\">Email Address</label>\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\n</p>\n\n\n\n<p>\n<label for=\"id-website\">Website</label>\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\n</p>\n\n<p>\n<label for=\"id-nickname\">Nickname</label>\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\n</p>\n\n\n\n\n<p>\n<label for=\"display-name\">Display Name</label>\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\n</p>\n\n<p>\n<label for=\"id-firstname\">First Name</label>\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\n</p>\n\n<p>\n<label for=\"id-lastname\">Last Name</label>\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\n</p>\n\n<p style=\"text-align:center\">\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\n</p>\n\n</div>\n</div>\n\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\n<!-- / ProfilePress WordPress plugin. -->\n\n</div>\n</div></div></div></div></div></div>','Edit Profile','','inherit','closed','closed','','24006-autosave-v1','','','2025-01-11 23:50:17','2025-01-11 23:50:17','',24006,'https://litcaf.com/?p=24021',0,'revision','',0),(24022,1,'2025-01-08 17:28:35','2025-01-08 17:28:35','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 25px 10px 25px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 25px 10px 25px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:28:35','2025-01-08 17:28:35','',24006,'https://litcaf.com/?p=24022',0,'revision','',0),(24023,1,'2025-01-08 17:37:11','2025-01-08 17:37:11','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 5px 10px 5px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:37:11','2025-01-08 17:37:11','',24006,'https://litcaf.com/?p=24023',0,'revision','',0),(24024,1,'2025-01-08 17:41:00','2025-01-08 17:41:00','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 5px 10px 5px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:41:00','2025-01-08 17:41:00','',24006,'https://litcaf.com/?p=24024',0,'revision','',0),(24025,1,'2025-01-08 17:48:05','2025-01-08 17:48:05','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Your LITCAF Profile here</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 5px 10px 5px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 17:48:05','2025-01-08 17:48:05','',24006,'https://litcaf.com/?p=24025',0,'revision','',0),(24026,1,'2025-01-08 18:09:50','2025-01-08 18:09:50','<div id=\"pl-24006\"  class=\"panel-layout\" ><div id=\"pg-24006-0\"  class=\"panel-grid panel-no-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div id=\"pgc-24006-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-0-0-0\" class=\"so-panel widget widget_sow-headline panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;15px 15px 15px 15px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Headline_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;headline&quot;:{&quot;text&quot;:&quot;Edit Profile&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h2&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;sub_headline&quot;:{&quot;text&quot;:&quot;&quot;,&quot;destination_url&quot;:&quot;&quot;,&quot;tag&quot;:&quot;h3&quot;,&quot;color&quot;:&quot;&quot;,&quot;hover_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;&quot;,&quot;font_size_unit&quot;:&quot;px&quot;,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;line_height&quot;:&quot;&quot;,&quot;line_height_unit&quot;:&quot;px&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;new_window&quot;:&quot;&quot;},&quot;divider&quot;:{&quot;style&quot;:&quot;solid&quot;,&quot;color&quot;:&quot;#eee&quot;,&quot;thickness&quot;:1,&quot;align&quot;:&quot;center&quot;,&quot;mobile_align&quot;:&quot;center&quot;,&quot;width&quot;:&quot;80%&quot;,&quot;width_unit&quot;:&quot;%&quot;,&quot;margin&quot;:&quot;&quot;,&quot;margin_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;order&quot;:[&quot;headline&quot;,&quot;divider&quot;,&quot;sub_headline&quot;],&quot;fittext_compressor&quot;:0.85,&quot;_sow_form_id&quot;:&quot;1733560691677eb144def26704763190&quot;,&quot;_sow_form_timestamp&quot;:&quot;1736356499321&quot;,&quot;fittext&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-headline-2400610000&quot;,&quot;option_name&quot;:&quot;widget_sow-headline&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24006-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-headline panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pg-24006-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;padding&quot;:&quot;10px 5px 10px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\" ><div class=\"panel-row-style panel-row-style-for-24006-1\" ><div id=\"pgc-24006-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24006-1-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<!-- This edit profile form is built and powered by ProfilePress WordPress plugin - http://profilepress.net -->\r\n<style type=\"text/css\">\r\n /* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n \r\n</style><form data-pp-form-submit=\"editprofile\" id=\'pp_edit_profile_8\' method=\'post\' enctype=\'multipart/form-data\'><div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Your LITCAF Profile here</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n<img data-del=\"avatar\" alt=\'\' src=\'https://secure.gravatar.com/avatar/d1c739565d5ea78f827e60dd51f9ef47?s=300&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D300&amp;r=G\' class=\'avatar avatar-300 photo \' height=\'300\' width=\'300\' id=\'\' />\r\n\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n<input name=\"eup_avatar\" type=\"file\" title=\"\" class=\"filestyle\" placeholder=\"\" id=\"avatar\"   />\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n<input name=\"eup_username\" type=\"text\" title=\"Username\" value=\"tope_litcaf\" class=\"edit-profile-name\" id=\"id-username\" placeholder=\"username\"  disabled=\'disabled\' >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n<input name=\"eup_password\" type=\'password\' title=\"Password\" value=\"\" class=\"edit-profile-passkey\" id=\"id-password\" placeholder=\"password\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n<input name=\"eup_email\" type=\"text\" title=\"Email Address\" value=\"mubarakolagoke@gmail.com\" class=\"reg-email\" id=\"id-email\" placeholder=\"Email\"   >\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n<input name=\"eup_website\" value=\'http://litcaf.com\' type=\'text\' title=\"Website\" class=\"reg-website\" id=\"id-website\" placeholder=\"Website\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n<input name=\'eup_nickname\' value=\'tope_litcaf\' type=\'text\' title=\"Nickname\" class=\"remember-me\" id=\"id-nickname\" placeholder=\"Nickname\"   >\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n<select name=\"eup_display_name\" title=\"Display Name\" id=\"display-name\" class=\"display-name\"   ><option  selected=\'selected\'> tope_litcaf </option></select>\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n<input name=\"eup_first_name\" type=\'text\' value=\'\' title=\"First Name\" class=\"remember-me\" id=\"id-firstname\" placeholder=\"First Name\"   >\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n<input name=\"eup_last_name\" value=\"\" type=\"text\" title=\"Last Name\" class=\"remember-me\" placeholder=\"Last Name\" id=\"id-lastname\"   >\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n<input type=\'submit\' name=\"eup_submit\" title=\"\" value=\"Save Profile\" id=\"\" class=\"\"  />\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div><input type=\'hidden\' name=\'editprofile_form_id\' value=\'8\'></form>\r\n<!-- / ProfilePress WordPress plugin. -->\r\n\n</div>\n</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24006\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24006-0-0 , #pgc-24006-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24006 #panel-24006-0-0-0 { margin:15px 15px 15px 15px } #pg-24006-0 , #pl-24006 .so-panel { margin-bottom:30px } #pl-24006 .so-panel:last-of-type { margin-bottom:0px } #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0.panel-no-style , #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #pg-24006-1> .panel-row-style { padding:10px 5px 10px 5px } @media (max-width:780px){ #pg-24006-0.panel-no-style, #pg-24006-0.panel-has-style > .panel-row-style, #pg-24006-0 , #pg-24006-1.panel-no-style, #pg-24006-1.panel-has-style > .panel-row-style, #pg-24006-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24006-0 > .panel-grid-cell , #pg-24006-0 > .panel-row-style > .panel-grid-cell , #pg-24006-1 > .panel-grid-cell , #pg-24006-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24006 .panel-grid-cell { padding:0 } #pl-24006 .panel-grid .panel-grid-cell-empty { display:none } #pl-24006 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Edit Profile','','inherit','closed','closed','','24006-revision-v1','','','2025-01-08 18:09:50','2025-01-08 18:09:50','',24006,'https://litcaf.com/?p=24026',0,'revision','',0),(24027,1,'2025-05-01 23:36:14','2025-05-01 23:36:14','','contact-display','','publish','closed','closed','','contact-display','','','2025-05-01 23:36:15','2025-05-01 23:36:15','',0,'https://litcaf.com/?page_id=24027',0,'page','',0),(24028,1,'2025-01-08 18:29:53','2025-01-08 18:29:53','','','','inherit','closed','closed','','24027-revision-v1','','','2025-01-08 18:29:53','2025-01-08 18:29:53','',24027,'https://litcaf.com/?p=24028',0,'revision','',0),(24029,1,'2025-01-08 18:52:45','2025-01-08 18:52:45','<div id=\"pl-24027\"  class=\"panel-layout\" ><div id=\"pg-24027-0\"  class=\"panel-grid panel-no-style\" ><div id=\"pgc-24027-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24027-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" ><div\n			\n			class=\"so-widget-sow-editor so-widget-sow-editor-base\"\n			\n		>\n<div class=\"siteorigin-widget-tinymce textwidget\">\n	<?php /* Template Name: MyStatus */ ?></div>\n</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24027\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24027-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pl-24027 .so-panel { margin-bottom:30px } #pl-24027 .so-panel:last-of-type { margin-bottom:0px } @media (max-width:780px){ #pg-24027-0.panel-no-style, #pg-24027-0.panel-has-style > .panel-row-style, #pg-24027-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24027-0 > .panel-grid-cell , #pg-24027-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24027 .panel-grid-cell { padding:0 } #pl-24027 .panel-grid .panel-grid-cell-empty { display:none } #pl-24027 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24027-revision-v1','','','2025-01-08 18:52:45','2025-01-08 18:52:45','',24027,'https://litcaf.com/?p=24029',0,'revision','',0),(24030,1,'2025-01-08 18:55:18','2025-01-08 18:55:18','<div id=\"pl-24027\" class=\"panel-layout\">\r\n<div id=\"pg-24027-0\" class=\"panel-grid panel-no-style\">\r\n<div id=\"pgc-24027-0-0\" class=\"panel-grid-cell\" data-weight=\"1\">\r\n<div id=\"panel-24027-0-0-0\" class=\"so-panel widget widget_sow-editor panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\">\r\n<div class=\"so-widget-sow-editor so-widget-sow-editor-base\">\r\n<div class=\"siteorigin-widget-tinymce textwidget\">\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','','','inherit','closed','closed','','24027-revision-v1','','','2025-01-08 18:55:18','2025-01-08 18:55:18','',24027,'https://litcaf.com/?p=24030',0,'revision','',0),(24032,1,'2025-01-15 22:17:20','2025-01-15 22:17:20','','my posts','','publish','closed','closed','','my-posts','','','2025-01-15 22:17:20','2025-01-15 22:17:20','',0,'https://litcaf.com/?page_id=24032',0,'page','',0),(24033,1,'2025-01-10 11:20:38','2025-01-10 11:20:38','','my posts','','inherit','closed','closed','','24032-revision-v1','','','2025-01-10 11:20:38','2025-01-10 11:20:38','',24032,'https://litcaf.com/?p=24033',0,'revision','',0),(24035,1,'2025-01-12 12:20:36','2025-01-12 12:20:36','','LITCAF SLIDER (1)','','inherit','closed','closed','','litcaf-slider-1','','','2025-01-12 12:20:36','2025-01-12 12:20:36','',5,'http://litcaf.com/wp-content/uploads/2024/09/LITCAF-SLIDER-1.png',0,'attachment','image/png',0),(24036,1,'2025-01-12 12:30:21','2025-01-12 12:30:21','<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deferred. Content flow comes before optimisation. Research should precede the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Between the Digital Marketer & the Content Creator','','publish','open','closed','','between-the-digital-marketer-the-content-creator','','','2025-04-14 07:56:01','2025-04-14 07:56:01','',0,'https://litcaf.com/?p=24036',0,'post','',0),(24038,1,'2025-01-12 12:30:21','2025-01-12 12:30:21','The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.\n\nBy examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?\n\nCreation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons\n\nThe winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deffered. Content flow comes before optimisation. Research shoukd preceed the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.\n\nConversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.\n\nDigital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.\n\nRather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-01-12 12:30:21','2025-01-12 12:30:21','',24036,'https://litcaf.com/?p=24038',0,'revision','',0),(24040,1,'2025-01-13 14:32:45','0000-00-00 00:00:00','','My Portfolio','','draft','closed','closed','','','','','2025-01-13 14:32:45','2025-01-13 14:32:45','',0,'https://litcaf.com/?page_id=24040',0,'page','',0),(24041,1,'2025-01-13 14:31:39','2025-01-13 14:31:39','','My Portfolio','','inherit','closed','closed','','24040-revision-v1','','','2025-01-13 14:31:39','2025-01-13 14:31:39','',24040,'https://litcaf.com/?p=24041',0,'revision','',0),(24048,1,'2025-01-16 16:32:02','2025-01-16 16:32:02','','images (20)','','inherit','closed','closed','','images-20','','','2025-01-16 16:32:02','2025-01-16 16:32:02','',5,'http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg',0,'attachment','image/jpeg',0),(24049,350,'2025-01-16 16:52:08','2025-01-16 16:52:08','<!-- 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\":24048,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><em>Data Protection Law</em>&nbsp;is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Privacy</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Protection</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria.&nbsp;We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The explorative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to a study by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transactional data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Is the data Protection Law in tune with the current reality of AI</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Data is an evolving asset which started from data recognition at the advent of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As an advocate of AI, the expandability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framework will evolve expectedly alongside the data engineering process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">On Banks getting social media handles as part of KYC</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Data Law &amp; the purported new CBN KYC requirement','','publish','open','closed','','data-law-the-purpoted-cbn-kyc-requirement','','','2025-04-14 07:51:19','2025-04-14 07:51:19','',0,'https://litcaf.com/?p=24049',0,'post','',0),(24051,1,'2025-01-16 16:52:08','2025-01-16 16:52:08','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<p> </p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<p> </p>\n<h3>Protection</h3>\n<p> </p>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<p> </p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact or exploited.</p>\n</blockquote>\n<p> </p>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<p> </p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p> </p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<p> </p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>\n<p> </p>','Data Law &amp; the purpoted CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 16:52:08','2025-01-16 16:52:08','',24049,'https://litcaf.com/?p=24051',0,'revision','',0),(24052,1,'2025-01-16 16:55:30','2025-01-16 16:55:30','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact or exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purpoted new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 16:55:30','2025-01-16 16:55:30','',24049,'https://litcaf.com/?p=24052',0,'revision','',0),(24054,1,'2025-01-16 16:58:59','2025-01-16 16:58:59','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<p> </p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact or exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purpoted new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 16:58:59','2025-01-16 16:58:59','',24049,'https://litcaf.com/?p=24054',0,'revision','',0),(24055,1,'2025-01-16 17:10:05','2025-01-16 17:10:05','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n\n<p> \n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<p> </p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact or exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purpoted new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 17:10:05','2025-01-16 17:10:05','',24049,'https://litcaf.com/?p=24055',0,'revision','',0),(24056,1,'2025-01-16 18:02:58','2025-01-16 18:02:58','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purpoted new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 18:02:58','2025-01-16 18:02:58','',24049,'https://litcaf.com/?p=24056',0,'revision','',0),(24058,1,'2025-01-16 18:06:03','2025-01-16 18:06:03','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n<p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purpoted new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 18:06:03','2025-01-16 18:06:03','',24049,'https://litcaf.com/?p=24058',0,'revision','',0),(24060,1,'2025-01-16 18:06:36','2025-01-16 18:06:36','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->\n<p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purported new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 18:06:36','2025-01-16 18:06:36','',24049,'https://litcaf.com/?p=24060',0,'revision','',0),(24061,1,'2025-01-16 18:08:43','2025-01-16 18:08:43','<!-- wp:image {\"id\":24048,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\"/></figure>\n<!-- /wp:image -->  <p>\n\n<p>\n\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n</blockquote>\n<p>The explotative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to anstudy by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transcational data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advebt of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the explanability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framweok will evolve expectedly alongside the data engineering process.</p>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>','Data Law &amp; the purported new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-01-16 18:08:43','2025-01-16 18:08:43','',24049,'https://litcaf.com/?p=24061',0,'revision','',0),(24062,350,'2025-01-17 02:59:31','2025-01-17 02:59:31','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:hdq/quiz-block {\"quizId\":\"62\"} /-->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','publish','open','closed','','reliability-of-data-in-economic-forecast','','','2025-04-14 20:35:29','2025-04-14 20:35:29','',0,'https://litcaf.com/?p=24062',0,'post','',0),(24064,1,'2025-01-17 02:56:33','2025-01-17 02:56:33','','images (22)','','inherit','closed','closed','','images-22','','','2025-01-17 02:56:33','2025-01-17 02:56:33','',24062,'http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg',0,'attachment','image/jpeg',0),(24065,1,'2025-01-17 02:59:31','2025-01-17 02:59:31','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p> </p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p> </p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p> </p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p> </p>\n<h3>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</h3>\n<p> </p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p> </p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<p> </p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p> </p>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<p> </p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 02:59:31','2025-01-17 02:59:31','',24062,'https://litcaf.com/?p=24065',0,'revision','',0),(24066,1,'2025-01-17 03:00:15','2025-01-17 03:00:15','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n</p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n</p>\n<h3>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</h3>\n</p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n</p>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:00:15','2025-01-17 03:00:15','',24062,'https://litcaf.com/?p=24066',0,'revision','',0),(24068,1,'2025-01-17 03:08:15','2025-01-17 03:08:15','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n<p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<h3>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</h3>\n<p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<p> </p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:08:15','2025-01-17 03:08:15','',24062,'https://litcaf.com/?p=24068',0,'revision','',0),(24069,1,'2025-01-17 03:09:52','2025-01-17 03:09:52','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n</p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n</p>\n<h3>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</h3>\n</p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n</p>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:09:52','2025-01-17 03:09:52','',24062,'https://litcaf.com/?p=24069',0,'revision','',0),(24070,1,'2025-01-17 03:11:09','2025-01-17 03:11:09','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:11:09','2025-01-17 03:11:09','',24062,'https://litcaf.com/?p=24070',0,'revision','',0);
INSERT INTO `wph0_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES (24071,1,'2025-01-17 03:12:57','2025-01-17 03:12:57','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n<p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items.</p>\n<p>The FEC Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:12:57','2025-01-17 03:12:57','',24062,'https://litcaf.com/?p=24071',0,'revision','',0),(24073,1,'2025-01-17 03:15:31','2025-01-17 03:15:31','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:15:31','2025-01-17 03:15:31','',24062,'https://litcaf.com/?p=24073',0,'revision','',0),(24075,1,'2025-01-17 03:17:26','2025-01-17 03:17:26','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n<p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors likegoods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bereau of Stastistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasy on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, e.t.c., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-01-17 03:17:26','2025-01-17 03:17:26','',24062,'https://litcaf.com/?p=24075',0,'revision','',0),(24076,350,'2025-01-17 10:39:07','2025-01-17 10:39:07','','Black Simple Minimalist Trendy Inspirational Quote Phone Wallpaper _20250104_172654_0000','','inherit','closed','closed','','black-simple-minimalist-trendy-inspirational-quote-phone-wallpaper-_20250104_172654_0000','','','2025-01-17 10:39:07','2025-01-17 10:39:07','',0,'http://litcaf.com/wp-content/uploads/2025/01/Black-Simple-Minimalist-Trendy-Inspirational-Quote-Phone-Wallpaper-_20250104_172654_0000.png',0,'attachment','image/png',0),(24077,350,'2025-01-17 11:13:41','2025-01-17 11:13:41','','images (21)','','inherit','closed','closed','','images-21','','','2025-01-17 11:13:41','2025-01-17 11:13:41','',0,'http://litcaf.com/wp-content/uploads/2025/01/images-21.jpeg',0,'attachment','image/jpeg',0),(24078,350,'2025-01-17 15:10:34','2025-01-17 15:10:34','<!-- 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\":24080,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing professional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registration Council of Nigeria, from the Foundation to the Professional levels, after which you do a real project. This is why the CPN will take you through. Once you have successfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN nevertheless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Why Telephony evolved faster</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Even though computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is IT separate from <em>Finetech</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technology to manage information between people and things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Professionalism in Nigeria\'s ICT','','publish','open','closed','','professionalism-in-nigerias-ict-finetech-and-digital-space','','','2025-04-14 07:46:17','2025-04-14 07:46:17','',0,'https://litcaf.com/?p=24078',0,'post','',0),(24080,1,'2025-01-17 15:08:05','2025-01-17 15:08:05','','images (23)','','inherit','closed','closed','','images-23','','','2025-01-17 15:08:05','2025-01-17 15:08:05','',24078,'http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg',0,'attachment','image/jpeg',0),(24081,1,'2025-01-17 15:10:34','2025-01-17 15:10:34','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p> </p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<p> </p>\n<p> </p>\n<h3>Why Telephony evolved faster than computing which was its precursor?</h3>\n<p> </p>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<p> </p>\n<p> </p>\n<h3>Is Information Technology separate from Finetech</h3>\n<p> </p>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>\n<p> </p>\n<p> </p>','Professionalism in Nigeria\'s ICT, Finetech, and digital space','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:10:34','2025-01-17 15:10:34','',24078,'https://litcaf.com/?p=24081',0,'revision','',0),(24082,1,'2025-01-17 15:13:24','2025-01-17 15:13:24','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n<p>\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p> </p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<p> </p>\n<p> </p>\n<h3>Why Telephony evolved faster than computing which was its precursor?</h3>\n<p> </p>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<p> </p>\n<p> </p>\n<h3>Is Information Technology separate from Finetech</h3>\n<p> </p>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>\n<p> </p>\n<p> </p>','Professionalism in Nigeria\'s ICT, Finetech, and digital space','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:13:24','2025-01-17 15:13:24','',24078,'https://litcaf.com/?p=24082',0,'revision','',0),(24083,1,'2025-01-17 15:17:02','2025-01-17 15:17:02','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3>Why Telephony evolved faster</h3>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3>Is Information Technology separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT, Finetech, and digital space','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:17:02','2025-01-17 15:17:02','',24078,'https://litcaf.com/?p=24083',0,'revision','',0),(24084,1,'2025-01-17 15:17:39','2025-01-17 15:17:39','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3>Why Telephony evolved faster</h3>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3>Is Information Technology separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:17:39','2025-01-17 15:17:39','',24078,'https://litcaf.com/?p=24084',0,'revision','',0),(24085,1,'2025-01-17 15:18:29','2025-01-17 15:18:29','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3>Why Telephony evolved faster</h3>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3>Is Info</h3>\n<h3> </h3>\n<h3>Is IT separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:18:29','2025-01-17 15:18:29','',24078,'https://litcaf.com/?p=24085',0,'revision','',0),(24087,1,'2025-01-17 15:19:11','2025-01-17 15:19:11','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image --> <p>\n<p>\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3>Why Telephony evolved faster</h3>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3>Is Info</h3>\n<h3> </h3>\n<h3>Is IT separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:19:11','2025-01-17 15:19:11','',24078,'https://litcaf.com/?p=24087',0,'revision','',0),(24088,1,'2025-01-17 15:20:23','2025-01-17 15:20:23','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3> </h3>\n<h3>Why Telephony evolved faster</h3>\n<p> </p>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3> </h3>\n<h3>Is IT separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:20:23','2025-01-17 15:20:23','',24078,'https://litcaf.com/?p=24088',0,'revision','',0),(24089,1,'2025-01-17 15:21:45','2025-01-17 15:21:45','<!-- wp:image {\"id\":24080,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\"/></figure>\n<!-- /wp:image -->\n<p>\n\n<p>\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3> </h3>\n<h3>Why Telephony evolved faster</h3>\n<p> </p>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3> </h3>\n<h3>Is IT separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-01-17 15:21:45','2025-01-17 15:21:45','',24078,'https://litcaf.com/?p=24089',0,'revision','',0),(24090,350,'2025-01-18 11:57:20','2025-01-18 11:57: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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','publish','open','closed','','will-nigeria-lead-africas-digital-technology','','','2025-04-14 17:18:35','2025-04-14 17:18:35','',0,'https://litcaf.com/?p=24090',0,'post','',0),(24092,1,'2025-01-18 11:55:39','2025-01-18 11:55:39','','images (30)','','inherit','closed','closed','','images-30','','','2025-01-18 11:55:39','2025-01-18 11:55:39','',24090,'http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg',0,'attachment','image/jpeg',0),(24094,1,'2025-01-18 11:57:20','2025-01-18 11:57:20','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image --> <p>\n</p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p> </p>\n<h3>Limitations to Nigerian leadership in digital economy.</h3>\n<p> </p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p> </p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<p> </p>\n<h3>Is Cyber Security; Malware attack a problem?</h3>\n<p> </p>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<p> </p>\n<h3>How the mind of an hacker works.</h3>\n<p> </p>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<p> </p>\n<blockquote>\n<p>Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p> </p>\n<h3>Is the Nigerian academia ready to support the drive</h3>\n<p>Development -- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<p> </p>\n<p> </p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 11:57:20','2025-01-18 11:57:20','',24090,'https://litcaf.com/?p=24094',0,'revision','',0),(24096,1,'2025-01-18 12:06:45','2025-01-18 12:06:45','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p> </p>\n<h3>The Limitations </h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<blockquote>\n<p>Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<p> </p>\n<h3>Is Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<p> </p>\n<h3>How the mind of an hacker works</h3>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<p> </p>\n<h3>Role of the academia</h3>\n<p>Development -- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:06:45','2025-01-18 12:06:45','',24090,'https://litcaf.com/?p=24096',0,'revision','',0),(24098,1,'2025-01-18 12:09:41','2025-01-18 12:09:41','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>The Limitations </h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p>Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3>Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4>How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3>Role of the academia</h3>\n<p>Development -- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:09:41','2025-01-18 12:09:41','',24090,'https://litcaf.com/?p=24098',0,'revision','',0),(24100,1,'2025-01-18 12:11:49','2025-01-18 12:11:49','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n<p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>Limitations </h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p>Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3>Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4>How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3>Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:11:49','2025-01-18 12:11:49','',24090,'https://litcaf.com/?p=24100',0,'revision','',0),(24101,1,'2025-01-18 12:12:37','2025-01-18 12:12:37','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>Limitations </h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p>Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:12:37','2025-01-18 12:12:37','',24090,'https://litcaf.com/?p=24101',0,'revision','',0),(24102,1,'2025-01-18 12:13:10','2025-01-18 12:13:10','Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.\n<h3>Limitations</h3>\nPower is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.\n<blockquote>Without energising the people component of computing we will remain at the mercy of expatriates</blockquote>\nEventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.\n\nAlso, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\nSecurity is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\nWhat the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.\n<h3 style=\"text-align: left;\">Role of the academia</h3>\nDevelopment- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:13:10','2025-01-18 12:13:10','',24090,'https://litcaf.com/?p=24102',0,'revision','',0),(24103,1,'2025-01-18 12:14:15','2025-01-18 12:14:15','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>Limitations</h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: left;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:14:15','2025-01-18 12:14:15','',24090,'https://litcaf.com/?p=24103',0,'revision','',0),(24104,1,'2025-01-18 12:15:17','2025-01-18 12:15:17','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>Limitations</h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:15:17','2025-01-18 12:15:17','',24090,'https://litcaf.com/?p=24104',0,'revision','',0),(24105,1,'2025-01-18 12:16:12','2025-01-18 12:16:12','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<h3>Limitations</h3>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: left;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:16:12','2025-01-18 12:16:12','',24090,'https://litcaf.com/?p=24105',0,'revision','',0),(24106,1,'2025-01-18 12:18:00','2025-01-18 12:18:00','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p> </p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: left;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:18:00','2025-01-18 12:18:00','',24090,'https://litcaf.com/?p=24106',0,'revision','',0),(24108,1,'2025-01-18 12:20:14','2025-01-18 12:20:14','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: center;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n\n<p>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n\n<p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n\n<p>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:20:14','2025-01-18 12:20:14','',24090,'https://litcaf.com/?p=24108',0,'revision','',0),(24109,1,'2025-01-18 12:21:04','2025-01-18 12:21:04','<!-- wp:image {\"id\":24092,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\"/></figure>\n<!-- /wp:image -->\n<p>\n\n<p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: center;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n\n<p>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n\n<p>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n\n<p>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-01-18 12:21:04','2025-01-18 12:21:04','',24090,'https://litcaf.com/?p=24109',0,'revision','',0),(24110,348,'2025-01-18 20:04:44','2025-01-18 20:04:44','','images (36)','','inherit','closed','closed','','images-36','','','2025-01-18 20:04:44','2025-01-18 20:04:44','',0,'http://litcaf.com/wp-content/uploads/2025/01/images-36.jpeg',0,'attachment','image/jpeg',0),(24111,350,'2025-01-19 11:05:56','2025-01-19 11:05:56','','images (34)','','inherit','closed','closed','','images-34','','','2025-01-19 11:05:56','2025-01-19 11:05:56','',0,'http://litcaf.com/wp-content/uploads/2025/01/images-34.jpeg',0,'attachment','image/jpeg',0),(24112,1,'2025-01-21 06:52:12','2025-01-21 06:52:12','','new status','','publish','closed','closed','','new-status','','','2025-01-21 06:52:43','2025-01-21 06:52:43','',0,'https://litcaf.com/?page_id=24112',0,'page','',0),(24113,1,'2025-01-21 06:26:27','2025-01-21 06:26:27','','new status','','inherit','closed','closed','','24112-revision-v1','','','2025-01-21 06:26:27','2025-01-21 06:26:27','',24112,'https://litcaf.com/?p=24113',0,'revision','',0),(24116,1,'2025-01-21 15:45:57','2025-01-21 15:45:57','','delete status','','publish','closed','closed','','delete-status','','','2025-01-21 15:46:08','2025-01-21 15:46:08','',0,'https://litcaf.com/?page_id=24116',0,'page','',0),(24117,1,'2025-01-21 15:45:57','2025-01-21 15:45:57','','delete status','','inherit','closed','closed','','24116-revision-v1','','','2025-01-21 15:45:57','2025-01-21 15:45:57','',24116,'https://litcaf.com/?p=24117',0,'revision','',0),(24124,1,'2025-03-12 13:28:52','2025-03-12 13:28:52','Senior Developer','Card Request - tope_litcaf','','publish','closed','closed','','card-request-tope_litcaf','','','2025-03-12 13:28:52','2025-03-12 13:28:52','',0,'https://litcaf.com/?post_type=card_request&#038;p=24124',0,'card_request','',0),(24125,1,'2025-03-12 15:07:48','0000-00-00 00:00:00','software Developer','Card Request - tope_litcaf','','pending','closed','closed','','','','','2025-03-12 15:07:48','0000-00-00 00:00:00','',0,'https://litcaf.com/?post_type=card_request&p=24125',0,'card_request','',0),(24126,1,'2025-03-12 15:20:29','2025-03-12 15:20:29','software developer','Card Request - tope_litcaf','','publish','closed','closed','','card-request-tope_litcaf-2','','','2025-03-12 15:20:29','2025-03-12 15:20:29','',0,'https://litcaf.com/card_request/card-request-tope_litcaf-2/',0,'card_request','',0),(24127,1,'2025-03-12 15:34:59','2025-03-12 15:34:59','okay','Card Request - tope_litcaf','','publish','closed','closed','','card-request-tope_litcaf-3','','','2025-03-12 15:34:59','2025-03-12 15:34:59','',0,'https://litcaf.com/card_request/card-request-tope_litcaf-3/',0,'card_request','',0),(24132,1,'2025-04-19 00:34:04','2025-04-19 00:34:04','<p> </p>\n<p><em>Now that you are reading, do not let your knowledge go to waste. Take quizzes and begin to build up points hence, more visibility in your entrepreneurial or professional journey, among other benefits. Come back here after you <a href=\"https://litcaf.com\">Login</a>.</em></p>\n<p> </p>\n<p> </p>\n','Display a message after the 1st paragraph of posts','','publish','closed','closed','','display-a-message-after-the-1st-paragraph-of-posts','','','2025-04-19 00:39:01','2025-04-19 00:39:01','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24132',0,'wpcode','',0),(24133,1,'2025-04-05 01:28:12','0000-00-00 00:00:00','add_action(\'admin_init\', function () {\r\n    // Redirect any user trying to access comments page\r\n    global $pagenow;\r\n    \r\n    if ($pagenow === \'edit-comments.php\') {\r\n        wp_safe_redirect(admin_url());\r\n        exit;\r\n    }\r\n\r\n    // Remove comments metabox from dashboard\r\n    remove_meta_box(\'dashboard_recent_comments\', \'dashboard\', \'normal\');\r\n\r\n    // Disable support for comments and trackbacks in post types\r\n    foreach (get_post_types() as $post_type) {\r\n        if (post_type_supports($post_type, \'comments\')) {\r\n            remove_post_type_support($post_type, \'comments\');\r\n            remove_post_type_support($post_type, \'trackbacks\');\r\n        }\r\n    }\r\n});\r\n\r\n// Close comments on the front-end\r\nadd_filter(\'comments_open\', \'__return_false\', 20, 2);\r\nadd_filter(\'pings_open\', \'__return_false\', 20, 2);\r\n\r\n// Hide existing comments\r\nadd_filter(\'comments_array\', \'__return_empty_array\', 10, 2);\r\n\r\n// Remove comments page in menu\r\nadd_action(\'admin_menu\', function () {\r\n    remove_menu_page(\'edit-comments.php\');\r\n});\r\n\r\n// Remove comments links from admin bar\r\nadd_action(\'init\', function () {\r\n    if (is_admin_bar_showing()) {\r\n        remove_action(\'admin_bar_menu\', \'wp_admin_bar_comments_menu\', 60);\r\n    }\r\n});','Completely Disable Comments','','draft','closed','closed','','','','','2025-04-05 01:28:12','0000-00-00 00:00:00','',0,'https://litcaf.com/?post_type=wpcode&p=24133',0,'wpcode','',0),(24134,1,'2025-04-05 01:47:40','2025-04-05 01:47:40','/* Disable WordPress Admin Bar for all users */\r\nadd_filter( \'show_admin_bar\', \'__return_false\' );','Disable The WP Admin Bar','','publish','closed','closed','','disable-the-wp-admin-bar','','','2025-04-05 01:47:49','2025-04-05 01:47:49','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24134',0,'wpcode','',0),(24136,1,'2025-04-07 02:03:27','2025-04-07 02:03:27','','1000003012','','inherit','closed','closed','','1000003012','','','2025-04-07 02:03:27','2025-04-07 02:03:27','',5,'http://litcaf.com/wp-content/uploads/2024/09/1000003012.jpg',0,'attachment','image/jpeg',0),(24137,1,'2025-04-07 02:03:39','2025-04-07 02:03:39','','Get Your Card now','','inherit','closed','closed','','get-your-card-now','','','2025-04-07 02:03:39','2025-04-07 02:03:39','',5,'http://litcaf.com/wp-content/uploads/2024/09/Get-Your-Card-now.mp4',0,'attachment','video/mp4',0),(24139,1,'2025-04-08 21:19:27','2025-04-08 21:19:27','<!-- wp:image {\"id\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<blockquote>\n<p style=\"text-align: center;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p><p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<p><h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p><p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-08 21:19:27','2025-04-08 21:19:27','',24090,'https://litcaf.com/?p=24139',0,'revision','',0),(24141,1,'2025-04-08 21:24:59','2025-04-08 21:24:59','<!-- wp:image {\"id\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<blockquote>\n<p style=\"text-align: center;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4> </h4>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-08 21:24:59','2025-04-08 21:24:59','',24090,'https://litcaf.com/?p=24141',0,'revision','',0),(24142,1,'2025-04-08 21:25:49','2025-04-08 21:25:49','<!-- wp:image {\"id\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<blockquote>\n<p style=\"text-align: left;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4> </h4>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-08 21:25:49','2025-04-08 21:25:49','',24090,'https://litcaf.com/?p=24142',0,'revision','',0),(24144,1,'2025-04-08 21:26:29','2025-04-08 21:26:29','<!-- wp:image {\"id\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p>Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<p>Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<p> </p>\n<blockquote>\n<p style=\"text-align: left;\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n</blockquote>\n<p> </p>\n<p>Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<p>Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Cyber Security a problem?</h3>\n<p>Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<h4> </h4>\n<h4 style=\"text-align: left;\">How the mind of an hacker works</h4>\n<p>What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<h3> </h3>\n<h3 style=\"text-align: left;\">Role of the academia</h3>\n<p>Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<p> </p>\n<p> </p>','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-08 21:26:29','2025-04-08 21:26:29','',24090,'https://litcaf.com/?p=24144',0,'revision','',0),(24145,1,'2025-04-08 21:48:20','2025-04-08 21:48:20','<!-- wp:image {\"id\":24080,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p>\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing proffesional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registeration Council of Nigeria, from the Foundation to the Professinal levels, after which you do a real project. This is why the CPN will take you through. Once you have succesfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN neverthless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3> </h3>\n<h3>Why Telephony evolved faster</h3>\n</p>\n<p>Eventhough computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3> </h3>\n<h3>Is IT separate from Finetech</h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technolgy to manage information between people and things.</p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-04-08 21:48:20','2025-04-08 21:48:20','',24078,'https://litcaf.com/?p=24145',0,'revision','',0),(24147,1,'2025-04-08 21:51:08','2025-04-08 21:51:08','<!-- wp:image {\"id\":24080,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p>These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing professional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registration Council of Nigeria, from the Foundation to the Professional levels, after which you do a real project. This is why the CPN will take you through. Once you have successfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<p>There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN nevertheless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<h3> </h3>\n<h3>Why Telephony evolved faster</h3>\n<p>Even though computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<h3> </h3>\n<h3>Is IT separate from <em>Finetech</em></h3>\n<p>Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technology to manage information between people and things.</p>\n<p> </p>\n<p> </p>','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-04-08 21:51:08','2025-04-08 21:51:08','',24078,'https://litcaf.com/?p=24147',0,'revision','',0),(24149,1,'2025-04-08 22:01:31','2025-04-08 22:01:31','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p> </p>\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p> </p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p> </p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3> </h3>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:01:31','2025-04-08 22:01:31','',24062,'https://litcaf.com/?p=24149',0,'revision','',0),(24150,1,'2025-04-08 22:02:08','2025-04-08 22:02:08','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<p>Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<p>As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<p>- An objective to push down inflation</p>\n<p>- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<p>- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<p>There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<p>What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<p>The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<p>If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<h3> </h3>\n<h3>Is data supposed to drive policy in an unbiased fashion?</h3>\n<p>100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<p> </p>\n<p> </p>','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:02:08','2025-04-08 22:02:08','',24062,'https://litcaf.com/?p=24150',0,'revision','',0),(24152,1,'2025-04-08 22:04:11','2025-04-08 22:04:11','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:04:11','2025-04-08 22:04:11','',24062,'https://litcaf.com/?p=24152',0,'revision','',0),(24153,1,'2025-04-08 22:05:12','2025-04-08 22:05:12','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:05:12','2025-04-08 22:05:12','',24062,'https://litcaf.com/?p=24153',0,'revision','',0),(24156,1,'2025-04-08 22:08:50','2025-04-08 22:08:50','<!-- wp:image {\"id\":24064,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:08:50','2025-04-08 22:08:50','',24062,'https://litcaf.com/?p=24156',0,'revision','',0),(24158,1,'2025-04-08 22:11:14','2025-04-08 22:11:14','<!-- wp:image {\"id\":24064,\"width\":\"610px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:610px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:11:14','2025-04-08 22:11:14','',24062,'https://litcaf.com/?p=24158',0,'revision','',0),(24159,1,'2025-04-08 22:12:07','2025-04-08 22:12:07','<!-- wp:image {\"id\":24064,\"width\":\"610px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:610px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-08 22:12:07','2025-04-08 22:12:07','',24062,'https://litcaf.com/?p=24159',0,'revision','',0),(24161,1,'2025-04-08 22:14:01','2025-04-08 22:14:01','<!-- wp:image {\"id\":24048,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<p> </p>\n<p><em>Data Protection Law</em> is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<h3> </h3>\n<h3>Privacy</h3>\n<p>Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<h3> </h3>\n<h3>Protection</h3>\n<p>You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria. We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<p> </p>\n<blockquote>\n<p>In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n</blockquote>\n<p> </p>\n<p>The explorative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to a study by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transactional data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<h4> </h4>\n<h4>Is the data Protection Law in tune with the current reality of AI</h4>\n<p>Data is an evolving asset which started from data recognition at the advent of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<p>The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<p>As an advocate of AI, the expandability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framework will evolve expectedly alongside the data engineering process.</p>\n<h4> </h4>\n<h4>On Banks getting social media handles as part of KYC</h4>\n<p>Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Data Law &amp; the purported new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-04-08 22:14:01','2025-04-08 22:14:01','',24049,'https://litcaf.com/?p=24161',0,'revision','',0),(24163,1,'2025-04-08 22:20:32','2025-04-08 22:20:32','<!-- wp:image {\"id\":23982,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001-1024x1024.jpg\" alt=\"Submit\" class=\"wp-image-23982\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deffered. Content flow comes before optimisation. Research shoukd preceed the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-04-08 22:20:32','2025-04-08 22:20:32','',24036,'https://litcaf.com/?p=24163',0,'revision','',0),(24164,1,'2025-04-08 22:21:53','2025-04-08 22:21:53','<!-- wp:image {\"id\":23982,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001-1024x1024.jpg\" alt=\"Submit\" class=\"wp-image-23982\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deffered. Content flow comes before optimisation. Research shoukd preceed the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-04-08 22:21:53','2025-04-08 22:21:53','',24036,'https://litcaf.com/?p=24164',0,'revision','',0),(24166,1,'2025-04-08 22:22:22','2025-04-08 22:22:22','<!-- wp:image {\"id\":23982,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001-1024x1024.jpg\" alt=\"Submit\" class=\"wp-image-23982\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deferred. Content flow comes before optimisation. Research should precede the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-04-08 22:22:22','2025-04-08 22:22:22','',24036,'https://litcaf.com/?p=24166',0,'revision','',0),(24168,1,'2025-04-08 22:23:56','2025-04-08 22:23:56','<!-- wp:image {\"id\":23982,\"width\":\"624px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-large is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/IMG-20250108-WA0001-1024x1024.jpg\" alt=\"Submit\" class=\"wp-image-23982\" style=\"width:624px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deferred. Content flow comes before optimisation. Research should precede the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-04-08 22:23:56','2025-04-08 22:23:56','',24036,'https://litcaf.com/?p=24168',0,'revision','',0),(24171,1,'2025-04-14 07:44:27','2025-04-14 07:44:27','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 07:44:27','2025-04-14 07:44:27','',24090,'https://litcaf.com/?p=24171',0,'revision','',0),(24173,1,'2025-04-14 07:46:16','2025-04-14 07:46:16','<!-- 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\":24080,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing professional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registration Council of Nigeria, from the Foundation to the Professional levels, after which you do a real project. This is why the CPN will take you through. Once you have successfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN nevertheless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Why Telephony evolved faster</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Even though computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact wil be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is IT separate from <em>Finetech</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technology to manage information between people and things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-revision-v1','','','2025-04-14 07:46:16','2025-04-14 07:46:16','',24078,'https://litcaf.com/?p=24173',0,'revision','',0),(24175,1,'2025-04-14 07:48:30','2025-04-14 07:48:30','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 07:48:30','2025-04-14 07:48:30','',24062,'https://litcaf.com/?p=24175',0,'revision','',0),(24177,1,'2025-04-14 07:51:18','2025-04-14 07:51:18','<!-- 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\":24048,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/images-20.jpeg\" alt=\"\" class=\"wp-image-24048\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><em>Data Protection Law</em>&nbsp;is a response to an ongoing trend in the innovation ecosystem globally. It will be right to differentiate their privacy from their Protection.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Privacy</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Privacy is you preventing and controlling access to your personal information. In some case, you have a diagnosis of medical condition you share with friends and family, but you choose who you give it to.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Protection</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">You determine who you hand your personal information to, because in such case you want to exchange value for services. You want to exchange value on a platform. This Protection Law that we have improves the intrinsic and economic value of data in Nigeria.&nbsp;We never used to place much emphasis on the consequences of misappropriation , mismanagement of data. Now this Law apart from increasing the value intrinsically of data in the Nigeria, has now empowered us to make demands as to how our data is processed, stored and determine when you need the processor to stop.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">In the context of Data Protection Law, data could be defined as a purpose driven asset whose intrinsic value could add value, convey fact, and be exploited.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The explorative nature of data is what can be narrowed down to personal information. According to a privacy survey by CISCO, 46% cannot guarantee the protection of their data because they cannot explain how their data is being used by companies. According to a study by the University of Maryland, a computer connected to the Internet is attacked generally every 39 seconds. Personal data hence is the most vulnerable point of exploitation. The law is not particularly concerned about operational or transactional data but very concerned about personal information like name, email, and phone number. These are the points of exploitation which has been raising concern and that\'s what is being protected.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Is the data Protection Law in tune with the current reality of AI</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Data is an evolving asset which started from data recognition at the advent of computing, then moved to data innovation, when we started building platforms like <em>Yahoo!</em>, and from there we went to the big data era where these platforms have generated huge volume of data thereby making Protection become a concern.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The future cannot be expected to be defined with this law, but it will evolve. This informs the leverage given to the commission to evolve based on reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As an advocate of AI, the expandability of the system makes it benign but the main concern is its potential to evolve to the AGI- Artificial General Intelligence where it begins to do things it was not initially designed to do. However, when that comes the law, regulations and framework will evolve expectedly alongside the data engineering process.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">On Banks getting social media handles as part of KYC</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Facebook issue about data protection have led to a settlement of $780 million in 2023 for persons in the U.S.. Such is the value placed on personal data. There was a research conducted by IBM in the Pornomount Institute putting the cost of data breech to $4.35 million. The strategic thing to do by players would be to drive more value and to prevent exploitation. Eventhough the news about CBN wanting banks to include social media handles as KYC has not been verified, if they decide, the question would be, for what purpose? If CBN can clearly itemise this purpose of this data collection we ask, does it add value because access to it is already relatively easy. What are the peculiarities of threat to financial integrity in Nigeria. The possibility of this kind of collection logically should be approached without sentiments. An evaluation of the risk versus the reward, threats versus the opportunities will help in the decision making.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Data Law &amp; the purported new CBN KYC requirement','','inherit','closed','closed','','24049-revision-v1','','','2025-04-14 07:51:18','2025-04-14 07:51:18','',24049,'https://litcaf.com/?p=24177',0,'revision','',0),(24179,1,'2025-04-14 07:53:13','2025-04-14 07:53:13','<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The endless evolution of algorithms in search engines have one purpose - to deliver useful content to people, secondarily with the hope a fraction of these people would buy stuffs off the Internet. All the hassles of Digital Marketimg can therefore be streamlined into one purpose - effectively reaching intended target, making sure no element in the effort of the writer, the content creator, or the curator, goes to waste.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">By examining the core of Digital Marketing, its intricacies and capacity to evolve, one often lose sight of its primary objective, which is, bringing the content that it does not produce by itself to the liking of search engines. Why then is the primary material in the business of Digital Marketing largely ignored ? Or is it assumed that it is inherently 100 percent needing only the right push?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Creation of content would seem the correct point at which Digital Marketing must commence. Putting in mind the target audience, winning keywords, the right contexts and syntax in mind while developing this material can make the job of the SEO, SEM, E-mail Marketing experts, among others, yield rewardingly. Remember- the best of these experts chase after evolving algorithms but materials having the right flow is more fluid for optimisation and well positioned to shine at all seasons</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The winning approach to a prosperous sales session is therefore the Digital Marketing strategy which begins content. Note that the word \"optimised\" is deferred. Content flow comes before optimisation. Research should precede the creation of marketing materials which must align uncompromisingly with the intent of the seller as it align with the needs or expectation of the audience per season.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Conversations shape decision making. Imagine the Internet as that workplace where marketing is prohibited. Nonetheless you hear rumours of your colleagues making the bucks. How can sales, plenty of it be made in this toxic yet competitive habitat? Trust is what brings the sales, but trust must be established skillfully. In this type of habitat trust is best established by showcasing values correctly. Sometimes it take sa single spark for it to be established enough to garner sales. Most times it takes social listening, for the temperament and expectations of the audience to be well understood.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Digital Marketers today have a job that should evolve maybe a little. Not every marketer should be able to handle every campaign from every industry. Rather than horizontal model which sees a marketer specialising singly in E-mail Marketing, SEO, SEM, etc., we should entrench the vertical such that a Digital Marketer does a top to bottom job within industries it has gathered expertise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Rather than aiming for the service of separate specialists, individuals and companies should aim for the marketer specialised in their merchandise. Only then can thorough understanding hence strategisation and implementation of winning formulars can be guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Between the Digital Marketer & the Content Creator','','inherit','closed','closed','','24036-revision-v1','','','2025-04-14 07:53:13','2025-04-14 07:53:13','',24036,'https://litcaf.com/?p=24179',0,'revision','',0),(24181,1,'2025-04-14 07:54:33','2025-04-14 07:54:33','','Decluttering','','inherit','closed','closed','','decluttering-2','','','2025-04-14 07:54:51','2025-04-14 07:54:51','',23777,'http://litcaf.com/wp-content/uploads/2024/09/Decluttering.png',0,'attachment','image/png',0),(24182,1,'2025-04-14 07:55:32','2025-04-14 07:55:32','<!-- 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\":24181,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/Decluttering-1024x782.png\" alt=\"Clutter in office desk\" class=\"wp-image-24181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Purpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What Decluttering does</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Admittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.<br>Clutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Decluttering','','inherit','closed','closed','','23777-revision-v1','','','2025-04-14 07:55:32','2025-04-14 07:55:32','',23777,'https://litcaf.com/?p=24182',0,'revision','',0),(24184,1,'2025-04-14 09:26:57','2025-04-14 09:26:57','','CardLit Finally','','inherit','closed','closed','','cardlit-finally','','','2025-04-14 09:27:24','2025-04-14 09:27:24','',23918,'http://litcaf.com/wp-content/uploads/2025/04/CardLit-Finally.png',0,'attachment','image/png',0),(24185,1,'2025-04-14 09:45:47','2025-04-14 09:45:47','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"panels_data\":{\"widgets\":[{\"headline\":{\"text\":\"Free Digital Business Card\\u003cbr /\\u003eso you can get right into sales\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"Open Sans:700\",\"font_size\":\"36px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"50px\",\"line_height_unit\":\"px\",\"margin\":\"15px\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"sub_headline\":{\"text\":\"Make your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\",\"destination_url\":\"\",\"tag\":\"p\",\"color\":\"#323232\",\"hover_color\":\"\",\"font\":\"Open Sans\",\"font_size\":\"18px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#eee\",\"thickness\":1,\"align\":\"center\",\"mobile_align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"2224240362952556a2a41475100729\",\"_sow_form_timestamp\":\"1744623814842\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"20b0d0a0-0417-4545-856f-c46bd1157a0a\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"text\":\"Live Demo\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"100%\",\"width_unit\":\"%\",\"align\":\"left\",\"mobile_align\":\"left\",\"theme\":\"wire\",\"button_color\":\"#000000\",\"text_color\":false,\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":\"#ffffff\",\"font\":\"Open Sans\",\"font_size\":\"1\",\"rounding\":\"0.25\",\"padding\":\"1\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"21873743629528a4d0b76384818805\",\"_sow_form_timestamp\":\"1654003938177\",\"new_window\":false,\"download\":false,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Button_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":1,\"widget_id\":\"3a595597-97ee-4299-8d15-adfb75904f55\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}},{\"cells\":4,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":1,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":2,\"weight\":0.16666666666666669,\"style\":[]},{\"grid\":1,\"index\":3,\"weight\":0.16666666666666669,\"style\":[]}]},\"builder_id\":\"67fcd943545b5\",\"panels_info\":{\"class\":\"SiteOrigin_Panels_Widgets_Layout\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e68ba4cd-8946-4290-9af6-d1b48c7fe909\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2022/05/linkedin-sales-solutions-YDVdprpgHv4-unsplash.jpeg\",\"size\":\"full\",\"size_width\":\"\",\"size_height\":\"\",\"size_external\":\"custom_size\",\"size_external_width\":\"\",\"size_external_height\":\"\",\"align\":\"default\",\"title_align\":\"default\",\"title\":\"\",\"title_position\":\"hidden\",\"alt\":\"\",\"url\":\"\",\"bound\":true,\"rel\":\"\",\"image_shape\":{\"shape\":\"\",\"repeat\":\"no-repeat\",\"size\":\"\",\"size_unit\":\"px\",\"alignment\":\"left\",\"so_field_container_state\":\"open\",\"enable\":\"\"},\"_sow_form_id\":\"119196446162951c444dfbe532452826\",\"_sow_form_timestamp\":\"1744623934248\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Image_Widget\",\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"87924960-1d4c-4e84-96ca-4a79de1f1993\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}},\"link_title\":\"\",\"new_window\":\"\",\"full_width\":\"\"}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"gutter\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"center\",\"mobile_cell_margin\":\"0px\"},\"label\":\"Split Hero\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":{\"cell_css\":\"display: flex\\nalign-items: center\",\"padding\":\"0% 10% 0% 10%\",\"mobile_padding\":\"8% 8% 8% 8%\",\"background\":\"#f9f9f9\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"vertical_alignment\":\"stretch\"}},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fcd94b1667e\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fcd94b1667e-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fcd94b1667e-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcd94b1667e-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-cell-style panel-cell-style-for-gb-67fcd94b1667e-0-0\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcd94b1667e-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pl-w67fcd943545b5\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-92706a727b5a so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tFree Digital Business Card\\u003cbr \\\\/\\u003eso you can get right into sales\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp class=\\\\\\u0022sow-sub-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tMake your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-button panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-0a23d7e19674\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-left\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tLive Demo\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-2\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-3\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcd94b1667e-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcd94b1667e-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-image panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-image so-widget-sow-image-default-8b5b6f678277-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cimg src=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png\\\\\\u0022 width=\\\\\\u00221077\\\\\\u0022 height=\\\\\\u0022652\\\\\\u0022 srcset=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png 1077w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-300x182.png 300w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-1024x620.png 1024w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-768x465.png 768w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-400x242.png 400w\\\\\\u0022 sizes=\\\\\\u0022(max-width: 1077px) 100vw, 1077px\\\\\\u0022 title=\\\\\\u0022CardLit Finally\\\\\\u0022 alt=\\\\\\u0022Finally, what Digital Business Card is supposed to be\\\\\\u0022 decoding=\\\\\\u0022async\\\\\\u0022 loading=\\\\\\u0022lazy\\\\\\u0022 \\\\t\\\\tclass=\\\\\\u0022so-widget-image\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Login','','inherit','closed','closed','','23918-revision-v1','','','2025-04-14 09:45:47','2025-04-14 09:45:47','',23918,'https://litcaf.com/?p=24185',0,'revision','',0),(24186,1,'2025-04-14 09:45:54','2025-04-14 09:45:54','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"panels_data\":{\"widgets\":[{\"headline\":{\"text\":\"Free Digital Business Card\\u003cbr /\\u003eso you can get right into sales\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"Open Sans:700\",\"font_size\":\"36px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"50px\",\"line_height_unit\":\"px\",\"margin\":\"15px\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"sub_headline\":{\"text\":\"Make your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\",\"destination_url\":\"\",\"tag\":\"p\",\"color\":\"#323232\",\"hover_color\":\"\",\"font\":\"Open Sans\",\"font_size\":\"18px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#eee\",\"thickness\":1,\"align\":\"center\",\"mobile_align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"2224240362952556a2a41475100729\",\"_sow_form_timestamp\":\"1744623814842\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"20b0d0a0-0417-4545-856f-c46bd1157a0a\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"text\":\"Live Demo\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"100%\",\"width_unit\":\"%\",\"align\":\"left\",\"mobile_align\":\"left\",\"theme\":\"wire\",\"button_color\":\"#000000\",\"text_color\":false,\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":\"#ffffff\",\"font\":\"Open Sans\",\"font_size\":\"1\",\"rounding\":\"0.25\",\"padding\":\"1\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"21873743629528a4d0b76384818805\",\"_sow_form_timestamp\":\"1654003938177\",\"new_window\":false,\"download\":false,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Button_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":1,\"widget_id\":\"3a595597-97ee-4299-8d15-adfb75904f55\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}},{\"cells\":4,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":1,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":2,\"weight\":0.16666666666666669,\"style\":[]},{\"grid\":1,\"index\":3,\"weight\":0.16666666666666669,\"style\":[]}]},\"builder_id\":\"67fcd943545b5\",\"panels_info\":{\"class\":\"SiteOrigin_Panels_Widgets_Layout\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e68ba4cd-8946-4290-9af6-d1b48c7fe909\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2022/05/linkedin-sales-solutions-YDVdprpgHv4-unsplash.jpeg\",\"size\":\"full\",\"size_width\":\"\",\"size_height\":\"\",\"size_external\":\"custom_size\",\"size_external_width\":\"\",\"size_external_height\":\"\",\"align\":\"default\",\"title_align\":\"default\",\"title\":\"\",\"title_position\":\"hidden\",\"alt\":\"\",\"url\":\"\",\"bound\":true,\"rel\":\"\",\"image_shape\":{\"shape\":\"\",\"repeat\":\"no-repeat\",\"size\":\"\",\"size_unit\":\"px\",\"alignment\":\"left\",\"so_field_container_state\":\"open\",\"enable\":\"\"},\"_sow_form_id\":\"119196446162951c444dfbe532452826\",\"_sow_form_timestamp\":\"1744623934248\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Image_Widget\",\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"87924960-1d4c-4e84-96ca-4a79de1f1993\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}},\"link_title\":\"\",\"new_window\":\"\",\"full_width\":\"\"}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"gutter\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"center\",\"mobile_cell_margin\":\"0px\"},\"label\":\"Split Hero\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":{\"cell_css\":\"display: flex\\nalign-items: center\",\"padding\":\"0% 10% 0% 10%\",\"mobile_padding\":\"8% 8% 8% 8%\",\"background\":\"#f9f9f9\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"vertical_alignment\":\"stretch\"}},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fcd9523d2c5\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fcd9523d2c5-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fcd9523d2c5-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcd9523d2c5-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-cell-style panel-cell-style-for-gb-67fcd9523d2c5-0-0\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcd9523d2c5-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pl-w67fcd943545b5\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-92706a727b5a so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tFree Digital Business Card\\u003cbr \\\\/\\u003eso you can get right into sales\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp class=\\\\\\u0022sow-sub-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tMake your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-button panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-0a23d7e19674\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-left\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tLive Demo\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-2\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-3\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcd9523d2c5-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcd9523d2c5-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-image panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-image so-widget-sow-image-default-8b5b6f678277-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cimg src=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png\\\\\\u0022 width=\\\\\\u00221077\\\\\\u0022 height=\\\\\\u0022652\\\\\\u0022 srcset=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png 1077w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-300x182.png 300w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-1024x620.png 1024w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-768x465.png 768w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-400x242.png 400w\\\\\\u0022 sizes=\\\\\\u0022(max-width: 1077px) 100vw, 1077px\\\\\\u0022 title=\\\\\\u0022CardLit Finally\\\\\\u0022 alt=\\\\\\u0022Finally, what Digital Business Card is supposed to be\\\\\\u0022 decoding=\\\\\\u0022async\\\\\\u0022 loading=\\\\\\u0022lazy\\\\\\u0022 \\\\t\\\\tclass=\\\\\\u0022so-widget-image\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Login','','inherit','closed','closed','','23918-revision-v1','','','2025-04-14 09:45:54','2025-04-14 09:45:54','',23918,'https://litcaf.com/?p=24186',0,'revision','',0),(24187,1,'2025-04-14 09:54:39','2025-04-14 09:54:39','<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"panels_data\":{\"widgets\":[{\"headline\":{\"text\":\"Free Digital Business Card\\u003cbr /\\u003eso you can get right into sales\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"#000000\",\"hover_color\":\"\",\"font\":\"Open Sans:700\",\"font_size\":\"36px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"50px\",\"line_height_unit\":\"px\",\"margin\":\"15px\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"sub_headline\":{\"text\":\"Make your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\",\"destination_url\":\"\",\"tag\":\"p\",\"color\":\"#323232\",\"hover_color\":\"\",\"font\":\"Open Sans\",\"font_size\":\"18px\",\"font_size_unit\":\"px\",\"align\":\"left\",\"mobile_align\":\"left\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"divider\":{\"style\":\"none\",\"color\":\"#eee\",\"thickness\":1,\"align\":\"center\",\"mobile_align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext\":true,\"fittext_compressor\":0.85,\"_sow_form_id\":\"2224240362952556a2a41475100729\",\"_sow_form_timestamp\":\"1744623814842\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"20b0d0a0-0417-4545-856f-c46bd1157a0a\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"text\":\"Live Demo\",\"url\":\"\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":false,\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"100%\",\"width_unit\":\"%\",\"align\":\"left\",\"mobile_align\":\"left\",\"theme\":\"wire\",\"button_color\":\"#000000\",\"text_color\":false,\"hover\":true,\"hover_background_color\":false,\"hover_text_color\":\"#ffffff\",\"font\":\"Open Sans\",\"font_size\":\"1\",\"rounding\":\"0.25\",\"padding\":\"1\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"21873743629528a4d0b76384818805\",\"_sow_form_timestamp\":\"1654003938177\",\"new_window\":false,\"download\":false,\"panels_info\":{\"class\":\"SiteOrigin_Widget_Button_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":1,\"widget_id\":\"3a595597-97ee-4299-8d15-adfb75904f55\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}},{\"cells\":4,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":1,\"weight\":0.33333333333333337,\"style\":[]},{\"grid\":1,\"index\":2,\"weight\":0.16666666666666669,\"style\":[]},{\"grid\":1,\"index\":3,\"weight\":0.16666666666666669,\"style\":[]}]},\"builder_id\":\"67fcd943545b5\",\"panels_info\":{\"class\":\"SiteOrigin_Panels_Widgets_Layout\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"e68ba4cd-8946-4290-9af6-d1b48c7fe909\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}},{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2022/05/linkedin-sales-solutions-YDVdprpgHv4-unsplash.jpeg\",\"size\":\"full\",\"size_width\":\"\",\"size_height\":\"\",\"size_external\":\"custom_size\",\"size_external_width\":\"\",\"size_external_height\":\"\",\"align\":\"default\",\"title_align\":\"default\",\"title\":\"\",\"title_position\":\"hidden\",\"alt\":\"\",\"url\":\"\",\"bound\":true,\"rel\":\"\",\"image_shape\":{\"shape\":\"\",\"repeat\":\"no-repeat\",\"size\":\"\",\"size_unit\":\"px\",\"alignment\":\"left\",\"so_field_container_state\":\"open\",\"enable\":\"\"},\"_sow_form_id\":\"119196446162951c444dfbe532452826\",\"_sow_form_timestamp\":\"1744623934248\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Image_Widget\",\"grid\":0,\"cell\":1,\"id\":1,\"widget_id\":\"87924960-1d4c-4e84-96ca-4a79de1f1993\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}},\"link_title\":\"\",\"new_window\":\"\",\"full_width\":\"\"}],\"grids\":[{\"cells\":2,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"gutter\":\"0px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"center\",\"mobile_cell_margin\":\"0px\"},\"label\":\"Split Hero\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":0.5,\"style\":{\"cell_css\":\"display: flex\\nalign-items: center\",\"padding\":\"0% 10% 0% 10%\",\"mobile_padding\":\"8% 8% 8% 8%\",\"background\":\"#f9f9f9\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"vertical_alignment\":\"stretch\"}},{\"grid\":0,\"index\":1,\"weight\":0.5,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fcdb5f8de17\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fcdb5f8de17-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fcdb5f8de17-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcdb5f8de17-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022panel-cell-style panel-cell-style-for-gb-67fcdb5f8de17-0-0\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcdb5f8de17-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_siteorigin-panels-builder panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pl-w67fcd943545b5\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-headline panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-headline so-widget-sow-headline-default-92706a727b5a so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022sow-headline-container \\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ch2 class=\\\\\\u0022sow-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tFree Digital Business Card\\u003cbr \\\\/\\u003eso you can get right into sales\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/h2\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cp class=\\\\\\u0022sow-sub-headline\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\tMake your own customized Digital Business Card in one minute, and begin to network productively; potential sales with every contact\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/p\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pg-w67fcd943545b5-1\\\\\\u0022  class=\\\\\\u0022panel-grid panel-no-style\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-w67fcd943545b5-1-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-button panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-0a23d7e19674\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-left\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tLive Demo\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-2\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty panel-grid-cell-mobile-last\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-w67fcd943545b5-1-3\\\\\\u0022  class=\\\\\\u0022panel-grid-cell panel-grid-cell-empty\\\\\\u0022 \\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcdb5f8de17-0-1\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcdb5f8de17-0-1-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-image panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00221\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-image so-widget-sow-image-default-8b5b6f678277-\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\u003cimg src=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png\\\\\\u0022 width=\\\\\\u00221077\\\\\\u0022 height=\\\\\\u0022652\\\\\\u0022 srcset=\\\\\\u0022https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png 1077w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-300x182.png 300w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-1024x620.png 1024w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-768x465.png 768w, https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally-400x242.png 400w\\\\\\u0022 sizes=\\\\\\u0022(max-width: 1077px) 100vw, 1077px\\\\\\u0022 title=\\\\\\u0022CardLit Finally\\\\\\u0022 alt=\\\\\\u0022Finally, what Digital Business Card is supposed to be\\\\\\u0022 decoding=\\\\\\u0022async\\\\\\u0022 loading=\\\\\\u0022lazy\\\\\\u0022 \\\\t\\\\tclass=\\\\\\u0022so-widget-image\\\\\\u0022\\\\/\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Login','','inherit','closed','closed','','23918-revision-v1','','','2025-04-14 09:54:39','2025-04-14 09:54:39','',23918,'https://litcaf.com/?p=24187',0,'revision','',0),(24188,1,'2025-04-14 10:04:19','2025-04-14 10:04:19','<!-- wp:wpum/login-form /-->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003eFREE Digital Business Card\\u003c/h1\\u003e\\n\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003e\\u003cspan style=\\u0022color: #f46455;\\u0022\\u003eSo you can get right into sales\\u003c/span\\u003e\\u003c/h1\\u003e\\n\\u003cp\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Find out more\",\"url\":\"https://layouts.siteorigin.com/?post_type=layout\\u0026p=408\\u0026preview=true\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":\"\",\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"\",\"width_unit\":\"px\",\"theme\":\"wire\",\"button_color\":\"#ffffff\",\"text_color\":\"#f46455\",\"hover\":true,\"hover_background_color\":\"\",\"hover_text_color\":\"\",\"font\":\"default\",\"font_size\":\"1.15em\",\"font_size_unit\":\"em\",\"icon_size\":\"1.3em\",\"icon_size_unit\":\"em\",\"padding\":\"1em\",\"padding_unit\":\"em\",\"rounding\":\"\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":\"\",\"download\":\"\"}}],\"background\":{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":50,\"color\":\"#333333\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":\"\",\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"nav_align\":\"left\",\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"fitvids\":\"\",\"background_video_mobile\":\"\"},\"layout\":{\"desktop\":{\"height\":\"860px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"padding_extra_top\":\"0px\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"5%\",\"padding_sides_unit\":\"%\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"padding_extra_top\":\"\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"vertically_align\":true,\"so_field_container_state\":\"closed\"},\"design\":{\"heading_font\":\"Dosis\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":50,\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"default\",\"text_shadow\":25,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"569d2c646470d\",\"_sow_form_timestamp\":\"1744625496463\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"286a14d1-6eec-4127-9441-b2fb811f14d7\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"60px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"label\":\"Main Slider\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fce052a87d9\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fce052a87d9-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fce052a87d9-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fce052a87d9-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fce052a87d9-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-2c8ecc63b6aa- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 860px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #333333\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003eFREE Digital Business Card\\u003c\\\\/h1\\u003e\\\\n\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #f46455\\\\\\u0022\\u003eSo you can get right into sales\\u003c\\\\/span\\u003e\\u003c\\\\/h1\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-563ac8e065fd\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/layouts.siteorigin.com\\\\/?post_type=layout\\u0026#038;p=408\\u0026#038;preview=true\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tFind out more\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.5;background-image: url(https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022Display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022Next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022Previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Log In','','publish','closed','closed','','log-in','','','2025-04-14 10:15:48','2025-04-14 10:15:48','',0,'https://litcaf.com/log-in/',0,'page','',0),(24189,1,'2025-04-14 10:04:19','2025-04-14 10:04:19','<!-- wp:wpum/password-recovery-form /-->','Password Reset','','publish','closed','closed','','password-reset','','','2025-04-14 10:04:19','2025-04-14 10:04:19','',0,'https://litcaf.com/password-reset/',0,'page','',0),(24190,1,'2025-04-14 10:04:19','2025-04-14 10:04:19','<!-- wp:wpum/registration-form /-->','Register','','publish','closed','closed','','register','','','2025-04-14 10:04:19','2025-04-14 10:04:19','',0,'https://litcaf.com/register/',0,'page','',0),(24191,1,'2025-04-14 10:04:19','2025-04-14 10:04:19','<!-- wp:wpum/account-page /-->','Account','','publish','closed','closed','','account','','','2025-04-14 10:04:19','2025-04-14 10:04:19','',0,'https://litcaf.com/account/',0,'page','',0),(24192,1,'2025-04-14 10:04:19','2025-04-14 10:04:19','<!-- wp:wpum/profile-page /-->','Profile','','publish','closed','closed','','profile','','','2025-04-14 10:04:19','2025-04-14 10:04:19','',0,'https://litcaf.com/profile/',0,'page','',0),(24194,1,'2025-04-14 10:12:15','2025-04-14 10:12:15','<!-- wp:wpum/login-form /-->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003eFREE Digital Business Card\\u003c/h1\\u003e\\n\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003e\\u003cspan style=\\u0022color: #f46455;\\u0022\\u003eSo you can get right into sales\\u003c/span\\u003e\\u003c/h1\\u003e\\n\\u003cp\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Find out more\",\"url\":\"https://layouts.siteorigin.com/?post_type=layout\\u0026p=408\\u0026preview=true\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":\"\",\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"\",\"width_unit\":\"px\",\"theme\":\"wire\",\"button_color\":\"#ffffff\",\"text_color\":\"#f46455\",\"hover\":true,\"hover_background_color\":\"\",\"hover_text_color\":\"\",\"font\":\"default\",\"font_size\":\"1.15em\",\"font_size_unit\":\"em\",\"icon_size\":\"1.3em\",\"icon_size_unit\":\"em\",\"padding\":\"1em\",\"padding_unit\":\"em\",\"rounding\":\"\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":\"\",\"download\":\"\"}}],\"background\":{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":50,\"color\":\"#333333\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":\"\",\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"nav_align\":\"left\",\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"fitvids\":\"\",\"background_video_mobile\":\"\"},\"layout\":{\"desktop\":{\"height\":\"860px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"padding_extra_top\":\"0px\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"5%\",\"padding_sides_unit\":\"%\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"padding_extra_top\":\"\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"vertically_align\":true,\"so_field_container_state\":\"closed\"},\"design\":{\"heading_font\":\"Dosis\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":50,\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"default\",\"text_shadow\":25,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"569d2c646470d\",\"_sow_form_timestamp\":\"1744625496463\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"286a14d1-6eec-4127-9441-b2fb811f14d7\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"60px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"label\":\"Main Slider\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fcdf7f7bf4d\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fcdf7f7bf4d-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fcdf7f7bf4d-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fcdf7f7bf4d-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fcdf7f7bf4d-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-2c8ecc63b6aa- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 860px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #333333\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003eFREE Digital Business Card\\u003c\\\\/h1\\u003e\\\\n\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #f46455\\\\\\u0022\\u003eSo you can get right into sales\\u003c\\\\/span\\u003e\\u003c\\\\/h1\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-563ac8e065fd\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/layouts.siteorigin.com\\\\/?post_type=layout\\u0026#038;p=408\\u0026#038;preview=true\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tFind out more\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.5;background-image: url(https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022Display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022Next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022Previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Log In','','inherit','closed','closed','','24188-revision-v1','','','2025-04-14 10:12:15','2025-04-14 10:12:15','',24188,'https://litcaf.com/?p=24194',0,'revision','',0),(24195,1,'2025-04-14 10:15:31','2025-04-14 10:15:31','<!-- wp:wpum/login-form /-->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003eFREE Digital Business Card\\u003c/h1\\u003e\\n\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003e\\u003cspan style=\\u0022color: #f46455;\\u0022\\u003eSo you can get right into sales\\u003c/span\\u003e\\u003c/h1\\u003e\\n\\u003cp\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Find out more\",\"url\":\"https://layouts.siteorigin.com/?post_type=layout\\u0026p=408\\u0026preview=true\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":\"\",\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"\",\"width_unit\":\"px\",\"theme\":\"wire\",\"button_color\":\"#ffffff\",\"text_color\":\"#f46455\",\"hover\":true,\"hover_background_color\":\"\",\"hover_text_color\":\"\",\"font\":\"default\",\"font_size\":\"1.15em\",\"font_size_unit\":\"em\",\"icon_size\":\"1.3em\",\"icon_size_unit\":\"em\",\"padding\":\"1em\",\"padding_unit\":\"em\",\"rounding\":\"\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":\"\",\"download\":\"\"}}],\"background\":{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":50,\"color\":\"#333333\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":\"\",\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"nav_align\":\"left\",\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"fitvids\":\"\",\"background_video_mobile\":\"\"},\"layout\":{\"desktop\":{\"height\":\"860px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"padding_extra_top\":\"0px\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"5%\",\"padding_sides_unit\":\"%\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"padding_extra_top\":\"\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"vertically_align\":true,\"so_field_container_state\":\"closed\"},\"design\":{\"heading_font\":\"Dosis\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":50,\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"default\",\"text_shadow\":25,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"569d2c646470d\",\"_sow_form_timestamp\":\"1744625496463\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"286a14d1-6eec-4127-9441-b2fb811f14d7\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"60px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"label\":\"Main Slider\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fce043a863f\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fce043a863f-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fce043a863f-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fce043a863f-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fce043a863f-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-2c8ecc63b6aa- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 860px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #333333\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003eFREE Digital Business Card\\u003c\\\\/h1\\u003e\\\\n\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #f46455\\\\\\u0022\\u003eSo you can get right into sales\\u003c\\\\/span\\u003e\\u003c\\\\/h1\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-563ac8e065fd\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/layouts.siteorigin.com\\\\/?post_type=layout\\u0026#038;p=408\\u0026#038;preview=true\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tFind out more\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.5;background-image: url(https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022Display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022Next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022Previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Log In','','inherit','closed','closed','','24188-revision-v1','','','2025-04-14 10:15:31','2025-04-14 10:15:31','',24188,'https://litcaf.com/?p=24195',0,'revision','',0),(24196,1,'2025-04-14 10:15:46','2025-04-14 10:15:46','<!-- wp:wpum/login-form /-->\n\n<!-- wp:siteorigin-panels/layout-block {\"panelsData\":{\"widgets\":[{\"frames\":[{\"content\":\"\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003eFREE Digital Business Card\\u003c/h1\\u003e\\n\\u003ch1 style=\\u0022text-align: left;\\u0022\\u003e\\u003cspan style=\\u0022color: #f46455;\\u0022\\u003eSo you can get right into sales\\u003c/span\\u003e\\u003c/h1\\u003e\\n\\u003cp\\u003e[buttons]\\u003c/p\\u003e\\n\",\"content_selected_editor\":\"tmce\",\"buttons\":[{\"button\":{\"text\":\"Find out more\",\"url\":\"https://layouts.siteorigin.com/?post_type=layout\\u0026p=408\\u0026preview=true\",\"button_icon\":{\"icon_selected\":\"\",\"icon_color\":\"\",\"icon\":0,\"icon_placement\":\"left\",\"so_field_container_state\":\"open\"},\"design\":{\"width\":\"\",\"width_unit\":\"px\",\"theme\":\"wire\",\"button_color\":\"#ffffff\",\"text_color\":\"#f46455\",\"hover\":true,\"hover_background_color\":\"\",\"hover_text_color\":\"\",\"font\":\"default\",\"font_size\":\"1.15em\",\"font_size_unit\":\"em\",\"icon_size\":\"1.3em\",\"icon_size_unit\":\"em\",\"padding\":\"1em\",\"padding_unit\":\"em\",\"rounding\":\"\",\"so_field_container_state\":\"open\"},\"attributes\":{\"id\":\"\",\"classes\":\"\",\"title\":\"\",\"on_click\":\"\",\"rel\":\"\",\"so_field_container_state\":\"closed\"},\"new_window\":\"\",\"download\":\"\"}}],\"background\":{\"image\":24184,\"image_fallback\":\"https://layouts.siteorigin.com/wp-content/uploads/2016/01/training-828741_1920.jpg\",\"size\":\"full\",\"image_type\":\"cover\",\"opacity\":50,\"color\":\"#333333\",\"url\":\"\",\"background_video_opacity\":100,\"so_field_container_state\":\"open\",\"new_window\":\"\",\"videos\":\"\",\"loop_background_videos\":\"\"},\"autop\":\"\"}],\"controls\":{\"autoplay\":true,\"speed\":800,\"timeout\":8000,\"nav_color_hex\":\"#FFFFFF\",\"nav_style\":\"thin\",\"nav_size\":25,\"nav_align\":\"left\",\"swipe\":true,\"unmute_position\":\"top_right\",\"so_field_container_state\":\"closed\",\"autoplay_hover\":\"\",\"nav_always_show_desktop\":\"\",\"nav_always_show_mobile\":\"\",\"unmute\":\"\",\"fitvids\":\"\",\"background_video_mobile\":\"\"},\"layout\":{\"desktop\":{\"height\":\"860px\",\"height_unit\":\"px\",\"padding\":\"300px\",\"padding_unit\":\"px\",\"padding_extra_top\":\"0px\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"5%\",\"padding_sides_unit\":\"%\",\"width\":\"1280px\",\"width_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"mobile\":{\"height_responsive\":\"\",\"height_responsive_unit\":\"px\",\"padding\":\"\",\"padding_unit\":\"px\",\"padding_extra_top\":\"\",\"padding_extra_top_unit\":\"px\",\"padding_sides\":\"\",\"padding_sides_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"vertically_align\":true,\"so_field_container_state\":\"closed\"},\"design\":{\"heading_font\":\"Dosis\",\"heading_color\":\"#FFFFFF\",\"heading_size\":\"50px\",\"heading_size_unit\":\"px\",\"fittext\":true,\"fittext_compressor\":0.85,\"heading_shadow\":50,\"text_color\":\"#F6F6F6\",\"text_size\":\"16px\",\"text_size_unit\":\"px\",\"text_font\":\"default\",\"text_shadow\":25,\"link_color\":\"\",\"link_color_hover\":\"\",\"so_field_container_state\":\"closed\"},\"_sow_form_id\":\"569d2c646470d\",\"_sow_form_timestamp\":\"1744625496463\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Hero_Widget\",\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"286a14d1-6eec-4127-9441-b2fb811f14d7\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"full_height\":\"\",\"bottom_margin\":\"60px\",\"row_stretch\":\"full-width-stretch\",\"cell_alignment\":\"flex-start\"},\"label\":\"Main Slider\"}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]}]},\"contentPreview\":\"\\u0022\\u003cdiv id=\\\\\\u0022pl-gb-67fce052a87d9\\\\\\u0022  class=\\\\\\u0022panel-layout\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pg-gb-67fce052a87d9-0\\\\\\u0022  class=\\\\\\u0022panel-grid panel-has-style\\\\\\u0022 \\u003e\\u003cdiv class=\\\\\\u0022siteorigin-panels-stretch panel-row-style panel-row-style-for-gb-67fce052a87d9-0\\\\\\u0022 data-stretch-type=\\\\\\u0022full-width-stretch\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022pgc-gb-67fce052a87d9-0-0\\\\\\u0022  class=\\\\\\u0022panel-grid-cell\\\\\\u0022 \\u003e\\u003cdiv id=\\\\\\u0022panel-gb-67fce052a87d9-0-0-0\\\\\\u0022 class=\\\\\\u0022so-panel widget widget_sow-hero panel-first-child panel-last-child\\\\\\u0022 data-index=\\\\\\u00220\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-hero so-widget-sow-hero-default-2c8ecc63b6aa- so-widget-fittext-wrapper\\\\\\u0022\\\\n\\\\t\\\\t\\\\t data-fit-text-compressor=\\\\\\u00220.85\\\\\\u0022\\\\n\\\\t\\\\t\\u003e\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-base\\\\\\u0022 style=\\\\\\u0022display: none\\\\\\u0022 tabindex=\\\\\\u00220\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cul\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sow-slider-images\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tdata-settings=\\\\\\u0022{\\u0026quot;pagination\\u0026quot;:true,\\u0026quot;speed\\u0026quot;:800,\\u0026quot;timeout\\u0026quot;:8000,\\u0026quot;paused\\u0026quot;:false,\\u0026quot;pause_on_hover\\u0026quot;:false,\\u0026quot;swipe\\u0026quot;:true,\\u0026quot;nav_always_show_desktop\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;nav_always_show_mobile\\u0026quot;:\\u0026quot;\\u0026quot;,\\u0026quot;breakpoint\\u0026quot;:\\u0026quot;780px\\u0026quot;,\\u0026quot;unmute\\u0026quot;:false,\\u0026quot;anchor\\u0026quot;:null}\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tstyle=\\\\\\u0022min-height: 860px\\\\\\u0022\\\\t\\\\t\\\\t\\\\t\\\\tdata-anchor-id=\\\\\\u0022\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\u003e\\\\t\\\\t\\u003cli class=\\\\\\u0022sow-slider-image  sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022visibility: visible;;background-color: #333333\\\\\\u0022 \\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-container\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-wrapper\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003eFREE Digital Business Card\\u003c\\\\/h1\\u003e\\\\n\\u003ch1 style=\\\\\\u0022text-align: left\\\\\\u0022\\u003e\\u003cspan style=\\\\\\u0022color: #f46455\\\\\\u0022\\u003eSo you can get right into sales\\u003c\\\\/span\\u003e\\u003c\\\\/h1\\u003e\\\\n\\u003cdiv class=\\\\\\u0022sow-hero-buttons\\\\\\u0022 \\u003e\\u003cdiv\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tclass=\\\\\\u0022so-widget-sow-button so-widget-sow-button-wire-563ac8e065fd\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\u003e\\u003cdiv class=\\\\\\u0022ow-button-base ow-button-align-center\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\u003ca\\\\n\\\\t\\\\t\\\\t\\\\t\\\\thref=\\\\\\u0022https:\\\\/\\\\/layouts.siteorigin.com\\\\/?post_type=layout\\u0026#038;p=408\\u0026#038;preview=true\\\\\\u0022\\\\n\\\\t\\\\t\\\\t\\\\t\\\\tclass=\\\\\\u0022sowb-button ow-icon-placement-left ow-button-hover\\\\\\u0022 \\\\t\\u003e\\\\n\\\\t\\\\t\\u003cspan\\u003e\\\\n\\\\t\\\\t\\\\t\\\\n\\\\t\\\\t\\\\tFind out more\\\\t\\\\t\\u003c\\\\/span\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\u003c\\\\/div\\u003e\\\\n\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slider-image-overlay sow-slider-image-cover\\\\\\u0022 style=\\\\\\u0022opacity: 0.5;background-image: url(https:\\\\/\\\\/litcaf.com\\\\/wp-content\\\\/uploads\\\\/2025\\\\/04\\\\/CardLit-Finally.png)\\\\\\u0022  \\u003e\\u003c\\\\/div\\u003e\\\\t\\\\t\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\u003c\\\\/ul\\u003e\\\\t\\\\t\\\\t\\\\t\\u003col class=\\\\\\u0022sow-slider-pagination\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cli\\u003e\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u00220\\\\\\u0022 aria-label=\\\\\\u0022Display slide 1\\\\\\u0022\\u003e\\u003c\\\\/a\\u003e\\u003c\\\\/li\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/ol\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022next\\\\\\u0022 aria-label=\\\\\\u0022Next slide\\\\\\u0022 data-action=\\\\\\u0022next\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-right\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\n\\\\t\\\\t\\\\t\\\\t\\u003cdiv class=\\\\\\u0022sow-slide-nav sow-slide-nav-prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003ca href=\\\\\\u0022#\\\\\\u0022 data-goto=\\\\\\u0022previous\\\\\\u0022 aria-label=\\\\\\u0022Previous slide\\\\\\u0022 data-action=\\\\\\u0022prev\\\\\\u0022\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\\\t\\u003cem class=\\\\\\u0022sow-sld-icon-thin-left\\\\\\u0022\\u003e\\u003c\\\\/em\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/a\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\\\n\\\\t\\\\t\\\\t\\\\t\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u003c\\\\/div\\u003e\\u0022\"} /-->','Log In','','inherit','closed','closed','','24188-revision-v1','','','2025-04-14 10:15:46','2025-04-14 10:15:46','',24188,'https://litcaf.com/?p=24196',0,'revision','',0),(24199,1,'2025-04-14 15:26:11','2025-04-14 15:26:11','<!-- 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\":24080,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-23.jpeg\" alt=\"\" class=\"wp-image-24080\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">These days it will seem like everybody is a professional. However, we need to give a little bit of way for the ability of technology and computing to reduce poverty. This is not to say there are no requirements by law to practice as a computing professional in Nigeria. You have to have been registered, to be tested first, take the exam of the Computer Registration Council of Nigeria, from the Foundation to the Professional levels, after which you do a real project. This is why the CPN will take you through. Once you have successfully proven that you have the requisite knowledge the you are added to the register of the professionals in the country.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are benchmarks as to who is a professional. To solve a problem with technology you assume it\'s only knowledge and skill that you need but experience comes in handy and your ability to understand problems as communicated and to be able to prove you have been tested and duly registered. The CPN nevertheless try not to hinder people who see technology as a way out of poverty or unemployment, everybody is therefore alone to play in the computing space. Nevertheless there are laws that gives the CPN the power to control and supervise the practice.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Why Telephony evolved faster</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Even though computing is the precursor to the telecommunication, it is not expected that they will evolve at same pace. They have different phases. We are at the phase where telecommunications is putting the infrastructure for the next wave of computing revolution. What we are seeing now is telecommunication doing the background work with likes of 5G network. Eventually the re impact will be felt by what computing itself can be done by computational intelligence which will probably be AI, data systems, connectivity autonomous systems. Computing will leverage on infrastructure created after these background works, to leverage its products and services.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is IT separate from <em>Finetech</em></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Fine technology is the application of IT. It is more of applying technology in the financial sector in different ways. Information Technology is actually a discipline where you use technology to manage information between people and things.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Professionalism in Nigeria\'s ICT','','inherit','closed','closed','','24078-autosave-v1','','','2025-04-14 15:26:11','2025-04-14 15:26:11','',24078,'https://litcaf.com/?p=24199',0,'revision','',0),(24201,1,'2025-04-14 15:37:49','2025-04-14 15:37:49','','<h4>According to Jereome Powell, Evidence Data to adjust key economic dynamics have these takeaways, except which?</h4>','','publish','closed','closed','','according-to-jereome-powell-evidence-data-to-adjust-key-economic-dynamics-have-these-takeaways-except-which','','','2025-04-14 22:14:26','2025-04-14 22:14:26','',0,'https://litcaf.com/post_type_questionna/according-to-jereome-powell-evidence-data-to-adjust-key-economic-dynamics-have-these-takeaways-except-which/',3,'post_type_questionna','',0),(24204,1,'2025-04-14 15:59:14','2025-04-14 15:59:14','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n[HDquiz quiz = \"62\"]\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 15:59:14','2025-04-14 15:59:14','',24090,'https://litcaf.com/?p=24204',0,'revision','',0),(24205,1,'2025-04-14 16:02:09','2025-04-14 16:02:09','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 16:02:09','2025-04-14 16:02:09','',24090,'https://litcaf.com/?p=24205',0,'revision','',0),(24206,1,'2025-04-14 16:56:37','2025-04-14 16:56:37','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n[HDquiz quiz = \"62\"]\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 16:56:37','2025-04-14 16:56:37','',24090,'https://litcaf.com/?p=24206',0,'revision','',0),(24208,1,'2025-04-14 17:00:14','2025-04-14 17:00:14','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<p>[HDquiz quiz = \"62\"]</p>\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 17:00:14','2025-04-14 17:00:14','',24090,'https://litcaf.com/?p=24208',0,'revision','',0),(24210,1,'2025-04-14 17:04:20','2025-04-14 17:04: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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>[HDquiz quiz = \"62\"]</p>\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 17:04:20','2025-04-14 17:04:20','',24090,'https://litcaf.com/?p=24210',0,'revision','',0),(24212,1,'2025-04-14 17:15:17','2025-04-14 17:15:17','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>[HDquiz quiz = \"62\"]</p>\n\n<p style=\"font-size: 8px; color: green;\">[HDquiz quiz = \"62\"]</p>\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 17:15:17','2025-04-14 17:15:17','',24090,'https://litcaf.com/?p=24212',0,'revision','',0),(24213,1,'2025-04-14 17:17:24','2025-04-14 17:17:24','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n\n<p style=\"font-size: 8px; color: green;\">[HDquiz quiz = \"62\"]</p>\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 17:17:24','2025-04-14 17:17:24','',24090,'https://litcaf.com/?p=24213',0,'revision','',0),(24214,1,'2025-04-14 17:18:34','2025-04-14 17:18:34','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-revision-v1','','','2025-04-14 17:18:34','2025-04-14 17:18:34','',24090,'https://litcaf.com/?p=24214',0,'revision','',0),(24215,1,'2025-04-14 19:30:28','2025-04-14 19:30:28','[HDquiz quiz = \"62\"]','Enable Shortcode Execution in Text Widgets','','trash','closed','closed','','enable-shortcode-execution-in-text-widgets__trashed','','','2025-04-14 19:56:17','2025-04-14 19:56:17','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24215',0,'wpcode','',0),(24216,1,'2025-04-14 20:03:03','2025-04-14 20:03:03','add_filter( \'[HDquiz quiz = \"62\"]\', \'do_shortcode\' );','Enable Shortcode Execution in WPCode HTML Snippets','','trash','closed','closed','','enable-shortcode-execution-in-wpcode-html-snippets__trashed','','','2025-04-14 20:06:02','2025-04-14 20:06:02','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24216',0,'wpcode','',0),(24217,1,'2025-04-14 20:12:32','2025-04-14 20:12:32','[HDquiz quiz = \"62\"]','Untitled Snippet','','trash','closed','closed','','untitled-snippet__trashed','','','2025-04-14 20:16:23','2025-04-14 20:16:23','',0,'https://litcaf.com/wpcode/untitled-snippet/',0,'wpcode','',0),(24218,1,'2025-04-14 20:21:10','2025-04-14 20:21:10','<!-- 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\":24092,\"width\":\"840px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-30.jpeg\" alt=\"\" class=\"wp-image-24092\" style=\"width:840px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Nigeria is well positioned to lead the digital technology drive in Africa. This became even more apparent in November 2022, when Africa Data Centre launched the $100 million dollar facility in Eko Atlantic, a prime location where fibre optic network and power is guaranteed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Power is essential to any kind of business but the lack of it couldn\'t have pulled the Nigerian ecosystem back. In the broader sense, the challenge remain the expensive digital quality of life. While this reality does not stop the infrastructure being set up, expensive power being used translates into expensive digital technology which will inevitably burden the beneficiaries.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-text-align-left has-black-color has-text-color has-link-color\">Without energising the people component of computing we will remain at the mercy of expatriates</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Eventhough the broadband penetration is at 41% (according to the NCC), it should be noted that the impact, not the spread, matters more. The entertainment industry for example have expanded impressively with the meagre broadband in the past, which has been driven by its content to global reckoning. Nigerian artists have sold out big events centres internationally really because they are able to utilise technology. While Intellectual Property remains an issue, they have been able to do much with their broad band penetration.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Also, there is the platformisation of the economy. Uberisation is happening as platform economy develops. What we are experiencing is the advancement that 4G has brought us. Considering the Metcalfe\'s Law in computing which says the quality and the value of every network is the square of the people on that network, if we can bring more people on the 4G, double the effect, triple the impact, a lot more will happen in the country. Even more businesses will emerge as 5G comes on board.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Cyber Security a problem?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Security is a major issue players in the industry have had for a long time. Kudos to the NCC there is now the Computer Security Information Incidence Response team. What this team does is they sensitise Nigerians on zero day attacks. Zero day attacks are attacks that are currently not known to which people no matter how skillful are prone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4,\"align\":\"left\"} -->\n<h4 class=\"wp-block-heading\">How the mind of an hacker works</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What the hacker does is foot-printing, ask where your LinkedIn connections or Instagram followers are for example to find a way into your system. Their chance becomes significant after foot-printing. If we do a survey on how many people have been breeched so far we can trace it back to improper insecure footprinitng network. Careless Internet habit like dropping numbers online indiscriminately contributed in helping a ticklist of the hacker.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3,\"align\":\"left\"} -->\n<h3 class=\"wp-block-heading\">Role of the academia</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Development- matters and infrastructural, is key if the academia would help. We don\'t have the material to produce the calibre of talents we need for the future. Without energising the people component of computing we will remain at the mercy of expatriates.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<!-- /wp:paragraph -->','Will Nigeria lead Africa\'s Digital Technology?','','inherit','closed','closed','','24090-autosave-v1','','','2025-04-14 20:21:10','2025-04-14 20:21:10','',24090,'https://litcaf.com/?p=24218',0,'revision','',0),(24220,1,'2025-04-14 20:24:29','2025-04-14 20:24:29','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[HDquiz quiz = \"62\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 20:24:29','2025-04-14 20:24:29','',24062,'https://litcaf.com/?p=24220',0,'revision','',0),(24221,1,'2025-04-14 20:24:37','2025-04-14 20:24:37','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[HDquiz quiz = \"62\"]\n<!-- /wp:shortcode -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 20:24:37','2025-04-14 20:24:37','',24062,'https://litcaf.com/?p=24221',0,'revision','',0),(24222,1,'2025-04-14 20:26:06','2025-04-14 20:26:06','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:hdq/quiz-block {\"quizId\":\"62\"} /-->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 20:26:06','2025-04-14 20:26:06','',24062,'https://litcaf.com/?p=24222',0,'revision','',0),(24224,1,'2025-04-14 20:27:33','2025-04-14 20:27:33','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:hdq/quiz-block {\"quizId\":\"0\"} /-->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 20:27:33','2025-04-14 20:27:33','',24062,'https://litcaf.com/?p=24224',0,'revision','',0),(24225,1,'2025-04-14 20:35:27','2025-04-14 20:35:27','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:hdq/quiz-block {\"quizId\":\"62\"} /-->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-revision-v1','','','2025-04-14 20:35:27','2025-04-14 20:35:27','',24062,'https://litcaf.com/?p=24225',0,'revision','',0),(24226,1,'2025-04-14 20:49:24','2025-04-14 20:49:24','<!-- 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\":24064,\"width\":\"834px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized\"><img src=\"http://litcaf.com/wp-content/uploads/2025/01/images-22.jpeg\" alt=\"\" class=\"wp-image-24064\" style=\"width:834px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Policy makers use data and analytics to forecast key economic indices like GDP, inflation, and others. The use of data involve technology that helps in putting together information that is reliable and could be tested for reliability using Jackson Holes Economic Symposium speech of Jeroeme Powell.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">As far as Powell is concerned, evidence data to adjust key economic dynamics have 3 key takeaways, the third being from the Nigerian local context.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- An objective to push down inflation</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Keep restrictive policies to make sure this Inflation rate goes down regardless of the consequences.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">- Asides the meta data, which he shared the basic concern is the U.S. economy and not the spill over effect with trading partners like Nigeria.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There was a research conducted by the CBN which studied the conventional and unconventional monetary policies of the U.S and its spill over effect on the Nigerian economy and it was concluded that every major shock experienced by the U.S economy has a spill over effect on Nigerian economy. We can see the past administrations make attempts to build to build self sufficiency to backward integration with the U.S. through having local content laws to entrench sustainability. This shock for example the Russian Ukraine war affecting the UN, data signals are clearly saying will continue to affect Nigeria negatively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">What to make from focus on core Personal Consumption Expenditure, PCE stripping out more volatile food and energy items? The Federal Reserve Chair specifically took out the PCE (Personal Consumption Expenditure) data points that are influenced by global factors. According to him, they gave misleading signals hence he kept his focus on the raining core PCE factors like goods, and Housing and non-Housing services. In Data Science its normal to do dimensionality reduction when you have data that have meaningless or unpredictable impact. The problem is the removal of those two factors, i.e. food and energy with little or no interest in the trading partners with the U.S. who are assigned to the bilateral trade and framework agreement with the U.S. that is mutually signed up for, the concern becomes where do we stand in Africa. Where is the data that we can use to carry out activities.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The IMF gave a report that the growth rate of Nigeria will be 2% in 2022 and 2023 and the Nigeria Bureau of Statistics gave a more robust growth rate estimation of 4.2% in 2022. In Data Analysis this is huge difference. As we observed in 2022 the growth rate could have been better forecasted based on the most accurate value of data which speaks for itself.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">If we are to speak of the learning curve from what Jereome Powell is doing with emphasis on the data there in the U.S. and bring that home here, we talk about GDP data that came out in 2023, revision of unemployment figures, <em>e.t.c</em>., we begin to wonder if data is supposed to drive policy in an unbiased fashion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Is data supposed to drive policy in an unbiased fashion?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">100 percent yes. There is no way in this age and time you are supposed to make decisions without concrete data evidence. Data could give you descriptive analytics describing events, predictive analysis predicting the future, and it could give you prescriptive analytics helping you decide as well as fix those things predicted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:hdq/quiz-block {\"quizId\":\"62\"} /-->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Reliability of data in economic forecast','','inherit','closed','closed','','24062-autosave-v1','','','2025-04-14 20:49:24','2025-04-14 20:49:24','',24062,'https://litcaf.com/?p=24226',0,'revision','',0),(24229,1,'2025-04-17 20:46:28','0000-00-00 00:00:00','','category-display','','draft','closed','closed','','','','','2025-04-17 20:46:28','2025-04-17 20:46:28','',0,'https://litcaf.com/?page_id=24229',0,'page','',0),(24230,1,'2025-04-17 20:46:28','2025-04-17 20:46:28','','category-display','','inherit','closed','closed','','24229-revision-v1','','','2025-04-17 20:46:28','2025-04-17 20:46:28','',24229,'https://litcaf.com/?p=24230',0,'revision','',0),(24231,1,'2025-04-17 20:59:04','2025-04-17 20:59:04','','category-users','','publish','closed','closed','','category-users','','','2025-04-17 20:59:04','2025-04-17 20:59:04','',0,'https://litcaf.com/?page_id=24231',0,'page','',0),(24232,1,'2025-04-17 20:59:04','2025-04-17 20:59:04','','category-users','','inherit','closed','closed','','24231-revision-v1','','','2025-04-17 20:59:04','2025-04-17 20:59:04','',24231,'https://litcaf.com/?p=24232',0,'revision','',0),(24235,1,'2025-04-18 16:02:11','0000-00-00 00:00:00','[ays_quiz id=\"2\"]','Quiz','','draft','closed','closed','','','','','2025-04-18 16:02:11','0000-00-00 00:00:00','',0,'https://litcaf.com/?post_type=ays-quiz-maker&p=24235',0,'ays-quiz-maker','',0),(24237,1,'2025-04-18 23:34:42','2025-04-18 23:34:42','<!-- 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\":24181,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/Decluttering-1024x782.png\" alt=\"Clutter in office desk\" class=\"wp-image-24181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Purpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What Decluttering does</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Admittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.<br>Clutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.</p>\n\n<!-- /wp:paragraph -->\n[ays_quiz id=\'2\']\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Decluttering','','inherit','closed','closed','','23777-revision-v1','','','2025-04-18 23:34:42','2025-04-18 23:34:42','',23777,'https://litcaf.com/?p=24237',0,'revision','',0),(24238,1,'2025-04-18 23:35:50','2025-04-18 23:35:50','<!-- 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\":24181,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/Decluttering-1024x782.png\" alt=\"Clutter in office desk\" class=\"wp-image-24181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Purpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What Decluttering does</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Admittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.<br>Clutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.</p>\n<p>[ays_quiz id=\'2\']</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Decluttering','','inherit','closed','closed','','23777-revision-v1','','','2025-04-18 23:35:50','2025-04-18 23:35:50','',23777,'https://litcaf.com/?p=24238',0,'revision','',0),(24240,1,'2025-04-18 23:40:08','2025-04-18 23:40:08','<!-- 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\":24181,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"http://litcaf.com/wp-content/uploads/2024/09/Decluttering-1024x782.png\" alt=\"Clutter in office desk\" class=\"wp-image-24181\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Decluttering</strong> means to remove as many less essential things as possible in favour of acquiring more space. The immediate gain is aesthetic, medical, and some say, spiritual. Decluttering can occur physically with the aim of having more physical space, hence making it pleasant or conducive. It can also be digital, and the purpose would be to have more digital space. These two goes hand in hand as both the physical and the digital space reflects on the mental space- the powerhouse of productivity. Decluttering is therefore a veritable attempt at improving significantly our own mental space, hence productivity and general wellbeing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">There are different levels of decluttering, graduating from sanitization to optimization, and finally; minimalism. Using the Contactless Business Card in lieu of the paper business card, for example, is no mere sanitization because the business card proves to be very useful even till today. Decluttering your paper business card wallet is no mere minimalism either. The aim of the digital business card is not fancy. The contactless business card as issued by LITCAF is instead for optimization.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Purpose of the LITCAF contactless business card is not just to look tidy, organized or modern. Beyond those, it achieves the original intent of the first users of a printed business card- which is to make the handler available, visible and contactable when their product or service is needed. Before now, the purpose of the business card had been achieved at the cost of physical and mental clutter. Your wallet is not only stuffed by cards obtained from different events, but you are also obliged to mentally allocate each card to a face. Further, you are supposed to type out contact details for you to be able to utilize card detail. LITCAF sure makes all that smooth. As the need for optimizing our capacity to undertake the challenges of the 21st Century increases, so does our commitment towards decluttering, hence achieving more with little.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What Decluttering does</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Admittedly, clutter is not hated by everyone. For some it is an assurance that they have been busy. It used to bring the feeling of homeliness but the human sense have since evolved to value freedom and progress. More people have come to realize that there is more profit in doing business rather than busyness.<br>Clutter has been reported to lead to reduced productivity and more chronic procrastination. Clutter is a physical stressor in workplace. This depletes workers\' energy and makes them more likely to delay decisions.</p>\n\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->','Decluttering','','inherit','closed','closed','','23777-revision-v1','','','2025-04-18 23:40:08','2025-04-18 23:40:08','',23777,'https://litcaf.com/?p=24240',0,'revision','',0),(24241,1,'2025-04-18 23:44:54','2025-04-18 23:44:54','[ays_quiz id=\'2\']','Quiz','','draft','closed','closed','','untitled-snippet','','','2025-04-19 01:11:41','2025-04-19 01:11:41','',0,'https://litcaf.com/wpcode/untitled-snippet/',0,'wpcode','',0),(24242,1,'2025-04-18 23:55:09','0000-00-00 00:00:00','global $post;\r\n$author_id = $post->post_author;\r\n\r\n// Get author\'s display name and biographical info\r\n$author_name = get_the_author_meta( \'display_name\', $author_id );\r\n$author_bio  = get_the_author_meta( \'description\', $author_id );\r\n\r\n// Get author\'s avatar\r\n$author_avatar = get_avatar( $author_id, 96 );\r\n\r\n// Only display if author bio is not empty\r\nif ( ! empty( $author_bio ) ) {\r\n	$bio_content = \'<div class=\"author-bio\">\';\r\n	$bio_content .= \'<div class=\"author-avatar\">\' . $author_avatar . \'</div>\';\r\n	$bio_content .= \'<div class=\"author-info\">\';\r\n	$bio_content .= \'<h4>\' . esc_html( $author_name ) . \'</h4>\';\r\n	$bio_content .= \'<p>\' . wp_kses_post( $author_bio ) . \'</p>\';\r\n	$bio_content .= \'</div>\';\r\n	$bio_content .= \'</div>\';\r\n\r\n	// Output bio.\r\n	echo $bio_content;\r\n}','Author Bio After Post','','draft','closed','closed','','','','','2025-04-18 23:55:09','2025-04-18 23:55:09','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24242',0,'wpcode','',0),(24244,1,'2025-04-22 19:13:49','2025-04-22 19:13:49','add_filter( \'login_head\', function () {\r\n	// Update the line below with the URL to your own logo.\r\n	// Adjust the Width & Height accordingly.\r\n	$custom_logo = \'https://wpcode.com/wp-admin/images/wordpress-logo.svg\';\r\n	$logo_width  = 84;\r\n	$logo_height = 84;\r\n\r\n	printf(\r\n		\'<style>.login h1 a {background-image:url(%1$s) !important; margin:0 auto; width: %2$spx; height: %3$spx; background-size: 100%%;}</style>\',\r\n		$custom_logo,\r\n		$logo_width,\r\n		$logo_height\r\n	);\r\n}, 990 );','Replace WordPress Logo on Login Page','','publish','closed','closed','','replace-wordpress-logo-on-login-page','','','2025-04-23 14:41:35','2025-04-23 14:41:35','',0,'https://litcaf.com/?post_type=wpcode&#038;p=24244',0,'wpcode','',0),(24245,1,'2025-04-26 07:52:09','2025-04-26 07:52:09','','DBC test','','publish','closed','closed','','dbc-test','','','2025-04-26 07:52:10','2025-04-26 07:52:10','',0,'https://litcaf.com/?page_id=24245',0,'page','',0),(24246,1,'2025-04-26 07:02:55','2025-04-26 07:02:55','','','','inherit','closed','closed','','24245-revision-v1','','','2025-04-26 07:02:55','2025-04-26 07:02:55','',24245,'https://litcaf.com/?p=24246',0,'revision','',0),(24247,1,'2025-05-02 18:23:29','2025-05-02 18:23:29','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746226543357&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','publish','closed','closed','','now-that-you-have-your-dbc','','','2025-05-02 22:55:53','2025-05-02 22:55:53','',0,'https://litcaf.com/?page_id=24247',0,'page','',0),(24248,1,'2025-04-26 07:08:40','2025-04-26 07:08:40','','tap card by litcaf','','inherit','closed','closed','','tap-card-by-litcaf','','','2025-04-26 07:08:53','2025-04-26 07:08:53','',24247,'http://litcaf.com/wp-content/uploads/2025/04/tap-card-by-litcaf.png',0,'attachment','image/png',0),(24249,1,'2025-04-26 07:09:04','2025-04-26 07:09:04','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;860px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1745651334289&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','','','inherit','closed','closed','','24247-revision-v1','','','2025-04-26 07:09:04','2025-04-26 07:09:04','',24247,'https://litcaf.com/?p=24249',0,'revision','',0),(24250,1,'2025-04-26 07:27:47','2025-04-26 07:27:47','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h1&gt;\\n&lt;h1 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h1&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;860px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1745651334289&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-04-26 07:27:47','2025-04-26 07:27:47','',24247,'https://litcaf.com/?p=24250',0,'revision','',0),(24251,1,'2025-04-26 07:36:31','2025-04-26 07:36:31','','test26','','inherit','closed','closed','','24245-revision-v1','','','2025-04-26 07:36:31','2025-04-26 07:36:31','',24245,'https://litcaf.com/?p=24251',0,'revision','',0),(24252,1,'2025-04-26 07:47:44','2025-04-26 07:47:44','','k','','inherit','closed','closed','','23895-revision-v1','','','2025-04-26 07:47:44','2025-04-26 07:47:44','',23895,'https://litcaf.com/?p=24252',0,'revision','',0),(24253,1,'2025-04-26 07:52:09','2025-04-26 07:52:09','','DBC test','','inherit','closed','closed','','24245-revision-v1','','','2025-04-26 07:52:09','2025-04-26 07:52:09','',24245,'https://litcaf.com/?p=24253',0,'revision','',0),(24254,1,'2025-04-26 11:30:08','2025-04-26 11:30:08','','DBC test','','inherit','closed','closed','','24245-autosave-v1','','','2025-04-26 11:30:08','2025-04-26 11:30:08','',24245,'https://litcaf.com/?p=24254',0,'revision','',0),(24255,1,'2025-04-26 11:31:13','2025-04-26 11:31:13','','','','inherit','closed','closed','','24027-revision-v1','','','2025-04-26 11:31:13','2025-04-26 11:31:13','',24027,'https://litcaf.com/?p=24255',0,'revision','',0),(24256,1,'2025-04-26 11:31:27','2025-04-26 11:31:27','','a','','inherit','closed','closed','','24027-revision-v1','','','2025-04-26 11:31:27','2025-04-26 11:31:27','',24027,'https://litcaf.com/?p=24256',0,'revision','',0),(24257,347,'2025-04-29 11:00:04','2025-04-29 11:00:04','<!-- wp:image {\"id\":24258} -->\n<figure class=\"wp-block-image\"><img src=\"https://litcaf.com/wp-content/uploads/2025/04/cuppy.png\" alt=\"Cuppy\'s man\" class=\"wp-image-24258\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">No more guessing. Months ago, DJ Cuppy announced her type; a <em>sabi man</em> who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Finance is defined as the provision of money at the time it is required; the art and science of managing money. You may wonder, why the interest with finance for one who has lot of money? If you hold money, it does not by itself yield any return. You part money in the form of finance, either by way of loan or investment, it starts getting return. To work in Finance, broadly speaking, entails three things which are, anticipating financial needs, acquiring financial resources from different sources, and allocating funds to maximize shareholder’s wealth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The 5 “A”s of Financial Management are therefore: <strong>Anticipation</strong>, by estimating financial needs, <strong>Acquisition</strong>, by collecting funds from sources, <strong>Allocation</strong>, using the collected funds to purchase fixed and current assets for the company, <strong>Appropriation</strong>, by dividing the company’s profits among for example, shareholders, and keeping a part of the profit as reserve, and finally, <strong>Assessment</strong>, which is, well, self-explanatory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The Finance person carries out the executive and the routine functions. The executive include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Estimating</strong> fixed and working capital requirements to ensure the company is not over or undercapitalized. <strong>Determining capital structure</strong> to ensure it is balanced because if the company has too much owned capital the shareholders will earn less and if it has more borrowed capital there will be more interest paid. <strong>Estimating cash flow</strong> by sales forecasting as well as estimating future expenses. The Financial Manager also help with <strong>Investment Decisions</strong>. Often, the company earns profit, and the finance person helps with <strong>Allocation of Surplus</strong>. Profit nevertheless, more finance is needed for long term plans. The finance manager helps with <strong>Deciding on Additional finance</strong>. They <strong>negotiate for additional finance</strong> by for example, persuading bank managers to give loans. Perhaps none of these functions of the finance person is as important as regularly <strong>checking the financial performance</strong> of the company by comparing with established standards and looking for ways to improve it. The routine functions of the financial manager are more or less clerical. This include supervision of cash receipts and payments, safeguarding of cash balances, securities, insurance, and other valuable papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">For anyone who takes social media commentaries for its face value, they may wonder why daughter of one of the Forbe’s black billionaires remains so conscious of money. Beyond the song by Burna; <em>Dangote still dey find money</em>, finance means a little more than money. While money is expressed in currency, finance is the transformed version of it; a more interesting use of money. &nbsp;The goal of the finance person is a little more than profit maximization but wealth management. Even for the biggest billionaire owned companies there are shareholders often. The finance person looks for ways to make the shareholders happy by maximizing their value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Cuppy\'s type: man in Finance','No more guessing. Months ago, DJ Cuppy announced her type; a sabi man who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?','publish','closed','closed','','cuppys-type','','','2025-04-29 11:05:56','2025-04-29 11:05:56','',0,'https://litcaf.com/?p=24257',0,'post','',0),(24258,1,'2025-04-29 10:55:47','2025-04-29 10:55:47','','cuppy','','inherit','closed','closed','','cuppy','','','2025-04-29 10:56:05','2025-04-29 10:56:05','',24257,'https://litcaf.com/wp-content/uploads/2025/04/cuppy.png',0,'attachment','image/png',0),(24259,1,'2025-04-29 11:00:04','2025-04-29 11:00:04','<img class=\"alignnone wp-image-24258 size-full\" src=\"https://litcaf.com/wp-content/uploads/2025/04/cuppy.png\" alt=\"Cuppy\'s man\" width=\"700\" height=\"400\" />\r\n\r\n&nbsp;\r\n\r\nNo more guessing. Months ago, DJ Cuppy announced her type; a <em>sabi man</em> who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?\r\n\r\nFinance is defined as the provision of money at the time it is required; the art and science of managing money. You may wonder, why the interest with finance for one who has lot of money? If you hold money, it does not by itself yield any return. You part money in the form of finance, either by way of loan or investment, it starts getting return. To work in Finance, broadly speaking, entails three things which are, anticipating financial needs, acquiring financial resources from different sources, and allocating funds to maximize shareholder’s wealth.\r\n\r\nThe 5 “A”s of Financial Management are therefore: <strong>Anticipation</strong>, by estimating financial needs, <strong>Acquisition</strong>, by collecting funds from sources, <strong>Allocation</strong>, using the collected funds to purchase fixed and current assets for the company, <strong>Appropriation</strong>, by dividing the company’s profits among for example, shareholders, and keeping a part of the profit as reserve, and finally, <strong>Assessment</strong>, which is, well, self-explanatory.\r\n\r\nThe Finance person carries out the executive and the routine functions. The executive include:\r\n\r\n<strong>Estimating</strong> fixed and working capital requirements to ensure the company is not over or undercapitalized. <strong>Determining capital structure</strong> to ensure it is balanced because if the company has too much owned capital the shareholders will earn less and if it has more borrowed capital there will be more interest paid. <strong>Estimating cash flow</strong> by sales forecasting as well as estimating future expenses. The Financial Manager also help with <strong>Investment Decisions</strong>. Often, the company earns profit, and the finance person helps with <strong>Allocation of Surplus</strong>. Profit nevertheless, more finance is needed for long term plans. The finance manager helps with <strong>Deciding on Additional finance</strong>. They <strong>negotiate for additional finance</strong> by for example, persuading bank managers to give loans. Perhaps none of these functions of the finance person is as important as regularly <strong>checking the financial performance</strong> of the company by comparing with established standards and looking for ways to improve it. The routine functions of the financial manager are more or less clerical. This include supervision of cash receipts and payments, safeguarding of cash balances, securities, insurance, and other valuable papers.\r\n\r\nFor anyone who takes social media commentaries for its face value, they may wonder why daughter of one of the Forbe’s black billionaires remains so conscious of money. Beyond the song by Burna; <em>Dangote still dey find money</em>, finance means a little more than money. While money is expressed in currency, finance is the transformed version of it; a more interesting use of money.  The goal of the finance person is a little more than profit maximization but wealth management. Even for the biggest billionaire owned companies there are shareholders often. The finance person looks for ways to make the shareholders happy by maximizing their value.\r\n\r\n&nbsp;','Cuppy\'s type: man in Finance','No more guessing. Months ago, DJ Cuppy announced her type; a sabi man who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?','inherit','closed','closed','','24257-revision-v1','','','2025-04-29 11:00:04','2025-04-29 11:00:04','',24257,'https://litcaf.com/?p=24259',0,'revision','',0),(24261,1,'2025-04-29 11:05:55','2025-04-29 11:05:55','<!-- wp:image {\"id\":24258} -->\n<figure class=\"wp-block-image\"><img src=\"https://litcaf.com/wp-content/uploads/2025/04/cuppy.png\" alt=\"Cuppy\'s man\" class=\"wp-image-24258\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">No more guessing. Months ago, DJ Cuppy announced her type; a <em>sabi man</em> who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">Finance is defined as the provision of money at the time it is required; the art and science of managing money. You may wonder, why the interest with finance for one who has lot of money? If you hold money, it does not by itself yield any return. You part money in the form of finance, either by way of loan or investment, it starts getting return. To work in Finance, broadly speaking, entails three things which are, anticipating financial needs, acquiring financial resources from different sources, and allocating funds to maximize shareholder’s wealth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The 5 “A”s of Financial Management are therefore: <strong>Anticipation</strong>, by estimating financial needs, <strong>Acquisition</strong>, by collecting funds from sources, <strong>Allocation</strong>, using the collected funds to purchase fixed and current assets for the company, <strong>Appropriation</strong>, by dividing the company’s profits among for example, shareholders, and keeping a part of the profit as reserve, and finally, <strong>Assessment</strong>, which is, well, self-explanatory.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">The Finance person carries out the executive and the routine functions. The executive include:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\"><strong>Estimating</strong> fixed and working capital requirements to ensure the company is not over or undercapitalized. <strong>Determining capital structure</strong> to ensure it is balanced because if the company has too much owned capital the shareholders will earn less and if it has more borrowed capital there will be more interest paid. <strong>Estimating cash flow</strong> by sales forecasting as well as estimating future expenses. The Financial Manager also help with <strong>Investment Decisions</strong>. Often, the company earns profit, and the finance person helps with <strong>Allocation of Surplus</strong>. Profit nevertheless, more finance is needed for long term plans. The finance manager helps with <strong>Deciding on Additional finance</strong>. They <strong>negotiate for additional finance</strong> by for example, persuading bank managers to give loans. Perhaps none of these functions of the finance person is as important as regularly <strong>checking the financial performance</strong> of the company by comparing with established standards and looking for ways to improve it. The routine functions of the financial manager are more or less clerical. This include supervision of cash receipts and payments, safeguarding of cash balances, securities, insurance, and other valuable papers.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<p class=\"has-black-color has-text-color has-link-color\">For anyone who takes social media commentaries for its face value, they may wonder why daughter of one of the Forbe’s black billionaires remains so conscious of money. Beyond the song by Burna; <em>Dangote still dey find money</em>, finance means a little more than money. While money is expressed in currency, finance is the transformed version of it; a more interesting use of money. &nbsp;The goal of the finance person is a little more than profit maximization but wealth management. Even for the biggest billionaire owned companies there are shareholders often. The finance person looks for ways to make the shareholders happy by maximizing their value.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Cuppy\'s type: man in Finance','No more guessing. Months ago, DJ Cuppy announced her type; a sabi man who works in Finance, of course with other cliché every-girl’s requirements. Now, what do people who work in Finance do?','inherit','closed','closed','','24257-revision-v1','','','2025-04-29 11:05:55','2025-04-29 11:05:55','',24257,'https://litcaf.com/?p=24261',0,'revision','',0),(24262,1,'2025-04-30 12:14:11','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-04-30 12:14:11','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24262',0,'post','',0),(24263,347,'2025-04-30 12:58:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-04-30 12:58:05','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24263',0,'post','',0),(24264,1,'2025-04-30 23:28:52','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-04-30 23:28:52','0000-00-00 00:00:00','',0,'https://litcaf.com/?page_id=24264',0,'page','',0),(24265,1,'2025-04-30 23:31:21','2025-04-30 23:31:21','','card-display I','','publish','closed','closed','','card-display','','','2025-05-01 23:34:39','2025-05-01 23:34:39','',0,'https://litcaf.com/?page_id=24265',0,'page','',0),(24266,1,'2025-04-30 23:31:04','2025-04-30 23:31:04','','card-display','','inherit','closed','closed','','24265-revision-v1','','','2025-04-30 23:31:04','2025-04-30 23:31:04','',24265,'https://litcaf.com/?p=24266',0,'revision','',0),(24267,1,'2025-04-30 23:48:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-04-30 23:48:56','0000-00-00 00:00:00','',0,'https://litcaf.com/?page_id=24267',0,'page','',0),(24268,1,'2025-04-30 23:48:58','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2025-04-30 23:48:58','0000-00-00 00:00:00','',0,'https://litcaf.com/?page_id=24268',0,'page','',0),(24269,1,'2025-05-01 14:49:01','2025-05-01 14:49:01','','my posts','','inherit','closed','closed','','24032-autosave-v1','','','2025-05-01 14:49:01','2025-05-01 14:49:01','',24032,'https://litcaf.com/?p=24269',0,'revision','',0),(24270,1,'2025-05-01 16:28:14','0000-00-00 00:00:00','{\n    \"old_sidebars_widgets_data\": {\n        \"value\": {\n            \"wp_inactive_widgets\": [],\n            \"sidebar-1\": [\n                \"block-2\",\n                \"block-3\",\n                \"block-4\"\n            ],\n            \"sidebar-2\": [\n                \"block-5\",\n                \"block-6\"\n            ],\n            \"shop\": [],\n            \"footer1\": [],\n            \"footer2\": [],\n            \"footer3\": [],\n            \"footer4\": [],\n            \"footer5\": [],\n            \"footer6\": []\n        },\n        \"type\": \"global_variable\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-05-01 16:28:14\"\n    },\n    \"Restored/notio-wp::nav_menu_locations[nav-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-05-01 16:28:14\"\n    }\n}','','','auto-draft','closed','closed','','45f07170-eee0-46a2-beb7-fd63ba144bd2','','','2025-05-01 16:28:14','0000-00-00 00:00:00','',0,'https://litcaf.com/?p=24270',0,'customize_changeset','',0),(24280,1,'2025-05-01 23:34:39','2025-05-01 23:34:39','','card-display I','','inherit','closed','closed','','24265-revision-v1','','','2025-05-01 23:34:39','2025-05-01 23:34:39','',24265,'https://litcaf.com/?p=24280',0,'revision','',0),(24281,1,'2025-05-01 23:35:29','2025-05-01 23:35:29','','contact display','','inherit','closed','closed','','24027-revision-v1','','','2025-05-01 23:35:29','2025-05-01 23:35:29','',24027,'https://litcaf.com/?p=24281',0,'revision','',0),(24282,1,'2025-05-01 23:35:41','2025-05-01 23:35:41','','contact-display','','inherit','closed','closed','','24027-revision-v1','','','2025-05-01 23:35:41','2025-05-01 23:35:41','',24027,'https://litcaf.com/?p=24282',0,'revision','',0),(24283,1,'2025-05-02 13:33:05','2025-05-02 13:33:05','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h5 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h5&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;860px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746192768355&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:33:05','2025-05-02 13:33:05','',24247,'https://litcaf.com/?p=24283',0,'revision','',0),(24284,1,'2025-05-02 13:34:01','2025-05-02 13:34:01','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h5&gt;&lt;\\/h5&gt;\\n&lt;h5&gt;&lt;\\/h5&gt;\\n&lt;h5&gt;&lt;\\/h5&gt;\\n&lt;h5 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h5&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;860px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;300px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746192834532&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:34:01','2025-05-02 13:34:01','',24247,'https://litcaf.com/?p=24284',0,'revision','',0),(24285,1,'2025-05-02 13:37:25','2025-05-02 13:37:25','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;100px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;30px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193004465&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:37:25','2025-05-02 13:37:25','',24247,'https://litcaf.com/?p=24285',0,'revision','',0),(24286,1,'2025-05-02 13:38:45','2025-05-02 13:38:45','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193102334&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:38:45','2025-05-02 13:38:45','',24247,'https://litcaf.com/?p=24286',0,'revision','',0),(24287,1,'2025-05-02 13:40:12','2025-05-02 13:40:12','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&amp;nbsp;\\n\\n&amp;nbsp;\\n\\n&amp;nbsp;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;It&#039;s time to start networking effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193203144&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:40:12','2025-05-02 13:40:12','',24247,'https://litcaf.com/?p=24287',0,'revision','',0),(24288,1,'2025-05-02 13:41:14','2025-05-02 13:41:14','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&amp;nbsp;\\n\\n&amp;nbsp;\\n\\n&amp;nbsp;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&quot;,&quot;content_selected_editor&quot;:&quot;html&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193203144&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:41:14','2025-05-02 13:41:14','',24247,'https://litcaf.com/?p=24288',0,'revision','',0),(24289,1,'2025-05-02 13:42:40','2025-05-02 13:42:40','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193345065&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:42:40','2025-05-02 13:42:40','',24247,'https://litcaf.com/?p=24289',0,'revision','',0),(24290,1,'2025-05-02 13:44:15','2025-05-02 13:44:15','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;p&gt;&amp;nbsp;&lt;\\/p&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193448869&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:44:15','2025-05-02 13:44:15','',24247,'https://litcaf.com/?p=24290',0,'revision','',0),(24291,1,'2025-05-02 13:45:22','2025-05-02 13:45:22','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:45:22','2025-05-02 13:45:22','',24247,'https://litcaf.com/?p=24291',0,'revision','',0),(24292,1,'2025-05-02 13:47:17','2025-05-02 13:47:17','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24247-0-0-1\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-2424710001&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-1\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:47:17','2025-05-02 13:47:17','',24247,'https://litcaf.com/?p=24292',0,'revision','',0),(24293,1,'2025-05-02 13:47:41','2025-05-02 13:47:41','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div><div id=\"panel-24247-0-0-1\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;post_content&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-2424710001&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-1\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:47:41','2025-05-02 13:47:41','',24247,'https://litcaf.com/?p=24293',0,'revision','',0),(24294,1,'2025-05-02 13:48:08','2025-05-02 13:48:08','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_siteorigin-panels-post-content panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Panels_Widgets_PostContent\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;type&quot;:&quot;post_content&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;siteorigin-panels-post-content-2424710001&quot;,&quot;option_name&quot;:&quot;widget_siteorigin-panels-post-content&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_siteorigin-panels-post-content panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 , #pgc-24247-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:48:08','2025-05-02 13:48:08','',24247,'https://litcaf.com/?p=24294',0,'revision','',0),(24295,1,'2025-05-02 13:49:31','2025-05-02 13:49:31','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:3,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710001&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 , #pgc-24247-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:49:31','2025-05-02 13:49:31','',24247,'https://litcaf.com/?p=24295',0,'revision','',0),(24296,1,'2025-05-02 13:55:31','2025-05-02 13:55:31','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710001&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 13:55:31','2025-05-02 13:55:31','',24247,'https://litcaf.com/?p=24296',0,'revision','',0),(24297,1,'2025-05-02 14:06:23','2025-05-02 14:06:23','','LITCAF Blog video','','inherit','closed','closed','','litcaf-blog-video','','','2025-05-02 14:06:23','2025-05-02 14:06:23','',24247,'https://litcaf.com/wp-content/uploads/2025/05/LITCAF-Blog-video.mp4',0,'attachment','video/mp4',0),(24298,1,'2025-05-02 14:07:02','2025-05-02 14:07:02','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/LITCAF-Blog-video.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24297,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/LITCAF-Blog-video.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 14:07:02','2025-05-02 14:07:02','',24247,'https://litcaf.com/?p=24298',0,'revision','',0),(24299,1,'2025-05-02 16:17:56','2025-05-02 16:17:56','','Tap Card LitCaf','','inherit','closed','closed','','tap-card-litcaf','','','2025-05-02 16:17:56','2025-05-02 16:17:56','',24247,'https://litcaf.com/wp-content/uploads/2025/05/Tap-Card-LitCaf.mp4',0,'attachment','video/mp4',0),(24300,1,'2025-05-02 16:18:09','2025-05-02 16:18:09','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 16:18:09','2025-05-02 16:18:09','',24247,'https://litcaf.com/?p=24300',0,'revision','',0),(24301,1,'2025-05-02 18:17:03','2025-05-02 18:17:03','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710002&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710003&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;3\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 , #pgc-24247-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:17:03','2025-05-02 18:17:03','',24247,'https://litcaf.com/?p=24301',0,'revision','',0),(24302,1,'2025-05-02 18:18:56','2025-05-02 18:18:56','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-1-0-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 29px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-0-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;10px 10px 10px 10px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 29px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 , #pgc-24247-1-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pl-24247 #panel-24247-1-0-0 { margin:10px 20px 10px 29px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-0-0> .panel-widget-style { padding:10px 10px 10px 10px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:18:56','2025-05-02 18:18:56','',24247,'https://litcaf.com/?p=24302',0,'revision','',0),(24303,1,'2025-05-02 18:20:19','2025-05-02 18:20:19','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367097\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 29px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;10px 10px 10px 10px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 29px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632903 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:10px 20px 10px 29px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { padding:10px 10px 10px 10px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:20:19','2025-05-02 18:20:19','',24247,'https://litcaf.com/?p=24303',0,'revision','',0),(24304,1,'2025-05-02 18:22:51','2025-05-02 18:22:51','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367097\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 29px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;10px 10px 10px 10px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 29px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632903 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:10px 20px 10px 29px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0> .panel-row-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { padding:10px 10px 10px 10px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:22:51','2025-05-02 18:22:51','',24247,'https://litcaf.com/?p=24304',0,'revision','',0),(24305,1,'2025-05-02 22:47:17','2025-05-02 22:47:17','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746213587763&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>','Now that you have your DBC','','inherit','closed','closed','','24247-autosave-v1','','','2025-05-02 22:47:17','2025-05-02 22:47:17','',24247,'https://litcaf.com/?p=24305',0,'revision','',0),(24306,1,'2025-05-02 18:26:30','2025-05-02 18:26:30','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367097\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;10px 20px 10px 29px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;10px 10px 10px 10px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;10px 20px 10px 29px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632903 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:10px 20px 10px 29px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:10px 10px 10px 10px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:26:30','2025-05-02 18:26:30','',24247,'https://litcaf.com/?p=24306',0,'revision','',0),(24307,1,'2025-05-02 18:28:31','2025-05-02 18:28:31','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2 style=\\&quot;text-align: left;\\&quot;&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3 style=\\&quot;text-align: left;\\&quot;&gt;&lt;span style=\\&quot;color: #f46455;\\&quot;&gt;Begin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367097\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632903 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:28:31','2025-05-02 18:28:31','',24247,'https://litcaf.com/?p=24307',0,'revision','',0),(24308,1,'2025-05-02 18:31:28','2025-05-02 18:31:28','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;Now that you have your Digital Business Card&lt;\\/h2&gt;\\nBegin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367096\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632904 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:31:28','2025-05-02 18:31:28','',24247,'https://litcaf.com/?p=24308',0,'revision','',0),(24309,1,'2025-05-02 18:32:12','2025-05-02 18:32:12','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;Now that you have your Digital Business Card&lt;\\/h2&gt;\\nBegin to network effectively with a TAP CARD&lt;\\/span&gt;&lt;\\/h3&gt;\\n[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746193513233&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367096\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632904 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:32:12','2025-05-02 18:32:12','',24247,'https://litcaf.com/?p=24309',0,'revision','',0),(24310,1,'2025-05-02 18:34:18','2025-05-02 18:34:18','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h2&gt;Now that you have your Digital Business Card&lt;\\/h2&gt;\\n&lt;h3&gt;Begin to network effectively with a TAP CARD&lt;\\/h3&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746210852346&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367096\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632904 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:34:18','2025-05-02 18:34:18','',24247,'https://litcaf.com/?p=24310',0,'revision','',0),(24311,1,'2025-05-02 18:35:27','2025-05-02 18:35:27','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#f46455&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:50,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;700px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;70px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;50px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746210919471&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367096\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632904 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:35:27','2025-05-02 18:35:27','',24247,'https://litcaf.com/?p=24311',0,'revision','',0),(24312,1,'2025-05-02 18:38:34','2025-05-02 18:38:34','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746211105270&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.59547027367096\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.20226486316452\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 , #pgc-24247-1-2 { width:20.2265%;width:calc(20.2265% - ( 0.79773513683548 * 30px ) ) } #pgc-24247-1-1 { width:59.547%;width:calc(59.547% - ( 0.40452972632904 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:38:34','2025-05-02 18:38:34','',24247,'https://litcaf.com/?p=24312',0,'revision','',0),(24313,1,'2025-05-02 18:42:10','2025-05-02 18:42:10','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746211105270&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:42:10','2025-05-02 18:42:10','',24247,'https://litcaf.com/?p=24313',0,'revision','',0),(24314,1,'2025-05-02 18:43:10','2025-05-02 18:43:10','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746211105270&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;10px 0px 0px 10px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;10px 0px 0px 10px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:10px 0px 0px 10px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:43:10','2025-05-02 18:43:10','',24247,'https://litcaf.com/?p=24314',0,'revision','',0),(24315,1,'2025-05-02 18:44:30','2025-05-02 18:44:30','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;20px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#333333&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746211105270&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 { margin-bottom:20px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pg-24247-2 { margin-bottom:60px } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 18:44:30','2025-05-02 18:44:30','',24247,'https://litcaf.com/?p=24315',0,'revision','',0),(24316,1,'2025-05-02 19:20:12','2025-05-02 19:20:12','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ff1c1c&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746213587763&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 19:20:12','2025-05-02 19:20:12','',24247,'https://litcaf.com/?p=24316',0,'revision','',0),(24317,1,'2025-05-02 22:55:53','2025-05-02 22:55:53','<div id=\"pl-24247\"  class=\"panel-layout\" ><div id=\"pg-24247-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-0\" data-stretch-type=\"full\" ><div id=\"pgc-24247-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-24247-0-0-0\" class=\"so-panel widget widget_sow-hero panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-0-0-0\" >[siteorigin_widget class=\"SiteOrigin_Widget_Hero_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;frames&quot;:[{&quot;content&quot;:&quot;&lt;h3&gt;Now that you have your Digital Business Card&lt;\\/h3&gt;\\n&lt;h4&gt;Begin to network effectively with a TAP CARD&lt;\\/h4&gt;\\n&lt;p&gt;[buttons]&lt;\\/p&gt;\\n&quot;,&quot;content_selected_editor&quot;:&quot;tmce&quot;,&quot;buttons&quot;:[{&quot;button&quot;:{&quot;text&quot;:&quot;Order Tap Card&quot;,&quot;url&quot;:&quot;https:\\/\\/flutterwave.com\\/pay\\/eomtvzj1nnoe&quot;,&quot;new_window&quot;:true,&quot;button_icon&quot;:{&quot;icon_selected&quot;:&quot;&quot;,&quot;icon_color&quot;:&quot;&quot;,&quot;icon&quot;:0,&quot;icon_placement&quot;:&quot;left&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;design&quot;:{&quot;width&quot;:&quot;&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;theme&quot;:&quot;wire&quot;,&quot;button_color&quot;:&quot;#ffffff&quot;,&quot;text_color&quot;:&quot;#ffffff&quot;,&quot;hover&quot;:true,&quot;hover_background_color&quot;:&quot;&quot;,&quot;hover_text_color&quot;:&quot;&quot;,&quot;font&quot;:&quot;default&quot;,&quot;font_size&quot;:&quot;1.15em&quot;,&quot;font_size_unit&quot;:&quot;em&quot;,&quot;icon_size&quot;:&quot;1.3em&quot;,&quot;icon_size_unit&quot;:&quot;em&quot;,&quot;padding&quot;:&quot;1em&quot;,&quot;padding_unit&quot;:&quot;em&quot;,&quot;rounding&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;attributes&quot;:{&quot;id&quot;:&quot;&quot;,&quot;classes&quot;:&quot;&quot;,&quot;title&quot;:&quot;&quot;,&quot;on_click&quot;:&quot;&quot;,&quot;rel&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;download&quot;:&quot;&quot;}}],&quot;background&quot;:{&quot;image&quot;:24248,&quot;image_fallback&quot;:&quot;https:\\/\\/layouts.siteorigin.com\\/wp-content\\/uploads\\/2016\\/01\\/training-828741_1920.jpg&quot;,&quot;size&quot;:&quot;full&quot;,&quot;image_type&quot;:&quot;cover&quot;,&quot;opacity&quot;:76,&quot;color&quot;:&quot;#ffffff&quot;,&quot;url&quot;:&quot;&quot;,&quot;background_video_opacity&quot;:100,&quot;so_field_container_state&quot;:&quot;open&quot;,&quot;new_window&quot;:&quot;&quot;,&quot;videos&quot;:&quot;&quot;,&quot;loop_background_videos&quot;:&quot;&quot;},&quot;autop&quot;:&quot;&quot;}],&quot;controls&quot;:{&quot;autoplay&quot;:true,&quot;speed&quot;:800,&quot;timeout&quot;:8000,&quot;nav_color_hex&quot;:&quot;#FFFFFF&quot;,&quot;nav_style&quot;:&quot;thin&quot;,&quot;nav_size&quot;:25,&quot;nav_align&quot;:&quot;left&quot;,&quot;swipe&quot;:true,&quot;unmute_position&quot;:&quot;top_right&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;,&quot;autoplay_hover&quot;:&quot;&quot;,&quot;nav_always_show_desktop&quot;:&quot;&quot;,&quot;nav_always_show_mobile&quot;:&quot;&quot;,&quot;unmute&quot;:&quot;&quot;,&quot;fitvids&quot;:&quot;&quot;,&quot;background_video_mobile&quot;:&quot;&quot;},&quot;layout&quot;:{&quot;desktop&quot;:{&quot;height&quot;:&quot;600px&quot;,&quot;height_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;50px&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;0px&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;5%&quot;,&quot;padding_sides_unit&quot;:&quot;%&quot;,&quot;width&quot;:&quot;1280px&quot;,&quot;width_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;mobile&quot;:{&quot;height_responsive&quot;:&quot;&quot;,&quot;height_responsive_unit&quot;:&quot;px&quot;,&quot;padding&quot;:&quot;&quot;,&quot;padding_unit&quot;:&quot;px&quot;,&quot;padding_extra_top&quot;:&quot;&quot;,&quot;padding_extra_top_unit&quot;:&quot;px&quot;,&quot;padding_sides&quot;:&quot;&quot;,&quot;padding_sides_unit&quot;:&quot;px&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;vertically_align&quot;:true,&quot;so_field_container_state&quot;:&quot;open&quot;},&quot;design&quot;:{&quot;heading_font&quot;:&quot;Dosis&quot;,&quot;heading_color&quot;:&quot;#FFFFFF&quot;,&quot;heading_size&quot;:&quot;40px&quot;,&quot;heading_size_unit&quot;:&quot;px&quot;,&quot;fittext&quot;:true,&quot;fittext_compressor&quot;:0.85,&quot;heading_shadow&quot;:50,&quot;text_color&quot;:&quot;#F6F6F6&quot;,&quot;text_size&quot;:&quot;16px&quot;,&quot;text_size_unit&quot;:&quot;px&quot;,&quot;text_font&quot;:&quot;default&quot;,&quot;text_shadow&quot;:25,&quot;link_color&quot;:&quot;&quot;,&quot;link_color_hover&quot;:&quot;&quot;,&quot;so_field_container_state&quot;:&quot;closed&quot;},&quot;_sow_form_id&quot;:&quot;569d2c646470d&quot;,&quot;_sow_form_timestamp&quot;:&quot;1746226543357&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;sow-hero-2424710000&quot;,&quot;option_name&quot;:&quot;widget_sow-hero&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-0-0-0\\&quot; class=\\&quot;so-panel widget widget_sow-hero panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-24247-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;0px&quot;,&quot;row_stretch&quot;:&quot;full&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-1\" data-stretch-type=\"full\" ><div id=\"pgc-24247-1-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.24974937689639\" ></div><div id=\"pgc-24247-1-1\"  class=\"panel-grid-cell panel-grid-cell-mobile-last\"  data-weight=\"0.50040790526781\" ><div id=\"panel-24247-1-1-0\" class=\"so-panel widget widget_media_video panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;padding&quot;:&quot;0px 0px 0px 0px&quot;,&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;margin&quot;:&quot;0px 0px 0px 0px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-1-1-0\" >[siteorigin_widget class=\"WP_Widget_Media_Video\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;preload&quot;:&quot;metadata&quot;,&quot;loop&quot;:false,&quot;content&quot;:&quot;&quot;,&quot;mp4&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;m4v&quot;:&quot;&quot;,&quot;webm&quot;:&quot;&quot;,&quot;ogv&quot;:&quot;&quot;,&quot;flv&quot;:&quot;&quot;,&quot;attachment_id&quot;:24299,&quot;url&quot;:&quot;https:\\/\\/litcaf.com\\/wp-content\\/uploads\\/2025\\/05\\/Tap-Card-LitCaf.mp4&quot;,&quot;title&quot;:&quot;&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;media_video-2424710001&quot;,&quot;option_name&quot;:&quot;widget_media_video&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-1-1-0\\&quot; class=\\&quot;so-panel widget widget_media_video panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;,&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;margin&amp;quot;:&amp;quot;0px 0px 0px 0px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-1-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-24247-1-2\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.2498427178358\" ></div></div></div><div id=\"pg-24247-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;bottom_margin&quot;:&quot;60px&quot;,&quot;row_stretch&quot;:&quot;full-width-stretch&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;}\"  data-label=\"Main Slider\" ><div class=\"siteorigin-panels-stretch panel-row-style panel-row-style-for-24247-2\" data-stretch-type=\"full-width-stretch\" ><div id=\"pgc-24247-2-0\"  class=\"panel-grid-cell panel-grid-cell-empty\"  data-weight=\"0.5\" ></div><div id=\"pgc-24247-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.5\" ><div id=\"panel-24247-2-1-0\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background&quot;:&quot;#ffffff&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;background_image_opacity&quot;:&quot;100&quot;,&quot;border_thickness&quot;:&quot;1px&quot;}\" ><div class=\"panel-widget-style panel-widget-style-for-24247-2-1-0\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Read and answer quiz to acquire points&quot;,&quot;number&quot;:5,&quot;show_date&quot;:true,&quot;so_sidebar_emulator_id&quot;:&quot;recent-posts-2424710002&quot;,&quot;option_name&quot;:&quot;widget_recent-posts&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-24247-2-1-0\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background&amp;quot;:&amp;quot;#ffffff&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;background_image_opacity&amp;quot;:&amp;quot;100&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;}\\&quot; &gt;&lt;div class=\\&quot;panel-widget-style panel-widget-style-for-24247-2-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>\n\n<style type=\"text/css\" class=\"panels-style\" data-panels-style-for-post=\"24247\">@import url(https://litcaf.com/wp-content/plugins/siteorigin-panels/css/front-flex.min.css); #pgc-24247-0-0 { width:100%;width:calc(100% - ( 0 * 30px ) ) } #pg-24247-0 , #pg-24247-2 { margin-bottom:60px } #pgc-24247-1-0 { width:24.9749%;width:calc(24.9749% - ( 0.75025062310361 * 30px ) ) } #pgc-24247-1-1 { width:50.0408%;width:calc(50.0408% - ( 0.49959209473219 * 30px ) ) } #pl-24247 #panel-24247-1-1-0 { margin:0px 0px 0px 0px } #pgc-24247-1-2 { width:24.9843%;width:calc(24.9843% - ( 0.7501572821642 * 30px ) ) } #pg-24247-1 , #pl-24247 .so-panel:last-of-type { margin-bottom:0px } #pgc-24247-2-0 , #pgc-24247-2-1 { width:50%;width:calc(50% - ( 0.5 * 30px ) ) } #pl-24247 .so-panel { margin-bottom:30px } #pg-24247-0> .panel-row-style , #panel-24247-0-0-0> .panel-widget-style , #pg-24247-1> .panel-row-style , #pg-24247-2> .panel-row-style , #panel-24247-2-1-0> .panel-widget-style { background-color:#ffffff } #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0.panel-no-style , #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1.panel-no-style , #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2.panel-no-style { -webkit-align-items:flex-start;align-items:flex-start } #panel-24247-1-1-0> .panel-widget-style { background-color:#ffffff;padding:0px 0px 0px 0px } @media (max-width:780px){ #pg-24247-0.panel-no-style, #pg-24247-0.panel-has-style > .panel-row-style, #pg-24247-0 , #pg-24247-1.panel-no-style, #pg-24247-1.panel-has-style > .panel-row-style, #pg-24247-1 , #pg-24247-2.panel-no-style, #pg-24247-2.panel-has-style > .panel-row-style, #pg-24247-2 { -webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column } #pg-24247-0 > .panel-grid-cell , #pg-24247-0 > .panel-row-style > .panel-grid-cell , #pg-24247-1 > .panel-grid-cell , #pg-24247-1 > .panel-row-style > .panel-grid-cell , #pg-24247-2 > .panel-grid-cell , #pg-24247-2 > .panel-row-style > .panel-grid-cell { width:100%;margin-right:0 } #pgc-24247-1-0 , #pgc-24247-1-1 , #pgc-24247-2-0 { margin-bottom:30px } #pl-24247 .panel-grid-cell { padding:0 } #pl-24247 .panel-grid .panel-grid-cell-empty { display:none } #pl-24247 .panel-grid .panel-grid-cell-mobile-last { margin-bottom:0px }  } </style>','Now that you have your DBC','','inherit','closed','closed','','24247-revision-v1','','','2025-05-02 22:55:53','2025-05-02 22:55:53','',24247,'https://litcaf.com/?p=24317',0,'revision','',0);
/*!40000 ALTER TABLE `wph0_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_builder_widget`
--

DROP TABLE IF EXISTS `wph0_pp_builder_widget`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_builder_widget` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `builder_type` varchar(20) NOT NULL,
  `builder_id` mediumint(9) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_builder_widget`
--

LOCK TABLES `wph0_pp_builder_widget` WRITE;
/*!40000 ALTER TABLE `wph0_pp_builder_widget` DISABLE KEYS */;
INSERT INTO `wph0_pp_builder_widget` (`id`, `builder_type`, `builder_id`) VALUES (1,'melange',1);
/*!40000 ALTER TABLE `wph0_pp_builder_widget` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_edit_profile_builder`
--

DROP TABLE IF EXISTS `wph0_pp_edit_profile_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_edit_profile_builder` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `success_edit_profile` text NOT NULL,
  `date` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_edit_profile_builder`
--

LOCK TABLES `wph0_pp_edit_profile_builder` WRITE;
/*!40000 ALTER TABLE `wph0_pp_edit_profile_builder` DISABLE KEYS */;
INSERT INTO `wph0_pp_edit_profile_builder` (`id`, `title`, `structure`, `css`, `success_edit_profile`, `date`) VALUES (1,'Smiley Edit Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		[user-avatar class=\"ppavatar\"]\n		<div class=\"pp-edia\">\n			[remove-user-avatar class=\"pp-del-pix custom-file-upload\" label=\"Delete Picture\"]\n		</div>\n	</div>\n\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\"><span class=\"ppname\">Edit Profile</span></div>\n		<div class=\"ppprofdata\">\n			<div class=\"heading\">Personal Information</div>\n			[edit-profile-username class=\"pp-top\" placeholder=\"Username\"]\n			<br/> [edit-profile-email title=\"Email Address\" placeholder=\"Email Address\"]\n			<br/> [edit-profile-password title=\"Password\" placeholder=\"Password\"]\n			<br/> [edit-profile-website title=\"Website\" placeholder=\"Website\"]\n			<br/> [edit-profile-nickname title=\"Nickname\" placeholder=\"Nickname\"]\n			<br/> [edit-profile-first-name title=\"First Name\" placeholder=\"First Name\"]\n			<br/> [edit-profile-last-name title=\"Last Name\" placeholder=\"Last Name\"]\n			<br/> [edit-profile-cpf key=\"country\" type=\"text\" title=\"Country\" placeholder=\"Country\"]\n			<br/>\n\n			<div class=\"pp-smiley-file\">\n				<label for=\"pp-file-upload\" class=\"custom-file-upload\">Choose file</label> [edit-profile-avatar id=\"pp-file-upload\"]\n				<span id=\"pp-file-upload-value\">upload avatar</span>\n			</div>\n			[edit-profile-bio title=\"Bio\" placeholder=\"Bio\"] [edit-profile-display-name title=\"Display Name\" class=\"pp-no-radius\" placeholder=\"Display Name\"] [edit-profile-cpf key=\"gender\" type=\"select\" title=\"Gender\" class=\"pp-gender\"]\n			<br style=\"clear:both\"/> <br style=\"clear:both\"/> <br/>\n\n			<div class=\"heading\">Social Media Profile URLs</div>\n			[edit-profile-cpf key=\"facebook\" type=\"text\" class=\"pp-top\" title=\"Facebook profile URL\" placeholder=\"Facebook profile\"]\n			<br/> [edit-profile-cpf key=\"twitter\" type=\"text\" title=\"Twitter Profile URL\" placeholder=\"Twitter URL\"]\n			<br/> [edit-profile-cpf key=\"linkedin\" type=\"text\" title=\"LinkedIn Profile URL\" placeholder=\"LinkedIn Profile\"]\n			<br/> [edit-profile-cpf key=\"google\" class=\"pp-bottom\" title=\"Google+ Profile\" type=\"text\" placeholder=\"Google+ Profile\"]\n			<br style=\"clear:both\"/> <br/> <br/>\n		</div>\n		<div class=\"pploginbutton\">\n			[edit-profile-submit class=\"pplogbutt\"]\n		</div>\n	</div>\n</div>\n</div>\n\n<script type=\"text/javascript\">\n	(function ($) {\n		$(\"input:file[id=pp-file-upload]\").change(function () {\n			$(\"#pp-file-upload-value\").html($(this).val());\n		});\n	})(jQuery);\n</script>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.pp-edit-success {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #2ecc71;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.ppprofile1 {\n    font-family: \"Proxima Nova\";\n}\n\n.ppprofile1 input[type=\"file\"] {\n    display: none;\n}\n\n#pp-file-upload-value {\n    padding: 5px 10px 1px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);\n}\n\n.ppprofile1 .pp-top {\n    border-top-left-radius:4px !important;\n    border-top-right-radius:4px !important;\n}\n\n.ppprofile1 .pp-bottom {\n    border-bottom-left-radius:4px !important;\n    border-bottom-right-radius:4px !important;\n    border-bottom:0;\n}\n\n.ppprofile1 .custom-file-upload {\n    font-size: 15px;\n}\n\n.ppprofile1 .custom-file-upload {\n    margin: 0 !important;\n    background: #BABABA;\n    border: 1px solid #BABABA;\n    border-top: 1px solid #ccc;\n    border-left: 1px solid #ccc;\n    -moz-border-radius: 3px;\n    -webkit-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff;\n    display: inline-block;\n    text-decoration: none;\n    cursor: pointer;\n    line-height: normal;\n    padding: 5px;\n}\n\n.pp-del-pix {\n    font-size: 10px !important;\n    background-color: rgb(221, 51, 51) !important;\n    border: 0 none !important;\n}\n\n.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 350px;\n    height: 80px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    position: relative;\n}\n.ppprofile1 .ppavatar {\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin: auto;\n    background: #f1f1f1;\n    width: 120px;\n    position: relative;\n}\n.ppprofile1 .ppboxb {\n    background: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 350px;\n    /* height: 400px; */\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata div.heading {\n    text-align:center;\n}\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n.ppprofile1 .ppprofdata ul li strong {\n    padding-right: 6px;\n    color: #D6EBFA;\n}\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}\n.pp-smiley-file, .ppprofile1 input[type=text], .ppprofile1 input[type=password], .ppprofile1 textarea {\n    border: 0;\n    margin: 0;\n    border-radius: 0;\n    box-sizing: border-box;\n    color: #2b2b2b;\n    font-weight: 500;\n    background-color:#fff;\n    font-family:\"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n    text-align: left;\n}\n\n.ppprofdata textarea {\n  height: 140px;\n}\n\n.pp-smiley-file, .ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus, .ppprofile1 input[type=file]:focus, .ppprofile1 textarea:focus {\n    outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n    text-align: center;\n    color: #F1F1F1;\n    text-decoration: none;\n    font-size: 12px;\n}\n.ppprofile1 .pploginbutton {\n    text-align: center;\n}\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family:\"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    height: 165px;\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n.ppprofile1 .ppsocialmedia .ppsochead {\n    font-weight: 500;\n    font-size: 16px;\n}\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius:4px;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px !important;\n    border-bottom-right-radius:4px !important;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-no-radius {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n\n.pp-gender:focus, .pp-css:focus {\n    outline: none;\n}\n.pp-ep .pp-gender {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n.pp-epf label {\n    float: left;\n    margin-bottom: 10px;\n}\n\n.pp-edia {\n	  position: absolute;\n	  right: 11px;\n	  top: -5px;\n	  margin-top: 75px;\n	  padding: 6px;\n	  border-bottom-right-radius: 3px;\n	  padding-left: 8px;\n	  font-size: 12px;\n}\n\n.pp-edia a {\n	text-decoration: none;\n	color: #1f1f1f;\n}','<div class=\"pp-edit-success\">Changes saved.</div>','2024-09-13'),(2,'Boson Edit Profile Theme','<div class=\"edit-profile\">\n\n <div class=\"boson-container\">\n            <div class=\"login\">\n                 <h1>Edit Profile</h1>\n<p>\n<label for=\"id-username\">Username</label>\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\n</p>\n\n<p>\n<label for=\"id-password\">Password</label>\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\n</p>\n\n<p>\n<label for=\"id-email\">Email Address</label>\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\n</p>\n\n<p>\n<label for=\"id-website\">Website</label>\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Nickname</label>\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\n</p>\n\n<p class=\"demo-download\">\n[user-avatar]\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Profile Picture</label>\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\n</p>\n\n<p>\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\n</p>\n\n<p>\n<label for=\"id-firstname\">First Name</label>\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\n</p>\n\n<p>\n<label for=\"id-lastname\">Last Name</label>\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\n</p>\n\n<p style=\"text-align:center\">\n[edit-profile-submit value=\"Save Profile\"]\n</p>\n\n</div>\n</div>\n\n</div>','/* css class for the edit profile generated errors */\n\n.profilepress-edit-profile-status {\n	color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n\n/* Boson form CSS */\n\n.boson-container {\n    margin: auto;\n}\n.boson-container a {\n    color: #527881;\n    text-decoration: underline;\n    text-align: center;\n}\n.boson-container > .login {\n    position: relative;\n    padding: 20px 20px 20px;\n    width: 90%;\n    background: white;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n}\n.boson-container > .login h1 {\n    margin: -20px -20px 21px;\n    line-height: 40px;\n    font-size: 15px;\n    font-weight: bold;\n    color: #555;\n    text-align: center;\n    text-shadow: 0 1px white;\n    background: #f3f3f3;\n    border-bottom: 1px solid #cfcfcf;\n    border-radius: 3px 3px 0 0;\n    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\n    -webkit-box-shadow: 0 1px whitesmoke;\n    box-shadow: 0 1px whitesmoke;\n}\n.boson-container > .login p {\n    margin: 10px 0;\n    font-size: 20px;\n    color: #555;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    width: 100%;\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n.boson-container > .login p.submit {\n    text-align: center;\n}\n:-moz-placeholder {\n    color: #c9c9c9 !important;\n    font-size: 13px;\n}\n::-webkit-input-placeholder {\n    color: #ccc;\n    font-size: 13px;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    margin: 5px;\n    padding: 0 10px;\n    height: 34px;\n    color: #404040;\n    background: white;\n    border: 1px solid;\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n    border-radius: 2px;\n    outline: 5px solid #eff4f7;\n    -moz-outline-radius: 3px;\n    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\n    border-color: #7dc9e2;\n    outline-color: #dceefc;\n    outline-offset: 0;\n}\n\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\n    cursor: pointer;\n    padding: 1px 18px;\n    height: 29px;\n    font-size: 12px;\n    font-weight: bold;\n    color: #527881;\n    text-shadow: 0 1px #e3f1f1;\n    background: #cde5ef;\n    border: 1px solid;\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\n    border-radius: 16px;\n    outline: 0;\n    -webkit-box-sizing: content-box;\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n}\n.boson-container > .login input[type=submit]:active {\n    background: #cde5ef;\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\n    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n\n.boson-container > .login button.removed {\n    width: 40px;\n}\n\n.boson-container > .login input[type=submit] {\nwidth: 80%;\n}\n\n\n.demo-download img {\n    border-radius: 50%;\n    display: block;\n    height: 190px;\n    margin: 0 auto 10px;\n    padding: 2px;\n    text-align: center;\n    width: 190px;\n}\n','<div class=\"profilepress-edit-profile-status\"><span class=\"fui-check\"></span> Changes saved</div>','2024-09-13'),(3,'FlatUI Edit Profile Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[edit-profile-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-user\" for=\"reg-username\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\"]\n<label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"nickname\"]\n<label class=\"login-field-icon fui-user\" for=\"nickname\"></label>\n</div>\n\n<div class=\"form-group\">\n<span class=\"demo-download\">\n[user-avatar]  [remove-user-avatar label=\"Remove\" class=\"btn btn-danger\"]\n</span>\n</div>\n\n<div class=\"form-group\">\n<label for=\"avatar\">Profile Picture</label>\n[edit-profile-avatar placeholder=\"avatar\" id=\"avatar\" class=\"filestyle\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"flat-select\" placeholder=\"Display Name\" id=\"display-name\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-first-name class=\"form-control login-field\" id=\"firstname\"  placeholder=\"First Name\"]\n<label class=\"login-field-icon fui-user\" for=\"firstname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-last-name class=\"form-control login-field\" id=\"lastname\" placeholder=\"Last Name\"]\n<label class=\"login-field-icon fui-user\" for=\"lastname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-cpf key=\"country\" type=\"text\" class=\"form-control login-field\" id=\"country\" placeholder=\"Country\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-bio class=\"form-control login-field\" id=\"reg-bio\" placeholder=\"About / Bio\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"gender\">Gender</label><br/>\n[edit-profile-cpf key=\"gender\" type=\"radio\" class=\"flat-radio\" id=\"gender\"]\n</div>\n\n\n<p>\n[edit-profile-submit value=\"Edit Profile\" class=\"btn btn-block btn-lg btn-primary\" id=\"submit-button\"]\n</p>\n\n</div>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n   color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-edit-profile-status\"><h4>Changes Saved Successfully</h4></div>','2024-09-13'),(4,'Smiley Edit Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		[user-avatar class=\"ppavatar\"]\n		<div class=\"pp-edia\">\n			[remove-user-avatar class=\"pp-del-pix custom-file-upload\" label=\"Delete Picture\"]\n		</div>\n	</div>\n\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\"><span class=\"ppname\">Edit Profile</span></div>\n		<div class=\"ppprofdata\">\n			<div class=\"heading\">Personal Information</div>\n			[edit-profile-username class=\"pp-top\" placeholder=\"Username\"]\n			<br/> [edit-profile-email title=\"Email Address\" placeholder=\"Email Address\"]\n			<br/> [edit-profile-password title=\"Password\" placeholder=\"Password\"]\n			<br/> [edit-profile-website title=\"Website\" placeholder=\"Website\"]\n			<br/> [edit-profile-nickname title=\"Nickname\" placeholder=\"Nickname\"]\n			<br/> [edit-profile-first-name title=\"First Name\" placeholder=\"First Name\"]\n			<br/> [edit-profile-last-name title=\"Last Name\" placeholder=\"Last Name\"]\n			<br/> [edit-profile-cpf key=\"country\" type=\"text\" title=\"Country\" placeholder=\"Country\"]\n			<br/>\n\n			<div class=\"pp-smiley-file\">\n				<label for=\"pp-file-upload\" class=\"custom-file-upload\">Choose file</label> [edit-profile-avatar id=\"pp-file-upload\"]\n				<span id=\"pp-file-upload-value\">upload avatar</span>\n			</div>\n			[edit-profile-bio title=\"Bio\" placeholder=\"Bio\"] [edit-profile-display-name title=\"Display Name\" class=\"pp-no-radius\" placeholder=\"Display Name\"] [edit-profile-cpf key=\"gender\" type=\"select\" title=\"Gender\" class=\"pp-gender\"]\n			<br style=\"clear:both\"/> <br style=\"clear:both\"/> <br/>\n\n			<div class=\"heading\">Social Media Profile URLs</div>\n			[edit-profile-cpf key=\"facebook\" type=\"text\" class=\"pp-top\" title=\"Facebook profile URL\" placeholder=\"Facebook profile\"]\n			<br/> [edit-profile-cpf key=\"twitter\" type=\"text\" title=\"Twitter Profile URL\" placeholder=\"Twitter URL\"]\n			<br/> [edit-profile-cpf key=\"linkedin\" type=\"text\" title=\"LinkedIn Profile URL\" placeholder=\"LinkedIn Profile\"]\n			<br/> [edit-profile-cpf key=\"google\" class=\"pp-bottom\" title=\"Google+ Profile\" type=\"text\" placeholder=\"Google+ Profile\"]\n			<br style=\"clear:both\"/> <br/> <br/>\n		</div>\n		<div class=\"pploginbutton\">\n			[edit-profile-submit class=\"pplogbutt\"]\n		</div>\n	</div>\n</div>\n</div>\n\n<script type=\"text/javascript\">\n	(function ($) {\n		$(\"input:file[id=pp-file-upload]\").change(function () {\n			$(\"#pp-file-upload-value\").html($(this).val());\n		});\n	})(jQuery);\n</script>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.pp-edit-success {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #2ecc71;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.ppprofile1 {\n    font-family: \"Proxima Nova\";\n}\n\n.ppprofile1 input[type=\"file\"] {\n    display: none;\n}\n\n#pp-file-upload-value {\n    padding: 5px 10px 1px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);\n}\n\n.ppprofile1 .pp-top {\n    border-top-left-radius:4px !important;\n    border-top-right-radius:4px !important;\n}\n\n.ppprofile1 .pp-bottom {\n    border-bottom-left-radius:4px !important;\n    border-bottom-right-radius:4px !important;\n    border-bottom:0;\n}\n\n.ppprofile1 .custom-file-upload {\n    font-size: 15px;\n}\n\n.ppprofile1 .custom-file-upload {\n    margin: 0 !important;\n    background: #BABABA;\n    border: 1px solid #BABABA;\n    border-top: 1px solid #ccc;\n    border-left: 1px solid #ccc;\n    -moz-border-radius: 3px;\n    -webkit-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff;\n    display: inline-block;\n    text-decoration: none;\n    cursor: pointer;\n    line-height: normal;\n    padding: 5px;\n}\n\n.pp-del-pix {\n    font-size: 10px !important;\n    background-color: rgb(221, 51, 51) !important;\n    border: 0 none !important;\n}\n\n.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 350px;\n    height: 80px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    position: relative;\n}\n.ppprofile1 .ppavatar {\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin: auto;\n    background: #f1f1f1;\n    width: 120px;\n    position: relative;\n}\n.ppprofile1 .ppboxb {\n    background: url(https://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 350px;\n    /* height: 400px; */\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata div.heading {\n    text-align:center;\n}\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n.ppprofile1 .ppprofdata ul li strong {\n    padding-right: 6px;\n    color: #D6EBFA;\n}\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}\n.pp-smiley-file, .ppprofile1 input[type=text], .ppprofile1 input[type=password], .ppprofile1 textarea {\n    border: 0;\n    margin: 0;\n    border-radius: 0;\n    box-sizing: border-box;\n    color: #2b2b2b;\n    font-weight: 500;\n    background-color:#fff;\n    font-family:\"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n    text-align: left;\n}\n\n.ppprofdata textarea {\n  height: 140px;\n}\n\n.pp-smiley-file, .ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus, .ppprofile1 input[type=file]:focus, .ppprofile1 textarea:focus {\n    outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n    text-align: center;\n    color: #F1F1F1;\n    text-decoration: none;\n    font-size: 12px;\n}\n.ppprofile1 .pploginbutton {\n    text-align: center;\n}\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family:\"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    height: 165px;\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n.ppprofile1 .ppsocialmedia .ppsochead {\n    font-weight: 500;\n    font-size: 16px;\n}\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius:4px;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px !important;\n    border-bottom-right-radius:4px !important;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-no-radius {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n\n.pp-gender:focus, .pp-css:focus {\n    outline: none;\n}\n.pp-ep .pp-gender {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n.pp-epf label {\n    float: left;\n    margin-bottom: 10px;\n}\n\n.pp-edia {\n	  position: absolute;\n	  right: 11px;\n	  top: -5px;\n	  margin-top: 75px;\n	  padding: 6px;\n	  border-bottom-right-radius: 3px;\n	  padding-left: 8px;\n	  font-size: 12px;\n}\n\n.pp-edia a {\n	text-decoration: none;\n	color: #1f1f1f;\n}','<div class=\"pp-edit-success\">Changes saved.</div>','2025-01-08'),(5,'Boson Edit Profile Theme','<div class=\"edit-profile\">\n\n <div class=\"boson-container\">\n            <div class=\"login\">\n                 <h1>Edit Profile</h1>\n<p>\n<label for=\"id-username\">Username</label>\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\n</p>\n\n<p>\n<label for=\"id-password\">Password</label>\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\n</p>\n\n<p>\n<label for=\"id-email\">Email Address</label>\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\n</p>\n\n<p>\n<label for=\"id-website\">Website</label>\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Nickname</label>\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\n</p>\n\n<p class=\"demo-download\">\n[user-avatar]\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Profile Picture</label>\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\n</p>\n\n<p>\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\n</p>\n\n<p>\n<label for=\"id-firstname\">First Name</label>\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\n</p>\n\n<p>\n<label for=\"id-lastname\">Last Name</label>\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\n</p>\n\n<p style=\"text-align:center\">\n[edit-profile-submit value=\"Save Profile\"]\n</p>\n\n</div>\n</div>\n\n</div>','/* css class for the edit profile generated errors */\n\n.profilepress-edit-profile-status {\n	color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n\n/* Boson form CSS */\n\n.boson-container {\n    margin: auto;\n}\n.boson-container a {\n    color: #527881;\n    text-decoration: underline;\n    text-align: center;\n}\n.boson-container > .login {\n    position: relative;\n    padding: 20px 20px 20px;\n    width: 90%;\n    background: white;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n}\n.boson-container > .login h1 {\n    margin: -20px -20px 21px;\n    line-height: 40px;\n    font-size: 15px;\n    font-weight: bold;\n    color: #555;\n    text-align: center;\n    text-shadow: 0 1px white;\n    background: #f3f3f3;\n    border-bottom: 1px solid #cfcfcf;\n    border-radius: 3px 3px 0 0;\n    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\n    -webkit-box-shadow: 0 1px whitesmoke;\n    box-shadow: 0 1px whitesmoke;\n}\n.boson-container > .login p {\n    margin: 10px 0;\n    font-size: 20px;\n    color: #555;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    width: 100%;\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n.boson-container > .login p.submit {\n    text-align: center;\n}\n:-moz-placeholder {\n    color: #c9c9c9 !important;\n    font-size: 13px;\n}\n::-webkit-input-placeholder {\n    color: #ccc;\n    font-size: 13px;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    margin: 5px;\n    padding: 0 10px;\n    height: 34px;\n    color: #404040;\n    background: white;\n    border: 1px solid;\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n    border-radius: 2px;\n    outline: 5px solid #eff4f7;\n    -moz-outline-radius: 3px;\n    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\n    border-color: #7dc9e2;\n    outline-color: #dceefc;\n    outline-offset: 0;\n}\n\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\n    cursor: pointer;\n    padding: 1px 18px;\n    height: 29px;\n    font-size: 12px;\n    font-weight: bold;\n    color: #527881;\n    text-shadow: 0 1px #e3f1f1;\n    background: #cde5ef;\n    border: 1px solid;\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\n    border-radius: 16px;\n    outline: 0;\n    -webkit-box-sizing: content-box;\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n}\n.boson-container > .login input[type=submit]:active {\n    background: #cde5ef;\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\n    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n\n.boson-container > .login button.removed {\n    width: 40px;\n}\n\n.boson-container > .login input[type=submit] {\nwidth: 80%;\n}\n\n\n.demo-download img {\n    border-radius: 50%;\n    display: block;\n    height: 190px;\n    margin: 0 auto 10px;\n    padding: 2px;\n    text-align: center;\n    width: 190px;\n}\n','<div class=\"profilepress-edit-profile-status\"><span class=\"fui-check\"></span> Changes saved</div>','2025-01-08'),(6,'FlatUI Edit Profile Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[edit-profile-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-user\" for=\"reg-username\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\"]\n<label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"nickname\"]\n<label class=\"login-field-icon fui-user\" for=\"nickname\"></label>\n</div>\n\n<div class=\"form-group\">\n<span class=\"demo-download\">\n[user-avatar]  [remove-user-avatar label=\"Remove\" class=\"btn btn-danger\"]\n</span>\n</div>\n\n<div class=\"form-group\">\n<label for=\"avatar\">Profile Picture</label>\n[edit-profile-avatar placeholder=\"avatar\" id=\"avatar\" class=\"filestyle\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"flat-select\" placeholder=\"Display Name\" id=\"display-name\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-first-name class=\"form-control login-field\" id=\"firstname\"  placeholder=\"First Name\"]\n<label class=\"login-field-icon fui-user\" for=\"firstname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-last-name class=\"form-control login-field\" id=\"lastname\" placeholder=\"Last Name\"]\n<label class=\"login-field-icon fui-user\" for=\"lastname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-cpf key=\"country\" type=\"text\" class=\"form-control login-field\" id=\"country\" placeholder=\"Country\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-bio class=\"form-control login-field\" id=\"reg-bio\" placeholder=\"About / Bio\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"gender\">Gender</label><br/>\n[edit-profile-cpf key=\"gender\" type=\"radio\" class=\"flat-radio\" id=\"gender\"]\n</div>\n\n\n<p>\n[edit-profile-submit value=\"Edit Profile\" class=\"btn btn-block btn-lg btn-primary\" id=\"submit-button\"]\n</p>\n\n</div>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n   color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-edit-profile-status\"><h4>Changes Saved Successfully</h4></div>','2025-01-08'),(7,'Smiley Edit Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		[user-avatar class=\"ppavatar\"]\n		<div class=\"pp-edia\">\n			[remove-user-avatar class=\"pp-del-pix custom-file-upload\" label=\"Delete Picture\"]\n		</div>\n	</div>\n\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\"><span class=\"ppname\">Edit Profile</span></div>\n		<div class=\"ppprofdata\">\n			<div class=\"heading\">Personal Information</div>\n			[edit-profile-username class=\"pp-top\" placeholder=\"Username\"]\n			<br/> [edit-profile-email title=\"Email Address\" placeholder=\"Email Address\"]\n			<br/> [edit-profile-password title=\"Password\" placeholder=\"Password\"]\n			<br/> [edit-profile-website title=\"Website\" placeholder=\"Website\"]\n			<br/> [edit-profile-nickname title=\"Nickname\" placeholder=\"Nickname\"]\n			<br/> [edit-profile-first-name title=\"First Name\" placeholder=\"First Name\"]\n			<br/> [edit-profile-last-name title=\"Last Name\" placeholder=\"Last Name\"]\n			<br/> [edit-profile-cpf key=\"country\" type=\"text\" title=\"Country\" placeholder=\"Country\"]\n			<br/>\n\n			<div class=\"pp-smiley-file\">\n				<label for=\"pp-file-upload\" class=\"custom-file-upload\">Choose file</label> [edit-profile-avatar id=\"pp-file-upload\"]\n				<span id=\"pp-file-upload-value\">upload avatar</span>\n			</div>\n			[edit-profile-bio title=\"Bio\" placeholder=\"Bio\"] [edit-profile-display-name title=\"Display Name\" class=\"pp-no-radius\" placeholder=\"Display Name\"] [edit-profile-cpf key=\"gender\" type=\"select\" title=\"Gender\" class=\"pp-gender\"]\n			<br style=\"clear:both\"/> <br style=\"clear:both\"/> <br/>\n\n			<div class=\"heading\">Social Media Profile URLs</div>\n			[edit-profile-cpf key=\"facebook\" type=\"text\" class=\"pp-top\" title=\"Facebook profile URL\" placeholder=\"Facebook profile\"]\n			<br/> [edit-profile-cpf key=\"twitter\" type=\"text\" title=\"Twitter Profile URL\" placeholder=\"Twitter URL\"]\n			<br/> [edit-profile-cpf key=\"linkedin\" type=\"text\" title=\"LinkedIn Profile URL\" placeholder=\"LinkedIn Profile\"]\n			<br/> [edit-profile-cpf key=\"google\" class=\"pp-bottom\" title=\"Google+ Profile\" type=\"text\" placeholder=\"Google+ Profile\"]\n			<br style=\"clear:both\"/> <br/> <br/>\n		</div>\n		<div class=\"pploginbutton\">\n			[edit-profile-submit class=\"pplogbutt\"]\n		</div>\n	</div>\n</div>\n</div>\n\n<script type=\"text/javascript\">\n	(function ($) {\n		$(\"input:file[id=pp-file-upload]\").change(function () {\n			$(\"#pp-file-upload-value\").html($(this).val());\n		});\n	})(jQuery);\n</script>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.pp-edit-success {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #2ecc71;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.ppprofile1 {\n    font-family: \"Proxima Nova\";\n}\n\n.ppprofile1 input[type=\"file\"] {\n    display: none;\n}\n\n#pp-file-upload-value {\n    padding: 5px 10px 1px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);\n}\n\n.ppprofile1 .pp-top {\n    border-top-left-radius:4px !important;\n    border-top-right-radius:4px !important;\n}\n\n.ppprofile1 .pp-bottom {\n    border-bottom-left-radius:4px !important;\n    border-bottom-right-radius:4px !important;\n    border-bottom:0;\n}\n\n.ppprofile1 .custom-file-upload {\n    font-size: 15px;\n}\n\n.ppprofile1 .custom-file-upload {\n    margin: 0 !important;\n    background: #BABABA;\n    border: 1px solid #BABABA;\n    border-top: 1px solid #ccc;\n    border-left: 1px solid #ccc;\n    -moz-border-radius: 3px;\n    -webkit-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff;\n    display: inline-block;\n    text-decoration: none;\n    cursor: pointer;\n    line-height: normal;\n    padding: 5px;\n}\n\n.pp-del-pix {\n    font-size: 10px !important;\n    background-color: rgb(221, 51, 51) !important;\n    border: 0 none !important;\n}\n\n.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 350px;\n    height: 80px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    position: relative;\n}\n.ppprofile1 .ppavatar {\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin: auto;\n    background: #f1f1f1;\n    width: 120px;\n    position: relative;\n}\n.ppprofile1 .ppboxb {\n    background: url(https://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 350px;\n    /* height: 400px; */\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata div.heading {\n    text-align:center;\n}\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n.ppprofile1 .ppprofdata ul li strong {\n    padding-right: 6px;\n    color: #D6EBFA;\n}\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}\n.pp-smiley-file, .ppprofile1 input[type=text], .ppprofile1 input[type=password], .ppprofile1 textarea {\n    border: 0;\n    margin: 0;\n    border-radius: 0;\n    box-sizing: border-box;\n    color: #2b2b2b;\n    font-weight: 500;\n    background-color:#fff;\n    font-family:\"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n    text-align: left;\n}\n\n.ppprofdata textarea {\n  height: 140px;\n}\n\n.pp-smiley-file, .ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus, .ppprofile1 input[type=file]:focus, .ppprofile1 textarea:focus {\n    outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n    text-align: center;\n    color: #F1F1F1;\n    text-decoration: none;\n    font-size: 12px;\n}\n.ppprofile1 .pploginbutton {\n    text-align: center;\n}\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family:\"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    height: 165px;\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n.ppprofile1 .ppsocialmedia .ppsochead {\n    font-weight: 500;\n    font-size: 16px;\n}\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius:4px;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px !important;\n    border-bottom-right-radius:4px !important;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-no-radius {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n\n.pp-gender:focus, .pp-css:focus {\n    outline: none;\n}\n.pp-ep .pp-gender {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n.pp-epf label {\n    float: left;\n    margin-bottom: 10px;\n}\n\n.pp-edia {\n	  position: absolute;\n	  right: 11px;\n	  top: -5px;\n	  margin-top: 75px;\n	  padding: 6px;\n	  border-bottom-right-radius: 3px;\n	  padding-left: 8px;\n	  font-size: 12px;\n}\n\n.pp-edia a {\n	text-decoration: none;\n	color: #1f1f1f;\n}','<div class=\"pp-edit-success\">Changes saved.</div>','2025-01-08'),(8,'Boson Edit Profile Theme','<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1></h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','<div class=\"profilepress-edit-profile-status\"><span class=\"fui-check\"></span> Changes saved</div>','2025-01-08'),(9,'FlatUI Edit Profile Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[edit-profile-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-user\" for=\"reg-username\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\"]\n<label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"nickname\"]\n<label class=\"login-field-icon fui-user\" for=\"nickname\"></label>\n</div>\n\n<div class=\"form-group\">\n<span class=\"demo-download\">\n[user-avatar]  [remove-user-avatar label=\"Remove\" class=\"btn btn-danger\"]\n</span>\n</div>\n\n<div class=\"form-group\">\n<label for=\"avatar\">Profile Picture</label>\n[edit-profile-avatar placeholder=\"avatar\" id=\"avatar\" class=\"filestyle\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"flat-select\" placeholder=\"Display Name\" id=\"display-name\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-first-name class=\"form-control login-field\" id=\"firstname\"  placeholder=\"First Name\"]\n<label class=\"login-field-icon fui-user\" for=\"firstname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-last-name class=\"form-control login-field\" id=\"lastname\" placeholder=\"Last Name\"]\n<label class=\"login-field-icon fui-user\" for=\"lastname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-cpf key=\"country\" type=\"text\" class=\"form-control login-field\" id=\"country\" placeholder=\"Country\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-bio class=\"form-control login-field\" id=\"reg-bio\" placeholder=\"About / Bio\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"gender\">Gender</label><br/>\n[edit-profile-cpf key=\"gender\" type=\"radio\" class=\"flat-radio\" id=\"gender\"]\n</div>\n\n\n<p>\n[edit-profile-submit value=\"Edit Profile\" class=\"btn btn-block btn-lg btn-primary\" id=\"submit-button\"]\n</p>\n\n</div>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n   color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-edit-profile-status\"><h4>Changes Saved Successfully</h4></div>','2025-01-08'),(10,'Smiley Edit Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		[user-avatar class=\"ppavatar\"]\n		<div class=\"pp-edia\">\n			[remove-user-avatar class=\"pp-del-pix custom-file-upload\" label=\"Delete Picture\"]\n		</div>\n	</div>\n\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\"><span class=\"ppname\">Edit Profile</span></div>\n		<div class=\"ppprofdata\">\n			<div class=\"heading\">Personal Information</div>\n			[edit-profile-username class=\"pp-top\" placeholder=\"Username\"]\n			<br/> [edit-profile-email title=\"Email Address\" placeholder=\"Email Address\"]\n			<br/> [edit-profile-password title=\"Password\" placeholder=\"Password\"]\n			<br/> [edit-profile-website title=\"Website\" placeholder=\"Website\"]\n			<br/> [edit-profile-nickname title=\"Nickname\" placeholder=\"Nickname\"]\n			<br/> [edit-profile-first-name title=\"First Name\" placeholder=\"First Name\"]\n			<br/> [edit-profile-last-name title=\"Last Name\" placeholder=\"Last Name\"]\n			<br/> [edit-profile-cpf key=\"country\" type=\"text\" title=\"Country\" placeholder=\"Country\"]\n			<br/>\n\n			<div class=\"pp-smiley-file\">\n				<label for=\"pp-file-upload\" class=\"custom-file-upload\">Choose file</label> [edit-profile-avatar id=\"pp-file-upload\"]\n				<span id=\"pp-file-upload-value\">upload avatar</span>\n			</div>\n			[edit-profile-bio title=\"Bio\" placeholder=\"Bio\"] [edit-profile-display-name title=\"Display Name\" class=\"pp-no-radius\" placeholder=\"Display Name\"] [edit-profile-cpf key=\"gender\" type=\"select\" title=\"Gender\" class=\"pp-gender\"]\n			<br style=\"clear:both\"/> <br style=\"clear:both\"/> <br/>\n\n			<div class=\"heading\">Social Media Profile URLs</div>\n			[edit-profile-cpf key=\"facebook\" type=\"text\" class=\"pp-top\" title=\"Facebook profile URL\" placeholder=\"Facebook profile\"]\n			<br/> [edit-profile-cpf key=\"twitter\" type=\"text\" title=\"Twitter Profile URL\" placeholder=\"Twitter URL\"]\n			<br/> [edit-profile-cpf key=\"linkedin\" type=\"text\" title=\"LinkedIn Profile URL\" placeholder=\"LinkedIn Profile\"]\n			<br/> [edit-profile-cpf key=\"google\" class=\"pp-bottom\" title=\"Google+ Profile\" type=\"text\" placeholder=\"Google+ Profile\"]\n			<br style=\"clear:both\"/> <br/> <br/>\n		</div>\n		<div class=\"pploginbutton\">\n			[edit-profile-submit class=\"pplogbutt\"]\n		</div>\n	</div>\n</div>\n</div>\n\n<script type=\"text/javascript\">\n	(function ($) {\n		$(\"input:file[id=pp-file-upload]\").change(function () {\n			$(\"#pp-file-upload-value\").html($(this).val());\n		});\n	})(jQuery);\n</script>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.pp-edit-success {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #2ecc71;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.ppprofile1 {\n    font-family: \"Proxima Nova\";\n}\n\n.ppprofile1 input[type=\"file\"] {\n    display: none;\n}\n\n#pp-file-upload-value {\n    padding: 5px 10px 1px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);\n}\n\n.ppprofile1 .pp-top {\n    border-top-left-radius:4px !important;\n    border-top-right-radius:4px !important;\n}\n\n.ppprofile1 .pp-bottom {\n    border-bottom-left-radius:4px !important;\n    border-bottom-right-radius:4px !important;\n    border-bottom:0;\n}\n\n.ppprofile1 .custom-file-upload {\n    font-size: 15px;\n}\n\n.ppprofile1 .custom-file-upload {\n    margin: 0 !important;\n    background: #BABABA;\n    border: 1px solid #BABABA;\n    border-top: 1px solid #ccc;\n    border-left: 1px solid #ccc;\n    -moz-border-radius: 3px;\n    -webkit-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff;\n    display: inline-block;\n    text-decoration: none;\n    cursor: pointer;\n    line-height: normal;\n    padding: 5px;\n}\n\n.pp-del-pix {\n    font-size: 10px !important;\n    background-color: rgb(221, 51, 51) !important;\n    border: 0 none !important;\n}\n\n.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 350px;\n    height: 80px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    position: relative;\n}\n.ppprofile1 .ppavatar {\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin: auto;\n    background: #f1f1f1;\n    width: 120px;\n    position: relative;\n}\n.ppprofile1 .ppboxb {\n    background: url(https://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 350px;\n    /* height: 400px; */\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata div.heading {\n    text-align:center;\n}\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n.ppprofile1 .ppprofdata ul li strong {\n    padding-right: 6px;\n    color: #D6EBFA;\n}\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}\n.pp-smiley-file, .ppprofile1 input[type=text], .ppprofile1 input[type=password], .ppprofile1 textarea {\n    border: 0;\n    margin: 0;\n    border-radius: 0;\n    box-sizing: border-box;\n    color: #2b2b2b;\n    font-weight: 500;\n    background-color:#fff;\n    font-family:\"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n    text-align: left;\n}\n\n.ppprofdata textarea {\n  height: 140px;\n}\n\n.pp-smiley-file, .ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus, .ppprofile1 input[type=file]:focus, .ppprofile1 textarea:focus {\n    outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n    text-align: center;\n    color: #F1F1F1;\n    text-decoration: none;\n    font-size: 12px;\n}\n.ppprofile1 .pploginbutton {\n    text-align: center;\n}\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family:\"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    height: 165px;\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n.ppprofile1 .ppsocialmedia .ppsochead {\n    font-weight: 500;\n    font-size: 16px;\n}\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius:4px;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px !important;\n    border-bottom-right-radius:4px !important;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-no-radius {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n\n.pp-gender:focus, .pp-css:focus {\n    outline: none;\n}\n.pp-ep .pp-gender {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n.pp-epf label {\n    float: left;\n    margin-bottom: 10px;\n}\n\n.pp-edia {\n	  position: absolute;\n	  right: 11px;\n	  top: -5px;\n	  margin-top: 75px;\n	  padding: 6px;\n	  border-bottom-right-radius: 3px;\n	  padding-left: 8px;\n	  font-size: 12px;\n}\n\n.pp-edia a {\n	text-decoration: none;\n	color: #1f1f1f;\n}','<div class=\"pp-edit-success\">Changes saved.</div>','2025-01-08'),(11,'Boson Edit Profile Theme','<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #606b68;\r\n    font-size: 50px;\r\n    font-weight: bold;\r\n    margin: 40px auto;\r\n    width: 80%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #0b8764;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 25px 25px 25px;\r\n    width: 80%;\r\n    background: white;\r\n    border-radius: 3px;\r\n    -webkit-box-shadow: 0 0 50px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\r\n    box-shadow: 0 0 50px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\r\n}\r\n.boson-container > .login h1 {\r\n    margin: -25px -25px 22px;\r\n    line-height: 45px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #0b8764;\r\n    text-align: left;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\r\n    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\r\n    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\r\n    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\r\n    -webkit-box-shadow: 0 1px whitesmoke;\r\n    box-shadow: 0 1px whitesmoke;\r\n}\r\n.boson-container > .login p {\r\n    margin: 13px 0;\r\n    font-size: 22px;\r\n    color: #0b8764;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 80%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 35px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #7fb3a4;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 6px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\r\n    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #5c6b68;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #cde5ef;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\r\n    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','<div class=\"profilepress-edit-profile-status\"><span class=\"fui-check\"></span> Changes saved</div>','2025-01-08'),(12,'FlatUI Edit Profile Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[edit-profile-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-user\" for=\"reg-username\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\"]\n<label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"nickname\"]\n<label class=\"login-field-icon fui-user\" for=\"nickname\"></label>\n</div>\n\n<div class=\"form-group\">\n<span class=\"demo-download\">\n[user-avatar]  [remove-user-avatar label=\"Remove\" class=\"btn btn-danger\"]\n</span>\n</div>\n\n<div class=\"form-group\">\n<label for=\"avatar\">Profile Picture</label>\n[edit-profile-avatar placeholder=\"avatar\" id=\"avatar\" class=\"filestyle\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"flat-select\" placeholder=\"Display Name\" id=\"display-name\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-first-name class=\"form-control login-field\" id=\"firstname\"  placeholder=\"First Name\"]\n<label class=\"login-field-icon fui-user\" for=\"firstname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-last-name class=\"form-control login-field\" id=\"lastname\" placeholder=\"Last Name\"]\n<label class=\"login-field-icon fui-user\" for=\"lastname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-cpf key=\"country\" type=\"text\" class=\"form-control login-field\" id=\"country\" placeholder=\"Country\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-bio class=\"form-control login-field\" id=\"reg-bio\" placeholder=\"About / Bio\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"gender\">Gender</label><br/>\n[edit-profile-cpf key=\"gender\" type=\"radio\" class=\"flat-radio\" id=\"gender\"]\n</div>\n\n\n<p>\n[edit-profile-submit value=\"Edit Profile\" class=\"btn btn-block btn-lg btn-primary\" id=\"submit-button\"]\n</p>\n\n</div>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n   color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-edit-profile-status\"><h4>Changes Saved Successfully</h4></div>','2025-01-08'),(13,'Smiley Edit Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		[user-avatar class=\"ppavatar\"]\n		<div class=\"pp-edia\">\n			[remove-user-avatar class=\"pp-del-pix custom-file-upload\" label=\"Delete Picture\"]\n		</div>\n	</div>\n\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\"><span class=\"ppname\">Edit Profile</span></div>\n		<div class=\"ppprofdata\">\n			<div class=\"heading\">Personal Information</div>\n			[edit-profile-username class=\"pp-top\" placeholder=\"Username\"]\n			<br/> [edit-profile-email title=\"Email Address\" placeholder=\"Email Address\"]\n			<br/> [edit-profile-password title=\"Password\" placeholder=\"Password\"]\n			<br/> [edit-profile-website title=\"Website\" placeholder=\"Website\"]\n			<br/> [edit-profile-nickname title=\"Nickname\" placeholder=\"Nickname\"]\n			<br/> [edit-profile-first-name title=\"First Name\" placeholder=\"First Name\"]\n			<br/> [edit-profile-last-name title=\"Last Name\" placeholder=\"Last Name\"]\n			<br/> [edit-profile-cpf key=\"country\" type=\"text\" title=\"Country\" placeholder=\"Country\"]\n			<br/>\n\n			<div class=\"pp-smiley-file\">\n				<label for=\"pp-file-upload\" class=\"custom-file-upload\">Choose file</label> [edit-profile-avatar id=\"pp-file-upload\"]\n				<span id=\"pp-file-upload-value\">upload avatar</span>\n			</div>\n			[edit-profile-bio title=\"Bio\" placeholder=\"Bio\"] [edit-profile-display-name title=\"Display Name\" class=\"pp-no-radius\" placeholder=\"Display Name\"] [edit-profile-cpf key=\"gender\" type=\"select\" title=\"Gender\" class=\"pp-gender\"]\n			<br style=\"clear:both\"/> <br style=\"clear:both\"/> <br/>\n\n			<div class=\"heading\">Social Media Profile URLs</div>\n			[edit-profile-cpf key=\"facebook\" type=\"text\" class=\"pp-top\" title=\"Facebook profile URL\" placeholder=\"Facebook profile\"]\n			<br/> [edit-profile-cpf key=\"twitter\" type=\"text\" title=\"Twitter Profile URL\" placeholder=\"Twitter URL\"]\n			<br/> [edit-profile-cpf key=\"linkedin\" type=\"text\" title=\"LinkedIn Profile URL\" placeholder=\"LinkedIn Profile\"]\n			<br/> [edit-profile-cpf key=\"google\" class=\"pp-bottom\" title=\"Google+ Profile\" type=\"text\" placeholder=\"Google+ Profile\"]\n			<br style=\"clear:both\"/> <br/> <br/>\n		</div>\n		<div class=\"pploginbutton\">\n			[edit-profile-submit class=\"pplogbutt\"]\n		</div>\n	</div>\n</div>\n</div>\n\n<script type=\"text/javascript\">\n	(function ($) {\n		$(\"input:file[id=pp-file-upload]\").change(function () {\n			$(\"#pp-file-upload-value\").html($(this).val());\n		});\n	})(jQuery);\n</script>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.pp-edit-success {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #2ecc71;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 5px auto;\n}\n\n.ppprofile1 {\n    font-family: \"Proxima Nova\";\n}\n\n.ppprofile1 input[type=\"file\"] {\n    display: none;\n}\n\n#pp-file-upload-value {\n    padding: 5px 10px 1px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, 0);\n}\n\n.ppprofile1 .pp-top {\n    border-top-left-radius:4px !important;\n    border-top-right-radius:4px !important;\n}\n\n.ppprofile1 .pp-bottom {\n    border-bottom-left-radius:4px !important;\n    border-bottom-right-radius:4px !important;\n    border-bottom:0;\n}\n\n.ppprofile1 .custom-file-upload {\n    font-size: 15px;\n}\n\n.ppprofile1 .custom-file-upload {\n    margin: 0 !important;\n    background: #BABABA;\n    border: 1px solid #BABABA;\n    border-top: 1px solid #ccc;\n    border-left: 1px solid #ccc;\n    -moz-border-radius: 3px;\n    -webkit-border-radius: 3px;\n    border-radius: 3px;\n    color: #fff;\n    display: inline-block;\n    text-decoration: none;\n    cursor: pointer;\n    line-height: normal;\n    padding: 5px;\n}\n\n.pp-del-pix {\n    font-size: 10px !important;\n    background-color: rgb(221, 51, 51) !important;\n    border: 0 none !important;\n}\n\n.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 350px;\n    height: 80px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n    position: relative;\n}\n.ppprofile1 .ppavatar {\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin: auto;\n    background: #f1f1f1;\n    width: 120px;\n    position: relative;\n}\n.ppprofile1 .ppboxb {\n    background: url(https://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 350px;\n    /* height: 400px; */\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata div.heading {\n    text-align:center;\n}\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n.ppprofile1 .ppprofdata ul li strong {\n    padding-right: 6px;\n    color: #D6EBFA;\n}\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}\n.pp-smiley-file, .ppprofile1 input[type=text], .ppprofile1 input[type=password], .ppprofile1 textarea {\n    border: 0;\n    margin: 0;\n    border-radius: 0;\n    box-sizing: border-box;\n    color: #2b2b2b;\n    font-weight: 500;\n    background-color:#fff;\n    font-family:\"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n    text-align: left;\n}\n\n.ppprofdata textarea {\n  height: 140px;\n}\n\n.pp-smiley-file, .ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus, .ppprofile1 input[type=file]:focus, .ppprofile1 textarea:focus {\n    outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n    text-align: center;\n    color: #F1F1F1;\n    text-decoration: none;\n    font-size: 12px;\n}\n.ppprofile1 .pploginbutton {\n    text-align: center;\n}\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family:\"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    height: 165px;\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n.ppprofile1 .ppsocialmedia .ppsochead {\n    font-weight: 500;\n    font-size: 16px;\n}\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px;\n    border-bottom-right-radius:4px;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-gender, .pp-css {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    border-bottom-left-radius: 4px !important;\n    border-bottom-right-radius:4px !important;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n .pp-no-radius {\n    border: 0;\n    background: #fff;\n    width: 230px;\n    font-size: 14px;\n    font-family:\"Proxima Nova\";\n    color: rgba(0, 0, 0, .5);\n    font-weight: 500;\n    border-radius: 0;\n    padding: 12px;\n    -webkit-appearance: none;\n    -moz-appearance: none;\n    appearance: none;\n}\n\n\n.pp-gender:focus, .pp-css:focus {\n    outline: none;\n}\n.pp-ep .pp-gender {\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n.pp-epf label {\n    float: left;\n    margin-bottom: 10px;\n}\n\n.pp-edia {\n	  position: absolute;\n	  right: 11px;\n	  top: -5px;\n	  margin-top: 75px;\n	  padding: 6px;\n	  border-bottom-right-radius: 3px;\n	  padding-left: 8px;\n	  font-size: 12px;\n}\n\n.pp-edia a {\n	text-decoration: none;\n	color: #1f1f1f;\n}','<div class=\"pp-edit-success\">Changes saved.</div>','2025-01-08'),(14,'Boson Edit Profile Theme','<div class=\"edit-profile\">\n\n <div class=\"boson-container\">\n            <div class=\"login\">\n                 <h1>Edit Profile</h1>\n<p>\n<label for=\"id-username\">Username</label>\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\n</p>\n\n<p>\n<label for=\"id-password\">Password</label>\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\n</p>\n\n<p>\n<label for=\"id-email\">Email Address</label>\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\n</p>\n\n<p>\n<label for=\"id-website\">Website</label>\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Nickname</label>\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\n</p>\n\n<p class=\"demo-download\">\n[user-avatar]\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\n</p>\n\n<p>\n<label for=\"id-nickname\">Profile Picture</label>\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\n</p>\n\n<p>\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\n</p>\n\n<p>\n<label for=\"id-firstname\">First Name</label>\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\n</p>\n\n<p>\n<label for=\"id-lastname\">Last Name</label>\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\n</p>\n\n<p style=\"text-align:center\">\n[edit-profile-submit value=\"Save Profile\"]\n</p>\n\n</div>\n</div>\n\n</div>','/* css class for the edit profile generated errors */\n\n.profilepress-edit-profile-status {\n	color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n\n/* Boson form CSS */\n\n.boson-container {\n    margin: auto;\n}\n.boson-container a {\n    color: #527881;\n    text-decoration: underline;\n    text-align: center;\n}\n.boson-container > .login {\n    position: relative;\n    padding: 20px 20px 20px;\n    width: 90%;\n    background: white;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n}\n.boson-container > .login h1 {\n    margin: -20px -20px 21px;\n    line-height: 40px;\n    font-size: 15px;\n    font-weight: bold;\n    color: #555;\n    text-align: center;\n    text-shadow: 0 1px white;\n    background: #f3f3f3;\n    border-bottom: 1px solid #cfcfcf;\n    border-radius: 3px 3px 0 0;\n    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\n    -webkit-box-shadow: 0 1px whitesmoke;\n    box-shadow: 0 1px whitesmoke;\n}\n.boson-container > .login p {\n    margin: 10px 0;\n    font-size: 20px;\n    color: #555;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    width: 100%;\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n.boson-container > .login p.submit {\n    text-align: center;\n}\n:-moz-placeholder {\n    color: #c9c9c9 !important;\n    font-size: 13px;\n}\n::-webkit-input-placeholder {\n    color: #ccc;\n    font-size: 13px;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    margin: 5px;\n    padding: 0 10px;\n    height: 34px;\n    color: #404040;\n    background: white;\n    border: 1px solid;\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n    border-radius: 2px;\n    outline: 5px solid #eff4f7;\n    -moz-outline-radius: 3px;\n    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\n    border-color: #7dc9e2;\n    outline-color: #dceefc;\n    outline-offset: 0;\n}\n\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\n    cursor: pointer;\n    padding: 1px 18px;\n    height: 29px;\n    font-size: 12px;\n    font-weight: bold;\n    color: #527881;\n    text-shadow: 0 1px #e3f1f1;\n    background: #cde5ef;\n    border: 1px solid;\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\n    border-radius: 16px;\n    outline: 0;\n    -webkit-box-sizing: content-box;\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n}\n.boson-container > .login input[type=submit]:active {\n    background: #cde5ef;\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\n    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n\n.boson-container > .login button.removed {\n    width: 40px;\n}\n\n.boson-container > .login input[type=submit] {\nwidth: 80%;\n}\n\n\n.demo-download img {\n    border-radius: 50%;\n    display: block;\n    height: 190px;\n    margin: 0 auto 10px;\n    padding: 2px;\n    text-align: center;\n    width: 190px;\n}\n','<div class=\"profilepress-edit-profile-status\"><span class=\"fui-check\"></span> Changes saved</div>','2025-01-08'),(15,'FlatUI Edit Profile Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[edit-profile-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-user\" for=\"reg-username\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n<label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\"]\n<label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"nickname\"]\n<label class=\"login-field-icon fui-user\" for=\"nickname\"></label>\n</div>\n\n<div class=\"form-group\">\n<span class=\"demo-download\">\n[user-avatar]  [remove-user-avatar label=\"Remove\" class=\"btn btn-danger\"]\n</span>\n</div>\n\n<div class=\"form-group\">\n<label for=\"avatar\">Profile Picture</label>\n[edit-profile-avatar placeholder=\"avatar\" id=\"avatar\" class=\"filestyle\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"display-name\">Display Name</label>\n[edit-profile-display-name class=\"flat-select\" placeholder=\"Display Name\" id=\"display-name\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-first-name class=\"form-control login-field\" id=\"firstname\"  placeholder=\"First Name\"]\n<label class=\"login-field-icon fui-user\" for=\"firstname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-last-name class=\"form-control login-field\" id=\"lastname\" placeholder=\"Last Name\"]\n<label class=\"login-field-icon fui-user\" for=\"lastname\"></label>\n</div>\n\n<div class=\"form-group\">\n[edit-profile-cpf key=\"country\" type=\"text\" class=\"form-control login-field\" id=\"country\" placeholder=\"Country\"]\n</div>\n\n<div class=\"form-group\">\n[edit-profile-bio class=\"form-control login-field\" id=\"reg-bio\" placeholder=\"About / Bio\"]\n</div>\n\n<div class=\"form-group\">\n<label for=\"gender\">Gender</label><br/>\n[edit-profile-cpf key=\"gender\" type=\"radio\" class=\"flat-radio\" id=\"gender\"]\n</div>\n\n\n<p>\n[edit-profile-submit value=\"Edit Profile\" class=\"btn btn-block btn-lg btn-primary\" id=\"submit-button\"]\n</p>\n\n</div>','/* css class for the edit profile generated errors */\n.profilepress-edit-profile-status {\n   color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px auto;\n    width: 90%;\n    text-align: center;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-edit-profile-status\"><h4>Changes Saved Successfully</h4></div>','2025-01-08');
/*!40000 ALTER TABLE `wph0_pp_edit_profile_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_login_builder`
--

DROP TABLE IF EXISTS `wph0_pp_login_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_login_builder` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `date` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_login_builder`
--

LOCK TABLES `wph0_pp_login_builder` WRITE;
/*!40000 ALTER TABLE `wph0_pp_login_builder` DISABLE KEYS */;
INSERT INTO `wph0_pp_login_builder` (`id`, `title`, `structure`, `css`, `date`) VALUES (1,'Smiley Login Theme','<script type=\"text/javascript\">\n	(function ($) {\n		$(document).ready(function () {\n				$(\"#ppsoclog\").click(function () {\n					$(\".ppsocialmedia\").toggle(\'slow\');\n				});\n			}\n		);\n	})(jQuery);\n</script>\n<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		<img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/avatar.gif\" class=\"ppavatar\"/>\n	</div>\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\">\n					<span class=\"ppname\">\n						Sign In\n					</span>\n		</div>\n		<div class=\"ppprofdata\">\n			<form>\n				[login-username class=\"smi-username\" placeholder=\"Username\"]\n				[login-password class=\"smi-password\" placeholder=\"Password\"]\n				<br style=\"clear:both\"/><br/>\n				<a id=\"ppsoclog\" class=\"ppsoclog smi-links\">Login with social media instead?</a>\n				<br/><br/> [link-lost-password class=\"ppsoclog smi-links\" label=\"Forgot your password?\"]\n				<br/><br/> [link-registration class=\"ppsoclog smi-links\" label=\"Not registered yet?\"]\n\n		</div>\n		<div class=\"ppsocialmedia animated\">\n			<span class=\"ppsochead\">Login with your desired service...</span> <br/>\n			<a href=\"[facebook-login-url]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/social/fb.png\"/></a><br/>\n			<a href=\"[linkedin-login-url]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/social/li.png\"/></a><br/>\n			<a href=\"[twitter-login-url]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/social/tr.png\"/></a>\n		</div>\n		<div class=\"pploginbutton\">\n			[login-submit class=\"pplogbutt\" value=\"Sign In\"]\n		</div>\n\n	</div>\n</div>\n','/* css class for the login generated errors */\n.profilepress-login-status {\n	background-color: #34495e;\n    color: #ffffff;\n    border: medium none;\n    border-radius: 4px;\n    font-size: 15px;\n    font-weight: normal;\n    text-align: center;\n    line-height: 1.4;\n    padding: 8px 5px;\n    margin: 5px auto;\n}\n\n.profilepress-login-status a {\n    color: #ea9629 !important;\n}\n\n.ppprofile1 .ppboxa {\n	background: #fff;\n	height: 80px;\n	margin: 0 auto;\n	text-align: center;\n	border-top-left-radius: 4px;\n	border-top-right-radius: 4px;\n}\n\n.ppprofile1 .ppavatar {\n    display: inline;\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin-top: 05px;\n    background: #f1f1f1;\n    width: 120px;\n}\n\n.ppprofile1 .smi-username {\n  border-top-left-radius:4px;\n  border-top-right-radius:4px;\n}\n\n.ppprofile1 .smi-password {\n  border-bottom:0;\n  border-bottom-left-radius:4px;\n  border-bottom-right-radius:4px;\n}\n\n.ppprofile1 .smi-links {\n  font-size: 14px !important;\n}\n\n.ppprofile1 .ppboxb {\n	background: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n	max-width: 350px;\n	/* height: 400px; */\n	margin: 0 auto;\n	color: #fff;\n	border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata a {\n  color: #fff !important;\n}\n\n.ppprofile1 .ppprofdata ul {\n	list-style: none;\n	margin: 0;\n	padding: 0;\n}\n\n.ppprofile1 .ppprofdata ul li {\n	padding-bottom: 10px;\n}\n\n.ppprofile1 .ppprofdata ul li a{\n	color: #F1F1F1;\n	text-decoration: none;\n}\n\n.ppprofile1 .ppprofdata ul li strong {\n	padding-right: 6px;\n	color: #D6EBFA;\n}\n\n.ppprofile1 .ppsocial {\n	margin: 0;\n	padding: 0;\n	text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n\n.ppprofile1 .ppsocial li {\n	list-style: none;\n	display: inline;\n}\n\n.ppprofile1 input[type=text], .ppprofile1 input[type=password] {\n    border: 0;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    color: #7c7c7c;\n    background-color: #fff;\n    font-family: \"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n\n.ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus {\n	outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n	text-align: center;\n	color: #F1F1F1;\n	text-decoration: none;\n	font-size: 12px;\n    cursor: pointer;\n    border: 0 none;\n\n}\n\n.ppprofile1 .pploginbutton {\n	text-align: center;\n}\n\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family: \"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n\n.ppprofile1 .ppsocialmedia .ppsochead {\n	font-weight: 500;\n	font-size: 16px;\n}\n\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n     margin: auto;\n}\n\n.pp-gender {\n  border: 0;\n  background: #fff;\n  width: 230px;\n  font-size: 14px;\n  font-family: \"Proxima Nova\" sans-serif;\n  color: #7c7c7c;\n  font-weight: 500;\n  border-radius: 0;border-bottom-right-radius:4px;\n  padding: 12px;\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  appearance: none;\n  border-bottom-left-radius: 4px;\n}\n\n.pp-gender:focus {\n	outline: none;\n}','2024-09-13'),(2,'Boson login Theme','<div class=\"boson-container\">\n	<div class=\"login\">\n		<h1>Sign In</h1>\n\n		<p>\n			[login-username placeholder=\"Username\"]\n		</p>\n\n		<p>\n			[login-password placeholder=\"Password\"]\n		</p>\n\n		<p class=\"remember_me\">\n			<label>\n				[login-remember class=\"remember-me\"] Remember me</label>\n		</p>\n\n		<p class=\"submit\">\n			[login-submit value=\"Log In\"]\n		</p>\n\n		<center>\n			[link-registration class=\"reg\" label=\"Sign Up\"] | [link-lost-password class=\"lostp\" label=\"Lost Password?\"]\n		</center>\n	</div>\n</div>','	/* css class for the login generated errors */\n\n	.profilepress-login-status {\n		max-width: 310px;\n		color: #555;\n		font-size: 15px;\n		font-weight: bold;\n		margin: 10px 0;\n	}\n\n	.profilepress-login-status a {\n		color: #527881;\n	}\n\n	/* login stylesheet begins here */\n\n	.boson-container {\n		margin: auto;\n	}\n\n	.boson-container a {\n		color: #527881;\n		text-decoration: underline;\n		text-align: center;\n	}\n\n	.boson-container > .login {\n		position: relative;\n		padding: 20px 20px 60px;\n		max-width: 310px;\n		background: white;\n		border-radius: 3px;\n		-webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n		box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n	}\n\n	.boson-container > .login h1 {\n		margin: -20px -20px 21px;\n		line-height: 40px;\n		font-size: 15px;\n		font-weight: bold;\n		color: #555;\n		text-align: center;\n		text-shadow: 0 1px white;\n		background: #f3f3f3;\n		border-bottom: 1px solid #cfcfcf;\n		border-radius: 3px 3px 0 0;\n		background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\n		background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\n		background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\n		background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\n		-webkit-box-shadow: 0 1px whitesmoke;\n		box-shadow: 0 1px whitesmoke;\n	}\n\n	.boson-container > .login p {\n		margin: 10px 0;\n		color: #555;\n		padding: 1px !important;\n	}\n\n	.boson-container > .login input[type=text], .boson-container > .login input[type=password] {\n		width: 100%;\n		box-sizing: border-box;\n	}\n\n	.boson-container > .login p.remember_me {\n		float: left;\n		line-height: 31px;\n	}\n\n	.boson-container > .login p.remember_me label {\n		font-size: 12px;\n		color: #777;\n		cursor: pointer;\n	}\n\n	.boson-container > .login p.remember_me input {\n		width: auto !important;\n		position: relative;\n		bottom: 1px;\n		margin-right: 4px;\n		vertical-align: middle;\n	}\n\n	.boson-container > .login p.submit {\n		text-align: right;\n	}\n\n	:-moz-placeholder {\n		color: #c9c9c9 !important;\n		font-size: 13px;\n	}\n\n	::-webkit-input-placeholder {\n		color: #ccc;\n		font-size: 13px;\n	}\n\n	.boson-container > .login input[type=text], .boson-container > .login input[type=password] {\n		margin: 5px;\n		padding: 0 10px;\n		height: 34px;\n		color: #404040;\n		background: white;\n		border: 1px solid;\n		border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n		border-radius: 2px;\n		outline: 5px solid #eff4f7;\n		-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n		box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n	}\n\n	.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=password]:focus {\n		border-color: #7dc9e2;\n		outline-color: #dceefc;\n		outline-offset: 0;\n	}\n\n	.boson-container > .login input[type=submit] {\n		cursor: pointer;\n		padding: 0 18px;\n		height: 29px;\n		font-size: 12px;\n		font-weight: bold;\n		color: #527881;\n		text-shadow: 0 1px #e3f1f1;\n		background: #cde5ef;\n		border: 1px solid;\n		border-color: #b4ccce #b3c0c8 #9eb9c2;\n		border-radius: 16px;\n		outline: 0;\n		-webkit-box-sizing: content-box;\n		-moz-box-sizing: content-box;\n		box-sizing: content-box;\n		background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n		background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n		background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n		background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n		-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n		box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n		width: auto !important;\n	}\n\n	.boson-container > .login input[type=submit]:active {\n		background: #cde5ef;\n		border-color: #9eb9c2 #b3c0c8 #b4ccce;\n		-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n		box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n	}\n\n	.boson-container > .login p.remember_me {\n		float: left;\n		line-height: 31px;\n	}\n\n	.boson-container > .login p.remember_me label {\n		font-size: 12px;\n		color: #777;\n		cursor: pointer;\n	}\n\n	.boson-container > .login p.remember_me input {\n		position: relative;\n		bottom: 1px;\n		margin-right: 4px;\n		vertical-align: middle;\n	}\n','2024-09-13'),(3,'FlatUI Login Theme','<div class=\"login-form\">\n\n<div class=\"form-group\">\n[login-username placeholder=\"username\" class=\"form-control login-field\" id=\"login-name\"]\n<label class=\"login-field-icon fui-user\" for=\"login-name\"></label>\n</div>\n\n<div class=\"form-group\">\n[login-password placeholder=\"password\" class=\"form-control login-field\" id=\"login-pass\"]\n<label class=\"login-field-icon fui-lock\" for=\"login-pass\"></label>\n</div>\n\n<div class=\"form-group\">\n[login-remember class=\"flat-checkbox\" id=\"remember-me\"]\n<label for=\"remember-me\" class=\"css-label lite-cyan-check\">Remember me</label>\n</div>\n\n[login-submit value=\"Sign In\" class=\"btn btn-primary btn-lg btn-block\"]\n\n\n<div class=\"form-group\"><br/>\n[link-registration class=\"reg\" label=\"Register\"] | [link-lost-password class=\"lostp\" label=\"Forgot Password?\"]\n</div>\n</div>\n','/* css class for the login generated errors */\n\n.profilepress-login-status {\n\n    background-color: #34495e;\n    color: #ffffff;\n    border: medium none;\n    border-radius: 4px;\n    font-size: 15px;\n    font-weight: normal;\n    line-height: 1.4;\n    padding: 8px 5px;\n    margin:4px 0;\n    transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;\n}\n\n.profilepress-login-status a {\n  color: #ea9629 !important;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','2024-09-13'),(4,'Social Login / Signup Theme','<div id=\"pp-soc-login-form\">\n    	<h3>Register or Log in</h3>\n\n    <p class=\"onboarding\">Create or log in to your account using your existing social media account.</p>	<a class=\"twitter\" href=\"[twitter-login-url]\">Continue with Twitter</a>\n	<a class=\"facebook\" href=\"[facebook-login-url]\">Continue with Facebook</a>\n	<a class=\"google\" href=\"[google-login-url]\">Continue with Google</a>\n	<a class=\"linkedin\" href=\"[linkedin-login-url]\">Continue with LinkedIn</a>\n	<a class=\"github\" href=\"[github-login-url]\">Continue with GitHub</a>\n\n</div>','/* css class for the login generated errors */\n .profilepress-login-status {\n    border-radius: 6px;\n    font-size: 17px;\n    line-height: 1.471;\n    padding: 10px 19px;\n    background-color: #e74c3c;\n    color: #ffffff;\n    font-weight: normal;\n    display: block;\n    text-align: center;\n    vertical-align: middle;\n    margin: 10px auto;\n    width: 350px;\n}\n\n#pp-soc-login-form {\n    background: none repeat scroll 0 0 #fff;\n    border: 1px solid #eee;\n    box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);\n    display: block;\n    padding: 40px;\n    top: 50px;\n    margin: auto;\n    width: 300px;\n}\n#pp-soc-login-form h3 {\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 30px;\n}\n#pp-soc-login-form p.onboarding {\n    padding-bottom: 31px;\n}\n#pp-soc-login-form p {\n    color: #444;\n}\n#pp-soc-login-form > a {\n    font-family:\"PT Sans\", sans-serif;\n    background: url(\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/mwp/twitter.png\") no-repeat scroll 4px 0 #3ca5ce;\n    border-bottom: 3px solid #2191be;\n    color: #fff;\n    display: block;\n    font-size: 16px;\n    font-weight: 700;\n    height: 39px;\n    line-height: 42px;\n    margin-bottom: 10px;\n    text-indent: 60px;\n    width: 300px;\n    text-decoration: none;\n}\n#pp-soc-login-form a.facebook {\n    background: url(\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/mwp/fb.png\") no-repeat scroll 4px 0 #4865a3;\n    border-color: #324a7d;\n}\n#pp-soc-login-form a.google {\n    background: url(\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/mwp/google.png\") no-repeat scroll 4px 0 #df4a32;\n    border-color: #bf3e2a;\n}\n#pp-soc-login-form a.linkedin::before {\n    font-family:\"FontAwesome\";\n    color: #fff;\n    font-size: 25px;\n    content:\"0e1\";\n    padding: 0 24px 5px 0;\n}\n#pp-soc-login-form a.linkedin {\n    background: #007bb6;\n    border-color: #007a99;\n    text-indent: 15px;\n}\n#pp-soc-login-form a.github::before {\n    font-family:\"FontAwesome\";\n    color: #fff;\n    font-size: 20px;\n    content:\"09b\";\n    padding: 0 23px 20px 0;\n}\n#pp-soc-login-form a.github {\n    background: #444;\n    border-color: #141414;\n    text-indent: 16px;\n}','2024-09-13'),(5,'Fzbuk Login Theme','<div class=\"fzbuk-login-form-wrap\">\n\n	<h1>Sign In</h1>\n\n	<div class=\"fzbuk-login-form\">\n\n		<label>\n			[login-username placeholder=\"Username\" id=\"fzbuk-username\"]\n		</label>\n\n		<label>\n			[login-password placeholder=\"Password\" id=\"fzbuk-password\"]\n		</label>\n\n		[login-submit value=\"Login\"]\n\n	</div>\n	<h5>[link-lost-password class=\"lostp\" label=\"Forgot Password?\"]</h5>\n</div>\n','@import url(http://fonts.googleapis.com/css?family=Lato:400,700);\n\n/* css class for the login generated errors */\n.profilepress-login-status {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  color: #fff;\n  background: #5170ad;\n  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));\n  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#5170ad\', endColorstr=\'#355493\',GradientType=1 );\n  border: 1px solid #2d416d;\n  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);\n  border-radius: 5px;\n  position: relative;\n  max-width: 360px;\n  text-align: center;\n  margin: 10px auto;\n  padding: 10px;\n}\n\n.profilepress-login-status a {\ncolor: #ea9629 !important;\nfont-weight:bold;\n}\n\n\n\n.fzbuk-login-form label {\n  display: block !important;\n  margin: 0 !important;\n}\n\n.fzbuk-login-form-wrap {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  background: #5170ad;\n  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));\n  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#5170ad\', endColorstr=\'#355493\',GradientType=1 );\n  border: 1px solid #2d416d;\n  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);\n  border-radius: 5px;\n  position: relative;\n  max-width: 360px;\n  margin: 10px auto;\n  padding: 50px 30px 0 30px;\n  text-align: center;\n}\n.fzbuk-login-form-wrap:before {\n  display: block;\n  content: \'\';\n  width: 58px;\n  height: 19px;\n  top: 10px;\n  left: 10px;\n  position: absolute;\n}\n.fzbuk-login-form-wrap > h1 {\n  margin: 0 0 50px 0;\n  padding: 0;\n  font-size: 26px;\n  color: #fff;\n}\n.fzbuk-login-form-wrap > h5 {\n  color: #303030;\n  margin-top: 40px;\n}\n.fzbuk-login-form-wrap > h5 > a {\n  font-size: 14px;\n  color: #fff;\n  text-decoration: none;\n  font-weight: 400;\n}\n\n.fzbuk-login-form input[type=\"text\"], .fzbuk-login-form input[type=\"password\"] {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  width: 100% !important;\n  border: 1px solid #314d89;\n  outline: none !important;\n  padding: 12px 20px !important;\n  color: #afafaf !important;\n  font-weight: 400 !important;\n  font-family: \"Lato\", sans-serif !important;\n  cursor: text !important;\n}\n.fzbuk-login-form input[type=\"text\"] {\n  border-bottom: none;\n  border-radius: 4px 4px 0 0;\n  padding-bottom: 13px;\n  box-shadow: 0 -1px 0 #E0E0E0 inset, 0 1px 2px rgba(0, 0, 0, 0.23) inset;\n}\n.fzbuk-login-form input[type=\"password\"] {\n  border-top: none;\n  border-radius: 0 0 4px 4px;\n  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.23) inset, 0 1px 2px rgba(255, 255, 255, 0.1);\n}\n.fzbuk-login-form input[type=\"submit\"] {\n  font-family: \"Lato\", sans-serif;\n  background: #e0e0e0;\n  background: -moz-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #cecece));\n  background: -webkit-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -o-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -ms-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e0e0e0\', endColorstr=\'#cecece\',GradientType=0 );\n  display: block;\n  margin: 20px auto 0 auto;\n  width: 100%;\n  border: none;\n  border-radius: 3px;\n  padding: 8px;\n  font-size: 17px;\n  color: #636363;\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);\n  font-weight: 700;\n  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;\n}\n.fzbuk-login-form input[type=\"submit\"]:hover {\n  background: #DDD;\n}\n.fzbuk-login-form input[type=\"submit\"]:active {\n  padding-top: 9px;\n  padding-bottom: 7px;\n  background: #C9C9C9;\n}\n\n::-webkit-input-placeholder {\n    color:    #999;\n}\n:-moz-placeholder {\n    color:    #999;\n}\n::-moz-placeholder {\n    color:    #999;\n}\n:-ms-input-placeholder {\n    color:    #999;\n}\n','2024-09-13'),(6,'Jakhu Login Theme','<div class=\"jakhu-login-form\">\n\n	<div class=\"jakhu-header\">\n		<h1>Sign In</h1>\n		<span>Fill out the form below to login.</span>\n	</div>\n\n\n	<div class=\"jakhu-content\">\n		[login-username placeholder=\"Username\" class=\"jakhu-input jakhu-username\"]\n\n		[login-password placeholder=\"Password\" class=\"jakhu-input jakhu-password\"]\n	</div>\n\n	<div class=\"jakhu-footer\">\n		[login-submit value=\"Sign In\" class=\"jakhu-button\"]\n\n		[link-registration class=\"jakhu-login\" label=\"Sign Up\"]\n\n		<br/>\n\n		<div style=\"float: right; text-decoration: underline;\">\n			[link-lost-password class=\"jakhu-password-reset\" label=\"Forgot Password?\"]\n		</div>\n	</div>\n</div>\n','@import url(http://fonts.googleapis.com/css?family=Bree+Serif);\n\n/* css class for the login generated errors */\n.profilepress-login-status {\n    max-width: 300px;\n	position: static;\n	margin: 10px auto;\n	padding: 6px;\n	background: #f3f3f3;\n	border: 1px solid #fff;\n	border-radius: 5px;\n	box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.profilepress-login-status a {\n  color: #ea9629 !important;\n}\n\n\n.jakhu-login-form .jakhu-header span::selection {\n	color: #fff;\n	background: #f676b2; /* Safari */\n}\n\n.jakhu-login-form .jakhu-header span::-moz-selection {\n	color: #fff;\n	background: #f676b2; /* Firefox */\n}\n\n.jakhu-login-form {\n	max-width: 300px;\n	position: static;\n	margin: auto;\n	background: #f3f3f3;\n	border: 1px solid #fff;\n	border-radius: 5px;\n\n	box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.jakhu-login-form .jakhu-header {\n	padding: 40px 30px 30px 30px;\n}\n\n.jakhu-login-form .jakhu-header h1 {\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 28px;\n	line-height:34px;\n	color: #414848;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n	margin-bottom: 10px;\n}\n\n.jakhu-login-form .jakhu-header span {\n	font-size: 13px;\n	line-height: 16px;\n	color: #678889;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n	font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n	font-weight:300;\n}\n\n.jakhu-login-form .jakhu-content {\n	padding: 0 30px 25px 30px;\n}\n\n/* Input field */\n.jakhu-login-form .jakhu-content .jakhu-input {\n	width: 240px;\n	padding: 15px 25px;\n	font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n	font-weight: 400;\n	font-size: 14px;\n	color: #9d9e9e;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n	background: #fff;\n	border: 1px solid #fff;\n	border-radius: 5px;\n	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n}\n\n.jakhu-login-form .jakhu-content .jakhu-password{\n	margin-top: 25px;\n}\n\n.jakhu-login-form .jakhu-content .jakhu-input:hover {\n	background: #dfe9ec;\n	color: #414848;\n}\n\n.jakhu-login-form .jakhu-content .jakhu-input:focus {\n	background: #dfe9ec;\n	color: #414848;\n\n	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n}\n\n.jakhu-login-form .jakhu-footer {\n	padding: 25px 30px 40px 30px;\n	overflow: auto;\n\n	background: #d4dedf;\n	border-top: 1px solid #fff;\n\n	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n}\n\n/* Login button */\n.jakhu-login-form .jakhu-footer .jakhu-button {\n	float:right;\n	padding: 11px 25px;\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 18px;\n	color: #fff;\n	text-shadow: 0 1px 0 rgba(0,0,0,0.25);\n	background: #56c2e1;\n	border: 1px solid #46b3d3;\n	border-radius: 5px;\n	cursor: pointer;\n\n	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-button:hover {\n	background: #3f9db8;\n	border: 1px solid rgba(256,256,256,0.75);\n	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-button:focus {\n	bottom: -1px;\n	background: #56c2e1;\n	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n}\n\n/* Registration link */\n.jakhu-login-form .jakhu-footer .jakhu-login {\n	display: block;\n	float: right;\n	padding: 10px;\n	margin-right: 20px;\n	text-decoration: none;\n	background: none;\n	border: none;\n	cursor: pointer;\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 20px;\n	color: #414848;\n	text-shadow: 0 1px 0 rgba(256,256,256,0.5);\n}\n\n/* password reset link */\n.jakhu-login-form .jakhu-footer .jakhu-password-reset {\n	display: block;\n	text-align:center\n	padding: 10px;\n	text-decoration: none;\n	background: none;\n	border: none;\n	cursor: pointer;\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 18px;\n	color: #414848;\n	margin-top: 40px;\n	text-shadow: 0 1px 0 rgba(256,256,256,0.5);\n}\n\n\n.jakhu-login a {\n text-decoration: none;\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-login:hover {\n	color: #3f9db8;\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-login:focus {\n	position: relative;\n	bottom: -1px;\n}\n\n.jakhu-content input {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n','2024-09-13'),(7,'Sukan Login Theme','<div class=\"sukan-login\">\n	<h1>Let\'s get started.</h1>\n\n	<p>This will be an amazing experience</p>\n\n	<div class=\"sukan-input\">\n\n		<div class=\"sukan-blockinput\">\n			[login-username placeholder=\"Username\"]\n		</div>\n\n		<div class=\"sukan-blockinput\">\n			[login-password placeholder=\"Password\"]\n		</div>\n	</div>\n\n	[login-submit value=\"Login\"]\n\n	<br/>\n\n	[link-lost-password label=\"Forgot Password?\"] | [link-registration label=\"Sign Up\"]\n\n</div>\n','	/* css class for the login generated errors */\n	.profilepress-login-status {\n		background-color: #f1f2f4;\n		color: #7b808a;\n		border: medium none;\n		border-radius: 4px;\n		font-size: 15px;\n		font-weight: normal;\n		line-height: 1.4;\n		margin: 2px auto 10px;\n		padding: 15px 40px 20px 40px;\n		max-width: 100%;\n	}\n\n	.profilepress-login-status a {\n		color: #ea9629 !important;\n	}\n\n	.sukan-login a {\n		text-decoration: none;\n		color: #EC5C93;\n	}\n\n	.sukan-ribbon {\n		background: rgba(200, 200, 200, .5);\n		width: 50px;\n		height: 70px;\n		margin: 0 auto;\n		position: relative;\n		top: 19px;\n		border: 1px solid rgba(255, 255, 255, .3);\n		border-bottom: 0;\n		border-radius: 5px 5px 0 0;\n		box-shadow: 0 0 3px rgba(0, 0, 0, .7);\n	}\n\n	.sukan-login {\n		background: #F1F2F4;\n		border-bottom: 2px solid #C5C5C8;\n		border-radius: 5px;\n		text-align: center;\n		color: #36383C;\n		text-shadow: 0 1px 0 #FFF;\n		width: 100%;\n		margin: 0 auto;\n		padding: 15px 40px 20px 40px;\n		box-shadow: 0 0 3px #000;\n	}\n\n	.sukan-login h1 {\n		font-size: 1.6em;\n		margin-top: 30px;\n		margin-bottom: 10px;\n	}\n\n	.sukan-login p {\n		font-family: \'Helvetica Neue\', Sans-serif;\n		font-weight: 300;\n		color: #7B808A;\n		margin-top: 0;\n		margin-bottom: 30px;\n	}\n\n	.sukan-input {\n		text-align: right;\n		background: #E5E7E9;\n		border-radius: 5px;\n		overflow: hidden;\n		box-shadow: inset 0 0 3px #65686E;\n		border-bottom: 1px solid #FFF;\n	}\n\n	.sukan-blockinput input {\n		width: 90%;\n		background: transparent;\n		border: 0;\n		line-height: 3.6em;\n		box-sizing: border-box;\n		color: #71747A;\n		font-family: \'Helvetica Neue\', Sans-serif;\n		text-shadow: 0 1px 0 #FFF;\n	}\n\n	.sukan-blockinput > input:focus {\n		outline: none;\n	}\n\n	.sukan-blockinput {\n		border-bottom: 1px solid #BDBFC2;\n		border-top: 1px solid #FFFFFF;\n	}\n\n	.sukan-blockinput:first-child {\n		border-top: 0;\n	}\n\n	.sukan-blockinput:last-child {\n		border-bottom: 0;\n	}\n\n	::-webkit-input-placeholder {\n		color: #71747A;\n		font-family: \'Helvetica Neue\', Sans-serif;\n		text-shadow: 0 1px 0 #FFF;\n	}\n\n	.sukan-login input[type=\"submit\"] {\n		margin-top: 20px;\n		display: block;\n		width: 100%;\n		line-height: 2em;\n		background: rgba(114, 212, 202, 1);\n		border-radius: 5px;\n		border: 0;\n		border-top: 1px solid #B2ECE6;\n		box-shadow: 0 0 0 1px #46A294, 0 2px 2px #808389;\n		color: #FFFFFF;\n		font-size: 1.5em;\n		text-shadow: 0 1px 2px #21756A;\n	}\n\n	.sukan-login input[type=\"submit\"]:hover {\n		background: linear-gradient(to bottom, rgba(107, 198, 186, 1) 0%, rgba(57, 175, 154, 1) 100%);\n	}\n\n	.sukan-login input[type=\"submit\"]:active {\n		box-shadow: inset 0 0 5px #000;\n		background: linear-gradient(to bottom, rgba(57, 175, 154, 1) 0%, rgba(107, 198, 186, 1) 100%);\n	}\n','2024-09-13');
/*!40000 ALTER TABLE `wph0_pp_login_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_melange`
--

DROP TABLE IF EXISTS `wph0_pp_melange`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_melange` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) DEFAULT NULL,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `registration_msg` text NOT NULL,
  `edit_profile_msg` text NOT NULL,
  `password_reset_msg` text NOT NULL,
  `date` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_melange`
--

LOCK TABLES `wph0_pp_melange` WRITE;
/*!40000 ALTER TABLE `wph0_pp_melange` DISABLE KEYS */;
INSERT INTO `wph0_pp_melange` (`id`, `title`, `structure`, `css`, `registration_msg`, `edit_profile_msg`, `password_reset_msg`, `date`) VALUES (1,'Lucid Account Tab Widget','<div class=\"lucidContainer\">\n	<div class=\'multitab-section\'>\n		<ul class=\'multitab-widget multitab-widget-content-tabs-id\'>\n			<li class=\'multitab-tab\'><a href=\'#lucidLogin\'>Log In</a></li>\n			<li class=\'multitab-tab\'><a href=\'#lucidRegistration\'>Register</a></li>\n			<li class=\'multitab-tab\'><a href=\'#lucidReset\'>Reset</a></li>\n		</ul>\n		<div class=\'multitab-widget-content multitab-widget-content-widget-id\' id=\'lucidLogin\'>\n      <span class=\'sidebar\' id=\'sidebartab1\' preferred=\'yes\'>\n        [pp-login-form]\n		[login-username placeholder=\"Username\"]\n		[login-password placeholder=\"Password\"]\n		[login-submit value=\"Log In\"]\n		[/pp-login-form]\n      </span>\n		</div>\n		<div class=\'multitab-widget-content multitab-widget-content-widget-id\' id=\'lucidRegistration\'>\n      <span class=\'sidebar\' id=\'sidebartab2\' preferred=\'yes\'>\n		[pp-registration-form]\n		[reg-username placeholder=\"Username\"]\n		[reg-email placeholder=\"Email Address\"]\n		[reg-password placeholder=\"Password\"]\n		[reg-submit value=\"Register\"]\n		[/pp-registration-form]\n      </span>\n		</div>\n		<div class=\'multitab-widget-content multitab-widget-content-widget-id\' id=\'lucidReset\'>\n      <span class=\'sidebar\' id=\'sidebartab3\' preferred=\'yes\'>\n        [pp-password-reset-form]\n		[user-login value=\"Username or Email\"]\n		[reset-submit value=\"Get New Password\"]\n		[/pp-password-reset-form]\n      </span>\n		</div>\n	</div>\n</div>\n\n<script type=\"text/javascript\">\n	//<![CDATA[\n	jQuery(document).ready(function ($) {\n		$(\".multitab-widget-content-widget-id\").hide();\n		$(\"ul.multitab-widget-content-tabs-id li:first a\").addClass(\"multitab-widget-current\").show();\n		$(\".multitab-widget-content-widget-id:first\").show();\n		$(\"ul.multitab-widget-content-tabs-id li a\").click(function () {\n			$(\"ul.multitab-widget-content-tabs-id li a\").removeClass(\"multitab-widget-current a\");\n			$(this).addClass(\"multitab-widget-current\");\n			$(\".multitab-widget-content-widget-id\").hide();\n			var activeTab = $(this).attr(\"href\");\n			$(activeTab).fadeIn();\n			return false;\n		});\n	});\n	//]]>\n</script>','@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);\n\n/* css class for registration form generated errors */\n.profilepress-login-status {\n  border-radius: 6px;\n  max-width: 350px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n.profilepress-login-status a {\n  color: #333 !important;\n}\n\n/* css class for registration form generated errors */\n.profilepress-reg-status {\n  border-radius: 6px;\n  max-width: 350px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n/* css class for password reset form generated errors */\n.profilepress-reset-status {\n  border-radius: 6px;\n  max-width: 350px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n/* css class for the edit-profile form generated errors */\n.profilepress-edit-profile-status {\n  border-radius: 6px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n.lucidSuccess {\n  border-radius: 6px;\n  max-width: 350px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #2ecc71;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n.lucidContainer {\n  max-width: 350px;\n  margin: 30px auto;\n  padding: 0;\n  box-shadow: 0 10px 5px -5px rgba(0, 0, 0, 0.1);\n  font-family: \'Open Sans\', sans-serif;\n}\n/* Multi Tab Sidebar */\n\n.multitab-section {\n  display: inline-block;\n  text-transform: uppercase;\n  width: 100%;\n}\n\n.multitab-section p {\n  display: inline-block;\n  background: #fff;\n  text-transform: lowercase;\n  font-size: 14px;\n  padding: 20px;\n  margin: 0;\n}\n\n.multitab-widget {\n  list-style: none;\n  margin: 0 0 10px;\n  padding: 0\n}\n\n.multitab-widget li {\n  list-style: none;\n  padding: 0;\n  margin: 0;\n  float: left\n}\n\n.multitab-widget li a {\n  background: #22a1c4;\n  color: #fff;\n  display: block;\n  padding: 15px;\n  font-size: 13px;\n  text-decoration: none\n}\n\n.multitab-tab {\n  width: 33.3%;\n  text-align: center\n}\n\n.multitab-section h2,\n.multitab-section h3,\n.multitab-section h4,\n.multitab-section h5,\n.multitab-section h6 {\n  display: none;\n}\n\n.multitab-widget li a.multitab-widget-current {\n  padding-bottom: 20px;\n  margin-top: -10px;\n  background: #fff;\n  color: #444;\n  text-decoration: none;\n  border-top: 5px solid #22a1c4;\n  font-size: 14px;\n  text-transform: capitalize\n}\n\n.multitab-widget-content {\n  padding: 0 20px;\n  border-bottom: 1px solid #efefef;\n  border-left: 1px solid #efefef;\n  border-right: 1px solid #efefef;\n}\n\n\ndiv.lucidContainer input[type=\"email\"],\ndiv.lucidContainer input[type=\"text\"],\ndiv.lucidContainer input[type=\"password\"], div.lucidContainer select, div.lucidContainer textarea {\n  width: 100%;\n  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);\n  box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  background: #fff;\n  margin: 10px auto;\n  border: 1px solid #ccc;\n  padding: 10px;\n  font-family: \'Open Sans\', sans-serif;\n  font-size: 95%;\n  color: #555;\n}\n\n\ndiv.lucidContainer input[type=\"submit\"] {\n  width: 100%;\n  box-sizing: border-box;\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  margin: 10px auto;\n  background: #3399cc;\n  border: 0;\n  padding: 4%;\n  font-family: \'Open Sans\', sans-serif;\n  font-size: 100%;\n  color: #fff;\n  cursor: pointer;\n  transition: background .3s;\n  -webkit-transition: background .3s;\n}\n\ndiv.lucidContainer input[type=\"submit\"]:hover {\n  background: #2288bb;\n}','<div class=\"lucidSuccess\">Registration Successful.</div>','<div class=\"lucidSuccess\">Profile Successfully Edited</div>','<div class=\"lucidSuccess\">Check your e-mail for further instruction2</div>','2024-09-13');
/*!40000 ALTER TABLE `wph0_pp_melange` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_password_reset_builder`
--

DROP TABLE IF EXISTS `wph0_pp_password_reset_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_password_reset_builder` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `structure` longtext NOT NULL,
  `handler_structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `success_password_reset` text NOT NULL,
  `date` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_password_reset_builder`
--

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

--
-- Table structure for table `wph0_pp_passwordless`
--

DROP TABLE IF EXISTS `wph0_pp_passwordless`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_passwordless` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` mediumint(9) NOT NULL,
  `token` varchar(30) NOT NULL,
  `expires` int(11) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_passwordless`
--

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

--
-- Table structure for table `wph0_pp_profile_fields`
--

DROP TABLE IF EXISTS `wph0_pp_profile_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_profile_fields` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `label_name` varchar(50) NOT NULL,
  `field_key` varchar(20) NOT NULL,
  `description` varchar(300) NOT NULL,
  `type` varchar(11) NOT NULL,
  `options` varchar(3000) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `field_key` (`field_key`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_profile_fields`
--

LOCK TABLES `wph0_pp_profile_fields` WRITE;
/*!40000 ALTER TABLE `wph0_pp_profile_fields` DISABLE KEYS */;
INSERT INTO `wph0_pp_profile_fields` (`id`, `label_name`, `field_key`, `description`, `type`, `options`) VALUES (1,'Gender','gender','Gender of a user','select','Male, Female'),(2,'Country','country','The country you are from.','text','');
/*!40000 ALTER TABLE `wph0_pp_profile_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_registration_builder`
--

DROP TABLE IF EXISTS `wph0_pp_registration_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_registration_builder` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `success_registration` text NOT NULL,
  `date` text NOT NULL,
  `user_role` varchar(50) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_registration_builder`
--

LOCK TABLES `wph0_pp_registration_builder` WRITE;
/*!40000 ALTER TABLE `wph0_pp_registration_builder` DISABLE KEYS */;
INSERT INTO `wph0_pp_registration_builder` (`id`, `title`, `structure`, `css`, `success_registration`, `date`, `user_role`) VALUES (1,'Smiley Registration Theme','<div class=\"ppprofile1\">\n<div class=\"ppboxa\"><img class=\"ppavatar\" src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/avatar.gif\" alt=\"smiley\" /></div>\n<div class=\"ppboxb\">\n<div class=\"ppuserdata\"><span class=\"ppname\">\nRegister\n</span></div>\n<div class=\"ppprofdata\">\n[reg-username class=\"roundtop\" placeholder=\"Username\"]\n\n[reg-email placeholder=\"Email Address\"]\n\n[reg-password placeholder=\"Password\"]\n\n[reg-first-name placeholder=\"First Name\"]\n\n[reg-last-name placeholder=\"Last Name\"]\n\n[reg-cpf key=\"gender\" type=\"select\" class=\"pp-gender\" id=\"\" placeholder=\"\" title=\"\" value=\"\" required]\n\n<br style=\"clear: both;\" />\n\n[link-login class=\"ppsoclog smi-links\" label=\"Already Registered?\"]</div>\n<div class=\"pploginbutton\">\n[reg-submit class=\"pplogbutt\" value=\"Register Now\"]\n</div>\n</div>\n</div>','/* css class for the registration form generated errors */\n\n.profilepress-reg-status {\n  border-radius: 6px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n.pp-reg-success {\n  border-radius: 6px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #2ecc71;\n  color: #ffffff;\n  font-weight: normal;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px auto;\n}\n\n.ppprofile1 .ppboxa {\n	background: #fff;\n	max-width: 350px;\n	height: 80px;\n	margin: 0 auto;\n	text-align: center;\n	border-top-left-radius: 4px;\n	border-top-right-radius: 4px;\n}\n\n.ppprofile1 .ppavatar {\n    display: inline;\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin-top: 05px;\n    background: #f1f1f1;\n    width: 120px;\n}\n\n.ppprofile1 .roundtop {\n  border-top-left-radius:4px;\n  border-top-right-radius:4px;\n}\n\n.ppprofile1 .smi-links {\n  font-size: 14px !important;\n}\n\n.ppprofile1 .ppboxb {\n	background: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n	max-width: 350px;\n	/* height: 400px; */\n	margin: 0 auto;\n	color: #fff;\n	border-radius: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 80px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    /* height: 90px; */\n    margin: 30px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n    text-align: center;\n    padding-bottom: 5px;\n}\n\n.ppprofile1 .ppprofdata ul {\n	list-style: none;\n	margin: 0;\n	padding: 0;\n}\n\n.ppprofile1 .ppprofdata ul li {\n	padding-bottom: 10px;\n}\n\n.ppprofile1 .ppprofdata ul li a{\n	color: #F1F1F1;\n	text-decoration: none;\n}\n\n.ppprofile1 .ppprofdata ul li strong {\n	padding-right: 6px;\n	color: #D6EBFA;\n}\n\n.ppprofile1 .ppsocial {\n	margin: 0;\n	padding: 0;\n	text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n\n.ppprofile1 .ppsocial li {\n	list-style: none;\n	display: inline;\n}\n\n.ppprofile1 textarea, .ppprofile1 input[type=text], .ppprofile1 input[type=email], .ppprofile1 input[type=password] {\n    border: 0;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    background-color: #fff;\n    color: #7c7c7c;\n    font-family: \"Proxima Nova\";\n    font-size: 14px;\n    padding: 11px;\n    max-width: 230px;\n    border-bottom: 1px dashed rgba(0, 0, 0, .05);\n}\n\n.ppprofile1 input[type=text]:focus, .ppprofile1 input[type=password]:focus {\n	outline: 0;\n}\n\n.ppprofile1 .ppsoclog {\n	text-align: center;\n	color: #F1F1F1;\n	text-decoration: none;\n	font-size: 12px;\n    cursor: pointer;\n\n}\n\n.ppprofile1 .pploginbutton {\n	text-align: center;\n}\n\n.ppprofile1 .pplogbutt {\n    background: #f1f1f1;\n    border: 1px solid rgba(0, 0, 0, .15);\n    font-family: \"Proxima Nova\";\n    font-size: 15px;\n    color: rgba(31, 31, 31, 0.5);\n    text-transform: uppercase;\n    max-width: 290px;\n    padding: 8px;\n    border-radius: 4px;\n    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);\n    margin-bottom: 30px;\n}\n\n.ppprofile1 .ppsocialmedia {\n    background: rgba(0, 0, 0, .2);\n    margin-bottom: 30px;\n    padding: 30px;\n    text-align: center;\n    display: none;\n}\n\n.ppprofile1 .ppsocialmedia .ppsochead {\n	font-weight: 500;\n	font-size: 16px;\n}\n\n.ppsocialmedia img {\n    width: 220px;\n    padding-top: 10px;\n}\n\n.pp-gender {\n  border: 0;\n  background: #fff;\n  width: 230px;\n  font-size: 14px;\n  font-family: \"Proxima Nova\";\n  color: #7c7c7c;\n  font-weight: 500;\n  border-radius: 0;border-bottom-right-radius:4px;\n  padding: 12px;\n  -webkit-appearance: none;\n  -moz-appearance: none;\n  appearance: none;\n  border-bottom-left-radius: 4px;\n  cursor: pointer;\n}\n\n.pp-gender:focus {\n	outline: none;\n}','<div class=\"pp-reg-success\">Registration Successful</div>','2024-09-13',''),(2,'Boson Registration Theme','    <div class=\"boson-container\">\n        <div class=\"login\">\n             <h1>Sign Up</h1>\n\n<p>\n[reg-username placeholder=\"Username\"]\n</p>\n\n<p>\n[reg-password placeholder=\"password\"]\n</p>\n\n<p>\n[reg-email placeholder=\"Email\"]\n</p>\n\n<p>\n[reg-website placeholder=\"Website\" required]\n</p>\n\n<p>\n[reg-nickname placeholder=\"Nickname\"]\n</p>\n\n<p>\n[reg-first-name placeholder=\"First Name\" required]\n</p>\n\n<p>\n[reg-last-name placeholder=\"Last Name\" required]\n</p>\n\n<p>\n<label for=\"gender\">Gender</label>\n[reg-cpf type=\"select\" key=\"gender\" id=\"gender\"]\n</p>\n<p class=\"submit\">\n[reg-submit value=\"Register\"]\n</p>\n                    <p style=\"text-align:center\">Have an account? [link-login label=\"Login\"]\n\n                    </p>\n</div>\n        </div>','/* css class for the registration form generated errors */\n.profilepress-reg-status {\n 	color: #555;\n    font-size: 15px;\n    font-weight: bold;\n    margin: 10px 0;\n    max-width: 310px;\n    text-align: center;\n}\n\n/* Boson Registration form CSS */\n\n.boson-container {\n    margin: auto;\n}\n.boson-container a {\n    color: #527881;\n    text-decoration: underline;\n    text-align: center;\n}\n.boson-container > .login {\n    position: relative;\n    padding: 20px 20px 20px;\n    max-width: 310px;\n    background: white;\n    border-radius: 3px;\n    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);\n}\n\n.boson-container > .login h1 {\n    margin: -20px -20px 21px;\n    line-height: 40px;\n    font-size: 15px;\n    font-weight: bold;\n    color: #555;\n    text-align: center;\n    text-shadow: 0 1px white;\n    background: #f3f3f3;\n    border-bottom: 1px solid #cfcfcf;\n    border-radius: 3px 3px 0 0;\n    background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: -o-linear-gradient(top, whiteffd, #eef2f5);\n    background-image: linear-gradient(to bottom, whiteffd, #eef2f5);\n    -webkit-box-shadow: 0 1px whitesmoke;\n    box-shadow: 0 1px whitesmoke;\n}\n.boson-container > .login p {\n    margin: 10px 0;\n    font-size: 20px;\n    color: #555;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    width: 100%;\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}\n.boson-container > .login p.submit {\n    text-align: center;\n}\n:-moz-placeholder {\n    color: #c9c9c9 !important;\n    font-size: 13px;\n}\n::-webkit-input-placeholder {\n    color: #ccc;\n    font-size: 13px;\n}\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\n    margin: 5px;\n    padding: 0 10px;\n    height: 34px;\n    color: #404040;\n    background: white;\n    border: 1px solid;\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\n    border-radius: 2px;\n    outline: 5px solid #eff4f7;\n    -moz-outline-radius: 3px;\n    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);\n}\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\n    border-color: #7dc9e2;\n    outline-color: #dceefc;\n    outline-offset: 0;\n}\n.boson-container > .login input[type=submit] {\n    cursor: pointer;\n    padding: 1px 18px;\n    height: 29px;\n    width: 80%;\n    font-size: 12px;\n    font-weight: bold;\n    color: #527881;\n    text-shadow: 0 1px #e3f1f1;\n    background: #cde5ef;\n    border: 1px solid;\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\n    border-radius: 16px;\n    outline: 0;\n    -webkit-box-sizing: content-box;\n    -moz-box-sizing: content-box;\n    box-sizing: content-box;\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\n}\n.boson-container > .login input[type=submit]:active {\n    background: #cde5ef;\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\n    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);\n}\n.boson-container > .login p.remember_me {\n    float: left;\n    line-height: 31px;\n}\n.boson-container > .login p.remember_me label {\n    font-size: 12px;\n    color: #777;\n    cursor: pointer;\n}\n.boson-container > .login p.remember_me input {\n    position: relative;\n    bottom: 1px;\n    margin-right: 4px;\n    vertical-align: middle;\n}','<div class=\"profilepress-reg-status\">Registration Successful</div>','2024-09-13',''),(3,'FlatUI Registration Theme','<div class=\"login-form\">\n    <div class=\"form-group\">[reg-username id=\"reg-username\" placeholder=\"Username\" class=\"form-control login-field\"]\n        <label class=\"login-field-icon fui-user\" for=\"reg-username\"></label></div>\n    <div class=\"form-group\">[reg-password id=\"reg-password\" placeholder=\"Password\" class=\"form-control login-field\"]\n        <label class=\"login-field-icon fui-lock\" for=\"reg-password\"></label></div>\n    <div class=\"form-group\">[reg-email id=\"reg-email\" placeholder=\"Email\" class=\"form-control login-field\"]\n        <label class=\"login-field-icon fui-mail\" for=\"reg-email\"></label></div>\n    <div class=\"form-group\">[reg-website class=\"form-control login-field\" placeholder=\"Website\" id=\"reg-website\" required]\n        <label class=\"login-field-icon fui-chat\" for=\"reg-website\"></label></div>\n    <div class=\"form-group\">[reg-nickname class=\"form-control login-field\" placeholder=\"Nickname\" id=\"id-nickname\"]\n        <label class=\"login-field-icon fui-user\" for=\"id-nickname\"></label></div>\n    <div class=\"form-group\">[reg-first-name class=\"form-control login-field\" id=\"reg-firstname\" placeholder=\"First Name\"]\n        <label class=\"login-field-icon fui-user\" for=\"reg-firstname\"></label></div>\n    <div class=\"form-group\">[reg-last-name class=\"form-control login-field\" id=\"reg-lastname\" placeholder=\"Last Name\" required]\n        <label class=\"login-field-icon fui-user\" for=\"reg-lastname\"></label></div>\n    <div class=\"form-group\">\n        <label for=\"gender\">Gender</label> [reg-cpf type=\"select\" id=\"gender\" key=\"gender\" class=\"flat-select\"]\n    </div>\n    <div class=\"form-group demo-download\">[user-avatar size=\"100\"]</div>\n    <div class=\"form-group\">[reg-avatar class=\"filestyle\" id=\"avatar\"]</div>\n    <div class=\"form-group\">[reg-submit value=\"Register\" class=\"btn btn-primary btn-lg btn-block\" id=\"submit-button\"]</div>\n    <div class=\"form-group\" style=\"text-align:center\">Have an account? [link-login label=\"Login\"]</div>\n</div>\n','/* css class for the registration form generated errors */\n\n.profilepress-reg-status {\n  border-radius: 6px;\n  font-size: 17px;\n  line-height: 1.471;\n  padding: 10px 19px;\n  background-color: #e74c3c;\n  color: #ffffff;\n  font-weight: normal;\n  transition: border 0.25s linear 0s, color 0.25s linear 0s, background-color 0.25s linear 0s;\n  display: block;\n  text-align: center;\n  vertical-align: middle;\n  margin: 5px 0;\n}\n\n.profilepress-reg-status a {\ncolor: #fff;\nfont-weight: bold;\n}\n\n.profilepress-reg-label {\npadding: 1px 8px 2px 3px;\n}\n\n.demo-download img {\n    display: block;\n    border-radius: 50%;\n    height: 190px;\n    margin: 0 auto 10px;\n    padding: 2px;\n    text-align: center;\n    width: 190px;\n}\n\n/*\nThis form uses the FlatUI css stylesheet that ships with the plugin hence this look.\nIt\'s actually very pretty when implemented.\n*/','<div class=\"profilepress-reg-status\">Registration Successful</div>','2024-09-13',''),(4,'Fzbuk Registration Theme','<div class=\"fzbuk-login-form-wrap\">\n	<h1>Sign Up</h1>\n\n	<div class=\"fzbuk-login-form\">\n		<label>\n			[reg-username placeholder=\"Username\"]\n		</label>\n\n		<label>\n			[reg-email placeholder=\"Email Address\" class=\"fzbuk-input-middle\"]\n		</label>\n\n		<label>\n			[reg-password placeholder=\"Password\"]\n		</label>\n\n		[reg-submit value=\"Register\"]\n\n	</div>\n	<h5>Have an Account? [link-login label=\"Login\"]</h5>\n</div>\n','/* css class for the registration form generated errors */\n\n.profilepress-reg-status {\n -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  color: #fff;\n  background: #5170ad;\n  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));\n  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#5170ad\', endColorstr=\'#355493\',GradientType=1 );\n  border: 1px solid #2d416d;\n  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);\n  border-radius: 5px;\n  position: relative;\n  text-align: center;\n  max-width: 360px;\n  margin: 10px auto;\n  padding: 10px;\n}\n\n.fzbuk-login-form-wrap {\n  background: #5170ad;\n  background: -moz-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5170ad), color-stop(100%, #355493));\n  background: -webkit-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -o-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: -ms-radial-gradient(center, ellipse cover, #5170ad 0%, #355493 100%);\n  background: radial-gradient(ellipse at center, #5170ad 0%, #355493 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#5170ad\', endColorstr=\'#355493\',GradientType=1 );\n  border: 1px solid #2d416d;\n  box-shadow: 0 1px #5670A4 inset, 0 0 10px 5px rgba(0, 0, 0, 0.1);\n  border-radius: 5px;\n  position: relative;\n  max-width: 360px;\n  margin: 10px auto;\n  padding: 50px 30px 0 30px;\n  text-align: center;\n}\n\n.fzbuk-login-form-wrap:before {\n  display: block;\n  content: \"\";\n  width: 58px;\n  height: 19px;\n  top: 10px;\n  left: 10px;\n  position: absolute;\n}\n.fzbuk-login-form-wrap > h1 {\n  margin: 0 0 50px 0;\n  padding: 0;\n  font-size: 26px;\n  color: #fff;\n}\n.fzbuk-login-form-wrap > h5 {\n  color: #303030;\n  margin-top: 20px;\n  font-size: 15px;\n}\n.fzbuk-login-form-wrap > h5 > a {\n  font-size: 15px;\n  color: #fff !important;\n  text-decoration: none;\n  font-weight: 400;\n}\n\n.fzbuk-login-form input[type=\"text\"], .fzbuk-login-form input[type=\"password\"], .fzbuk-login-form input[type=\"email\"] {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n  width: 100%;\n  border: 1px solid #314d89;\n  outline: none;\n  padding: 12px 20px;\n  color: #afafaf;\n  font-weight: 400;\n  font-family: \"Lato\", sans-serif;\n  cursor: text;\n}\n\n.fzbuk-login-form label {\n  display: block;\n  margin: 0 !important;\n}\n\ninput.fzbuk-input-middle {\n  border-bottom: medium none !important;\n  border-radius: unset !important;\n  box-shadow: unset !important;\n  border-top: medium none !important;\n  width: 100% !important;\n  padding: 12px 20px !important;\n  color: #afafaf !important;\n  font-weight: 400 !important;\n  font-family: \"Lato\", sans-serif;\n  cursor: text !important;\n}\n\n\n.fzbuk-login-form input[type=\"email\"], .fzbuk-login-form input[type=\"text\"]  {\n  border-bottom: none;\n  border-radius: 4px 4px 0 0;\n  padding-bottom: 13px;\n  box-shadow: 0 -1px 0 #E0E0E0 inset, 0 1px 2px rgba(0, 0, 0, 0.23) inset;\n}\n.fzbuk-login-form input[type=\"password\"] {\n  border-top: 1px solid #eee;\n  border-radius: 0 0 4px 4px;\n  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.23) inset, 0 1px 2px rgba(255, 255, 255, 0.1);\n}\n.fzbuk-login-form input[type=\"submit\"] {\n  font-family: \"Lato\", sans-serif;\n  background: #e0e0e0;\n  background: -moz-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #cecece));\n  background: -webkit-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -o-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: -ms-linear-gradient(top, #e0e0e0 0%, #cecece 100%);\n  background: linear-gradient(to bottom, #e0e0e0 0%, #cecece 100%);\n  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#e0e0e0\', endColorstr=\'#cecece\',GradientType=0 );\n  display: block;\n  margin: 20px auto 0 auto;\n  width: 100%;\n  border: none;\n  border-radius: 3px;\n  padding: 8px;\n  font-size: 17px;\n  color: #636363;\n  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.45);\n  font-weight: 700;\n  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.17), 0 1px 0 rgba(255, 255, 255, 0.36) inset;\n}\n.fzbuk-login-form input[type=\"submit\"]:hover {\n  background: #DDD;\n}\n.fzbuk-login-form input[type=\"submit\"]:active {\n  padding-top: 9px;\n  padding-bottom: 7px;\n  background: #C9C9C9;\n}\n','<div class=\"profilepress-reg-status\">Registration Successful.</div>','2024-09-13',''),(5,'Jakhu Registration Theme','<div class=\"jakhu-login-form\">\n\n	<div class=\"jakhu-header\">\n		<h1>Sign Up</h1><span>Fill out the form to create an account.</span>\n	</div>\n\n	<div class=\"jakhu-content\">\n		[reg-username placeholder=\"Username\" class=\"jakhu-input jakhu-username\"]\n\n		[reg-email placeholder=\"Email\" class=\"jakhu-input jakhu-email\"]\n\n		[reg-password placeholder=\"Password\" class=\"jakhu-input jakhu-password\"]\n\n		[reg-first-name class=\"jakhu-input jakhu-first-name\" placeholder=\"First Name\" required]\n\n		[reg-last-name class=\"jakhu-input jakhu-last-name\" placeholder=\"Last Name\" required]\n\n	</div>\n	<div class=\"jakhu-footer\">\n		[reg-submit value=\"Register\" class=\"jakhu-button\"]\n\n		[link-login class=\"jakhu-login\" label=\"Login\"]\n	</div>\n\n</div>\n','@import url(http://fonts.googleapis.com/css?family=Bree+Serif);\n\n/* css class for the registration form generated errors */\n.profilepress-reg-status {\n    max-width: 350px;\n	position: static;\n	z-index:5;\n	margin: 10px 0;\n	padding: 6px;\n	background: #f3f3f3;\n	border: 1px solid #fff;\n	border-radius: 5px;\n	box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.jakhu-login-form .jakhu-header span::selection {\n	color: #fff;\n	background: #f676b2; /* Safari */\n}\n\n.jakhu-login-form .jakhu-header span::-moz-selection {\n	color: #fff;\n	background: #f676b2; /* Firefox */\n}\n\n.jakhu-login-form {\n	max-width: 350px;\n	position: static;\n	z-index:5;\n\n	background: #f3f3f3;\n	border: 1px solid #fff;\n	border-radius: 5px;\n\n	box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.jakhu-login-form .jakhu-header {\n	padding: 40px 30px 30px 30px;\n}\n\n.jakhu-login-form .jakhu-header h1 {\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 28px;\n	line-height:34px;\n	color: #414848;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n	margin-bottom: 10px;\n}\n\n.jakhu-login-form .jakhu-header span {\n	font-size: 13px;\n	line-height: 16px;\n	color: #678889;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n	font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n	font-weight:300;\n}\n\n.jakhu-login-form .jakhu-content {\n	padding: 0 30px 25px 30px;\n}\n\n/* Input field */\n.jakhu-login-form .jakhu-content .jakhu-input {\n	width: 240px;\n	padding: 15px 25px;\n	font-family: \"HelveticaNeue-Light\", \"Helvetica Neue Light\", \"Helvetica Neue\", Helvetica, Arial, \"Lucida Grande\", sans-serif;\n	font-weight: 400;\n	font-size: 14px;\n	color: #9d9e9e;\n	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);\n\n	background: #fff;\n	border: 1px solid #fff;\n	border-radius: 5px;\n\n	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);\n}\n\n/* Second and Third input fourth fifth field */\n.jakhu-login-form .jakhu-content .jakhu-password, .jakhu-login-form .jakhu-content .jakhu-email, .jakhu-login-form .jakhu-content .jakhu-pass-icon, .jakhu-login-form .jakhu-content .jakhu-first-name, .jakhu-login-form .jakhu-content .jakhu-last-name {\n	margin-top: 25px;\n}\n\n.jakhu-login-form .jakhu-content .jakhu-input:hover {\n	background: #dfe9ec;\n	color: #414848;\n}\n\n.jakhu-login-form .jakhu-content .jakhu-input:focus {\n	background: #dfe9ec;\n	color: #414848;\n\n	box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.25);\n}\n\n\n/* Animation */\n.jakhu-input, .jakhu-user-icon, .jakhu-email-icon, .jakhu-pass-icon, .jakhu-button, .jakhu-login {\n	transition: all 0.5s;\n	-moz-transition: all 0.5s;\n	-webkit-transition: all 0.5s;\n	-o-transition: all 0.5s;\n	-ms-transition: all 0.5s;\n}\n\n.jakhu-login-form .jakhu-footer {\n	padding: 25px 30px 40px 30px;\n	overflow: auto;\n\n	background: #d4dedf;\n	border-top: 1px solid #fff;\n\n	box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n	-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0.15);\n}\n\n/* Register button */\n.jakhu-login-form .jakhu-footer .jakhu-button {\n	float:right;\n	padding: 11px 25px;\n\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 18px;\n	color: #fff;\n	text-shadow: 0 1px 0 rgba(0,0,0,0.25);\n\n	background: #56c2e1;\n	border: 1px solid #46b3d3;\n	border-radius: 5px;\n	cursor: pointer;\n\n	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-button:hover {\n	background: #3f9db8;\n	border: 1px solid rgba(256,256,256,0.75);\n\n	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-button:focus {\n	bottom: -1px;\n	background: #56c2e1;\n	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);\n}\n\n/* Login link */\n.jakhu-login-form .jakhu-footer .jakhu-login {\n	display: block;\n	float: right;\n	padding: 10px;\n	margin-right: 20px;\n	text-decoration: none;\n	background: none;\n	border: none;\n	cursor: pointer;\n	font-family: \'Bree Serif\', serif;\n	font-weight: 300;\n	font-size: 20px;\n	color: #414848;\n	text-shadow: 0 1px 0 rgba(256,256,256,0.5);\n}\n\n.jakhu-login a {\n text-decoration: none;\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-login:hover {\n	color: #3f9db8;\n}\n\n.jakhu-login-form .jakhu-footer .jakhu-login:focus {\n	position: relative;\n	bottom: -1px;\n}\n\n.jakhu-content input {\n  -webkit-box-sizing: border-box;\n  -moz-box-sizing: border-box;\n  box-sizing: border-box;\n}\n','<div class=\"profilepress-reg-status\">Registration Successful</div>','2024-09-13','');
/*!40000 ALTER TABLE `wph0_pp_registration_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_revisions`
--

DROP TABLE IF EXISTS `wph0_pp_revisions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_revisions` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `type` varchar(20) NOT NULL,
  `parent_id` mediumint(9) NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_revisions`
--

LOCK TABLES `wph0_pp_revisions` WRITE;
/*!40000 ALTER TABLE `wph0_pp_revisions` DISABLE KEYS */;
INSERT INTO `wph0_pp_revisions` (`id`, `structure`, `css`, `type`, `parent_id`, `date`) VALUES (17,'<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','edit_user_profile',8,'2025-01-08 17:38:48'),(18,'<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','edit_user_profile',8,'2025-01-08 17:39:04'),(19,'<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 90%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 90%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','edit_user_profile',8,'2025-01-08 17:40:52'),(20,'<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Profile</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','edit_user_profile',8,'2025-01-08 17:47:58'),(21,'<div class=\"edit-profile\">\r\n\r\n <div class=\"boson-container\">\r\n            <div class=\"login\">\r\n                 <h1>Edit Your LITCAF Profile here</h1>\r\n\r\n\r\n\r\n<p class=\"demo-download\">\r\n[user-avatar]\r\n[remove-user-avatar label=\"Delete\" class=\"removed\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Profile Picture</label>\r\n[edit-profile-avatar class=\"filestyle\" id=\"avatar\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-username\">Username</label>\r\n[edit-profile-username id=\"id-username\" placeholder=\"username\" class=\"edit-profile-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-password\">Password</label>\r\n[edit-profile-password id=\"id-password\" placeholder=\"password\" class=\"edit-profile-passkey\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-email\">Email Address</label>\r\n[edit-profile-email id=\"id-email\" placeholder=\"Email\" class=\"reg-email\"]\r\n</p>\r\n\r\n\r\n\r\n<p>\r\n<label for=\"id-website\">Website</label>\r\n[edit-profile-website class=\"reg-website\" placeholder=\"Website\" id=\"id-website\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-nickname\">Nickname</label>\r\n[edit-profile-nickname class=\"remember-me\" placeholder=\"Nickname\" id=\"id-nickname\"]\r\n</p>\r\n\r\n\r\n\r\n\r\n<p>\r\n<label for=\"display-name\">Display Name</label>\r\n[edit-profile-display-name class=\"display-name\" placeholder=\"Display Name\" id=\"display-name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-firstname\">First Name</label>\r\n[edit-profile-first-name class=\"remember-me\" id=\"id-firstname\"  placeholder=\"First Name\"]\r\n</p>\r\n\r\n<p>\r\n<label for=\"id-lastname\">Last Name</label>\r\n[edit-profile-last-name class=\"remember-me\" id=\"id-lastname\" placeholder=\"Last Name\"]\r\n</p>\r\n\r\n<p style=\"text-align:center\">\r\n[edit-profile-submit value=\"Save Profile\"]\r\n</p>\r\n\r\n</div>\r\n</div>\r\n\r\n</div>','/* css class for the edit profile generated errors */\r\n\r\n.profilepress-edit-profile-status {\r\n	color: #555;\r\n    font-size: 10px;\r\n    font-weight: bold;\r\n    margin: 10px auto;\r\n    width: 100%;\r\n    text-align: center;\r\n}\r\n\r\n\r\n/* Boson form CSS */\r\n\r\n.boson-container {\r\n    margin: auto;\r\n}\r\n.boson-container a {\r\n    color: #527881;\r\n    text-decoration: underline;\r\n    text-align: center;\r\n}\r\n.boson-container > .login {\r\n    position: relative;\r\n    padding: 20px 20px 20px;\r\n    width: 100%;\r\n    background: white;\r\n    border-radius: 3px;\r\n   \r\n}\r\n.boson-container > .login h1 {\r\n    margin: -20px -20px 21px;\r\n    line-height: 40px;\r\n    font-size: 15px;\r\n    font-weight: bold;\r\n    color: #555;\r\n    text-align: center;\r\n    text-shadow: 0 1px white;\r\n    background: #f3f3f3;\r\n    border-bottom: 1px solid #cfcfcf;\r\n    border-radius: 3px 3px 0 0;\r\n}\r\n.boson-container > .login p {\r\n    margin: 10px 0;\r\n    font-size: 20px;\r\n    color: #555;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    width: 100%;\r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: center;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n.boson-container > .login p.submit {\r\n    text-align: center;\r\n}\r\n:-moz-placeholder {\r\n    color: #c9c9c9 !important;\r\n    font-size: 13px;\r\n}\r\n::-webkit-input-placeholder {\r\n    color: #ccc;\r\n    font-size: 13px;\r\n}\r\n.boson-container > .login input[type=text], .boson-container > .login input[type=email], .boson-container > .login input[type=password], .boson-container > .login select {\r\n    margin: 5px;\r\n    padding: 0 10px;\r\n    height: 34px;\r\n    color: #404040;\r\n    background: white;\r\n    border: 1px solid;\r\n    border-color: #c4c4c4 #d1d1d1 #d4d4d4;\r\n    border-radius: 2px;\r\n    outline: 5px solid #eff4f7;\r\n    -moz-outline-radius: 3px;\r\n    -webkit-box-sizing: border-box;\r\n    -moz-box-sizing: border-box;\r\n    box-sizing: border-box;\r\n}\r\n.boson-container > .login input[type=text]:focus, .boson-container > .login input[type=email]:focus, .boson-container > .login select:focus, .boson-container > .login input[type=password]:focus {\r\n    border-color: #7dc9e2;\r\n    outline-color: #dceefc;\r\n    outline-offset: 0;\r\n}\r\n\r\n.boson-container > .login input[type=submit], .boson-container > .login button.removed {\r\n    cursor: pointer;\r\n    padding: 1px 18px;\r\n    height: 29px;\r\n    font-size: 12px;\r\n    font-weight: bold;\r\n    color: #527881;\r\n    text-shadow: 0 1px #e3f1f1;\r\n    background: #cde5ef;\r\n    border: 1px solid;\r\n    border-color: #b4ccce #b3c0c8 #9eb9c2;\r\n    border-radius: 16px;\r\n    outline: 0;\r\n    -webkit-box-sizing: content-box;\r\n    -moz-box-sizing: content-box;\r\n    box-sizing: content-box;\r\n    background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);\r\n    background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);\r\n    -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n    box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);\r\n}\r\n.boson-container > .login input[type=submit]:active {\r\n    background: #23a68e;\r\n    border-color: #9eb9c2 #b3c0c8 #b4ccce;\r\n    \r\n}\r\n.boson-container > .login p.remember_me {\r\n    float: left;\r\n    line-height: 31px;\r\n}\r\n.boson-container > .login p.remember_me label {\r\n    font-size: 12px;\r\n    color: #777;\r\n    cursor: pointer;\r\n}\r\n.boson-container > .login p.remember_me input {\r\n    position: relative;\r\n    bottom: 1px;\r\n    margin-right: 4px;\r\n    vertical-align: middle;\r\n}\r\n\r\n.boson-container > .login button.removed {\r\n    width: 40px;\r\n}\r\n\r\n.boson-container > .login input[type=submit] {\r\nwidth: 80%;\r\n}\r\n\r\n\r\n.demo-download img {\r\n    border-radius: 50%;\r\n    display: block;\r\n    height: 190px;\r\n    margin: 0 auto 10px;\r\n    padding: 2px;\r\n    text-align: center;\r\n    width: 190px;\r\n}\r\n','edit_user_profile',8,'2025-01-08 18:10:05');
/*!40000 ALTER TABLE `wph0_pp_revisions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_pp_user_profile_builder`
--

DROP TABLE IF EXISTS `wph0_pp_user_profile_builder`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_pp_user_profile_builder` (
  `id` mediumint(8) unsigned NOT NULL AUTO_INCREMENT,
  `title` varchar(50) NOT NULL,
  `structure` longtext NOT NULL,
  `css` longtext NOT NULL,
  `date` text NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_pp_user_profile_builder`
--

LOCK TABLES `wph0_pp_user_profile_builder` WRITE;
/*!40000 ALTER TABLE `wph0_pp_user_profile_builder` DISABLE KEYS */;
INSERT INTO `wph0_pp_user_profile_builder` (`id`, `title`, `structure`, `css`, `date`) VALUES (1,'Smiley Profile Theme','<div class=\"ppprofile1\">\n	<div class=\"ppboxa\">\n		<img src=\"[profile-avatar-url]\" class=\"ppavatar\"/>\n	</div>\n	<div class=\"ppboxb\">\n		<div class=\"ppuserdata\">\n			<ul class=\"ppsocial\">\n				<li>\n					<a href=\"[profile-cpf key=facebook]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/facebook.png\"/></a>\n				</li>\n				<li>\n					<a href=\"[profile-cpf key=twitter]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/twitter.png\"/></a>\n				</li>\n				<li>\n					<a href=\"[profile-cpf key=linkedin]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/linkedin.png\"/></a>\n				</li>\n			</ul>\n			<span class=\"ppname\">[profile-first-name] [profile-last-name]</span><br/>\n			<span class=\"pptitle\">[profile-cpf key=\"country\"]</span>\n		</div>\n		<div class=\"ppprofdata\">\n			<ul>\n				<li><strong>Email:</strong> <span class=\"pprof-val\">[profile-email]</span></li>\n				<li><strong>Gender:</strong> <span class=\"pprof-val\">[profile-cpf key=\"gender\"]</span></li>\n				<li>\n					<strong>Website:</strong> <span class=\"pprof-val\"><a href=\"[profile-website]\">[profile-website]</a></span>\n				</li>\n				<li><strong>Country:</strong> <span class=\"pprof-val\">[profile-cpf key=\"country\"]</span></li>\n				<li>\n					<strong>Bio:</strong> <span class=\"pprof-val\">[profile-bio]</span>\n				</li>\n			</ul>\n		</div>\n		<div class=\"pp-jca\">\n			<span class=\"jcname\">My Articles</span> [jcarousel-author-posts count=\"20\"]\n		</div>\n	</div>\n</div>','.ppprofile1 .ppboxa {\n    background: #fff;\n    max-width: 550px;\n    height: 100px;\n    margin: 0 auto;\n    text-align: center;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n}\n\n.ppprofile1 .ppavatar {\n    display: inline;\n    border-radius: 120px;\n    border: 6px solid #fff;\n    margin-top: 05px;\n    background: #f1f1f1;\n    max-width: 175px;\n}\n\n.ppprofile1 .ppboxb {\n    background: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg1.png);\n    max-width: 580px;\n    margin: 0 auto;\n    color: #fff;\n    border-radius: 4px;\n    padding-bottom: 4px;\n}\n\n.ppprofile1 .ppuserdata {\n    text-align: center;\n    padding-top: 110px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n\n.ppprofile1 .pp-jca {\n    text-align: center;\n    padding: 20px 5px;\n}\n\n.ppprofile1 span.ppname {\n    font-size: 36px;\n}\n\n.pp-jca span.jcname {\n    font-size: 20px;\n}\n\n.ppprofile1 span.pptitle {\n    text-transform: uppercase;\n    font-size: 12px;\n    color: rgba(255, 255, 255, .8);\n}\n\n.ppprofile1 .ppprofdata {\n    padding: 30px;\n    background: rgba(0, 0, 0, .1);\n    margin-top: 50px;\n    margin: 30px;\n    font-size: 15px;\n    border-radius: 4px;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .25);\n}\n\n.ppprofdata .pprof-val {\n    float: right;\n    width: 80%;\n}\n\n.ppprofile1 .ppprofdata ul {\n    list-style: none;\n    margin: 0;\n    padding: 0;\n}\n\n.ppprofile1 .ppprofdata ul li {\n    padding-bottom: 10px;\n}\n\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n}\n\n.ppprofile1 .ppprofdata ul li a {\n    color: #F1F1F1;\n    text-decoration: none;\n    border-bottom: 0 none;\n}\n\n.ppprofile1 .ppuserdata ul li img {\n    display: inline;\n}\n\n.ppprofile1 .ppsocial {\n    margin: 0;\n    padding: 0;\n    text-align: left;\n    position: absolute;\n    margin-top: -90px;\n    margin-left: 20px;\n    opacity: 0.2;\n}\n\n.ppprofile1 .ppsocial li {\n    list-style: none;\n    display: inline;\n}','2024-09-13'),(2,'Smiley Profile Theme 2','<div class=\"ppprofile2\">\n			<div class=\"ppcover\">\n				<div class=\"ppuserinfo\">\n					<span class=\"ppname\">\n						[profile-first-name] [profile-last-name]\n					</span>\n					<br />\n					<span class=\"pptitle\">\n						[profile-cpf key=\"country\"]\n					</span>\n				</div>\n			</div>\n			<div class=\"ppboxa\">\n				<img src=\"[profile-avatar-url]\" class=\"ppavatar\" />\n			</div>\n			<div class=\"ppbtmbox\">\n				<div class=\"pplside\">\n					<ul>\n						<li>\n							<span class=\"ppnum\">[post-count]</span><br />\n							articles\n						</li>\n						<br /><br />\n						<li>\n							<span class=\"ppnum\">[comment-count]</span><br />\n							comments\n						</li>\n					</ul>\n				</div>\n				<div class=\"pprside\">\n					<ul class=\"ppsocial\">\n\n						<li><a href=\"[profile-cpf key=facebook]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/facebook.png\" /></a></li>\n						<li><a href=\"[profile-cpf key=twitter]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/twitter.png\" /></a></li>\n						<li><a href=\"[profile-cpf key=linkedin]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/linkedin.png\" /></a></li>\n\n					</ul>\n					<ul class=\"ppusrdata\">\n						<li>\n							<i class=\"fa fa-plane\"></i>\n							[profile-cpf key=\"country\"]\n						</li>\n						<li>\n							<i class=\"fa fa-envelope-o\"></i>\n							[profile-email]\n						</li>\n						<li>\n							<i class=\"fa fa-transgender-alt\"></i>\n							[profile-cpf key=\"gender\"]\n						</li>\n						<li>\n							<i class=\"fa fa-globe\"></i>\n							<a href=\"[profile-website]\">[profile-website]</a>\n						</li>\n					</ul>\n					<br />\n					<div class=\"ppbio\">\n						[profile-bio]\n					</div>\n				</div>\n			</div>\n		</div>','.ppprofile2 {\n    width: 550px;\n    margin: 0 auto;\n\n}\n\n.ppprofile2 ul {\n    margin: 0;\n    padding: 0;\n    list-style: none;\n}\n\n.ppprofile2 .ppavatar {\n    width: 150px;\n    border-radius: 100px;\n    border: 8px solid #fff;\n    position: relative;\n    margin-bottom: -42px;\n    z-index: 9;\n    top: 20px;\n    left: 20px;\n}\n\n.ppprofile2 .ppcover {\n    background: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/smiley/bg2.png);\n    width: 550px;\n    height: 125px;\n    display: block;\n    position: absolute;\n    border-top-left-radius: 4px;\n    border-top-right-radius: 4px;\n}\n\n.ppprofile2 .ppbtmbox {\n    width: 550px;\n    position: relative;\n}\n\n.ppbtmbox ul li::before {\n    content: none;\n}\n\n.ppprofile2 .pplside {\n    background: #fff;\n    width: 100px;\n    float: left;\n    height: 320px;\n    padding: 15px;\n    box-sizing: border-box;\n    padding-top: 75px;\n    border-bottom-left-radius: 4px;\n    border-left: 1px solid #f5f5f5;\n    border-bottom: 1px solid #f5f5f5;\n}\n\n.ppprofile2 .pplside ul li {\n    -moz-hyphens: none;\n    word-wrap: normal;\n    text-transform: uppercase;\n    font-weight: normal;\n    color: rgba(0, 0, 0, .4);\n    font-size: 14px;\n}\n\n.ppprofile2 .pplside ul li span {\n    text-transform: uppercase;\n    font-weight: bold;\n    color: rgba(0, 0, 0, .4);\n    font-size: 28px;\n}\n\n.ppprofile2 .pprside {\n    background: #f5f5f5;\n    width: 440px;\n    float: right;\n    height: 320px;\n    padding: 15px;\n    box-sizing: border-box;\n    padding-top: 75px;\n    position: relative;\n    border-bottom-right-radius: 4px;\n}\n\n.ppprofile2 .pprside ul.ppusrdata li i {\n    font-size: 18px;\n    background: #f5f5f5;\n    border: 4px solid #f5f5f5;\n    position: absolute;\n    margin-left: -45px;\n    margin-top: -5px;\n    width: 25px;\n    height: 35px;\n    color: rgba(0, 0, 0, .5);\n}\n\n.ppprofile2 .pprside ul.ppusrdata li {\n    background: rgba(0, 0, 0, .03);\n    padding: 5px;\n    font-size: 13px;\n    margin-bottom: 6px;\n    border-radius: 4px;\n    color: #1f1f1f;\n    padding-left: 40px;\n    font-weight: 500;\n    height: 30px;\n}\n\n.ppprofile2 .pprside ul.ppusrdata li a {\n  border-bottom: 0 none;\n  text-decoration: none;\n}\n\n.ppprofile2 .pprside ul.ppsocial {\n    margin-top: -35px;\n    right: 15px;\n    position: absolute;\n    top: 50px;\n    opacity: 0.1;\n    display: inline-flex;\n}\n\n.ppprofile2 .pprside ul.ppsocial li {\n    padding-left: 5px;\n}\n\n.ppprofile2 .rside ul.ppsocial li {\n    display: inline;\n}\n\n.ppprofile2 .pprside .ppbio {\n    background: rgba(255, 255, 255, .45);\n    padding: 10px;\n    font-weight: 500;\n    font-size: 13px;\n    line-height: 1.4;\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    width: 430px;\n    color: #1f1f1f;\n    border-bottom-right-radius: 4px;\n}\n\n.ppprofile2 .ppcover .ppuserinfo {\n    text-align: right;\n    margin: 50px;\n}\n\n.ppprofile2 .ppcover .ppuserinfo .ppname {\n    font-size: 26px;\n    font-weight: bold;\n    color: #fff;\n    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);\n}\n\n.ppprofile2 .ppcover .ppuserinfo .pptitle {\n    font-size: 13px;\n    text-transform: uppercase;\n    color: #1f1f1f;\n    text-shadow: 0 1px 1px rgba(255, 255, 255, .5);\n    position: relative;\n    left: -10px;\n}','2024-09-13'),(3,'Dixon Profile Theme','<div id=\"dixon-wraper\">\n    <div class=\"dixon-header\">\n        <div class=\"dixon-container\">\n            <div class=\"dixon-img\">\n			<div class=\"dixon-avatar\">\n                <img src=\"[profile-avatar-url]\" />\n				</div>\n            </div>\n            <div class=\"dixon-text\"> <span>[profile-username] </span>\n                <br />Profile</div>\n            <div class=\"dixon-icon\">\n                <ul>\n                    <li> <a href=\"[profile-cpf key=facebook]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/dixon-fe-profile/facebook.png\" /> </a>\n                    </li>\n                    <li> <a href=\"[profile-cpf key=twitter]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/dixon-fe-profile/twitter.png\" /> </a>\n                    </li>\n                    <li> <a href=\"[profile-cpf key=linkedin]\"><img src=\"http://litcaf.com/wp-content/plugins/profilepress/assets/images/dixon-fe-profile/linkedn.png\"/> </a>\n                    </li>\n                </ul>\n                </div>\n        </div>\n    </div>\n    <div class=\"dixon-container\">\n        <div style=\"text-align: center;\">\n            <h3>  PROFILE DETAILS </h3>\n        </div>\n        <div class=\"dixon-section\">\n            <div class=\"dixon-section-name\">\n                <p>First name</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p>[profile-first-name]</p>\n            </div>\n            <div class=\"dixon-section-name\">\n                <p>Last name</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p>[profile-last-name]</p>\n            </div>\n            <div class=\"dixon-section-name\">\n                <p>Nickname</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p>[profile-nickname]</p>\n            </div>\n            <div class=\"dixon-section-name\">\n                <p>Gender</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p>Male</p>\n            </div>\n            <div class=\"dixon-section-name\">\n                <p>Website</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p> <span> <a href=\"#\"> [profile-website] </a></span>\n                </p>\n            </div>\n            <div class=\"dixon-section-name\">\n                <p>Bio</p>\n            </div>\n            <div class=\"dixon-section-address\">\n                <p>[profile-bio]</p>\n            </div>\n        </div>\n    </div>\n</div>','/* CSS Stylesheet here */\n\n@import url(http://fonts.googleapis.com/css?family=Raleway);\n @import url(http://fonts.googleapis.com/css?family=Lato);\n#dixon-wraper {\n    width: 100%;\n	 background:#ececec;\n}\n\n.dixon-section-name {\n    float:left;\n    color:#222222;\n}\n.dixon-section-address {\n    margin-left:30%;\n    color: #6b6969;\n}\n.dixon-container {\n    margin:auto;\n    width:100%;\n	padding-bottom: 10px;\n}\n.dixon-section-name > p, .dixon-section-address > p {\n    padding-bottom:20px;\n	margin:0;\n}\n\n.dixon-section-name > a, .dixon-section-address > a {\n    text-decoration:none;\n}\n\n.dixon-container h3 {\n    margin:30px 0;\n    font-family:Lato, sans-serif;\n    color:#196783;\n    font-size:28px;\n}\n.dixon-header {\n    background:url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/dixon-fe-profile/bg.jpg);\n    width:100%;\n    height:60%;\n    border-bottom:3px solid #a7bdc8;\n	padding-bottom: 5px;\n}\n.dixon-aside {\n    margin-top:30px;\n}\n.dixon-section {\n    background:#fff;\n    padding:40px 20px 10px;\n    border-top:4px solid red;\n	margin: 0 10px;\n}\n.dixon-img {\n    padding-top:40px;\n    position:relative;\n    float:left;\n	width: 50%;\n}\n.dixon-icon > ul > li img {\n    box-shadow: none;\n}\n\n.dixon-text {\n    text-align:center;\n    font-size:30px;\n    color:#fff;\n    padding-top:50px;\n    line-height:40px;\n    font-family:Raleway, Sans-serif;\n    text-transform:uppercase;\n}\n\n\n.dixon-icon ul li::before {\n    content: none;\n}\n\n.dixon-icon li {\n    display:inline-block;\n    text-align:center;\n}\n.dixon-icon {\n    text-align:center;\n    margin-top:15px;\n}\n.dixon-text span {\n    border-bottom:1px solid #52edc7;\n    padding-bottom:4px;\n}\n.dixon-aside img {\n    width:190px;\n    margin-top:-30px;\n}\n.dixon-center-text {\n    color:#6b6969;\n}\n.dixon-section-address span a {\n    color:#24758e;\n}\n.dixon-light {\n    margin-left:10px;\n}\n.dixon-img-left {\n    margin-left:5px;\n}\n.dixon-aside-text {\n    border-bottom: 1px solid #949798;\n    border-top: 1px solid #949798;\n    padding:25px 0;\n    margin-top: 50px;\n}\n\n.dixon-avatar > img {\n    border: 3px solid #ffffff;\n    border-radius: 50%;\n    height: 50%;\n    margin: 10px;\n    padding: 4px;\n    width: 70%;\n    float: left;\n}\n','2024-09-13'),(4,'Monochrome Profile Theme','<div class=\"monochrome-profile\">\n	<div class=\"monochrome-cover\">\n		<div class=\"monochrome-avatar\"><img src=\"[profile-avatar-url]\"/></div>\n		<div class=\"monochrome-uname\">[profile-username]</div>\n	</div>\n	<div class=\"monochrome-contentCont\">\n		<div class=\"monochrome-content\">\n			<div class=\"monochrome-sectionTitle\">Profile Details</div>\n			<table class=\"monochrome-table\">\n				<tr>\n					<td class=\"monochrome-label\">First name</td>\n					<td>[profile-first-name]</td>\n				</tr>\n				<tr>\n					<td class=\"monochrome-label\">Last name</td>\n					<td>[profile-last-name]</td>\n				</tr>\n				<tr>\n					<td class=\"monochrome-label\">Biography</td>\n					<td>[profile-bio]</td>\n				</tr>\n				<tr>\n					<td class=\"monochrome-label\">Gender</td>\n					<td>[profile-cpf key=\"gender\"]</td>\n				</tr>\n				<tr>\n					<td class=\"monochrome-label\">Country</td>\n					<td>[profile-cpf key=\"country\"]</td>\n				</tr>\n			</table>\n		</div>\n	</div>\n	<ul class=\"monochrome-social\">\n		<li><a class=\"monochrome-dribbble\" href=\"[profile-cpf key=dribbble]\"></a></li>\n		<li><a class=\"monochrome-facebook\" href=\"[profile-cpf key=facebook]\"></a></li>\n		<li><a class=\"monochrome-flickr\" href=\"[profile-cpf key=flickr]\"></a></li>\n		<li><a class=\"monochrome-github\" href=\"[profile-cpf key=github]\"></a></li>\n		<li><a class=\"monochrome-instagram\" href=\"[profile-cpf key=instagram]\"></a></li>\n		<li><a class=\"monochrome-pinterest\" href=\"[profile-cpf key=pinterest]\"></a></li>\n		<li><a class=\"monochrome-soundcloud\" href=\"[profile-cpf key=soundcloud]\"></a></li>\n		<li><a class=\"monochrome-spotify\" href=\"[profile-cpf key=spotify]\"></a></li>\n		<li><a class=\"monochrome-twitter\" href=\"[profile-cpf key=twitter]\"></a></li>\n		<li><a class=\"monochrome-youtube\" href=\"[profile-cpf key=youtube]\"></a></li>\n	</ul>\n</div>','	.monochrome-profile {\n		max-width: 580px;\n		margin-left: auto;\n		margin-right: auto;\n		text-align: left;\n		overflow: hidden;\n		color: #888;\n		font-family: \'Helvetica Neue\', helvetica, arial, sans-serif;\n		-webkit-font-smoothing: antialiased;\n		-moz-font-smoothing: antialiased;\n		font-smoothing: antialiased;\n	}\n\n	/* Cover */\n\n	.monochrome-cover {\n		background-color: #222;\n		padding: 30px;\n		text-align: center;\n		overflow: hidden;\n	}\n\n	/* Avatar */\n\n	.monochrome-avatar {\n		display: block;\n		float: left;\n		padding: 5px;\n		-webkit-border-radius: 50%;\n		-moz-border-radius: 50%;\n		border-radius: 50%;\n		background: #fff;\n	}\n\n	.monochrome-avatar img {\n		width: 70px;\n		height: 70px;\n		display: block;\n		-webkit-border-radius: 50%;\n		-moz-border-radius: 50%;\n		border-radius: 50%;\n		overflow: hidden;\n	}\n\n	/* Username */\n\n	.monochrome-uname {\n		display: block;\n		text-align: center;\n		color: #fff;\n		font-size: 24px;\n		line-height: 34px;\n		font-weight: bold;\n		margin-top: 23px;\n		margin-left: 30px;\n		float: left;\n	}\n\n	.monochrome-uname a {\n		color: #fff;\n		text-decoration: none;\n	}\n\n	/* Social Links */\n\n	.monochrome-social {\n		list-style: none;\n		overflow: hidden;\n		padding: 15px 25px;\n		padding-bottom: 5px;\n		border: 1px solid #ddd;\n		border-top: 0;\n		margin: -1px 0 0 !important;\n	}\n\n	.monochrome-social li {\n		float: left;\n		display: block;\n		margin-right: 10px;\n		margin-bottom: 10px;\n	}\n\n	.monochrome-social a {\n		display: block;\n		width: 32px;\n		height: 32px;\n		background-size: 32px 32px;\n		opacity: 0.75;\n	}\n\n	.monochrome-social a:hover {\n		opacity: 1;\n	}\n\n	a.monochrome-dribbble { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/dribbble.png); }\n	a.monochrome-facebook { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/facebook.png); }\n	a.monochrome-flickr { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/flickr.png); }\n	a.monochrome-github { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/github.png); }\n	a.monochrome-instagram { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/instagram.png); }\n	a.monochrome-pinterest { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/pinterest.png); }\n	a.monochrome-rss { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/rss.png); }\n	a.monochrome-soundcloud { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/soundcloud.png); }\n	a.monochrome-spotify { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/spotify.png); }\n	a.monochrome-twitter { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/twitter.png); }\n	a.monochrome-youtube { background-image: url(http://litcaf.com/wp-content/plugins/profilepress/assets/images/monochrome/youtube.png); }\n\n	/* Content */\n\n	.monochrome-contentCont {\n		border: 1px solid #ddd;\n		border-top: 0;\n	}\n\n	/* Content */\n\n	.monochrome-content {\n		padding: 25px;\n	}\n\n	/* Section Titles */\n\n	.monochrome-sectionTitle {\n		display: block;\n		color: #333;\n		font-size: 14px;\n		line-height: 24px;\n		padding-bottom: 10px;\n		margin-bottom: 10px;\n		border-bottom: 1px solid #ddd;\n		font-weight: bold;\n	}\n\n	/* Table */\n\n	.monochrome-table {\n		width: 100%;\n		margin: 0;\n		padding: 0;\n		border: 0;\n		border-collapse: collapse;\n		font-size: 12px;\n		line-height: 22px;\n	}\n\n	.monochrome-table td {\n		padding: 8px 10px;\n		width: 75%;\n	}\n\n	.monochrome-table td.monochrome-label {\n		width: 25%;\n	}\n\n	.monochrome-label {\n		font-weight: bold;\n		color: #333;\n	}','2024-09-13');
/*!40000 ALTER TABLE `wph0_pp_user_profile_builder` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_redirection_404`
--

DROP TABLE IF EXISTS `wph0_redirection_404`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_redirection_404` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `agent` varchar(255) DEFAULT NULL,
  `referrer` varchar(255) DEFAULT NULL,
  `http_code` int(10) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `referrer` (`referrer`(191)),
  KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_redirection_404`
--

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

--
-- Table structure for table `wph0_redirection_groups`
--

DROP TABLE IF EXISTS `wph0_redirection_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_redirection_groups` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `tracking` int(11) NOT NULL DEFAULT 1,
  `module_id` int(10) unsigned NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `position` int(10) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `module_id` (`module_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_redirection_groups`
--

LOCK TABLES `wph0_redirection_groups` WRITE;
/*!40000 ALTER TABLE `wph0_redirection_groups` DISABLE KEYS */;
INSERT INTO `wph0_redirection_groups` (`id`, `name`, `tracking`, `module_id`, `status`, `position`) VALUES (1,'Redirections',1,1,'enabled',0),(2,'Modified Posts',1,1,'enabled',1);
/*!40000 ALTER TABLE `wph0_redirection_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_redirection_items`
--

DROP TABLE IF EXISTS `wph0_redirection_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_redirection_items` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `url` mediumtext NOT NULL,
  `match_url` varchar(2000) DEFAULT NULL,
  `match_data` text DEFAULT NULL,
  `regex` int(10) unsigned NOT NULL DEFAULT 0,
  `position` int(10) unsigned NOT NULL DEFAULT 0,
  `last_count` int(10) unsigned NOT NULL DEFAULT 0,
  `last_access` datetime NOT NULL DEFAULT '1970-01-01 00:00:00',
  `group_id` int(11) NOT NULL DEFAULT 0,
  `status` enum('enabled','disabled') NOT NULL DEFAULT 'enabled',
  `action_type` varchar(20) NOT NULL,
  `action_code` int(10) unsigned NOT NULL,
  `action_data` mediumtext DEFAULT NULL,
  `match_type` varchar(20) NOT NULL,
  `title` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `url` (`url`(191)),
  KEY `status` (`status`),
  KEY `regex` (`regex`),
  KEY `group_idpos` (`group_id`,`position`),
  KEY `group` (`group_id`),
  KEY `match_url` (`match_url`(191))
) ENGINE=InnoDB AUTO_INCREMENT=773 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_redirection_items`
--

LOCK TABLES `wph0_redirection_items` WRITE;
/*!40000 ALTER TABLE `wph0_redirection_items` DISABLE KEYS */;
INSERT INTO `wph0_redirection_items` (`id`, `url`, `match_url`, `match_data`, `regex`, `position`, `last_count`, `last_access`, `group_id`, `status`, `action_type`, `action_code`, `action_data`, `match_type`, `title`) VALUES (1,'/jajaofopobo/','/jajaofopobo',NULL,0,0,219,'2025-05-02 20:39:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-boundary/jajaofopobo/','url',NULL),(2,'/palm-oil/','/palm-oil',NULL,0,1,182,'2025-05-02 20:44:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/agriculture-others/palm-oil/','url',NULL),(3,'/aro-war/','/aro-war',NULL,0,2,147,'2025-05-02 20:44:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/aro-war/','url',NULL),(4,'/obelisk-of-oranyan/','/obelisk-of-oranyan',NULL,0,3,234,'2025-05-02 21:36:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/obelisk-of-oranyan/','url',NULL),(5,'/oduduwa/','/oduduwa',NULL,0,4,323,'2025-05-02 19:39:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/oduduwa/','url',NULL),(6,'/ajaka/','/ajaka',NULL,0,5,308,'2025-05-02 22:08:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/ajaka/','url',NULL),(7,'/alafin/','/alafin',NULL,0,6,265,'2025-05-02 20:36:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/alaafin-2/','url',NULL),(8,'/arugba-ifa/','/arugba-ifa',NULL,0,7,121,'2025-05-02 20:29:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/arugba-ifa/','url',NULL),(9,'/oluaso/','/oluaso',NULL,0,8,458,'2025-05-02 17:31:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/oluaso/','url',NULL),(10,'/kori/','/kori',NULL,0,9,100,'2025-04-29 05:52:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/kori/','url',NULL),(11,'/aganju/','/aganju',NULL,0,10,117,'2025-05-01 13:42:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/aganju/','url',NULL),(12,'/sango/','/sango',NULL,0,11,182,'2025-05-02 20:27:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/sango/','url',NULL),(13,'/old-oyo-empire/','/old-oyo-empire',NULL,0,12,327,'2025-05-02 21:33:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/old-oyo-empire/','url',NULL),(14,'/university-of-ibadan/','/university-of-ibadan',NULL,0,13,336,'2025-05-02 20:27:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/university-of-ibadan/','url',NULL),(15,'/medicine/','/medicine',NULL,0,14,148,'2025-05-02 23:37:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/public-health/medicine/','url',NULL),(16,'/law-profession/','/law-profession',NULL,0,15,136,'2025-05-02 20:27:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/law-profession/','url',NULL),(17,'/alexander-sapara-williams/','/alexander-sapara-williams',NULL,0,16,195,'2025-05-01 23:44:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/alexander-sapara-williams/','url',NULL),(18,'/herbert-macaulay-2/','/herbert-macaulay-2',NULL,0,17,415,'2025-04-30 18:08:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/herbert-macaulay-2/','url',NULL),(19,'/samuel-ajayi-crowther/','/samuel-ajayi-crowther',NULL,0,18,96,'2025-05-02 01:07:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/samuel-adjai-crowther/','url',NULL),(20,'/thomas-babinton-macaulay/','/thomas-babinton-macaulay',NULL,0,19,214,'2025-05-02 12:20:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/thomas-babinton-macaulay/','url',NULL),(21,'/cms-grammar-school/','/cms-grammar-school',NULL,0,20,252,'2025-05-02 20:29:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/cms-grammar-school/','url',NULL),(22,'/thomas-king/','/thomas-king',NULL,0,21,120,'2025-05-03 01:45:44',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/thomas-king/','url',NULL),(23,'/bible/','/bible',NULL,0,22,121,'2025-05-02 23:37:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/bible/','url',NULL),(24,'/christianity-2/','/christianity-2',NULL,0,23,144,'2025-05-02 20:29:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/christianity-2/','url',NULL),(25,'/imperialism/','/imperialism',NULL,0,24,122,'2025-05-02 21:47:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/imperialism/','url',NULL),(26,'/augustus-otonba-payne/','/augustus-otonba-payne',NULL,0,25,237,'2025-05-02 20:11:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/augustus-otonba-payne/','url',NULL),(27,'/badagry-2/','/badagry-2',NULL,0,26,232,'2025-05-02 19:39:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/badagry-2/','url',NULL),(28,'/ijebu-history/','/ijebu-history',NULL,0,27,617,'2025-05-02 19:39:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ijebu-history/','url',NULL),(29,'/egba-united-government/','/egba-united-government',NULL,0,28,265,'2025-05-02 22:47:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/egba-united-government/','url',NULL),(30,'/royal-niger-company/','/royal-niger-company',NULL,0,29,255,'2025-05-01 02:40:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/royal-niger-company/','url',NULL),(31,'/alake/','/alake',NULL,0,30,302,'2025-05-02 20:12:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/alake/','url',NULL),(32,'/egba-people/','/egba-people',NULL,0,31,580,'2025-05-03 03:10:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/egba-people/','url',NULL),(33,'/lisabi/','/lisabi',NULL,0,32,920,'2025-05-02 05:16:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/lisabi/','url',NULL),(34,'/owu/','/owu',NULL,0,33,231,'2025-05-02 23:38:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/owu/','url',NULL),(35,'/oranyan/','/oranyan',NULL,0,34,319,'2025-05-02 19:51:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/oranyan/','url',NULL),(36,'/sodeke/','/sodeke',NULL,0,35,205,'2025-05-02 21:48:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/sodeke/','url',NULL),(37,'/saro/','/saro',NULL,0,36,108,'2025-05-02 09:14:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/saro-2/','url',NULL),(38,'/g-w-johnson/','/g-w-johnson',NULL,0,37,124,'2025-05-02 19:51:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/g-w-johnson/','url',NULL),(39,'/somoye/','/somoye',NULL,0,38,150,'2025-05-01 03:30:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/somoye/','url',NULL),(40,'/okukenu/','/okukenu',NULL,0,39,162,'2025-04-30 15:22:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/okukenu/','url',NULL),(41,'/apati/','/apati',NULL,0,40,106,'2025-05-02 15:44:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/apati/','url',NULL),(42,'/akitoye/','/akitoye',NULL,0,41,194,'2025-05-02 23:34:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/akitoye/','url',NULL),(43,'/makun/','/makun',NULL,0,42,167,'2025-05-02 04:56:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/makun/','url',NULL),(44,'/abeokuta-grammar-school/','/abeokuta-grammar-school',NULL,0,43,243,'2025-05-02 20:40:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/abeokuta-grammar-school/','url',NULL),(45,'/akinsanya-samuel/','/akinsanya-samuel',NULL,0,44,201,'2025-05-02 20:29:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/akinsanya-samuel/','url',NULL),(46,'/obafemi-awolowo/','/obafemi-awolowo',NULL,0,45,401,'2025-05-02 19:27:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/obafemi-awolowo/','url',NULL),(47,'/daily-times/','/daily-times',NULL,0,46,120,'2025-05-02 19:39:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/daily-times/','url',NULL),(48,'/nnamdi-azikiwe/','/nnamdi-azikiwe',NULL,0,47,202,'2025-05-02 19:39:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/nnamdi-azikiwe/','url',NULL),(49,'/adeola-timothy-odutola/','/adeola-timothy-odutola',NULL,0,48,257,'2025-05-02 19:39:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/adeola-timothy-odutola/','url',NULL),(50,'/ijebu-people/','/ijebu-people',NULL,0,49,189,'2025-05-02 15:47:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ijebu-people/','url',NULL),(51,'/biobaku-saburi/','/biobaku-saburi',NULL,0,50,151,'2025-05-03 00:34:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/biobaku-saburi/','url',NULL),(52,'/hubert-ogunde/','/hubert-ogunde',NULL,0,51,289,'2025-05-02 19:39:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/hubert-ogunde/','url',NULL),(53,'/action-group/','/action-group',NULL,0,52,204,'2025-05-02 19:27:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/action-group/','url',NULL),(54,'/ladoke-akintola/','/ladoke-akintola',NULL,0,53,215,'2025-05-02 22:35:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ladoke-akintola/','url',NULL),(55,'/coker-commission/','/coker-commission',NULL,0,54,263,'2025-05-02 23:19:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/coker-commission/','url',NULL),(56,'/state-of-emergency/','/state-of-emergency',NULL,0,55,152,'2025-05-02 10:37:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-constitution/state-of-emergency/','url',NULL),(57,'/federick-rotimi-alade-williams/','/federick-rotimi-alade-williams',NULL,0,56,252,'2025-05-02 20:36:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/federick-rotimi-alade-williams/','url',NULL),(58,'/anthony-enahoro/','/anthony-enahoro',NULL,0,57,262,'2025-05-02 20:11:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/anthony-enahoro/','url',NULL),(59,'/socialism/','/socialism',NULL,0,58,139,'2025-05-02 15:40:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/socialism/','url',NULL),(60,'/sani-abacha/','/sani-abacha',NULL,0,59,293,'2025-05-03 03:14:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/sani-abacha/','url',NULL),(61,'/muhammadu-d-yusuf/','/muhammadu-d-yusuf',NULL,0,60,89,'2025-05-02 23:05:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/muhammadu-d-yusuf/','url',NULL),(62,'/mbadiwe-kingsley-ozuomba/','/mbadiwe-kingsley-ozuomba',NULL,0,61,104,'2025-05-02 20:36:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/mbadiwe-kingsley-ozuomba/','url',NULL),(63,'/racism/','/racism',NULL,0,62,213,'2025-05-02 20:36:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/racism/','url',NULL),(64,'/nazism/','/nazism',NULL,0,63,184,'2025-05-02 19:51:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/nazism/','url',NULL),(65,'/slavery/','/slavery',NULL,0,64,223,'2025-05-02 20:11:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/slavery/','url',NULL),(66,'/obalokun-agana-erin/','/obalokun-agana-erin',NULL,0,65,115,'2025-05-02 20:27:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/obalokun-agana-erin/','url',NULL),(67,'/commerce/','/commerce',NULL,0,66,124,'2025-05-02 22:40:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/finance-others/commerce/','url',NULL),(68,'/samuel-adjai-crowther/','/samuel-adjai-crowther',NULL,0,67,257,'2025-05-02 05:35:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/samuel-adjai-crowther/','url',NULL),(69,'/islam/','/islam',NULL,0,68,235,'2025-05-01 08:15:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/islam/','url',NULL),(70,'/ajiboyede/','/ajiboyede',NULL,0,69,98,'2025-05-01 19:46:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ajiboyede/','url',NULL),(71,'/ajanlapa/','/ajanlapa',NULL,0,70,93,'2025-04-30 08:36:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ajanlapa/','url',NULL),(72,'/basorun-gaha/','/basorun-gaha',NULL,0,71,140,'2025-05-01 22:35:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/basorun-gaha/','url',NULL),(73,'/labisi/','/labisi',NULL,0,72,112,'2025-05-03 01:41:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/labisi/','url',NULL),(74,'/amuniwaiye/','/amuniwaiye',NULL,0,73,73,'2025-05-01 14:38:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/amuniwaiye/','url',NULL),(75,'/ojigi/','/ojigi',NULL,0,74,112,'2025-05-02 19:18:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ojigi/','url',NULL),(76,'/osinyago/','/osinyago',NULL,0,75,94,'2025-05-01 06:41:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/osinyago/','url',NULL),(77,'/suicidal-behavior/','/suicidal-behavior',NULL,0,76,82,'2025-05-01 09:41:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/suicidal-behavior/','url',NULL),(78,'/obey-ebeneezer/','/obey-ebeneezer',NULL,0,77,197,'2025-05-02 18:12:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/obey-ebeneezer/','url',NULL),(79,'/adegeye-sunday/','/adegeye-sunday',NULL,0,78,158,'2025-05-01 13:36:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/adegeye-sunday/','url',NULL),(80,'/ahmadu-bello-university/','/ahmadu-bello-university',NULL,0,79,150,'2025-05-02 20:40:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/ahmadu-bello-university/','url',NULL),(81,'/olusegun-obasanjo/','/olusegun-obasanjo',NULL,0,80,429,'2025-05-03 02:41:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/olusegun-obasanjo/','url',NULL),(82,'/bola-ahmed-tinubu/','/bola-ahmed-tinubu',NULL,0,81,216,'2025-05-02 22:08:48',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/bola-ahmed-tinubu/','url',NULL),(83,'/umar-yar-adua/','/umar-yar-adua',NULL,0,82,216,'2025-05-02 19:51:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/umar-yar-adua/','url',NULL),(84,'/yaradua-shehu-musa/','/yaradua-shehu-musa',NULL,0,83,178,'2025-05-02 20:11:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/yaradua-shehu-musa/','url',NULL),(85,'/corruption/','/corruption',NULL,0,84,157,'2025-05-02 20:36:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/corruption/','url',NULL),(86,'/murtala-muhammed/','/murtala-muhammed',NULL,0,85,383,'2025-05-02 23:38:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/military/murtala-muhammed/','url',NULL),(87,'/theophilus-danjuma/','/theophilus-danjuma',NULL,0,86,183,'2025-05-02 23:38:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/theophilus-danjuma/','url',NULL),(88,'/babangida-ibrahim/','/babangida-ibrahim',NULL,0,87,285,'2025-05-02 23:38:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/babangida-ibrahim/','url',NULL),(89,'/nasir-el-rufai/','/nasir-el-rufai',NULL,0,88,156,'2025-05-02 20:27:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/nasir-el-rufai/','url',NULL),(90,'/needs/','/needs',NULL,0,89,128,'2025-05-02 20:27:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/needs/','url',NULL),(91,'/abdulsalami-abubakar/','/abdulsalami-abubakar',NULL,0,90,350,'2025-05-02 20:11:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/abdulsalami-abubakar/','url',NULL),(92,'/university-of-lagos/','/university-of-lagos',NULL,0,91,236,'2025-05-02 19:51:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/university-of-lagos/','url',NULL),(93,'/samuel-johnson-2/','/samuel-johnson-2',NULL,0,92,191,'2025-05-02 19:51:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/samuel-johnson-2/','url',NULL),(94,'/history-of-the-yorubas/','/history-of-the-yorubas',NULL,0,93,159,'2025-05-02 19:42:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/history-of-the-yorubas/','url',NULL),(95,'/abiodun-3/','/abiodun-3',NULL,0,94,218,'2025-05-02 08:32:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/abiodun-3/','url',NULL),(96,'/charles-phillips/','/charles-phillips',NULL,0,95,136,'2025-04-30 19:54:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/charles-phillips/','url',NULL),(97,'/kiriji-war-2/','/kiriji-war-2',NULL,0,96,280,'2025-05-02 18:34:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/kiriji-war-2/','url',NULL),(98,'/obadaih-johnson/','/obadaih-johnson',NULL,0,97,121,'2025-05-01 12:30:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/obadiah-johnson/','url',NULL),(99,'/samuel-johnson/','/samuel-johnson',NULL,0,98,136,'2025-05-02 09:35:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/samuel-johnson-2/','url',NULL),(100,'/ajegunle/','/ajegunle',NULL,0,99,155,'2025-05-02 20:52:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ajegunle/','url',NULL),(101,'/itsekiri-people/','/itsekiri-people',NULL,0,100,156,'2025-05-02 20:55:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/itsekiri-people/','url',NULL),(102,'/urhobo-people/','/urhobo-people',NULL,0,101,325,'2025-05-02 20:55:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/urhobo-people/','url',NULL),(103,'/mushin/','/mushin',NULL,0,102,157,'2025-05-02 20:44:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/mushin/','url',NULL),(104,'/nollywood/','/nollywood',NULL,0,103,202,'2025-05-02 20:52:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/nollywood/','url',NULL),(105,'/duro-ladipo/','/duro-ladipo',NULL,0,104,157,'2025-05-02 20:11:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/duro-ladipo/','url',NULL),(106,'/epe/','/epe',NULL,0,105,123,'2025-05-02 20:29:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/epe-2/','url',NULL),(107,'/adesimbo-aboki-tunwase/','/adesimbo-aboki-tunwase',NULL,0,106,169,'2025-05-03 03:03:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/adesimbo-aboki-tunwase/','url',NULL),(108,'/Ultraethiopianism/','/ultraethiopianism',NULL,0,107,135,'2025-05-02 20:40:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/ethiopianism/','url',NULL),(109,'/james-johnson/','/james-johnson',NULL,0,108,235,'2025-05-02 20:29:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/james-johnson/','url',NULL),(110,'/edun-adegboyega/','/edun-adegboyega',NULL,0,109,155,'2025-04-29 07:46:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/edun-adegboyega/','url',NULL),(111,'/ademuyiwa-haastrup/','/ademuyiwa-haastrup',NULL,0,110,192,'2025-05-01 09:50:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/ademuyiwa-haastrup/','url',NULL),(112,'/mojola-agbebi/','/mojola-agbebi',NULL,0,111,156,'2025-05-02 20:44:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/mojola-agbebi/','url',NULL),(113,'/kitoyi-ajasa/','/kitoyi-ajasa',NULL,0,112,157,'2025-05-02 19:13:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-general/kitoyi-ajasa/','url',NULL),(114,'/ogboni/','/ogboni',NULL,0,113,400,'2025-05-03 03:02:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/ogboni/','url',NULL),(115,'/eric-moore/','/eric-moore',NULL,0,114,194,'2025-05-02 20:27:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/eric-moore/','url',NULL),(116,'/the-greatest-africans-of-the-age/','/the-greatest-africans-of-the-age',NULL,0,115,129,'2025-05-03 02:58:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/the-greatest-africans-of-the-age/','url',NULL),(117,'/john-payne-jackson/','/john-payne-jackson',NULL,0,116,145,'2025-05-02 20:46:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/john-payne-jackson/','url',NULL),(118,'/lagos-weekly-record/','/lagos-weekly-record',NULL,0,117,166,'2025-05-02 20:46:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/lagos-weekly-record/','url',NULL),(119,'/john-randle/','/john-randle',NULL,0,118,190,'2025-04-30 10:41:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/john-randle/','url',NULL),(120,'/thomas-horatio-jackson/','/thomas-horatio-jackson',NULL,0,119,153,'2025-05-02 20:46:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/thomas-horatio-jackson/','url',NULL),(121,'/saro-2/','/saro-2',NULL,0,120,148,'2025-05-02 00:44:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/saro-2/','url',NULL),(122,'/niger-delta-conflict/','/niger-delta-conflict',NULL,0,121,187,'2025-05-02 20:36:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-niger-delta/niger-delta-conflict/','url',NULL),(123,'/yakwubu-gowon/','/yakwubu-gowon',NULL,0,122,209,'2025-05-02 23:38:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/yakwubu-gowon/','url',NULL),(124,'/aguiyi-ironsi-j-t-u/','/aguiyi-ironsi-j-t-u',NULL,0,123,345,'2025-05-02 20:13:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/aguiyi-ironsi-j-t-u/','url',NULL),(125,'/nzeogwu-chukwuma/','/nzeogwu-chukwuma',NULL,0,124,318,'2025-05-02 23:38:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/nzeogwu-chukwuma/','url',NULL),(126,'/adekunle-fajuyi/','/adekunle-fajuyi',NULL,0,125,158,'2025-05-02 20:11:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/adekunle-fajuyi/','url',NULL),(127,'/federalism/','/federalism',NULL,0,126,163,'2025-05-02 20:29:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/federalism/','url',NULL),(128,'/aburi-accord/','/aburi-accord',NULL,0,127,261,'2025-05-02 20:40:44',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/aburi-accord/','url',NULL),(129,'/odumegwu-ojukwu/','/odumegwu-ojukwu',NULL,0,128,148,'2025-05-02 20:36:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/odumegwu-ojukwu/','url',NULL),(130,'/adekunle-benjamin/','/adekunle-benjamin',NULL,0,129,175,'2025-05-02 23:38:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/adekunle-benjamin/','url',NULL),(131,'/third-marine-commando/','/third-marine-commando',NULL,0,130,157,'2025-05-02 23:38:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/third-marine-commando/','url',NULL),(132,'/apartheid/','/apartheid',NULL,0,131,147,'2025-05-02 23:38:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-international/apartheid/','url',NULL),(133,'/dele-giwa/','/dele-giwa',NULL,0,132,186,'2025-05-02 20:36:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/dele-giwa/','url',NULL),(134,'/muhammadu-buhari/','/muhammadu-buhari',NULL,0,133,183,'2025-05-02 19:51:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/muhammadu-buhari/','url',NULL),(135,'/june-12/','/june-12',NULL,0,134,184,'2025-05-03 00:34:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-general/june-12/','url',NULL),(136,'/abiola-kudirat/','/abiola-kudirat',NULL,0,135,172,'2025-05-02 20:11:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/abiola-kudirat/','url',NULL),(137,'/barnabas-vwa-jabilla/','/barnabas-vwa-jabilla',NULL,0,136,209,'2025-05-02 22:26:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/barnabas-vwa-jabilla/','url',NULL),(138,'/ooni/','/ooni',NULL,0,137,198,'2025-05-02 20:27:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ooni/','url',NULL),(139,'/olusegun-osoba/','/olusegun-osoba',NULL,0,138,141,'2025-05-02 22:26:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-general/olusegun-osoba/','url',NULL),(140,'/methodist-boys-high-school/','/methodist-boys-high-school',NULL,0,139,129,'2025-05-02 20:40:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/methodist-boys-high-school/','url',NULL),(141,'/ken-saro-wiwa/','/ken-saro-wiwa',NULL,0,140,211,'2025-05-02 20:29:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-niger-delta/ken-saro-wiwa/','url',NULL),(142,'/gani-fawehinmi/','/gani-fawehinmi',NULL,0,141,220,'2025-05-02 20:29:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-general/gani-fawehinmi/','url',NULL),(143,'/alfred-rewane/','/alfred-rewane',NULL,0,142,179,'2025-05-02 20:40:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/alfred-rewane/','url',NULL),(144,'/imagbon-war/','/imagbon-war',NULL,0,143,208,'2025-05-02 19:06:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/imagbon-war/','url',NULL),(145,'/awujale/','/awujale',NULL,0,144,244,'2025-05-02 18:16:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/awujale/','url',NULL),(146,'/abipa/','/abipa',NULL,0,145,149,'2025-05-02 20:40:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/abipa/','url',NULL),(147,'/oba-moro-the-ghost-catcher/','/oba-moro-the-ghost-catcher',NULL,0,146,112,'2025-05-02 20:44:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/oba-moro-the-ghost-catcher/','url',NULL),(148,'/timi/','/timi',NULL,0,147,131,'2025-05-02 20:27:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/timi/','url',NULL),(149,'/alaafin/','/alaafin',NULL,0,148,53,'2025-05-02 20:40:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/alaafin-2/','url',NULL),(150,'/eleri-onigbajo/','/eleri-onigbajo',NULL,0,149,90,'2025-04-29 17:11:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/eleri-onigbajo/','url',NULL),(151,'/talking-drum/','/talking-drum',NULL,0,150,122,'2025-05-01 06:41:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/talking-drum/','url',NULL),(152,'/iyayun/','/iyayun',NULL,0,151,118,'2025-05-02 06:47:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/iyayun/','url',NULL),(153,'/abuja/','/abuja',NULL,0,152,197,'2025-05-02 23:38:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/abuja/','url',NULL),(154,'/ikeja/','/ikeja',NULL,0,153,138,'2025-05-01 07:43:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/ikeja/','url',NULL),(155,'/ikoyi/','/ikoyi',NULL,0,154,173,'2025-05-03 01:45:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/ikoyi/','url',NULL),(156,'/lekki/','/lekki',NULL,0,155,170,'2025-05-02 20:11:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/lekki/','url',NULL),(157,'/oshodi/','/oshodi',NULL,0,156,185,'2025-05-02 20:52:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/oshodi/','url',NULL),(158,'/agege/','/agege',NULL,0,157,184,'2025-05-02 22:38:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/agege/','url',NULL),(159,'/babatunde-fashola/','/babatunde-fashola',NULL,0,158,118,'2025-05-02 20:46:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/babatunde-fashola/','url',NULL),(160,'/amodu-tijanis-case/','/amodu-tijanis-case',NULL,0,159,235,'2025-05-02 00:54:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/amodu-tijanis-case/','url',NULL),(161,'/yaba-medical-school/','/yaba-medical-school',NULL,0,160,169,'2025-05-03 00:19:48',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/yaba-medical-school/','url',NULL),(162,'/onikan/','/onikan',NULL,0,161,172,'2025-05-02 22:04:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/onikan/','url',NULL),(163,'/funke-akindele/','/funke-akindele',NULL,0,162,147,'2025-05-02 23:37:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/funke-akindele/','url',NULL),(164,'/mo-abudu/','/mo-abudu',NULL,0,163,171,'2025-05-02 20:52:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/mo-abudu/','url',NULL),(165,'/dapo-oyebanji/','/dapo-oyebanji',NULL,0,164,195,'2025-05-02 22:38:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/dapo-oyebanji/','url',NULL),(166,'/bankole-wellignton/','/bankole-wellignton',NULL,0,165,107,'2025-05-02 22:06:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/bankole-wellignton/','url',NULL),(167,'/tiwa-savage/','/tiwa-savage',NULL,0,166,161,'2025-05-02 22:38:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/tiwa-savage/','url',NULL),(168,'/ayodeji-wizkid-balogun/','/ayodeji-wizkid-balogun',NULL,0,167,135,'2025-05-02 22:08:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/ayodeji-wizkid-balogun/','url',NULL),(169,'/akinwunmi-ambode/','/akinwunmi-ambode',NULL,0,168,88,'2025-05-02 22:38:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/akinwunmi-ambode/','url',NULL),(170,'/obafemi-awolowo-university/','/obafemi-awolowo-university',NULL,0,169,244,'2025-05-02 20:27:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/obafemi-awolowo-university/','url',NULL),(171,'/majek-fashek/','/majek-fashek',NULL,0,170,122,'2025-05-02 23:53:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/majek-fashek/','url',NULL),(172,'/kenny-ogungbe/','/kenny-ogungbe',NULL,0,171,139,'2025-05-02 22:07:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/kenny-ogungbe/','url',NULL),(173,'/dayo-adeneye/','/dayo-adeneye',NULL,0,172,123,'2025-05-02 22:06:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/dayo-adeneye/','url',NULL),(174,'/nnpc/','/nnpc',NULL,0,173,181,'2025-05-02 20:11:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/oil-gas/nnpc/','url',NULL),(175,'/awoism/','/awoism',NULL,0,174,177,'2025-05-02 23:38:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/awoism/','url',NULL),(176,'/dynamism/','/dynamism',NULL,0,175,115,'2025-05-02 20:36:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/dynamism/','url',NULL),(177,'/wole-soyinka/','/wole-soyinka',NULL,0,176,214,'2025-05-02 20:11:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/wole-soyinka/','url',NULL),(178,'/remo/','/remo',NULL,0,177,265,'2025-05-02 19:51:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/remo/','url',NULL),(179,'/akarigbo/','/akarigbo',NULL,0,178,160,'2025-05-02 20:11:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/akarigbo/','url',NULL),(180,'/william-christopher-adedoyin/','/william-christopher-adedoyin',NULL,0,179,149,'2025-05-02 20:11:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/akarigbo-oyebajo/','url',NULL),(181,'/ethiopianism/','/ethiopianism',NULL,0,180,124,'2025-05-02 20:44:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/ethiopianism/','url',NULL),(182,'/new-africa/','/new-africa',NULL,0,181,152,'2025-05-01 08:45:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/new-africa/','url',NULL),(183,'/fela-kuti/','/fela-kuti',NULL,0,182,251,'2025-05-02 20:11:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/fela-kuti/','url',NULL),(184,'/brymo/','/brymo',NULL,0,183,85,'2025-05-02 23:53:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/brymo/','url',NULL),(185,'/highlife/','/highlife',NULL,0,184,213,'2025-05-02 22:46:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/highlife/','url',NULL),(186,'/victor-uwaifo/','/victor-uwaifo',NULL,0,185,136,'2025-05-01 22:35:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/victor-uwaifo/','url',NULL),(187,'/shina-peters/','/shina-peters',NULL,0,186,141,'2025-05-02 20:44:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/shina-peters/','url',NULL),(188,'/tejuosho-adedapo/','/tejuosho-adedapo',NULL,0,187,123,'2025-05-02 20:52:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/tejuosho-adedapo/','url',NULL),(189,'/port-harcourt/','/port-harcourt',NULL,0,188,217,'2025-05-02 20:50:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/port-harcourt/','url',NULL),(190,'/ben-murray-bruce/','/ben-murray-bruce',NULL,0,189,138,'2025-05-02 20:55:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/ben-murray-bruce/','url',NULL),(191,'/st-gregorys-college/','/st-gregorys-college',NULL,0,190,171,'2025-05-02 20:40:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/st-gregorys-college/','url',NULL),(192,'/ajisafe-kayode-ajayi/','/ajisafe-kayode-ajayi',NULL,0,191,111,'2025-04-30 18:43:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ajisafe-kayode-ajayi/','url',NULL),(193,'/ogun-river/','/ogun-river',NULL,0,192,258,'2025-05-02 19:51:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/ogun-river/','url',NULL),(194,'/ladapo-ademola-2/','/ladapo-ademola-2',NULL,0,193,227,'2025-05-02 19:51:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ladapo-ademola-2/','url',NULL),(195,'/adeyemo-alakija-2/','/adeyemo-alakija-2',NULL,0,194,232,'2025-05-02 13:54:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adeyemo-alakija-2/','url',NULL),(196,'/adetokunbo-ademola/','/adetokunbo-ademola',NULL,0,195,224,'2025-05-02 20:12:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/adetokunbo-ademola/','url',NULL),(197,'/gbadebo-i/','/gbadebo-i',NULL,0,196,142,'2025-05-02 20:05:48',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/gbadebo-i/','url',NULL),(198,'/simeon-adebo/','/simeon-adebo',NULL,0,197,192,'2025-05-02 20:44:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/simeon-adebo/','url',NULL),(199,'/adegbenro-dauda-soroye/','/adegbenro-dauda-soroye',NULL,0,198,225,'2025-04-28 03:57:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/adegbenro-dauda-soroye/','url',NULL),(200,'/majekodunmi-moses-adekoyejo/','/majekodunmi-moses-adekoyejo',NULL,0,199,225,'2025-05-02 12:22:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/majekodunmi-moses-adekoyejo/','url',NULL),(201,'/nadeco/','/nadeco',NULL,0,200,261,'2025-05-02 20:27:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-civil-rights/nadeco/','url',NULL),(202,'/michael-adekunle-ajasin/','/michael-adekunle-ajasin',NULL,0,201,173,'2025-04-30 19:43:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/michael-adekunle-ajasin/','url',NULL),(203,'/olusegun-agagu/','/olusegun-agagu',NULL,0,202,197,'2025-05-02 23:15:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/mining/olusegun-agagu/','url',NULL),(204,'/ibadan-grammar-school/','/ibadan-grammar-school',NULL,0,203,133,'2025-05-02 20:46:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/ibadan-grammar-school/','url',NULL),(205,'/adenuga-michael/','/adenuga-michael',NULL,0,204,181,'2025-05-02 20:52:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/telecommunications/adenuga-michael/','url',NULL),(206,'/adesanya-otubusin/','/adesanya-otubusin',NULL,0,205,144,'2025-04-30 04:35:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adesanya-otubusin/','url',NULL),(207,'/baptist-academy-lagos/','/baptist-academy-lagos',NULL,0,206,126,'2025-05-02 20:46:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/baptist-academy-lagos/','url',NULL),(208,'/adesanya-abraham/','/adesanya-abraham',NULL,0,207,172,'2025-05-02 20:46:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/adesanya-abraham/','url',NULL),(209,'/ijebu-igbo/','/ijebu-igbo',NULL,0,208,426,'2025-05-02 19:51:16',1,'enabled','url',301,'http://litcaf.com/ijebu-igbo/','url',NULL),(210,'/ademuyewo-fidipote/','/ademuyewo-fidipote',NULL,0,209,190,'2025-05-02 20:40:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ademuyewo-fidipote/','url',NULL),(211,'/joseph-odumosu/','/joseph-odumosu',NULL,0,210,117,'2025-04-30 06:40:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/joseph-odumosu/','url',NULL),(212,'/oba/','/oba',NULL,0,211,273,'2025-05-02 20:36:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/oba/','url',NULL),(213,'/osugbo/','/osugbo',NULL,0,212,135,'2025-05-02 18:40:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/osugbo/','url',NULL),(214,'/molada/','/molada',NULL,0,213,82,'2025-05-02 22:55:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/molada/','url',NULL),(215,'/ile-ife/','/ile-ife',NULL,0,214,124,'2025-05-02 11:48:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ile-ife-history/','url',NULL),(216,'/religion/','/religion',NULL,0,215,102,'2025-04-30 18:42:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/religion/','url',NULL),(217,'/paganism/','/paganism',NULL,0,216,103,'2025-04-30 18:41:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/paganism/','url',NULL),(218,'/orimolade-tunolase/','/orimolade-tunolase',NULL,0,217,262,'2025-05-02 21:33:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/orimolade-tunolase/','url',NULL),(219,'/okunnade-sijuade/','/okunnade-sijuade',NULL,0,218,127,'2025-05-03 01:14:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/okunnade-sijuade/','url',NULL),(220,'/israel-oludotun-ransome-kuti/','/israel-oludotun-ransome-kuti',NULL,0,219,201,'2025-05-01 13:37:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/israel-oludotun-ransome-kuti/','url',NULL),(221,'/lamidi-olayiwola-adeyemi-iii/','/lamidi-olayiwola-adeyemi-iii',NULL,0,220,158,'2025-04-29 14:46:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/lamidi-olayiwola-adeyemi-iii/','url',NULL),(222,'/isaac-adaka-boro/','/isaac-adaka-boro',NULL,0,221,152,'2025-05-02 20:40:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-niger-delta/isaac-adaka-boro/','url',NULL),(223,'/j-b-wood/','/j-b-wood',NULL,0,222,124,'2025-05-02 20:40:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/j-b-wood/','url',NULL),(224,'/isaac-ladipo-oluwole/','/isaac-ladipo-oluwole',NULL,0,223,157,'2025-05-02 20:29:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/medicine/isaac-ladipo-oluwole/','url',NULL),(225,'/isaac-oluwole/','/isaac-oluwole',NULL,0,224,173,'2025-05-02 20:36:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/isaac-oluwole/','url',NULL),(226,'/adebayo-ogunlesi/','/adebayo-ogunlesi',NULL,0,225,204,'2025-05-02 20:46:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/adebayo-ogunlesi/','url',NULL),(227,'/ogunlesi-theophilus/','/ogunlesi-theophilus',NULL,0,226,120,'2025-05-03 02:41:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/theophilus-danjuma/','url',NULL),(228,'/solomon-odunaiya-odutola/','/solomon-odunaiya-odutola',NULL,0,227,167,'2025-05-02 19:51:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/solomon-odunaiya-odutola/','url',NULL),(229,'/bola-ige/','/bola-ige',NULL,0,228,129,'2025-05-02 20:46:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-civil/bola-ige/','url',NULL),(230,'/lipede-mofolorunsho/','/lipede-mofolorunsho',NULL,0,229,139,'2025-05-02 20:46:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/lipede-mofolorunsho/','url',NULL),(231,'/frederick-lugard/','/frederick-lugard',NULL,0,230,258,'2025-05-02 22:44:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/frederick-lugard/','url',NULL),(232,'/adetona-sikiru-kayode/','/adetona-sikiru-kayode',NULL,0,231,246,'2025-05-02 20:52:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/adetona-sikiru-kayode/','url',NULL),(233,'/t-o-s-benson/','/t-o-s-benson',NULL,0,232,234,'2025-05-02 20:40:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/t-o-s-benson/','url',NULL),(234,'/television/','/television',NULL,0,233,177,'2025-05-02 20:52:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/television/','url',NULL),(235,'/tales-by-moonlight/','/tales-by-moonlight',NULL,0,234,126,'2025-05-02 20:55:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/tales-by-moonlight/','url',NULL),(236,'/segun-olusola/','/segun-olusola',NULL,0,235,127,'2025-05-02 20:55:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/segun-olusola/','url',NULL),(237,'/kukah-matthew-hassan/','/kukah-matthew-hassan',NULL,0,236,211,'2025-05-02 22:04:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/kukah-matthew-hassan/','url',NULL),(238,'/government-college-ibadan/','/government-college-ibadan',NULL,0,237,126,'2025-05-02 20:29:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/government-college-ibadan/','url',NULL),(239,'/akintola-williams/','/akintola-williams',NULL,0,238,111,'2025-05-02 22:04:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/finance-budget/akintola-williams/','url',NULL),(240,'/olusanya-adegboyega-dosunmu/','/olusanya-adegboyega-dosunmu',NULL,0,239,79,'2025-05-02 22:04:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/olusanya-adegboyega-dosunmu/','url',NULL),(241,'/goodluck-jonathan/','/goodluck-jonathan',NULL,0,240,173,'2025-05-02 20:25:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/goodluck-jonathan/','url',NULL),(242,'/ashipa/','/ashipa',NULL,0,241,122,'2025-05-02 09:03:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ashipa/','url',NULL),(243,'/ado-oba/','/ado-oba',NULL,0,242,100,'2025-04-30 01:47:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ado-oba/','url',NULL),(244,'/gabaro/','/gabaro',NULL,0,243,102,'2025-05-01 19:01:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/gabaro/','url',NULL),(245,'/iga-iduganran/','/iga-iduganran',NULL,0,244,132,'2025-04-30 04:37:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/iga-iduganran/','url',NULL),(246,'/akinsemoyin/','/akinsemoyin',NULL,0,245,124,'2025-05-01 10:26:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/akinsemoyin/','url',NULL),(247,'/lagos-history/','/lagos-history',NULL,0,246,220,'2025-04-30 14:37:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/lagos-history/','url',NULL),(248,'/adeniji-adele/','/adeniji-adele',NULL,0,247,144,'2025-05-02 13:02:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adeniji-adele/','url',NULL),(249,'/falolu/','/falolu',NULL,0,248,116,'2025-04-30 10:42:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/falolu/','url',NULL),(250,'/esugbayi/','/esugbayi',NULL,0,249,131,'2025-05-03 01:47:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/esugbayi/','url',NULL),(251,'/sanusi-olusi/','/sanusi-olusi',NULL,0,250,113,'2025-05-01 15:38:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/sanusi-olusi/','url',NULL),(252,'/ibikunle-akitoye/','/ibikunle-akitoye',NULL,0,251,103,'2025-04-26 15:35:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ibikunle-akitoye/','url',NULL),(253,'/african-renaissance/','/african-renaissance',NULL,0,252,141,'2025-05-02 20:40:44',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/african-renaissance/','url',NULL),(254,'/the-great-debate/','/the-great-debate',NULL,0,253,117,'2025-05-01 03:37:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/the-great-debate/','url',NULL),(255,'/dosunmu/','/dosunmu',NULL,0,254,175,'2025-05-02 07:23:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/dosunmu/','url',NULL),(256,'/kosoko/','/kosoko',NULL,0,255,369,'2025-05-03 00:32:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/kosoko/','url',NULL),(257,'/landuji-oshodi/','/landuji-oshodi',NULL,0,256,157,'2025-05-02 20:46:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/landuji-oshodi/','url',NULL),(258,'/eshilokun/','/eshilokun',NULL,0,257,94,'2025-05-01 11:43:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/eshilokun/','url',NULL),(259,'/adele-ajosun/','/adele-ajosun',NULL,0,258,93,'2025-05-02 10:54:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adele-ajosun/','url',NULL),(260,'/materialism/','/materialism',NULL,0,259,92,'2025-05-02 22:26:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-fashion/materialism/','url',NULL),(261,'/sheyi-shay/','/sheyi-shay',NULL,0,260,75,'2025-04-26 00:28:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/sheyi-shay/','url',NULL),(262,'/onyeka-onwenu/','/onyeka-onwenu',NULL,0,261,291,'2025-05-02 22:08:48',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/onyeka-onwenu/','url',NULL),(263,'/adichie-chimamanda-ngozi/','/adichie-chimamanda-ngozi',NULL,0,262,98,'2025-05-02 22:46:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/adichie-chimamanda-ngozi/','url',NULL),(264,'/paul-ogwuma','/paul-ogwuma',NULL,0,263,124,'2025-05-02 00:44:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/paul-ogwuma/','url',NULL),(265,'/ojuelegba','/ojuelegba',NULL,0,264,87,'2025-04-25 21:17:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-pop-culture/ojuelegba/','url',NULL),(266,'/money','/money',NULL,0,265,112,'2025-05-03 01:45:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/finance-money/money/','url',NULL),(267,'/makoko/','/makoko',NULL,0,266,174,'2025-05-02 20:52:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/makoko/','url',NULL),(268,'/jmj/','/jmj',NULL,0,267,96,'2025-04-30 14:48:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-natural-resources/jmj/','url',NULL),(269,'/celestial-church/','/celestial-church',NULL,0,268,343,'2025-05-02 20:46:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/celestial-church/','url',NULL),(270,'/oshoffa-samuel-bilewu/','/oshoffa-samuel-bilewu',NULL,0,269,288,'2025-05-01 05:29:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/oshoffa-samuel-bilewu/','url',NULL),(271,'/orunmila/','/orunmila',NULL,0,270,177,'2025-05-02 20:52:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/orunmila/','url',NULL),(272,'/ifa/','/ifa',NULL,0,271,189,'2025-05-02 20:46:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ifa/','url',NULL),(273,'/osooro','/osooro',NULL,0,272,117,'2025-05-01 16:50:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/osooro/','url',NULL),(274,'/ijaiye/','/ijaiye',NULL,0,273,228,'2025-05-03 00:34:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/ijaiye/','url',NULL),(275,'/kurunmi/','/kurunmi',NULL,0,274,218,'2025-05-02 23:50:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/kurunmi/','url',NULL),(276,'/aare-ona-kakanfo/','/aare-ona-kakanfo',NULL,0,275,297,'2025-05-02 03:09:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/aare-ona-kakanfo/','url',NULL),(277,'/ajagbo/','/ajagbo',NULL,0,276,116,'2025-05-02 19:15:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/ajagbo/','url',NULL),(278,'/afonja/','/afonja',NULL,0,277,139,'2025-05-02 19:42:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/afonja/','url',NULL),(279,'/aoole-arogangan/','/aoole-arogangan',NULL,0,278,189,'2025-05-02 23:00:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/aoole-arogangan/','url',NULL),(280,'/abiodun/','/abiodun',NULL,0,279,89,'2025-04-27 02:52:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/abiodun-3/','url',NULL),(281,'/ilesanmi-abiodun/','/ilesanmi-abiodun',NULL,0,280,96,'2025-05-02 19:43:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ilesanmi-abiodun/','url',NULL),(282,'/akinwuntan-abiodun/','/akinwuntan-abiodun',NULL,0,281,70,'2025-05-01 13:36:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/public-health/akinwuntan-abiodun/','url',NULL),(283,'/shobanjo-abiodun/','/shobanjo-abiodun',NULL,0,282,54,'2025-04-30 08:35:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/media-tv-radio/shobanjo-abiodun/','url',NULL),(284,'/joel-ehinafe-babatola/','/joel-ehinafe-babatola',NULL,0,283,39,'2025-04-21 19:06:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/joel-ehinafe-babatola/','url',NULL),(285,'/tunji-olurin/','/tunji-olurin',NULL,0,284,125,'2025-05-03 00:35:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/military/tunji-olurin/','url',NULL),(286,'/odogbolu/','/odogbolu',NULL,0,285,128,'2025-05-02 09:36:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/odogbolu/','url',NULL),(287,'/george-duke/','/george-duke',NULL,0,286,42,'2025-04-30 05:40:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/george-duke/','url',NULL),(288,'/lautech/','/lautech',NULL,0,287,209,'2025-05-01 23:54:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/lautech/','url',NULL),(289,'/lagos-people/','/lagos-people',NULL,0,288,130,'2025-05-01 05:51:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/lagos-people/','url',NULL),(290,'/aguda/','/aguda',NULL,0,289,142,'2025-05-02 19:20:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/aguda/','url',NULL),(291,'/aladura/','/aladura',NULL,0,290,245,'2025-05-01 17:27:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/aladura/','url',NULL),(292,'/odubanjo-d-o/','/odubanjo-d-o',NULL,0,291,126,'2025-04-30 17:45:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/odubanjo-d-o/','url',NULL),(293,'/ayoola-kehinde/','/ayoola-kehinde',NULL,0,292,53,'2025-04-30 10:42:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ayoola-kehinde/','url',NULL),(294,'/ayo-babalola/','/ayo-babalola',NULL,0,293,382,'2025-05-02 18:36:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/ayo-babalola/','url',NULL),(295,'/the-great-revival/','/the-great-revival',NULL,0,294,125,'2025-05-02 22:46:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/the-great-revival/','url',NULL),(296,'/on-the-great-revival/','/on-the-great-revival',NULL,0,295,78,'2025-04-29 22:35:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/on-the-great-revival/','url',NULL),(297,'/chris-oyakhilome/','/chris-oyakhilome',NULL,0,296,151,'2025-04-30 08:39:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/chris-oyakhilome/','url',NULL),(298,'/veterinary-public-health/','/veterinary-public-health',NULL,0,297,109,'2025-04-30 08:35:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/veterinary-public-health/','url',NULL),(299,'/ebola/','/ebola',NULL,0,298,84,'2025-05-02 20:47:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/ebola/','url',NULL),(300,'/jebba/','/jebba',NULL,0,299,105,'2025-05-02 00:29:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/jebba/','url',NULL),(301,'/sokoto-caliphate/','/sokoto-caliphate',NULL,0,300,347,'2025-05-02 21:49:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/sokoto-caliphate/','url',NULL),(302,'/hausa-dialects/','/hausa-dialects',NULL,0,301,41,'2025-04-26 12:51:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-language/hausa-dialects/','url',NULL),(303,'/usman-ahmodu-mohammed/','/usman-ahmodu-mohammed',NULL,0,302,56,'2025-05-01 12:51:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/usman-ahmodu-mohammed/','url',NULL),(304,'/tourism/','/tourism',NULL,0,303,143,'2025-05-02 20:36:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/tourism/','url',NULL),(305,'/john-obaro/','/john-obaro',NULL,0,304,57,'2025-04-30 11:37:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/john-obaro/','url',NULL),(306,'/uncategorized/plane-crash/','/uncategorized/plane-crash',NULL,0,305,0,'1970-01-01 00:00:00',1,'enabled','url',301,'a:3:{s:8:\"url_from\";s:58:\"https://encyclopedia.litcaf.com/uncategorized/plane-crash/\";s:11:\"url_notfrom\";s:0:\"\";s:6:\"server\";s:31:\"https://encyclopedia.litcaf.com\";}','server',NULL),(307,'/john-olusola-bayeshea/','/john-olusola-bayeshea',NULL,0,306,46,'2025-04-30 17:43:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/john-olusola-bayeshea/','url',NULL),(308,'/ibrahim-dasuki/','/ibrahim-dasuki',NULL,0,307,105,'2025-05-02 20:46:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ibrahim-dasuki/','url',NULL),(309,'/better-life-programme/','/better-life-programme',NULL,0,308,183,'2025-05-02 20:11:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-welfare/better-life-programme/','url',NULL),(310,'/maryam-babangida/','/maryam-babangida',NULL,0,309,321,'2025-05-02 19:51:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/maryam-babangida/','url',NULL),(311,'/maryam-abacha/','/maryam-abacha',NULL,0,310,299,'2025-05-02 23:29:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/maryam-abacha/','url',NULL),(312,'/stella-obasanjo/','/stella-obasanjo',NULL,0,311,179,'2025-05-02 20:52:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/stella-obasanjo/','url',NULL),(313,'/ngozi-okonjo-iweala/','/ngozi-okonjo-iweala',NULL,0,312,167,'2025-05-02 23:38:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ngozi-okonjo-iweala/','url',NULL),(314,'/chukwuka-okonjo/','/chukwuka-okonjo',NULL,0,313,100,'2025-05-01 15:38:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/chukwuka-okonjo/','url',NULL),(315,'/nenadi-usman/','/nenadi-usman',NULL,0,314,212,'2025-05-02 23:38:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/finance-budget/nenadi-usman/','url',NULL),(316,'/nuhu-ribadu/','/nuhu-ribadu',NULL,0,315,145,'2025-05-02 23:38:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/nuhu-ribadu/','url',NULL),(317,'/dora-akunyili/','/dora-akunyili',NULL,0,316,207,'2025-05-02 23:37:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/dora-akunyili/','url',NULL),(318,'/folorunsho-alakija/','/folorunsho-alakija',NULL,0,317,98,'2025-05-02 09:46:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/folorunsho-alakija/','url',NULL),(319,'/bolanle-awe/','/bolanle-awe',NULL,0,318,142,'2025-04-30 00:34:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/bolanle-awe/','url',NULL),(320,'/ernest-shonekan/','/ernest-shonekan',NULL,0,319,158,'2025-05-02 20:46:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/ernest-shonekan/','url',NULL),(321,'/bola-kuforiji-olubi/','/bola-kuforiji-olubi',NULL,0,320,75,'2025-05-02 20:27:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/bola-kuforiji-olubi/','url',NULL),(322,'/augustus-aikhomu/','/augustus-aikhomu',NULL,0,321,120,'2025-05-02 20:46:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/augustus-aikhomu/','url',NULL),(324,'/tunde-bakare/','/tunde-bakare',NULL,0,322,91,'2025-05-02 23:05:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/tunde-bakare/','url',NULL),(325,'/ilesha/','/ilesha',NULL,0,323,235,'2025-05-02 20:46:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ilesha/','url',NULL),(326,'/cocoa-2/','/cocoa-2',NULL,0,324,140,'2025-05-02 20:46:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/agriculture-others/cocoa-2/','url',NULL),(327,'/akindolani-olusuyi/','/akindolani-olusuyi',NULL,0,325,37,'2025-04-06 00:51:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/akindolani-olusuyi/','url',NULL),(328,'/lion/','/lion',NULL,0,326,195,'2025-05-02 20:40:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/lion/','url',NULL),(329,'/kainji-national-park/','/kainji-national-park',NULL,0,327,178,'2025-05-02 20:44:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/kainji-national-park/','url',NULL),(330,'/gboluji-grammar-school/','/gboluji-grammar-school',NULL,0,328,100,'2025-05-02 23:15:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/gboluji-grammar-school/','url',NULL),(331,'/alex-akinyele/','/alex-akinyele',NULL,0,329,35,'2025-05-02 12:32:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/alex-akinyele/','url',NULL),(332,'/ali-ahmadu/','/ali-ahmadu',NULL,0,330,89,'2025-05-02 22:48:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ali-ahmadu/','url',NULL),(333,'/idejo/','/idejo',NULL,0,331,204,'2025-05-01 08:34:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/idejo/','url',NULL),(334,'/traditional-aristocracy/','/traditional-aristocracy',NULL,0,332,197,'2025-04-30 01:47:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/traditional-aristocracy/','url',NULL),(335,'/electricity-supply/','/electricity-supply',NULL,0,333,146,'2025-05-03 02:41:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/electricity-supply/','url',NULL),(336,'/arochukwu/','/arochukwu',NULL,0,334,151,'2025-05-02 20:40:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/arochukwu/','url',NULL),(337,'/anthonio-de-mingo/','/anthonio-de-mingo',NULL,0,335,118,'2025-04-30 01:46:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/anthonio-de-mingo/','url',NULL),(338,'/benin-expedition/','/benin-expedition',NULL,0,336,236,'2025-05-02 21:08:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/benin-expedition/','url',NULL),(339,'/benin-empire/','/benin-empire',NULL,0,337,187,'2025-05-02 21:08:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/benin-empire/','url',NULL),(340,'/ovonramwen/','/ovonramwen',NULL,0,338,144,'2025-05-02 21:12:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/ovonramwen/','url',NULL),(341,'/kings-of-the-oyo-empire/','/kings-of-the-oyo-empire',NULL,0,339,118,'2025-05-01 15:37:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/kings-of-the-oyo-empire/','url',NULL),(342,'/kolade-oshinowo/','/kolade-oshinowo',NULL,0,340,76,'2025-05-02 09:36:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/kolade-oshinowo/','url',NULL),(343,'/kings-college-lagos/','/kings-college-lagos',NULL,0,341,278,'2025-05-02 19:51:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/kings-college-lagos/','url',NULL),(344,'/osunkeye-oladipo/','/osunkeye-oladipo',NULL,0,342,20,'2025-04-30 18:41:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/osunkeye-oladipo/','url',NULL),(345,'/ebitimi-banigo/','/ebitimi-banigo',NULL,0,343,125,'2025-05-02 22:26:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ebitimi-banigo/','url',NULL),(346,'/yaba-higher-college/','/yaba-higher-college',NULL,0,344,213,'2025-05-02 19:51:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/yaba-higher-college/','url',NULL),(347,'/igbobi-college/','/igbobi-college',NULL,0,345,121,'2025-05-02 20:40:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/igbobi-college/','url',NULL),(348,'/education-philosophy-of/','/education-philosophy-of',NULL,0,346,100,'2025-05-02 20:44:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/education-philosophy-of/','url',NULL),(349,'/illichs-philosophy/','/illichs-philosophy',NULL,0,347,54,'2025-05-01 13:37:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/illichs-philosophy/','url',NULL),(350,'/ethics/','/ethics',NULL,0,348,83,'2025-05-02 20:46:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/ethics/','url',NULL),(351,'/afro-sino-ethics/','/afro-sino-ethics',NULL,0,349,24,'2025-04-30 02:42:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/afro-sino-ethics/','url',NULL),(352,'/praxis/','/praxis',NULL,0,350,87,'2025-05-02 23:40:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/praxis/','url',NULL),(353,'/commitment/','/commitment',NULL,0,351,78,'2025-05-02 22:07:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/commitment/','url',NULL),(354,'/mabel-segun/','/mabel-segun',NULL,0,352,136,'2025-05-02 22:31:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/mabel-segun/','url',NULL),(355,'/beko-kuti/','/beko-kuti',NULL,0,353,298,'2025-05-02 20:29:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/beko-kuti/','url',NULL),(356,'/alaba-lawson/','/alaba-lawson',NULL,0,354,197,'2025-05-03 01:48:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/human-resources/alaba-lawson/','url',NULL),(357,'/funmilayo-ransome-kuti/','/funmilayo-ransome-kuti',NULL,0,355,172,'2025-05-02 20:11:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-civil-rights/funmilayo-ransome-kuti/','url',NULL),(358,'/national-union-of-students/','/national-union-of-students',NULL,0,356,112,'2025-04-30 15:41:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/national-union-of-students-2/','url',NULL),(359,'/nigerian-youth-movement/','/nigerian-youth-movement',NULL,0,357,320,'2025-05-02 19:39:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/nigerian-youth-movement/','url',NULL),(360,'/james-churchill-omosanya-vaughan/','/james-churchill-omosanya-vaughan',NULL,0,358,107,'2025-05-02 19:51:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/james-churchill-omosanya-vaughan/','url',NULL),(361,'/samuel-akinsanya/','/samuel-akinsanya',NULL,0,359,88,'2025-04-28 11:44:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/akinsanya-samuel/','url',NULL),(362,'/okoli-akinsanya-affair/','/okoli-akinsanya-affair',NULL,0,360,145,'2025-04-30 09:42:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/okoli-akinsanya-affair/','url',NULL),(363,'/tribalism/','/tribalism',NULL,0,361,112,'2025-05-02 19:51:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-general/tribalism/','url',NULL),(364,'/okoli-akinsanya-crisis/','/okoli-akinsanya-crisis',NULL,0,362,77,'2025-05-02 20:11:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/okoli-akinsanya-affair/','url',NULL),(365,'/hezekiah-oladapo-davies/','/hezekiah-oladapo-davies',NULL,0,363,151,'2025-04-29 14:44:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/hezekiah-oladapo-davies/','url',NULL),(366,'/ernest-ikoli/','/ernest-ikoli',NULL,0,364,203,'2025-05-02 03:39:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ernest-ikoli/','url',NULL),(367,'/world-war-i/','/world-war-i',NULL,0,365,249,'2025-05-02 20:27:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/world-war-i/','url',NULL),(368,'/lagos-town-council/','/lagos-town-council',NULL,0,366,179,'2025-04-30 09:18:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/lagos-town-council/','url',NULL),(369,'/docemo/','/docemo',NULL,0,367,78,'2025-04-30 14:08:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/dosunmu/','url',NULL),(370,'/bakassi/','/bakassi',NULL,0,368,125,'2025-05-02 20:40:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/bakassi/','url',NULL),(371,'/vandalism/','/vandalism',NULL,0,369,63,'2025-05-01 23:45:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-niger-delta/vandalism/','url',NULL),(372,'/omolade-jacob/','/omolade-jacob',NULL,0,370,139,'2025-05-02 20:47:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/omolade-jacob/','url',NULL),(373,'/abike-dabiri-erewa/','/abike-dabiri-erewa',NULL,0,371,102,'2025-04-30 17:41:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/abike-dabiri-erewa/','url',NULL),(374,'/flood/','/flood',NULL,0,372,92,'2025-05-01 06:07:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/flood/','url',NULL),(375,'/jacob-sogboyega-odulate/','/jacob-sogboyega-odulate',NULL,0,373,177,'2025-05-02 22:06:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-others/jacob-sogboyega-odulate/','url',NULL),(376,'/folake-solanke/','/folake-solanke',NULL,0,374,169,'2025-05-02 23:37:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-general/folake-solanke/','url',NULL),(377,'/women-rights/','/women-rights',NULL,0,375,143,'2025-05-02 20:39:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-civil-rights/women-rights/','url',NULL),(378,'/gender/','/gender',NULL,0,376,121,'2025-05-02 22:06:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/gender/','url',NULL),(379,'/ozidi/','/ozidi',NULL,0,377,176,'2025-05-02 22:04:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/ozidi/','url',NULL),(380,'/jp-clark/','/jp-clark',NULL,0,378,125,'2025-05-01 05:41:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/jp-clark/','url',NULL),(381,'/abdication/','/abdication',NULL,0,379,143,'2025-05-02 20:11:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/abdication/','url',NULL),(382,'/josaih-jesse-ransome-kuti/','/josaih-jesse-ransome-kuti',NULL,0,380,285,'2025-05-02 19:51:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/josaih-jesse-ransome-kuti/','url',NULL),(383,'/olanlokun-samuel/','/olanlokun-samuel',NULL,0,381,72,'2025-05-02 18:34:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/olanlokun-samuel/','url',NULL),(384,'/mobolaji-bank-anthony/','/mobolaji-bank-anthony',NULL,0,382,102,'2025-05-01 05:50:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/mobolaji-bank-anthony/','url',NULL),(385,'/ijebu-ode-grammar-school/','/ijebu-ode-grammar-school',NULL,0,383,236,'2025-05-02 18:31:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/ijebu-ode-grammar-school/','url',NULL),(386,'/isoyin-grammar-school/','/isoyin-grammar-school',NULL,0,384,55,'2025-05-02 02:35:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/isoyin-grammar-school/','url',NULL),(387,'/emmanuel-solomon-ajayi/','/emmanuel-solomon-ajayi',NULL,0,385,70,'2025-05-03 01:45:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/emmanuel-solomon-ajayi/','url',NULL),(388,'/anglophonism/','/anglophonism',NULL,0,386,126,'2025-04-30 10:42:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/anglophonism/','url',NULL),(389,'/ijemo-massacre/','/ijemo-massacre',NULL,0,387,236,'2025-05-03 00:02:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ijemo-massacre/','url',NULL),(390,'/abeokuta-history/','/abeokuta-history',NULL,0,388,365,'2025-05-01 01:50:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/abeokuta-history/','url',NULL),(391,'/adeona-fusigboye/','/adeona-fusigboye',NULL,0,389,245,'2025-05-01 20:35:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/adeona-fusigboye/','url',NULL),(392,'/judiciary/','/judiciary',NULL,0,390,147,'2025-05-01 07:43:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/judiciary/','url',NULL),(393,'/dipomu-system/','/dipomu-system',NULL,0,391,146,'2025-04-30 16:50:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/dipomu-system/','url',NULL),(394,'/divorce/','/divorce',NULL,0,392,133,'2025-04-30 05:39:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-civil/divorce/','url',NULL),(395,'/omafume-onoge/','/omafume-onoge',NULL,0,393,138,'2025-05-02 06:17:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/omafume-onoge/','url',NULL),(396,'/david-dale/','/david-dale',NULL,0,394,51,'2025-05-01 08:45:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/david-dale/','url',NULL),(397,'/betty-irabor/','/betty-irabor',NULL,0,395,59,'2025-05-01 19:46:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/betty-irabor/','url',NULL),(398,'/mike-aremu/','/mike-aremu',NULL,0,396,71,'2025-05-01 15:38:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/mike-aremu/','url',NULL),(399,'/confederalism/','/confederalism',NULL,0,397,60,'2025-04-30 09:43:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/confederalism/','url',NULL),(400,'/ofonagoro-walter-ibekwe/','/ofonagoro-walter-ibekwe',NULL,0,398,74,'2025-04-30 16:49:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/ofonagoro-walter-ibekwe/','url',NULL),(401,'/tunji-oseni/','/tunji-oseni',NULL,0,399,104,'2025-05-02 22:31:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/tunji-oseni/','url',NULL),(402,'/joke-silva/','/joke-silva',NULL,0,400,129,'2025-05-01 20:35:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/joke-silva/','url',NULL),(403,'/aliko-dangote/','/aliko-dangote',NULL,0,401,167,'2025-05-02 22:20:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/aliko-dangote/','url',NULL),(404,'/obajana/','/obajana',NULL,0,402,58,'2025-05-02 19:42:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/obajana/','url',NULL),(405,'/olusola-oke/','/olusola-oke',NULL,0,403,142,'2025-05-03 02:41:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/olusola-oke/','url',NULL),(406,'/efunjoke-coker/','/efunjoke-coker',NULL,0,404,140,'2025-05-02 20:36:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/efunjoke-coker/','url',NULL),(407,'/queens-college-lagos/','/queens-college-lagos',NULL,0,405,168,'2025-05-02 20:36:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/queens-college-lagos/','url',NULL),(408,'/chikwe-nkemafor/','/chikwe-nkemafor',NULL,0,406,35,'2025-05-02 14:23:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/chikwe-nkemafor/','url',NULL),(409,'/rhodes-steve/','/rhodes-steve',NULL,0,407,141,'2025-05-02 20:55:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-others/rhodes-steve/','url',NULL),(410,'/americanism/','/americanism',NULL,0,408,114,'2025-05-02 19:43:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/americanism/','url',NULL),(411,'/ifueko-omoigui-okauru/','/ifueko-omoigui-okauru',NULL,0,409,150,'2025-05-02 20:29:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/ifueko-omoigui-okauru/','url',NULL),(412,'/folayegbe-akintunde/','/folayegbe-akintunde',NULL,0,410,117,'2025-05-02 20:36:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/folayegbe-akintunde/','url',NULL),(413,'/284-2/','/284-2',NULL,0,411,83,'2025-05-02 22:19:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/wasu/','url',NULL),(414,'/james-africanus-beale-horton/','/james-africanus-beale-horton',NULL,0,412,124,'2025-05-02 20:29:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/james-africanus-beale-horton/','url',NULL),(415,'/kofoworola-abeni-pratt/','/kofoworola-abeni-pratt',NULL,0,413,272,'2025-05-03 01:46:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/kofoworola-abeni-pratt/','url',NULL),(416,'/adeniyi-jones-curtis-crispin/','/adeniyi-jones-curtis-crispin',NULL,0,414,123,'2025-05-03 01:37:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adeniyi-jones-curtis-crispin/','url',NULL),(417,'/nigeria-national-democratic-party/','/nigeria-national-democratic-party',NULL,0,415,333,'2025-05-02 20:40:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/nigeria-national-democratic-party/','url',NULL),(418,'/egerton-shyngle/','/egerton-shyngle',NULL,0,416,136,'2025-05-02 20:29:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/egerton-shyngle/','url',NULL),(419,'/anti-slavery-and-aborigine-society/','/anti-slavery-and-aborigine-society',NULL,0,417,123,'2025-05-02 20:40:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/anti-slavery-and-aborigine-society/','url',NULL),(420,'/chime-sullivan-iheanacho/','/chime-sullivan-iheanacho',NULL,0,418,130,'2025-04-30 17:42:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/chime-sullivan-iheanacho/','url',NULL),(421,'/peoples-union/','/peoples-union',NULL,0,419,140,'2025-05-02 20:44:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/peoples-union/','url',NULL),(422,'/19953-2/','/19953-2',NULL,0,420,82,'2025-05-02 20:52:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/19953-2/','url',NULL),(423,'/extractive-industry/','/extractive-industry',NULL,0,421,142,'2025-05-02 20:36:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/extractive-industry/','url',NULL),(424,'/nigerian-content/','/nigerian-content',NULL,0,422,98,'2025-05-02 20:40:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/policy/nigerian-content/','url',NULL),(425,'/communism/','/communism',NULL,0,423,168,'2025-05-02 09:35:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/communism/','url',NULL),(426,'/adeleke-isiaka/','/adeleke-isiaka',NULL,0,424,115,'2025-05-01 09:41:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/adeleke-isiaka/','url',NULL),(427,'/ede/','/ede',NULL,0,425,139,'2025-04-30 17:45:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ede/','url',NULL),(428,'/chieftaincy/','/chieftaincy',NULL,0,426,141,'2025-04-30 14:05:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/chieftaincy/','url',NULL),(429,'/efunroye-tinubu/','/efunroye-tinubu',NULL,0,427,198,'2025-04-30 09:43:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/efunroye-tinubu/','url',NULL),(430,'/james-p-l-davies/','/james-p-l-davies',NULL,0,428,197,'2025-04-30 18:41:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/james-p-l-davies/','url',NULL),(431,'/victoria-davies/','/victoria-davies',NULL,0,429,243,'2025-05-02 13:04:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/victoria-davies/','url',NULL),(432,'/sarah-forbes-bonetta/','/sarah-forbes-bonetta',NULL,0,430,194,'2025-05-02 17:32:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/sarah-forbes-bonetta/','url',NULL),(433,'/oluremi-aina/','/oluremi-aina',NULL,0,431,79,'2025-05-01 12:31:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/oluremi-aina/','url',NULL),(434,'/gwoza-hills/','/gwoza-hills',NULL,0,432,109,'2025-05-02 22:20:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/gwoza-hills/','url',NULL),(435,'/ladies-club/','/ladies-club',NULL,0,433,100,'2025-05-01 01:42:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/ladies-club/','url',NULL),(436,'/intelligence/','/intelligence',NULL,0,434,126,'2025-05-03 01:34:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/intelligence/','url',NULL),(437,'/intelligence-report/','/intelligence-report',NULL,0,435,94,'2025-05-02 22:55:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/intelligence-report/','url',NULL),(438,'/adebayo-adeoye/','/adebayo-adeoye',NULL,0,436,55,'2025-04-30 04:36:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/adebayo-adeoye/','url',NULL),(439,'/oladipo-diya/','/oladipo-diya',NULL,0,437,95,'2025-05-02 01:46:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/oladipo-diya/','url',NULL),(440,'/diepreye-alamieyeseigha/','/diepreye-alamieyeseigha',NULL,0,438,56,'2025-05-01 09:34:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/diepreye-alamieyeseigha/','url',NULL),(441,'/cult-of-the-head-of-state/','/cult-of-the-head-of-state',NULL,0,439,182,'2025-04-27 15:38:54',1,'enabled','url',301,'hthttps://encyclopedia.litcaf.com/government/cult-of-the-head-of-state/tps://encyclopedia.litcaf.com/government/cult-of-the-head-of-state/','url',NULL),(442,'/military-oligarchy/','/military-oligarchy',NULL,0,440,149,'2025-05-02 22:31:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/military-oligarchy/','url',NULL),(443,'/ike-chinyere-nwosu/','/ike-chinyere-nwosu',NULL,0,441,85,'2025-05-02 18:29:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/ike-chinyere-nwosu/','url',NULL),(444,'/ala-aka-bashorun/','/ala-aka-bashorun',NULL,0,442,77,'2025-05-01 23:44:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ala-aka-bashorun/','url',NULL),(445,'/eko-boys-high-school/','/eko-boys-high-school',NULL,0,443,109,'2025-05-02 22:04:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/eko-boys-high-school/','url',NULL),(446,'/odeleye-adisa/','/odeleye-adisa',NULL,0,444,124,'2025-04-30 06:41:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/odeleye-adisa/','url',NULL),(447,'/taiwo-akinkunmi-2/','/taiwo-akinkunmi-2',NULL,0,445,78,'2025-05-02 04:38:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/taiwo-akinkunmi-2/','url',NULL),(448,'/andy-uba/','/andy-uba',NULL,0,446,53,'2025-04-17 23:43:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/andy-uba/','url',NULL),(449,'/ladi-kwali/','/ladi-kwali',NULL,0,447,115,'2025-05-01 18:08:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/ladi-kwali/','url',NULL),(450,'/agbani-darego/','/agbani-darego',NULL,0,448,83,'2025-05-01 11:16:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/agbani-darego/','url',NULL),(451,'/afrobeat/','/afrobeat',NULL,0,449,79,'2025-05-02 21:34:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/afrobeat/','url',NULL),(452,'/dokpesi-raymond/','/dokpesi-raymond',NULL,0,450,136,'2025-05-02 20:55:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/dokpesi-raymond/','url',NULL),(453,'/innocent-idibia/','/innocent-idibia',NULL,0,451,194,'2025-05-02 23:53:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/innocent-idibia/','url',NULL),(454,'/atiku-abubakar/','/atiku-abubakar',NULL,0,452,71,'2025-05-02 22:06:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-general/atiku-abubakar/','url',NULL),(455,'/christian-essien-igbokwe/','/christian-essien-igbokwe',NULL,0,453,143,'2025-05-02 22:06:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/christian-essien-igbokwe/','url',NULL),(456,'/fuji/','/fuji',NULL,0,454,138,'2025-05-02 20:36:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/fuji/','url',NULL),(457,'/apala/','/apala',NULL,0,455,123,'2025-05-02 20:40:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-juju-fuji/apala/','url',NULL),(458,'/musiliu-h-ishola/','/musiliu-h-ishola',NULL,0,456,160,'2025-05-02 21:15:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-juju-fuji/musiliu-h-ishola/','url',NULL),(459,'/moses-olaiya/','/moses-olaiya',NULL,0,457,249,'2025-05-03 01:38:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/moses-olaiya/','url',NULL),(460,'/gele/','/gele',NULL,0,458,103,'2025-05-03 00:13:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/gele/','url',NULL),(461,'/aso-ebi/','/aso-ebi',NULL,0,459,56,'2025-04-18 11:07:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/aso-ebi/','url',NULL),(462,'/atuyota-allelujah/','/atuyota-allelujah',NULL,0,460,103,'2025-05-02 23:21:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/atuyota-allelujah/','url',NULL),(463,'/wale-adenuga/','/wale-adenuga',NULL,0,461,126,'2025-05-02 20:52:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/wale-adenuga/','url',NULL),(464,'/jude-abaga/','/jude-abaga',NULL,0,462,83,'2025-05-02 23:21:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-pop-culture/jude-abaga/','url',NULL),(465,'/zebulun-ejiro/','/zebulun-ejiro',NULL,0,463,105,'2025-05-02 23:21:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/zebulun-ejiro/','url',NULL),(466,'/owu-aru-sun-festival/','/owu-aru-sun-festival',NULL,0,464,69,'2025-04-29 05:40:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/owu-aru-sun-festival/','url',NULL),(467,'/jim-ijenwa-unah/','/jim-ijenwa-unah',NULL,0,465,43,'2025-04-30 15:43:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/jim-ijenwa-unah/','url',NULL),(468,'/kalu-orji-uzor/','/kalu-orji-uzor',NULL,0,466,46,'2025-04-30 10:41:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/kalu-orji-uzor/','url',NULL),(469,'/ajibola-ojesola/','/ajibola-ojesola',NULL,0,467,88,'2025-05-01 21:36:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/ajibola-ojesola/','url',NULL),(470,'/shooting-stars-of-ibadan/','/shooting-stars-of-ibadan',NULL,0,468,137,'2025-05-02 20:31:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-relaxation/shooting-stars-of-ibadan/','url',NULL),(471,'/shango/','/shango',NULL,0,469,138,'2025-05-02 23:05:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/sango/','url',NULL),(472,'/ekiti-people/','/ekiti-people',NULL,0,470,170,'2025-05-02 22:48:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ekiti-people/','url',NULL),(473,'/adeyemo-alakija/','/adeyemo-alakija',NULL,0,471,99,'2025-04-30 14:44:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/adeyemo-alakija-2/','url',NULL),(474,'/christianity/','/christianity',NULL,0,472,162,'2025-05-02 20:40:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/christianity-2/','url',NULL),(475,'/henry-carr/','/henry-carr',NULL,0,473,207,'2025-05-01 23:00:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/mathematics/henry-carr/','url',NULL),(476,'/oguntola-sapara/','/oguntola-sapara',NULL,0,474,160,'2025-05-02 20:27:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/public-health/oguntola-sapara/','url',NULL),(477,'/adetoyese-laoye/','/adetoyese-laoye',NULL,0,475,69,'2025-05-01 15:37:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/adetoyese-laoye/','url',NULL),(478,'/adetoyese-laoye/','/adetoyese-laoye',NULL,0,476,0,'1970-01-01 00:00:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/adetoyese-laoye/','url',NULL),(479,'/white-throated-guenon/','/white-throated-guenon',NULL,0,477,114,'2025-05-02 20:40:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/white-throated-guenon/','url',NULL),(480,'/ikogosi-warm-spring/','/ikogosi-warm-spring',NULL,0,478,112,'2025-05-02 20:39:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/tourism/ikogosi-warm-spring/','url',NULL),(481,'/baboon/','/baboon',NULL,0,479,125,'2025-05-02 20:40:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/baboon/','url',NULL),(482,'/roan-antelope/','/roan-antelope',NULL,0,480,122,'2025-05-02 20:40:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/roan-antelope/','url',NULL),(483,'/hartebeest/','/hartebeest',NULL,0,481,173,'2025-05-02 20:40:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/hartebeest/','url',NULL),(484,'/waterbuck/','/waterbuck',NULL,0,482,120,'2025-05-02 23:29:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/waterbuck/','url',NULL),(485,'/hippopotamus/','/hippopotamus',NULL,0,483,113,'2025-05-02 20:40:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/hippopotamus/','url',NULL),(486,'/elephant/','/elephant',NULL,0,484,123,'2025-05-02 20:40:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/elephant/','url',NULL),(487,'/olumo-rock/','/olumo-rock',NULL,0,485,193,'2025-05-02 20:40:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/olumo-rock/','url',NULL),(488,'/idanre-hill/','/idanre-hill',NULL,0,486,122,'2025-05-02 20:40:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/idanre-hill/','url',NULL),(489,'/obudu-cattle-ranch/','/obudu-cattle-ranch',NULL,0,487,249,'2025-05-02 20:36:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/obudu-cattle-ranch/','url',NULL),(490,'/nri/','/nri',NULL,0,488,118,'2025-05-02 22:38:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/nri/','url',NULL),(491,'/nri-town/','/nri-town',NULL,0,489,92,'2025-05-02 22:31:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/nri-town/','url',NULL),(492,'/shamsudeen-amain/','/shamsudeen-amain',NULL,0,490,56,'2025-05-01 17:42:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/shamsudeen-amain/','url',NULL),(493,'/awodiya-muyiwa/','/awodiya-muyiwa',NULL,0,491,58,'2025-04-30 06:13:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/awodiya-muyiwa/','url',NULL),(494,'/layiwola-peju/','/layiwola-peju',NULL,0,492,43,'2025-04-30 13:38:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/layiwola-peju/','url',NULL),(495,'/tomoloju-ben/','/tomoloju-ben',NULL,0,493,54,'2025-05-01 02:39:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/tomoloju-ben/','url',NULL),(496,'/classical-music/','/classical-music',NULL,0,494,138,'2025-05-02 13:55:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/classical-music/','url',NULL),(497,'/fela-sowande/','/fela-sowande',NULL,0,495,104,'2025-05-02 21:12:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/fela-sowande/','url',NULL),(498,'/thomas-ekundayo-phillips/','/thomas-ekundayo-phillips',NULL,0,496,60,'2025-05-03 01:45:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/ekundayo-phillips/','url',NULL),(499,'/christ-church-cathedral/','/christ-church-cathedral',NULL,0,497,156,'2025-05-02 20:36:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/architecture/christ-church-cathedral/','url',NULL),(500,'/free-enterprise-2/','/free-enterprise-2',NULL,0,498,125,'2025-05-02 21:12:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/free-enterprise-2/','url',NULL),(501,'/ibara/','/ibara',NULL,0,499,226,'2025-05-01 19:41:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/ibara/','url',NULL),(502,'/sim-shagaya/','/sim-shagaya',NULL,0,500,62,'2025-05-01 13:08:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/sim-shagaya/','url',NULL),(503,'/deji-adewunmi/','/deji-adewunmi',NULL,0,501,49,'2025-04-25 13:29:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/deji-adewunmi/','url',NULL),(504,'/igbinedion-osawaru/','/igbinedion-osawaru',NULL,0,502,24,'2025-05-02 15:44:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/igbinedion-osawaru/','url',NULL),(505,'/folawaiyo-wahab/','/folawaiyo-wahab',NULL,0,503,74,'2025-04-30 04:35:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/folawaiyo-wahab/','url',NULL),(506,'/peter-obi','/peter-obi',NULL,0,504,132,'2025-05-02 16:42:48',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/peter-obi/','url',NULL),(507,'/sani-dauda/','/sani-dauda',NULL,0,505,52,'2025-05-02 19:43:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/sani-dauda/','url',NULL),(508,'/okafor-chika/','/okafor-chika',NULL,0,506,69,'2025-05-03 02:41:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/okafor-chika/','url',NULL),(509,'/rufus-giwa/','/rufus-giwa',NULL,0,507,274,'2025-05-02 17:45:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/rufus-giwa/','url',NULL),(510,'/alaafin-2/','/alaafin-2',NULL,0,508,213,'2025-05-02 21:15:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/alaafin-2/','url',NULL),(511,'/kase-lawal/','/kase-lawal',NULL,0,509,64,'2025-04-30 15:42:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/kase-lawal/','url',NULL),(512,'/dupe-abiola/','/dupe-abiola',NULL,0,510,70,'2025-05-01 14:38:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/dupe-abiola/','url',NULL),(513,'/ijebu-ife/','/ijebu-ife',NULL,0,511,168,'2025-05-02 19:51:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ijebu-ife/','url',NULL),(514,'/wall-of-ijebu-ode/','/wall-of-ijebu-ode',NULL,0,512,106,'2025-05-02 03:39:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/wall-of-ijebu-ode/','url',NULL),(515,'/abayomi-oshin/','/abayomi-oshin',NULL,0,513,68,'2025-04-30 13:39:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/abayomi-oshin/','url',NULL),(516,'/funsho-williams/','/funsho-williams',NULL,0,514,113,'2025-05-02 22:20:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/politics-public-service/funsho-williams/','url',NULL),(517,'/tribal-marks-2/','/tribal-marks-2',NULL,0,515,121,'2025-05-01 10:24:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/tribal-marks-2/','url',NULL),(518,'/olusegun-obasanjo-presidential-library-oopl/','/olusegun-obasanjo-presidential-library-oopl',NULL,0,516,57,'2025-04-26 13:54:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/olusegun-obasanjo-presidential-library-oopl/','url',NULL),(519,'/lagos/','/lagos',NULL,0,517,102,'2025-05-01 21:36:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/lagos/','url',NULL),(520,'/gaani-festival/','/gaani-festival',NULL,0,518,99,'2025-05-01 18:40:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-boundary/gaani-festival/','url',NULL),(521,'/cotton/','/cotton',NULL,0,519,102,'2025-05-01 16:34:42',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/cotton/','url',NULL),(522,'/obinna-uzor/','/obinna-uzor',NULL,0,520,62,'2025-04-29 10:09:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/obinna-uzor/','url',NULL),(524,'/sikiru-ayinde/','/sikiru-ayinde',NULL,0,522,265,'2025-05-02 20:40:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/sikiru-ayinde/','url',NULL),(525,'/ojubo-osogbo/','/ojubo-osogbo',NULL,0,522,113,'2025-05-02 20:46:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ojubo-osogbo/','url',NULL),(526,'/wasiu-ayinde/','/wasiu-ayinde',NULL,0,523,187,'2025-04-30 19:10:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/wasiu-ayinde/','url',NULL),(527,'/osun-groove','/osun-groove',NULL,0,524,71,'2025-05-02 09:35:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/osun-groove/','url',NULL),(528,'/calabar/','/calabar',NULL,0,525,135,'2025-05-02 20:46:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/calabar/','url',NULL),(529,'/fundamentalism/','/fundamentalism',NULL,0,526,37,'2025-05-01 06:41:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/fundamentalism/','url',NULL),(530,'/farouk-abdulmutallab/','/farouk-abdulmutallab',NULL,0,527,126,'2025-05-02 20:46:44',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/farouk-abdulmutallab/','url',NULL),(531,'/kanu-nwankwo/','/kanu-nwankwo',NULL,0,528,183,'2025-05-02 20:29:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/kanu-nwankwo/','url',NULL),(532,'/amadi/','/amadi',NULL,0,529,61,'2025-05-01 17:01:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/arts/amadi/','url',NULL),(533,'/amadi-charles/','/amadi-charles',NULL,0,530,150,'2025-05-02 07:20:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/maritime/amadi-charles/','url',NULL),(534,'/deji/','/deji',NULL,0,531,75,'2025-05-01 22:36:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/deji/','url',NULL),(535,'/adefarati-adebayo/','/adefarati-adebayo',NULL,0,532,201,'2025-05-02 22:26:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/adefarati-adebayo/','url',NULL),(536,'/nta-elijah-henshaw/','/nta-elijah-henshaw',NULL,0,533,118,'2025-05-02 06:11:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/nta-elijah-henshaw/','url',NULL),(537,'/emmy-collins/','/emmy-collins',NULL,0,534,130,'2025-04-30 18:40:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/emmy-collins/','url',NULL),(538,'/oprah-mason-benson/','/oprah-mason-benson',NULL,0,535,60,'2025-04-30 08:36:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-fashion/oprah-mason-benson/','url',NULL),(539,'/ekimogun-day/','/ekimogun-day',NULL,0,536,166,'2025-05-02 23:14:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-ceremonies/ekimogun-day/','url',NULL),(540,'/ondo/','/ondo',NULL,0,537,116,'2025-05-02 23:21:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ondo/','url',NULL),(541,'/osemawe/','/osemawe',NULL,0,538,86,'2025-05-02 23:14:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/osemawe/','url',NULL),(542,'/ekundayo-phillips/','/ekundayo-phillips',NULL,0,539,133,'2025-05-02 08:58:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/ekundayo-phillips/','url',NULL),(543,'/kemi-adetiba/','/kemi-adetiba',NULL,0,540,63,'2025-05-02 17:43:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/kemi-adetiba/','url',NULL),(544,'/wasu/','/wasu',NULL,0,541,109,'2025-05-02 20:11:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/wasu/','url',NULL),(545,'/ogi/','/ogi',NULL,0,542,61,'2025-04-30 08:05:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-food/ogi/','url',NULL),(546,'/iduma/','/iduma',NULL,0,543,112,'2025-04-30 09:44:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-language/iduma/','url',NULL),(547,'/eweka-dynasty/','/eweka-dynasty',NULL,0,544,130,'2025-05-02 03:39:42',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/eweka-dynasty/','url',NULL),(548,'/eweka/','/eweka',NULL,0,545,119,'2025-05-02 22:38:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/eweka/','url',NULL),(549,'/jf-ade-ajayi/','/jf-ade-ajayi',NULL,0,546,66,'2025-04-16 23:37:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-non-fiction/jf-ade-ajayi/','url',NULL),(550,'/ereduiauwa-uku/','/ereduiauwa-uku',NULL,0,547,111,'2025-04-30 17:27:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ereduiauwa-uku/','url',NULL),(551,'/igbisin/','/igbisin',NULL,0,548,84,'2025-05-01 12:31:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/igbisin/','url',NULL),(552,'/ayo-opon/','/ayo-opon',NULL,0,549,175,'2025-05-01 07:59:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/ayo-opon/','url',NULL),(553,'/gerontocracy/','/gerontocracy',NULL,0,550,266,'2025-05-03 02:41:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/gerontocracy/','url',NULL),(554,'/meritocracy/','/meritocracy',NULL,0,551,124,'2025-05-01 06:41:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/meritocracy/','url',NULL),(555,'/deola-sagoe/','/deola-sagoe',NULL,0,552,67,'2025-05-02 18:33:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/deola-sagoe/','url',NULL),(556,'/remi-lagos/','/remi-lagos',NULL,0,553,47,'2025-05-01 10:44:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/remi-lagos/','url',NULL),(557,'/folake-folarin-coker/','/folake-folarin-coker',NULL,0,554,119,'2025-05-01 22:35:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/fashion-lifestyle/folake-folarin-coker/','url',NULL),(558,'/nike-davies-okundaye/','/nike-davies-okundaye',NULL,0,555,61,'2025-05-01 22:36:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/nike-davies-okundaye/','url',NULL),(559,'/ethanol/','/ethanol',NULL,0,556,50,'2025-04-30 09:44:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/ethanol/','url',NULL),(560,'/john-oamen-igene/','/john-oamen-igene',NULL,0,557,67,'2025-05-02 18:34:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/john-oamen-igene/','url',NULL),(561,'/achebe-chinua/','/achebe-chinua',NULL,0,558,154,'2025-05-02 19:39:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/achebe-chinua/','url',NULL),(562,'/eyo/','/eyo',NULL,0,559,110,'2025-05-03 02:41:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/eyo/','url',NULL),(563,'/gab-osuagwu-iheukwumere/','/gab-osuagwu-iheukwumere',NULL,0,560,71,'2025-04-27 03:14:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/gab-osuagwu-iheukwumere/','url',NULL),(564,'/victor-banjo/','/victor-banjo',NULL,0,561,74,'2025-04-30 17:43:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/victor-banjo/','url',NULL),(565,'/eyo-honesty-ii/','/eyo-honesty-ii',NULL,0,562,133,'2025-05-01 05:40:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/eyo-honesty-ii/','url',NULL),(566,'/dele-momodu/','/dele-momodu',NULL,0,563,121,'2025-05-02 17:32:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-fashion/dele-momodu/','url',NULL),(567,'/salami-agbaje/','/salami-agbaje',NULL,0,564,111,'2025-05-01 17:42:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/salami-agbaje/','url',NULL),(568,'/kofoworola-aina-moore/','/kofoworola-aina-moore',NULL,0,565,290,'2025-05-02 20:27:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/kofoworola-aina-moore/','url',NULL),(569,'/alli-balogun/','/alli-balogun',NULL,0,566,124,'2025-05-03 03:15:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/alli-balogun/','url',NULL),(570,'/ore-green/','/ore-green',NULL,0,567,46,'2025-04-30 05:40:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-others/ore-green/','url',NULL),(571,'/grasscutter/','/grasscutter',NULL,0,568,234,'2025-05-03 01:45:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/grasscutter/','url',NULL),(572,'/honey','/honey',NULL,0,569,45,'2025-04-30 12:37:42',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/honey/','url',NULL),(573,'/meat/','/meat',NULL,0,570,94,'2025-05-02 22:38:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/meat/','url',NULL),(574,'/nutrition/','/nutrition',NULL,0,571,55,'2025-05-02 19:43:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/food/nutrition/','url',NULL),(575,'/elemure-ogunyemi/','/elemure-ogunyemi',NULL,0,572,187,'2025-05-02 14:44:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/elemure-ogunyemi/','url',NULL),(576,'/tunde-kelani/','/tunde-kelani',NULL,0,573,114,'2025-05-02 20:55:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/tunde-kelani/','url',NULL),(577,'/iwofa/','/iwofa',NULL,0,574,46,'2025-05-01 18:40:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/iwofa/','url',NULL),(578,'/jaguna/','/jaguna',NULL,0,575,85,'2025-04-30 11:35:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/culture-others/jaguna/','url',NULL),(579,'/maye/','/maye',NULL,0,576,110,'2025-05-02 17:56:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civil-war/maye/','url',NULL),(580,'/losii-osokale/','/losii-osokale',NULL,0,577,35,'2025-05-01 05:41:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/losii-osokale/','url',NULL),(581,'/ogbubona/','/ogbubona',NULL,0,578,43,'2025-05-01 04:45:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/ogbubona/','url',NULL),(582,'/charles-oputa/','/charles-oputa',NULL,0,579,123,'2025-05-02 20:55:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-pop-culture/charles-oputa/','url',NULL),(583,'/oputa-chukwudifu/','/oputa-chukwudifu',NULL,0,580,149,'2025-05-02 21:08:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/oputa-chukwudifu/','url',NULL),(584,'/olajumoke-adenowo/','/olajumoke-adenowo',NULL,0,581,84,'2025-05-01 15:38:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-properties/olajumoke-adenowo/','url',NULL),(585,'/razak-okoya/','/razak-okoya',NULL,0,582,89,'2025-05-02 07:39:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/lifestyle-properties/razak-okoya/','url',NULL),(586,'/jimi-solanke/','/jimi-solanke',NULL,0,583,126,'2025-05-02 22:31:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-others/jimi-solanke/','url',NULL),(587,'/stanley-macebuh/','/stanley-macebuh',NULL,0,584,114,'2025-05-03 00:14:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/stanley-macebuh/','url',NULL),(588,'/ogunwande-abimbola/','/ogunwande-abimbola',NULL,0,585,135,'2025-05-02 04:50:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/ogunwande-abimbola/','url',NULL),(589,'/patriachy/','/patriachy',NULL,0,586,103,'2025-05-01 16:34:49',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-african/patriachy/','url',NULL),(590,'/tai-solarin/','/tai-solarin',NULL,0,587,158,'2025-05-02 20:36:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/tai-solarin/','url',NULL),(591,'/conservatism/','/conservatism',NULL,0,588,103,'2025-05-02 21:41:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/conservatism/','url',NULL),(592,'/gradualism/','/gradualism',NULL,0,589,142,'2025-04-30 12:39:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/gradualism/','url',NULL),(593,'/adisa-meredith-akinloye/','/adisa-meredith-akinloye',NULL,0,590,113,'2025-05-02 20:40:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/adisa-meredith-akinloye/','url',NULL),(594,'/dada-adeshigbin/','/dada-adeshigbin',NULL,0,591,69,'2025-05-02 21:48:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/philosophy-general/dada-adeshigbin/','url',NULL),(595,'/atlantis/','/atlantis',NULL,0,592,101,'2025-04-29 22:34:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/atlantis/','url',NULL),(596,'/love-eros/','/love-eros',NULL,0,593,38,'2025-05-02 16:42:24',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/love-eros/','url',NULL),(597,'/amebo/','/amebo',NULL,0,594,78,'2025-05-02 06:47:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/amebo/','url',NULL),(598,'/adolescence/','/adolescence',NULL,0,595,65,'2025-05-02 20:47:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/public-health/adolescence/','url',NULL),(599,'/love/','/love',NULL,0,596,75,'2025-05-03 01:45:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/love-eros/','url',NULL),(600,'/counselling/','/counselling',NULL,0,597,68,'2025-05-02 08:42:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/counselling/','url',NULL),(601,'/consumer-behaviour/','/consumer-behaviour',NULL,0,598,73,'2025-05-02 23:49:44',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/consumer-behaviour/','url',NULL),(602,'/hypodermic-needle-theory/','/hypodermic-needle-theory',NULL,0,599,101,'2025-05-02 16:22:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/hypodermic-needle-theory/','url',NULL),(603,'/mind/','/mind',NULL,0,600,102,'2025-04-30 08:36:36',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-psychology/mind/','url',NULL),(604,'/garveyism/','/garveyism',NULL,0,601,167,'2025-05-02 20:44:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/garveyism/','url',NULL),(605,'/fatai-olayiwola-olagunju/','/fatai-olayiwola-olagunju',NULL,0,602,65,'2025-05-01 14:50:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/fatai-olayiwola-olagunju/','url',NULL),(606,'/tunde-king/','/tunde-king',NULL,0,603,102,'2025-05-02 23:21:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-juju-fuji/tunde-king/','url',NULL),(607,'/omotunde-ilori/','/omotunde-ilori',NULL,0,604,98,'2025-05-02 14:13:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/justice/omotunde-ilori/','url',NULL),(608,'/olabisi-ajala/','/olabisi-ajala',NULL,0,605,133,'2025-05-02 07:58:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-relaxation/olabisi-ajala/','url',NULL),(609,'/polo/','/polo',NULL,0,606,109,'2025-05-02 22:38:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-relaxation/polo/','url',NULL),(610,'/polo/','/polo',NULL,0,607,0,'1970-01-01 00:00:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-relaxation/polo/','url',NULL),(611,'/akinola-peter/','/akinola-peter',NULL,0,608,66,'2025-05-02 20:52:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/akinola-peter/','url',NULL),(612,'/dreams/','/dreams',NULL,0,609,122,'2025-05-02 20:16:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/dreams/','url',NULL),(613,'/jayin/','/jayin',NULL,0,610,102,'2025-05-02 23:05:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/jayin/','url',NULL),(614,'/ayibi/','/ayibi',NULL,0,611,123,'2025-04-30 14:36:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/ayibi/','url',NULL),(615,'/awoniboju/','/awoniboju',NULL,0,612,95,'2025-05-02 20:12:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/social-tradition/awoniboju/','url',NULL),(616,'/akarigbo-oyebajo/','/akarigbo-oyebajo',NULL,0,613,94,'2025-05-01 00:48:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/akarigbo-oyebajo/','url',NULL),(617,'/ojude-oba/','/ojude-oba',NULL,0,614,111,'2025-04-30 17:45:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/ojude-oba/','url',NULL),(618,'/balogun-kuku/','/balogun-kuku',NULL,0,615,213,'2025-05-02 22:45:18',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-ceremonies/balogun-kuku/','url',NULL),(619,'/chima-ubani/','/chima-ubani',NULL,0,616,93,'2025-05-01 10:45:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/chima-ubani/','url',NULL),(620,'/vaughan-gladys/','/vaughan-gladys',NULL,0,617,84,'2025-04-30 09:44:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/vaughan-gladys/','url',NULL),(621,'/femi-falana/','/femi-falana',NULL,0,618,185,'2025-05-01 11:42:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-general/femi-falana/','url',NULL),(622,'/jubril-aminu/','/jubril-aminu',NULL,0,619,102,'2025-05-02 22:48:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/jubril-aminu/','url',NULL),(623,'/akpo-mudiaga-odje/','/akpo-mudiaga-odje',NULL,0,620,73,'2025-05-02 00:44:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-civil/akpo-mudiaga-odje/','url',NULL),(624,'/yusuf-lasun/','/yusuf-lasun',NULL,0,621,133,'2025-05-02 19:42:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/yusuf-lasun/','url',NULL),(625,'/ado-bayero/','/ado-bayero',NULL,0,622,85,'2025-05-01 21:36:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ado-bayero/','url',NULL),(626,'/dadakuada/','/dadakuada',NULL,0,623,79,'2025-05-01 13:40:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-old/dadakuada/','url',NULL),(627,'/osile','/osile',NULL,0,624,88,'2025-05-03 01:44:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/osile/','url',NULL),(628,'/osile','/osile',NULL,0,625,0,'1970-01-01 00:00:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/osile/','url',NULL),(629,'/okanbi/','/okanbi',NULL,0,626,238,'2025-05-02 23:45:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-general/okanbi/','url',NULL),(630,'/rilwan-akiolu/','/rilwan-akiolu',NULL,0,627,94,'2025-05-02 17:33:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/culture/tradition-customs/rilwan-akiolu/','url',NULL),(631,'/osita-osadebe/','/osita-osadebe',NULL,0,628,73,'2025-05-01 16:34:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/osita-osadebe/','url',NULL),(632,'/onyia-zeal/','/onyia-zeal',NULL,0,629,80,'2025-05-02 20:52:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/onyia-zeal/','url',NULL),(633,'/comedy/','/comedy',NULL,0,630,71,'2025-05-02 05:34:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-comedy/comedy/','url',NULL),(634,'/may7ven/','/may7ven',NULL,0,631,55,'2025-05-01 19:47:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-dance/may7ven/','url',NULL),(635,'/sexual-objectification/','/sexual-objectification',NULL,0,632,60,'2025-05-01 22:37:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-dance/sexual-objectification/','url',NULL),(636,'/sunny-okosun/','/sunny-okosun',NULL,0,633,149,'2025-05-02 22:06:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/sunny-okosun/','url',NULL),(637,'/okojie-benedicta/','/okojie-benedicta',NULL,0,634,102,'2025-05-02 22:06:56',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/okojie-benedicta/','url',NULL),(638,'/olu-jacobs/','/olu-jacobs',NULL,0,635,172,'2025-05-02 20:52:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/olu-jacobs/','url',NULL),(639,'/dolapo-oni/','/dolapo-oni',NULL,0,636,42,'2025-04-27 02:55:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-media/dolapo-oni/','url',NULL),(640,'/timi-dakolo/','/timi-dakolo',NULL,0,637,88,'2025-05-02 23:36:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/timi-dakolo/','url',NULL),(641,'/adewale-ayuba/','/adewale-ayuba',NULL,0,638,164,'2025-05-02 20:40:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/adewale-ayuba/','url',NULL),(642,'/soul-music/','/soul-music',NULL,0,639,428,'2025-05-02 20:36:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/soul-music/','url',NULL),(643,'/bukola-elemide/','/bukola-elemide',NULL,0,640,71,'2025-04-30 02:41:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/bukola-elemide/','url',NULL),(644,'/opera/','/opera',NULL,0,641,135,'2025-05-02 19:51:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/opera/','url',NULL),(645,'/oba-moro/','/oba-moro',NULL,0,642,122,'2025-05-02 20:11:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/oba-moro/','url',NULL),(646,'/ola-rotimi/','/ola-rotimi',NULL,0,643,151,'2025-05-02 20:11:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/ola-rotimi/','url',NULL),(647,'/the-gods-are-not-to-blame/','/the-gods-are-not-to-blame',NULL,0,644,267,'2025-05-02 20:11:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/the-gods-are-not-to-blame/','url',NULL),(648,'/adesanya-afolabi/','/adesanya-afolabi',NULL,0,645,60,'2025-05-02 14:36:31',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/adesanya-afolabi/','url',NULL),(649,'/akinyele-larinde/','/akinyele-larinde',NULL,0,646,127,'2025-05-03 00:04:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/akinyele-larinde/','url',NULL),(650,'/udokwu-bob-manuel/','/udokwu-bob-manuel',NULL,0,647,81,'2025-04-14 16:38:15',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/udokwu-bob-manuel/','url',NULL),(651,'/jimoh-aliu/','/jimoh-aliu',NULL,0,648,75,'2025-05-02 20:36:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/jimoh-aliu/','url',NULL),(652,'/afolayan-kunle/','/afolayan-kunle',NULL,0,649,157,'2025-05-02 20:55:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/afolayan-kunle/','url',NULL),(653,'/funnola-aofiyebi/','/funnola-aofiyebi',NULL,0,650,58,'2025-04-30 12:04:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/funnola-aofiyebi/','url',NULL),(654,'/tayo-oviosu/','/tayo-oviosu',NULL,0,651,64,'2025-05-02 14:43:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/finance-money/tayo-oviosu/','url',NULL),(655,'/ayorinde-aina/','/ayorinde-aina',NULL,0,652,57,'2025-04-30 17:45:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-pop-culture/ayorinde-aina/','url',NULL),(656,'/seun-kuti/','/seun-kuti',NULL,0,653,151,'2025-05-02 20:46:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/seun-kuti/','url',NULL),(657,'/joseph-adelakun/','/joseph-adelakun',NULL,0,654,50,'2025-04-26 13:28:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/joseph-adelakun/','url',NULL),(658,'/enoch-adejare-adeboye/','/enoch-adejare-adeboye',NULL,0,655,141,'2025-05-02 22:20:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/religion/enoch-adejare-adeboye/','url',NULL),(659,'/dupe-solana/','/dupe-solana',NULL,0,656,88,'2025-05-03 01:45:08',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/dupe-solana/','url',NULL),(660,'/funmi-aragbaiye/','/funmi-aragbaiye',NULL,0,657,120,'2025-05-02 12:10:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/music-gospel/funmi-aragbaiye/','url',NULL),(661,'/ikdairo/','/ikdairo',NULL,0,658,212,'2025-05-02 20:46:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-music/ikdairo/','url',NULL),(662,'/christopher-olusola-kolade/','/christopher-olusola-kolade',NULL,0,659,186,'2025-05-02 23:37:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/christopher-olusola-kolade/','url',NULL),(663,'/murtala-sule/','/murtala-sule',NULL,0,660,50,'2025-05-01 05:41:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/nollywood-general/murtala-sule/','url',NULL),(664,'/damilola-adegbite/','/damilola-adegbite',NULL,0,661,59,'2025-05-01 12:30:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/entertainment-nollywood/damilola-adegbite/','url',NULL),(665,'/peju-ogunmola','/peju-ogunmola',NULL,0,662,249,'2025-05-02 05:11:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/nollywood-yoruba/peju-ogunmola/','url',NULL),(666,'/taslim-olaniyan/','/taslim-olaniyan',NULL,0,663,51,'2025-04-30 10:41:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/nollywood-yoruba/taslim-olaniyan/','url',NULL),(667,'/adebayo-salami/','/adebayo-salami',NULL,0,664,145,'2025-05-02 20:55:45',1,'enabled','url',301,'https://encyclopedia.litcaf.com/entertainment/nollywood-yoruba/adebayo-salami/','url',NULL),(668,'/banded-jewel-fish/','/banded-jewel-fish',NULL,0,665,69,'2025-05-01 21:40:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-aquatic/banded-jewel-fish/','url',NULL),(669,'/konya-roseline/','/konya-roseline',NULL,0,666,171,'2025-05-02 18:29:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-niger-delta/konya-roseline/','url',NULL),(670,'/the-great-hunger/','/the-great-hunger',NULL,0,667,148,'2025-05-02 20:46:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/the-great-hunger/','url',NULL),(671,'/tongeji/','/tongeji',NULL,0,668,124,'2025-05-01 23:44:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/tongeji/','url',NULL),(672,'/old-oyo-national-park/','/old-oyo-national-park',NULL,0,669,244,'2025-05-03 00:34:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/old-oyo-national-park/','url',NULL),(673,'/kob/','/kob',NULL,0,670,155,'2025-05-02 21:53:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/kob/','url',NULL),(674,'/common-duiker/','/common-duiker',NULL,0,671,108,'2025-05-02 20:52:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/common-duiker/','url',NULL),(675,'/nile-crocodile/','/nile-crocodile',NULL,0,672,121,'2025-05-02 20:52:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/nile-crocodile/','url',NULL),(676,'/oba-koso/','/oba-koso',NULL,0,673,208,'2025-05-02 20:11:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-general/oba-koso/','url',NULL),(677,'/lake-chad/','/lake-chad',NULL,0,674,53,'2025-05-02 19:42:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/lake-chad/','url',NULL),(678,'/okomu-national-park/','/okomu-national-park',NULL,0,675,65,'2025-05-02 06:46:51',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/okomu-national-park/','url',NULL),(679,'/gashaka-gumti/','/gashaka-gumti',NULL,0,676,131,'2025-05-02 20:44:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/gashaka-gumti/','url',NULL),(680,'/chimpanzee/','/chimpanzee',NULL,0,677,122,'2025-05-02 20:47:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/chimpanzee/','url',NULL),(681,'/bates-dwarf-antelopes/','/bates-dwarf-antelopes',NULL,0,678,106,'2025-04-30 15:42:46',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/bates-dwarf-antelopes/','url',NULL),(682,'/straw-coloured-fruit-bat/','/straw-coloured-fruit-bat',NULL,0,679,63,'2025-05-01 20:34:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/straw-coloured-fruit-bat/','url',NULL),(683,'/african-wild-dog/','/african-wild-dog',NULL,0,680,118,'2025-04-30 09:43:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/african-wild-dog/','url',NULL),(684,'/african-pygmy-mouse/','/african-pygmy-mouse',NULL,0,681,98,'2025-05-01 13:36:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/african-pygmy-mouse/','url',NULL),(685,'/african-palm-civet/','/african-palm-civet',NULL,0,682,119,'2025-05-01 23:08:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/african-palm-civet/','url',NULL),(686,'/african-civet/','/african-civet',NULL,0,683,64,'2025-05-02 19:42:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-wildlife/african-civet/','url',NULL),(687,'/ilupeju-ekiti/','/ilupeju-ekiti',NULL,0,684,148,'2025-05-01 12:42:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-boundary/ilupeju-ekiti/','url',NULL),(688,'/owena/','/owena',NULL,0,685,111,'2025-05-02 19:42:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-boundary/owena/','url',NULL),(689,'/akin-mabogunje/','/akin-mabogunje',NULL,0,686,58,'2025-05-02 09:35:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/akin-mabogunje/','url',NULL),(690,'/isarun/','/isarun',NULL,0,687,66,'2025-05-01 12:30:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/isarun/','url',NULL),(691,'/aborigine-society/','/aborigine-society',NULL,0,688,0,'1970-01-01 00:00:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-land/anti-slavery-and-aborigine-society/','url',NULL),(692,'/kayode-fayemi/','/kayode-fayemi',NULL,0,689,84,'2025-05-03 00:35:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-natural-resources/kayode-fayemi/','url',NULL),(693,'/makama-danko/','/makama-danko',NULL,0,690,62,'2025-05-02 17:37:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-others/makama-danko/','url',NULL),(694,'/lokoja/','/lokoja',NULL,0,691,157,'2025-05-02 15:00:10',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/lokoja/','url',NULL),(695,'/abba-gana/','/abba-gana',NULL,0,692,55,'2025-05-02 20:46:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/abba-gana/','url',NULL),(696,'/ode-erinje/','/ode-erinje',NULL,0,693,106,'2025-05-02 20:15:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/ode-erinje/','url',NULL),(697,'/igboora/','/igboora',NULL,0,694,124,'2025-05-02 20:37:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/igboora/','url',NULL),(698,'/ogoja/','/ogoja',NULL,0,695,161,'2025-05-02 20:30:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/ogoja/','url',NULL),(699,'/ijara-isin/','/ijara-isin',NULL,0,696,108,'2025-05-02 19:42:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ijara-isin/','url',NULL),(700,'/smith-international-baptist-academy-ogbomoso/','/smith-international-baptist-academy-ogbomoso',NULL,0,697,50,'2025-04-22 12:05:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/smith-international-baptist-academy-ogbomoso/','url',NULL),(701,'/john-nanzip-shagaya/','/john-nanzip-shagaya',NULL,0,698,28,'2025-04-26 14:44:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/government-government/john-nanzip-shagaya/','url',NULL),(702,'/abdul-mumuni-aminu/','/abdul-mumuni-aminu',NULL,0,699,146,'2025-05-02 22:26:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/abdul-mumuni-aminu/','url',NULL),(703,'/eko-hospital/','/eko-hospital',NULL,0,700,56,'2025-05-01 16:35:07',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/public-health/eko-hospital/','url',NULL),(704,'/nigerian-civil-aviation-authority/','/nigerian-civil-aviation-authority',NULL,0,701,82,'2025-05-02 19:42:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/policy/nigerian-civil-aviation-authority/','url',NULL),(705,'/tomori-oyewale/','/tomori-oyewale',NULL,0,702,75,'2025-04-30 18:41:01',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/tomori-oyewale/','url',NULL),(706,'/capitalism/','/capitalism',NULL,0,703,185,'2025-05-01 18:40:09',1,'enabled','url',301,'https://encyclopedia.litcaf.com/business/capitalism/','url',NULL),(707,'/iwe-irohin/','/iwe-irohin',NULL,0,704,140,'2025-04-29 17:11:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/journalism/iwe-irohin/','url',NULL),(708,'/osborne-f-g/','/osborne-f-g',NULL,0,705,68,'2025-05-02 00:43:58',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/economics-others/osborne-f-g/','url',NULL),(709,'/babatunde-fafunwa/','/babatunde-fafunwa',NULL,0,706,80,'2025-05-02 15:45:03',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/babatunde-fafunwa/','url',NULL),(710,'/american-international-school/','/american-international-school',NULL,0,707,74,'2025-05-02 17:32:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-primary/american-international-school/','url',NULL),(711,'/emmanuel-alayande/','/emmanuel-alayande',NULL,0,708,34,'2025-04-27 01:24:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/emmanuel-alayande/','url',NULL),(712,'/dennis-joseph-slattery/','/dennis-joseph-slattery',NULL,0,709,92,'2025-05-02 16:42:59',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/dennis-joseph-slattery/','url',NULL),(713,'/mokuolu-adebayo/','/mokuolu-adebayo',NULL,0,710,84,'2025-05-02 17:03:04',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/mokuolu-adebayo/','url',NULL),(714,'/comprehensive-high-school-aiyetoro/','/comprehensive-high-school-aiyetoro',NULL,0,711,80,'2025-05-01 16:28:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/comprehensive-high-school-aiyetoro/','url',NULL),(715,'/corona-high-school/','/corona-high-school',NULL,0,712,62,'2025-05-02 20:47:11',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/corona-high-school/','url',NULL),(716,'/heny-dallimore/','/heny-dallimore',NULL,0,713,157,'2025-05-02 14:43:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/policy/heny-dallimore/','url',NULL),(717,'/deeper-life-high-school/','/deeper-life-high-school',NULL,0,714,57,'2025-05-03 00:05:29',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/deeper-life-high-school/','url',NULL),(718,'/d-ivy-college/','/d-ivy-college',NULL,0,715,62,'2025-05-02 13:44:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/d-ivy-college/','url',NULL),(719,'/doregos-private-academy/','/doregos-private-academy',NULL,0,716,76,'2025-04-30 05:38:42',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/doregos-private-academy/','url',NULL),(720,'/falomo-high-school/','/falomo-high-school',NULL,0,717,99,'2025-04-30 17:34:37',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/falomo-high-school/','url',NULL),(721,'/dowen-college/','/dowen-college',NULL,0,718,75,'2025-05-02 04:41:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/dowen-college/','url',NULL),(722,'/fegicola/','/fegicola',NULL,0,719,61,'2025-05-01 14:23:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/fegicola/','url',NULL),(723,'/fggc-ijanikin/','/fggc-ijanikin',NULL,0,720,74,'2025-05-01 13:36:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/fggc-ijanikin/','url',NULL),(724,'/oyewusi-ibidapo-obe/','/oyewusi-ibidapo-obe',NULL,0,721,47,'2025-05-02 12:32:43',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/oyewusi-ibidapo-obe/','url',NULL),(725,'/oby-ezekwesili-2/','/oby-ezekwesili-2',NULL,0,722,133,'2025-05-02 23:38:52',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/mining/oby-ezekwesili-2/','url',NULL),(726,'/nwanze-emmanuel/','/nwanze-emmanuel',NULL,0,723,55,'2025-05-01 22:36:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/nwanze-emmanuel/','url',NULL),(727,'/gideon-tseja/','/gideon-tseja',NULL,0,724,116,'2025-05-02 07:03:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/environment-others/gideon-tseja/','url',NULL),(728,'/samuel-ladoke-akintola/','/samuel-ladoke-akintola',NULL,0,725,80,'2025-04-27 00:56:17',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/ladoke-akintola/','url',NULL),(729,'/akintunde-ojo/','/akintunde-ojo',NULL,0,726,72,'2025-04-29 23:46:39',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-tertiary/akintunde-ojo/','url',NULL),(730,'/ade-ojo-michael/','/ade-ojo-michael',NULL,0,727,93,'2025-05-02 23:40:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/textile/ade-ojo-michael/','url',NULL),(731,'/richard-akinwande-savage/','/richard-akinwande-savage',NULL,0,728,193,'2025-04-30 11:33:33',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/richard-akinwande-savage/','url',NULL),(732,'/oyinkan-abayomi/','/oyinkan-abayomi',NULL,0,729,140,'2025-05-02 21:33:55',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/law-general/oyinkan-abayomi/','url',NULL),(733,'/remi-olowude/','/remi-olowude',NULL,0,730,69,'2025-04-30 16:49:41',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/remi-olowude/','url',NULL),(734,'/ebi-elizabeth/','/ebi-elizabeth',NULL,0,731,55,'2025-05-02 19:43:23',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/ebi-elizabeth/','url',NULL),(735,'/kings-college/','/kings-college',NULL,0,732,84,'2025-04-27 17:55:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/kings-college-lagos/','url',NULL),(736,'/bukar-abdullah/','/bukar-abdullah',NULL,0,733,39,'2025-04-30 09:42:12',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/bukar-abdullah/','url',NULL),(737,'/ezekiel-fatoye/','/ezekiel-fatoye',NULL,0,734,46,'2025-04-05 21:25:30',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/telecommunications/ezekiel-fatoye/','url',NULL),(738,'/stella-oduah/','/stella-oduah',NULL,0,735,62,'2025-05-02 21:33:22',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/stella-oduah/','url',NULL),(739,'/fagbohurigbe-felix/','/fagbohurigbe-felix',NULL,0,736,48,'2025-05-01 12:45:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/fagbohurigbe-felix/','url',NULL),(740,'/akande-harry/','/akande-harry',NULL,0,737,111,'2025-05-02 08:42:54',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/akande-harry/','url',NULL),(741,'/bassey-jesie/','/bassey-jesie',NULL,0,738,53,'2025-04-30 15:42:57',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/bassey-jesie/','url',NULL),(742,'/femi-otedola/','/femi-otedola',NULL,0,739,135,'2025-05-02 22:21:40',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/oil-gas/femi-otedola/','url',NULL),(743,'/ibrahim-jimoh/','/ibrahim-jimoh',NULL,0,740,75,'2025-04-30 23:19:13',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/oil-gas/ibrahim-jimoh/','url',NULL),(744,'/entrepreneurship/','/entrepreneurship',NULL,0,741,78,'2025-05-01 23:10:25',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/entrepreneurship-2/','url',NULL),(745,'/wale-tinubu/','/wale-tinubu',NULL,0,742,122,'2025-05-02 06:35:53',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/oil-gas/wale-tinubu/','url',NULL),(746,'/fggc-odogbolu/','/fggc-odogbolu',NULL,0,743,66,'2025-05-01 01:55:05',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/fggc-odogbolu/','url',NULL),(747,'/320-2/','/320-2',NULL,0,744,71,'2025-05-02 21:42:20',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/education-secondary/fggc-odogbolu/','url',NULL),(748,'/elegba-s-b/','/elegba-s-b',NULL,0,745,60,'2025-05-02 13:34:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/research/elegba-s-b/','url',NULL),(749,'/rail-transport/','/rail-transport',NULL,0,746,112,'2025-04-30 15:42:42',1,'enabled','url',301,'https://encyclopedia.litcaf.com/uncategorized/rail-transport/','url',NULL),(750,'/maduka-olutunmbi/','/maduka-olutunmbi',NULL,0,747,40,'2025-05-01 11:42:35',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/engineering-others/maduka-olutunmbi/','url',NULL),(751,'/on-town-planning/','/on-town-planning',NULL,0,748,50,'2025-04-30 13:40:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/roads/on-town-planning/','url',NULL),(752,'/adesida-ilesanmi/','/adesida-ilesanmi',NULL,0,749,79,'2025-05-01 21:36:14',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/engineering-academics/adesida-ilesanmi/','url',NULL),(753,'/gillian-hopwood/','/gillian-hopwood',NULL,0,750,41,'2025-05-02 22:46:47',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/gillian-hopwood/','url',NULL),(754,'/architecture/','/architecture',NULL,0,751,680,'2025-05-03 00:02:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/architecture/architecture/','url',NULL),(755,'/daniel-o-fagunwa/','/daniel-o-fagunwa',NULL,0,752,163,'2025-05-02 20:29:16',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/daniel-o-fagunwa/','url',NULL),(756,'/amos-tutuola/','/amos-tutuola',NULL,0,753,69,'2025-04-30 17:43:02',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/amos-tutuola/','url',NULL),(757,'/the-palm-wine-drinkard/','/the-palm-wine-drinkard',NULL,0,754,89,'2025-05-02 22:04:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/literature/literature-fiction/the-palm-wine-drinkard/','url',NULL),(758,'/epetedo/','/epetedo',NULL,0,755,115,'2025-05-02 20:46:38',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/geography-map/epetedo/','url',NULL),(759,'/oshodi-court/','/oshodi-court',NULL,0,756,96,'2025-05-01 23:44:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/social/tourism/oshodi-court/','url',NULL),(760,'/mona-monkey/','/mona-monkey',NULL,0,757,119,'2025-05-02 20:47:21',1,'enabled','url',301,'https://encyclopedia.litcaf.com/science/animals/mona-monkey/','url',NULL),(761,'/ebun-house/','/ebun-house',NULL,0,758,89,'2025-05-02 06:47:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/architecture/ebun-house/','url',NULL),(762,'/shitta-mosque/','/shitta-mosque',NULL,0,759,74,'2025-05-02 21:33:27',1,'enabled','url',301,'https://encyclopedia.litcaf.com/technology/architecture/shitta-mosque/','url',NULL),(763,'/katsina-hassan-usman/','/katsina-hassan-usman',NULL,0,760,101,'2025-05-02 21:15:26',1,'enabled','url',301,'https://encyclopedia.litcaf.com/government/military/katsina-hassan-usman/','url',NULL),(764,'/ogbomoso/','/ogbomoso',NULL,0,761,180,'2025-05-02 14:43:19',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ogbomoso/','url',NULL),(765,'/mohammed-shitta-bey/','/mohammed-shitta-bey',NULL,0,762,107,'2025-05-02 21:41:32',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-social/mohammed-shitta-bey/','url',NULL),(766,'/mike-akhigbe/','/mike-akhigbe',NULL,0,763,132,'2025-05-02 20:27:06',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-political/mike-akhigbe/','url',NULL),(767,'/bida/','/bida',NULL,0,764,102,'2025-05-02 20:29:28',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/bida/','url',NULL),(768,'/okuku/','/okuku',NULL,0,765,105,'2025-05-02 07:36:50',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/okuku/','url',NULL),(769,'/tag/higo-heinemann/','/tag/higo-heinemann',NULL,0,766,14,'2025-04-21 06:07:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/people-2/aigboje-higo/','url',NULL),(770,'/christianity-2/','/christianity-2',NULL,0,767,0,'1970-01-01 00:00:00',1,'enabled','url',301,'https://encyclopedia.litcaf.com/history/history-civilization/christianity-2/','url',NULL),(771,'/ile-ife-history/','/ile-ife-history',NULL,0,768,165,'2025-05-02 09:30:34',1,'enabled','url',301,'https://encyclopedia.litcaf.com/environment/townscities/ile-ife-history/','url',NULL),(772,'/submit-article/','/submit-article','{\"source\":{\"flag_regex\":false}}',0,769,0,'1970-01-01 00:00:00',1,'enabled','url',301,'/submit-an-article/','url',NULL);
/*!40000 ALTER TABLE `wph0_redirection_items` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_redirection_logs`
--

DROP TABLE IF EXISTS `wph0_redirection_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_redirection_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `created` datetime NOT NULL,
  `url` mediumtext NOT NULL,
  `domain` varchar(255) DEFAULT NULL,
  `sent_to` mediumtext DEFAULT NULL,
  `agent` mediumtext DEFAULT NULL,
  `referrer` mediumtext DEFAULT NULL,
  `http_code` int(10) unsigned NOT NULL DEFAULT 0,
  `request_method` varchar(10) DEFAULT NULL,
  `request_data` mediumtext DEFAULT NULL,
  `redirect_by` varchar(50) DEFAULT NULL,
  `redirection_id` int(10) unsigned DEFAULT NULL,
  `ip` varchar(45) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `created` (`created`),
  KEY `redirection_id` (`redirection_id`),
  KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_redirection_logs`
--

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

--
-- Table structure for table `wph0_signups`
--

DROP TABLE IF EXISTS `wph0_signups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_signups` (
  `signup_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `domain` varchar(200) NOT NULL DEFAULT '',
  `path` varchar(100) NOT NULL DEFAULT '',
  `title` longtext NOT NULL,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `active` tinyint(1) NOT NULL DEFAULT 0,
  `activation_key` varchar(50) NOT NULL DEFAULT '',
  `meta` longtext DEFAULT NULL,
  PRIMARY KEY (`signup_id`),
  KEY `activation_key` (`activation_key`),
  KEY `user_email` (`user_email`),
  KEY `user_login_email` (`user_login`,`user_email`),
  KEY `domain_path` (`domain`(140),`path`(51))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_signups`
--

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

--
-- Table structure for table `wph0_term_relationships`
--

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

--
-- Dumping data for table `wph0_term_relationships`
--

LOCK TABLES `wph0_term_relationships` WRITE;
/*!40000 ALTER TABLE `wph0_term_relationships` DISABLE KEYS */;
INSERT INTO `wph0_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES (23688,7,0),(23689,8,0),(23690,9,0),(23691,10,0),(23692,11,0),(23693,12,0),(23694,13,0),(23695,14,0),(23696,15,0),(23697,16,0),(23698,17,0),(23699,18,0),(23701,19,0),(23705,7,0),(23706,20,0),(23707,8,0),(23708,7,0),(23709,9,0),(23710,21,0),(23711,22,0),(23712,23,0),(23713,8,0),(23714,10,0),(23715,11,0),(23716,9,0),(23717,24,0),(23718,12,0),(23719,10,0),(23720,25,0),(23721,13,0),(23722,11,0),(23723,14,0),(23724,26,0),(23725,27,0),(23726,12,0),(23727,13,0),(23728,15,0),(23729,16,0),(23730,17,0),(23731,14,0),(23732,7,0),(23733,15,0),(23734,18,0),(23735,19,0),(23736,20,0),(23737,21,0),(23738,22,0),(23739,16,0),(23740,8,0),(23741,23,0),(23742,17,0),(23743,24,0),(23744,18,0),(23745,25,0),(23746,26,0),(23747,9,0),(23748,19,0),(23749,10,0),(23750,11,0),(23751,12,0),(23752,27,0),(23753,20,0),(23754,13,0),(23755,21,0),(23756,22,0),(23757,23,0),(23758,24,0),(23759,25,0),(23760,26,0),(23761,27,0),(23762,14,0),(23763,15,0),(23764,16,0),(23765,17,0),(23766,18,0),(23767,19,0),(23768,20,0),(23769,21,0),(23770,22,0),(23771,23,0),(23772,24,0),(23773,25,0),(23774,26,0),(23775,27,0),(23777,1,0),(23785,28,0),(23794,30,0),(23795,31,0),(24036,1,0),(24036,32,0),(24036,33,0),(24036,34,0),(24036,35,0),(24036,36,0),(24049,1,0),(24049,37,0),(24049,38,0),(24049,39,0),(24049,40,0),(24062,1,0),(24062,41,0),(24062,42,0),(24062,43,0),(24078,1,0),(24078,44,0),(24078,45,0),(24078,46,0),(24078,47,0),(24090,1,0),(24090,48,0),(24090,49,0),(24090,50,0),(24090,51,0),(24132,52,0),(24132,53,0),(24132,54,0),(24132,55,0),(24133,54,0),(24133,56,0),(24133,57,0),(24133,58,0),(24133,59,0),(24134,56,0),(24134,57,0),(24134,58,0),(24134,60,0),(24201,62,0),(24215,63,0),(24215,64,0),(24215,65,0),(24215,68,0),(24216,65,0),(24216,69,0),(24217,65,0),(24217,66,0),(24241,65,0),(24241,68,0),(24242,56,0),(24242,71,0),(24242,72,0),(24244,56,0),(24244,73,0),(24244,74,0),(24257,1,0),(24257,75,0),(24257,76,0);
/*!40000 ALTER TABLE `wph0_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_term_taxonomy`
--

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

--
-- Dumping data for table `wph0_term_taxonomy`
--

LOCK TABLES `wph0_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wph0_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wph0_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES (1,1,'category','',0,7),(2,2,'job_listing_type','',0,0),(3,3,'job_listing_type','',0,0),(4,4,'job_listing_type','',0,0),(5,5,'job_listing_type','',0,0),(6,6,'job_listing_type','',0,0),(7,7,'bp-email-type','Recipient has successfully activated an account.',0,4),(8,8,'bp-email-type','A member has replied to an activity update that the recipient posted.',0,4),(9,9,'bp-email-type','A member has replied to a comment on an activity update that the recipient posted.',0,4),(10,10,'bp-email-type','Recipient was mentioned in an activity update.',0,4),(11,11,'bp-email-type','Recipient was mentioned in a group activity update.',0,4),(12,12,'bp-email-type','Recipient has registered for an account.',0,4),(13,13,'bp-email-type','A member has sent a friend request to the recipient.',0,4),(14,14,'bp-email-type','Recipient has had a friend request accepted by a member.',0,4),(15,15,'bp-email-type','A group\'s details were updated.',0,4),(16,16,'bp-email-type','A member has sent a group invitation to the recipient.',0,4),(17,17,'bp-email-type','Recipient\'s status within a group has changed.',0,4),(18,18,'bp-email-type','A member has requested permission to join a group.',0,4),(19,19,'bp-email-type','Recipient has received a private message.',0,4),(20,20,'bp-email-type','Recipient has changed their email address.',0,4),(21,21,'bp-email-type','Recipient had requested to join a group, which was accepted.',0,4),(22,22,'bp-email-type','Recipient had requested to join a group, which was rejected.',0,4),(23,23,'bp-email-type','Recipient had requested to join a group, which was accepted by admin.',0,4),(24,24,'bp-email-type','Recipient had requested to join a group, which was rejected by admin.',0,4),(25,25,'bp-email-type','A site member has sent a site invitation to the recipient.',0,4),(26,26,'bp-email-type','Someone has requested membership on this site.',0,4),(27,27,'bp-email-type','A site membership request has been rejected.',0,4),(28,28,'wp_theme','',0,1),(30,30,'wp_theme','',0,1),(31,31,'wp_theme','',0,1),(32,32,'post_tag','',0,1),(33,33,'post_tag','',0,1),(34,34,'post_tag','',0,1),(35,35,'post_tag','',0,1),(36,36,'post_tag','',0,1),(37,37,'post_tag','',0,1),(38,38,'post_tag','',0,1),(39,39,'post_tag','',0,1),(40,40,'post_tag','',0,1),(41,41,'post_tag','',0,1),(42,42,'post_tag','',0,1),(43,43,'post_tag','',0,1),(44,44,'post_tag','',0,1),(45,45,'post_tag','',0,1),(46,46,'post_tag','',0,1),(47,47,'post_tag','',0,1),(48,48,'post_tag','',0,1),(49,49,'post_tag','',0,1),(50,50,'post_tag','',0,1),(51,51,'post_tag','',0,1),(52,52,'wpcode_type','',0,1),(53,53,'wpcode_location','',0,1),(54,54,'wpcode_tags','',0,2),(55,55,'wpcode_tags','',0,1),(56,56,'wpcode_type','',0,4),(57,57,'wpcode_location','',0,2),(58,58,'wpcode_tags','',0,2),(59,59,'wpcode_tags','',0,1),(60,60,'wpcode_tags','',0,1),(62,62,'quiz','',0,1),(63,63,'wpcode_tags','',0,0),(64,64,'wpcode_tags','',0,0),(65,65,'wpcode_type','',0,1),(66,66,'wpcode_location','',0,0),(67,67,'wpcode_location','',0,0),(68,68,'wpcode_location','',0,1),(69,69,'wpcode_tags','',0,0),(70,70,'wpcode_location','',0,0),(71,71,'wpcode_tags','',0,1),(72,72,'wpcode_location','',0,1),(73,73,'wpcode_tags','',0,1),(74,74,'wpcode_location','',0,1),(75,75,'post_tag','',0,1),(76,76,'post_tag','',0,1);
/*!40000 ALTER TABLE `wph0_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_termmeta`
--

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

--
-- Dumping data for table `wph0_termmeta`
--

LOCK TABLES `wph0_termmeta` WRITE;
/*!40000 ALTER TABLE `wph0_termmeta` DISABLE KEYS */;
INSERT INTO `wph0_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES (1,2,'employment_type','FULL_TIME'),(2,3,'employment_type','PART_TIME'),(3,4,'employment_type','TEMPORARY'),(4,5,'employment_type','CONTRACTOR'),(5,6,'employment_type','INTERN'),(8,62,'hdq_author_id','1'),(9,62,'hdq_quiz_type','general'),(10,62,'quiz_data','a:19:{s:20:\"quiz_pass_percentage\";a:2:{s:5:\"value\";d:70;s:4:\"type\";s:5:\"float\";}s:31:\"hide_questions_after_completion\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:17:\"quiz_pass_content\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"editor\";}s:17:\"quiz_fail_content\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:6:\"editor\";}s:14:\"mark_questions\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:12:\"mark_answers\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:24:\"immediately_mark_answers\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:20:\"stop_answer_reselect\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:24:\"force_show_extra_content\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:13:\"force_answers\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:5:\"timer\";a:2:{s:5:\"value\";i:20;s:4:\"type\";s:7:\"integer\";}s:18:\"timer_per_question\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:18:\"share_quiz_results\";a:2:{s:5:\"value\";s:7:\"hd_null\";s:4:\"type\";s:5:\"radio\";}s:16:\"results_position\";a:2:{s:5:\"value\";s:5:\"above\";s:4:\"type\";s:5:\"radio\";}s:21:\"random_question_order\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:19:\"random_answer_order\";a:2:{s:5:\"value\";s:3:\"yes\";s:4:\"type\";s:5:\"radio\";}s:17:\"pool_of_questions\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:7:\"integer\";}s:13:\"wp_pagination\";a:2:{s:5:\"value\";s:0:\"\";s:4:\"type\";s:7:\"integer\";}s:11:\"rename_quiz\";a:2:{s:5:\"value\";s:6:\"Test 1\";s:4:\"type\";s:4:\"text\";}}');
/*!40000 ALTER TABLE `wph0_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_terms`
--

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

--
-- Dumping data for table `wph0_terms`
--

LOCK TABLES `wph0_terms` WRITE;
/*!40000 ALTER TABLE `wph0_terms` DISABLE KEYS */;
INSERT INTO `wph0_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES (1,'Uncategorized','uncategorized',0),(2,'Full Time','full-time',0),(3,'Part Time','part-time',0),(4,'Temporary','temporary',0),(5,'Freelance','freelance',0),(6,'Internship','internship',0),(7,'core-user-activation','core-user-activation',0),(8,'activity-comment','activity-comment',0),(9,'activity-comment-author','activity-comment-author',0),(10,'activity-at-message','activity-at-message',0),(11,'groups-at-message','groups-at-message',0),(12,'core-user-registration','core-user-registration',0),(13,'friends-request','friends-request',0),(14,'friends-request-accepted','friends-request-accepted',0),(15,'groups-details-updated','groups-details-updated',0),(16,'groups-invitation','groups-invitation',0),(17,'groups-member-promoted','groups-member-promoted',0),(18,'groups-membership-request','groups-membership-request',0),(19,'messages-unread','messages-unread',0),(20,'settings-verify-email-change','settings-verify-email-change',0),(21,'groups-membership-request-accepted','groups-membership-request-accepted',0),(22,'groups-membership-request-rejected','groups-membership-request-rejected',0),(23,'groups-membership-request-accepted-by-admin','groups-membership-request-accepted-by-admin',0),(24,'groups-membership-request-rejected-by-admin','groups-membership-request-rejected-by-admin',0),(25,'bp-members-invitation','bp-members-invitation',0),(26,'members-membership-request','members-membership-request',0),(27,'members-membership-request-rejected','members-membership-request-rejected',0),(28,'twentytwentytwo','twentytwentytwo',0),(30,'twentytwentyfour','twentytwentyfour',0),(31,'twentytwentythree','twentytwentythree',0),(32,'Digital Marketer','digital-marketer',0),(33,'Content Creator','content-creator',0),(34,'SEO expert','seo-expert',0),(35,'SEM expert','sem-expert',0),(36,'Digital Marketing specialist','digital-marketing-specialist',0),(37,'Data Protection','data-protection',0),(38,'Data Privacy','data-privacy',0),(39,'Data Law','data-law',0),(40,'CBN Banking KYC','cbn-banking-kyc',0),(41,'Data reliability','data-reliability',0),(42,'Jackson Holes Symposium and Africa','jackson-holes-symposium-and-africa',0),(43,'US monetary policy spillover effect','us-monetary-policy-spillover-effect',0),(44,'Computer Regulation in Nigeria','computer-regulation-in-nigeria',0),(45,'CPN','cpn',0),(46,'Information Technology and Finetech','information-technology-and-finetech',0),(47,'Telecommunications and IT','telecommunications-and-it',0),(48,'Digital Technology','digital-technology',0),(49,'Digital Economy','digital-economy',0),(50,'Entertainment industry digital economy','entertainment-industry-digital-economy',0),(51,'African digital economy','african-digital-economy',0),(52,'text','text',0),(53,'after_paragraph','after_paragraph',0),(54,'sample','sample',0),(55,'message','message',0),(56,'php','php',0),(57,'everywhere','everywhere',0),(58,'disable','disable',0),(59,'comments','comments',0),(60,'admin-bar','admin-bar',0),(62,'Test 1','test-1',0),(63,'shortcode','shortcode',0),(64,'widget','widget',0),(65,'html','html',0),(66,'archive_after_post','archive_after_post',0),(67,'between_posts','between_posts',0),(68,'site_wide_header','site_wide_header',0),(69,'wpcode','wpcode',0),(70,'after_post','after_post',0),(71,'author','author',0),(72,'before_post','before_post',0),(73,'logo','logo',0),(74,'admin_only','admin_only',0),(75,'What is finance','what-is-finance',0),(76,'what does a financial manager do','what-does-a-financial-manager-do',0);
/*!40000 ALTER TABLE `wph0_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_user_contacts`
--

DROP TABLE IF EXISTS `wph0_user_contacts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_user_contacts` (
  `id` mediumint(9) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `contact_user_id` bigint(20) NOT NULL,
  `created_at` datetime DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_contact` (`user_id`,`contact_user_id`),
  KEY `user_id` (`user_id`),
  KEY `contact_user_id` (`contact_user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_user_contacts`
--

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

--
-- Table structure for table `wph0_usermeta`
--

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

--
-- Dumping data for table `wph0_usermeta`
--

LOCK TABLES `wph0_usermeta` WRITE;
/*!40000 ALTER TABLE `wph0_usermeta` DISABLE KEYS */;
INSERT INTO `wph0_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (1,1,'nickname','tope_litcaf'),(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,'wph0_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wph0_user_level','10'),(14,1,'dismissed_wp_pointers','theme_editor_notice,plugin_editor_notice'),(15,1,'show_welcome_panel','1'),(17,2,'nickname','aoolaolubunmi'),(18,2,'first_name','olubunmi'),(19,2,'last_name','apoola'),(20,2,'description',''),(21,2,'rich_editing','true'),(22,2,'syntax_highlighting','true'),(23,2,'comment_shortcuts','false'),(24,2,'admin_color','fresh'),(25,2,'use_ssl','0'),(26,2,'show_admin_bar_front','true'),(27,2,'locale',''),(28,2,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(29,2,'wph0_user_level','0'),(30,2,'dismissed_wp_pointers',''),(31,3,'nickname','lHlVxq.dhtqjc'),(32,3,'first_name',''),(33,3,'last_name',''),(34,3,'description',''),(35,3,'rich_editing','true'),(36,3,'syntax_highlighting','true'),(37,3,'comment_shortcuts','false'),(38,3,'admin_color','fresh'),(39,3,'use_ssl','0'),(40,3,'show_admin_bar_front','true'),(41,3,'locale',''),(42,3,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(43,3,'wph0_user_level','0'),(44,3,'dismissed_wp_pointers',''),(45,4,'nickname','chloeksapienza'),(46,4,'first_name',''),(47,4,'last_name',''),(48,4,'description',''),(49,4,'rich_editing','true'),(50,4,'syntax_highlighting','true'),(51,4,'comment_shortcuts','false'),(52,4,'admin_color','fresh'),(53,4,'use_ssl','0'),(54,4,'show_admin_bar_front','true'),(55,4,'locale',''),(56,4,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(57,4,'wph0_user_level','0'),(58,4,'dismissed_wp_pointers',''),(59,5,'nickname','islandbreezeac'),(60,5,'first_name',''),(61,5,'last_name',''),(62,5,'description',''),(63,5,'rich_editing','true'),(64,5,'syntax_highlighting','true'),(65,5,'comment_shortcuts','false'),(66,5,'admin_color','fresh'),(67,5,'use_ssl','0'),(68,5,'show_admin_bar_front','true'),(69,5,'locale',''),(70,5,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(71,5,'wph0_user_level','0'),(72,5,'dismissed_wp_pointers',''),(73,6,'nickname','threeskullsfurniture'),(74,6,'first_name',''),(75,6,'last_name',''),(76,6,'description',''),(77,6,'rich_editing','true'),(78,6,'syntax_highlighting','true'),(79,6,'comment_shortcuts','false'),(80,6,'admin_color','fresh'),(81,6,'use_ssl','0'),(82,6,'show_admin_bar_front','true'),(83,6,'locale',''),(84,6,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(85,6,'wph0_user_level','0'),(86,6,'dismissed_wp_pointers',''),(87,7,'nickname','maraescaro'),(88,7,'first_name',''),(89,7,'last_name',''),(90,7,'description',''),(91,7,'rich_editing','true'),(92,7,'syntax_highlighting','true'),(93,7,'comment_shortcuts','false'),(94,7,'admin_color','fresh'),(95,7,'use_ssl','0'),(96,7,'show_admin_bar_front','true'),(97,7,'locale',''),(98,7,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(99,7,'wph0_user_level','0'),(100,7,'dismissed_wp_pointers',''),(101,8,'nickname','o.murano'),(102,8,'first_name',''),(103,8,'last_name',''),(104,8,'description',''),(105,8,'rich_editing','true'),(106,8,'syntax_highlighting','true'),(107,8,'comment_shortcuts','false'),(108,8,'admin_color','fresh'),(109,8,'use_ssl','0'),(110,8,'show_admin_bar_front','true'),(111,8,'locale',''),(112,8,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(113,8,'wph0_user_level','0'),(114,8,'dismissed_wp_pointers',''),(115,9,'nickname','jwilliams'),(116,9,'first_name',''),(117,9,'last_name',''),(118,9,'description',''),(119,9,'rich_editing','true'),(120,9,'syntax_highlighting','true'),(121,9,'comment_shortcuts','false'),(122,9,'admin_color','fresh'),(123,9,'use_ssl','0'),(124,9,'show_admin_bar_front','true'),(125,9,'locale',''),(126,9,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(127,9,'wph0_user_level','0'),(128,9,'dismissed_wp_pointers',''),(129,10,'nickname','web216'),(130,10,'first_name',''),(131,10,'last_name',''),(132,10,'description',''),(133,10,'rich_editing','true'),(134,10,'syntax_highlighting','true'),(135,10,'comment_shortcuts','false'),(136,10,'admin_color','fresh'),(137,10,'use_ssl','0'),(138,10,'show_admin_bar_front','true'),(139,10,'locale',''),(140,10,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(141,10,'wph0_user_level','0'),(142,10,'dismissed_wp_pointers',''),(143,11,'nickname','heymrsb2'),(144,11,'first_name',''),(145,11,'last_name',''),(146,11,'description',''),(147,11,'rich_editing','true'),(148,11,'syntax_highlighting','true'),(149,11,'comment_shortcuts','false'),(150,11,'admin_color','fresh'),(151,11,'use_ssl','0'),(152,11,'show_admin_bar_front','true'),(153,11,'locale',''),(154,11,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(155,11,'wph0_user_level','0'),(156,11,'dismissed_wp_pointers',''),(157,12,'nickname','dmgraymusic'),(158,12,'first_name',''),(159,12,'last_name',''),(160,12,'description',''),(161,12,'rich_editing','true'),(162,12,'syntax_highlighting','true'),(163,12,'comment_shortcuts','false'),(164,12,'admin_color','fresh'),(165,12,'use_ssl','0'),(166,12,'show_admin_bar_front','true'),(167,12,'locale',''),(168,12,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(169,12,'wph0_user_level','0'),(170,12,'dismissed_wp_pointers',''),(171,13,'nickname','zion032008'),(172,13,'first_name',''),(173,13,'last_name',''),(174,13,'description',''),(175,13,'rich_editing','true'),(176,13,'syntax_highlighting','true'),(177,13,'comment_shortcuts','false'),(178,13,'admin_color','fresh'),(179,13,'use_ssl','0'),(180,13,'show_admin_bar_front','true'),(181,13,'locale',''),(182,13,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(183,13,'wph0_user_level','0'),(184,13,'dismissed_wp_pointers',''),(185,14,'nickname','blessedlife042504'),(186,14,'first_name',''),(187,14,'last_name',''),(188,14,'description',''),(189,14,'rich_editing','true'),(190,14,'syntax_highlighting','true'),(191,14,'comment_shortcuts','false'),(192,14,'admin_color','fresh'),(193,14,'use_ssl','0'),(194,14,'show_admin_bar_front','true'),(195,14,'locale',''),(196,14,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(197,14,'wph0_user_level','0'),(198,14,'dismissed_wp_pointers',''),(199,15,'nickname','bryan.cumming2'),(200,15,'first_name',''),(201,15,'last_name',''),(202,15,'description',''),(203,15,'rich_editing','true'),(204,15,'syntax_highlighting','true'),(205,15,'comment_shortcuts','false'),(206,15,'admin_color','fresh'),(207,15,'use_ssl','0'),(208,15,'show_admin_bar_front','true'),(209,15,'locale',''),(210,15,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(211,15,'wph0_user_level','0'),(212,15,'dismissed_wp_pointers',''),(213,16,'nickname','mexicanpride365'),(214,16,'first_name',''),(215,16,'last_name',''),(216,16,'description',''),(217,16,'rich_editing','true'),(218,16,'syntax_highlighting','true'),(219,16,'comment_shortcuts','false'),(220,16,'admin_color','fresh'),(221,16,'use_ssl','0'),(222,16,'show_admin_bar_front','true'),(223,16,'locale',''),(224,16,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(225,16,'wph0_user_level','0'),(226,16,'dismissed_wp_pointers',''),(227,17,'nickname','evanhanna'),(228,17,'first_name',''),(229,17,'last_name',''),(230,17,'description',''),(231,17,'rich_editing','true'),(232,17,'syntax_highlighting','true'),(233,17,'comment_shortcuts','false'),(234,17,'admin_color','fresh'),(235,17,'use_ssl','0'),(236,17,'show_admin_bar_front','true'),(237,17,'locale',''),(238,17,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(239,17,'wph0_user_level','0'),(240,17,'dismissed_wp_pointers',''),(241,18,'nickname','ravenfridia'),(242,18,'first_name',''),(243,18,'last_name',''),(244,18,'description',''),(245,18,'rich_editing','true'),(246,18,'syntax_highlighting','true'),(247,18,'comment_shortcuts','false'),(248,18,'admin_color','fresh'),(249,18,'use_ssl','0'),(250,18,'show_admin_bar_front','true'),(251,18,'locale',''),(252,18,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(253,18,'wph0_user_level','0'),(254,18,'dismissed_wp_pointers',''),(255,19,'nickname','murnahan'),(256,19,'first_name',''),(257,19,'last_name',''),(258,19,'description',''),(259,19,'rich_editing','true'),(260,19,'syntax_highlighting','true'),(261,19,'comment_shortcuts','false'),(262,19,'admin_color','fresh'),(263,19,'use_ssl','0'),(264,19,'show_admin_bar_front','true'),(265,19,'locale',''),(266,19,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(267,19,'wph0_user_level','0'),(268,19,'dismissed_wp_pointers',''),(269,20,'nickname','woomugen'),(270,20,'first_name',''),(271,20,'last_name',''),(272,20,'description',''),(273,20,'rich_editing','true'),(274,20,'syntax_highlighting','true'),(275,20,'comment_shortcuts','false'),(276,20,'admin_color','fresh'),(277,20,'use_ssl','0'),(278,20,'show_admin_bar_front','true'),(279,20,'locale',''),(280,20,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(281,20,'wph0_user_level','0'),(282,20,'dismissed_wp_pointers',''),(283,21,'nickname','bibabo2010'),(284,21,'first_name',''),(285,21,'last_name',''),(286,21,'description',''),(287,21,'rich_editing','true'),(288,21,'syntax_highlighting','true'),(289,21,'comment_shortcuts','false'),(290,21,'admin_color','fresh'),(291,21,'use_ssl','0'),(292,21,'show_admin_bar_front','true'),(293,21,'locale',''),(294,21,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(295,21,'wph0_user_level','0'),(296,21,'dismissed_wp_pointers',''),(297,22,'nickname','danielskyparr'),(298,22,'first_name',''),(299,22,'last_name',''),(300,22,'description',''),(301,22,'rich_editing','true'),(302,22,'syntax_highlighting','true'),(303,22,'comment_shortcuts','false'),(304,22,'admin_color','fresh'),(305,22,'use_ssl','0'),(306,22,'show_admin_bar_front','true'),(307,22,'locale',''),(308,22,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(309,22,'wph0_user_level','0'),(310,22,'dismissed_wp_pointers',''),(311,23,'nickname','paperplanz'),(312,23,'first_name',''),(313,23,'last_name',''),(314,23,'description',''),(315,23,'rich_editing','true'),(316,23,'syntax_highlighting','true'),(317,23,'comment_shortcuts','false'),(318,23,'admin_color','fresh'),(319,23,'use_ssl','0'),(320,23,'show_admin_bar_front','true'),(321,23,'locale',''),(322,23,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(323,23,'wph0_user_level','0'),(324,23,'dismissed_wp_pointers',''),(325,24,'nickname','it'),(326,24,'first_name',''),(327,24,'last_name',''),(328,24,'description',''),(329,24,'rich_editing','true'),(330,24,'syntax_highlighting','true'),(331,24,'comment_shortcuts','false'),(332,24,'admin_color','fresh'),(333,24,'use_ssl','0'),(334,24,'show_admin_bar_front','true'),(335,24,'locale',''),(336,24,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(337,24,'wph0_user_level','0'),(338,24,'dismissed_wp_pointers',''),(339,25,'nickname','mba8m'),(340,25,'first_name',''),(341,25,'last_name',''),(342,25,'description',''),(343,25,'rich_editing','true'),(344,25,'syntax_highlighting','true'),(345,25,'comment_shortcuts','false'),(346,25,'admin_color','fresh'),(347,25,'use_ssl','0'),(348,25,'show_admin_bar_front','true'),(349,25,'locale',''),(350,25,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(351,25,'wph0_user_level','0'),(352,25,'dismissed_wp_pointers',''),(353,26,'nickname','caseygerrits'),(354,26,'first_name',''),(355,26,'last_name',''),(356,26,'description',''),(357,26,'rich_editing','true'),(358,26,'syntax_highlighting','true'),(359,26,'comment_shortcuts','false'),(360,26,'admin_color','fresh'),(361,26,'use_ssl','0'),(362,26,'show_admin_bar_front','true'),(363,26,'locale',''),(364,26,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(365,26,'wph0_user_level','0'),(366,26,'dismissed_wp_pointers',''),(367,27,'nickname','chowell'),(368,27,'first_name',''),(369,27,'last_name',''),(370,27,'description',''),(371,27,'rich_editing','true'),(372,27,'syntax_highlighting','true'),(373,27,'comment_shortcuts','false'),(374,27,'admin_color','fresh'),(375,27,'use_ssl','0'),(376,27,'show_admin_bar_front','true'),(377,27,'locale',''),(378,27,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(379,27,'wph0_user_level','0'),(380,27,'dismissed_wp_pointers',''),(381,28,'nickname','vjandwhcough'),(382,28,'first_name',''),(383,28,'last_name',''),(384,28,'description',''),(385,28,'rich_editing','true'),(386,28,'syntax_highlighting','true'),(387,28,'comment_shortcuts','false'),(388,28,'admin_color','fresh'),(389,28,'use_ssl','0'),(390,28,'show_admin_bar_front','true'),(391,28,'locale',''),(392,28,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(393,28,'wph0_user_level','0'),(394,28,'dismissed_wp_pointers',''),(395,29,'nickname','canteur'),(396,29,'first_name',''),(397,29,'last_name',''),(398,29,'description',''),(399,29,'rich_editing','true'),(400,29,'syntax_highlighting','true'),(401,29,'comment_shortcuts','false'),(402,29,'admin_color','fresh'),(403,29,'use_ssl','0'),(404,29,'show_admin_bar_front','true'),(405,29,'locale',''),(406,29,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(407,29,'wph0_user_level','0'),(408,29,'dismissed_wp_pointers',''),(409,30,'nickname','erturktugra'),(410,30,'first_name',''),(411,30,'last_name',''),(412,30,'description',''),(413,30,'rich_editing','true'),(414,30,'syntax_highlighting','true'),(415,30,'comment_shortcuts','false'),(416,30,'admin_color','fresh'),(417,30,'use_ssl','0'),(418,30,'show_admin_bar_front','true'),(419,30,'locale',''),(420,30,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(421,30,'wph0_user_level','0'),(422,30,'dismissed_wp_pointers',''),(423,31,'nickname','eses_gokhan_2005'),(424,31,'first_name',''),(425,31,'last_name',''),(426,31,'description',''),(427,31,'rich_editing','true'),(428,31,'syntax_highlighting','true'),(429,31,'comment_shortcuts','false'),(430,31,'admin_color','fresh'),(431,31,'use_ssl','0'),(432,31,'show_admin_bar_front','true'),(433,31,'locale',''),(434,31,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(435,31,'wph0_user_level','0'),(436,31,'dismissed_wp_pointers',''),(437,32,'nickname','michael1'),(438,32,'first_name',''),(439,32,'last_name',''),(440,32,'description',''),(441,32,'rich_editing','true'),(442,32,'syntax_highlighting','true'),(443,32,'comment_shortcuts','false'),(444,32,'admin_color','fresh'),(445,32,'use_ssl','0'),(446,32,'show_admin_bar_front','true'),(447,32,'locale',''),(448,32,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(449,32,'wph0_user_level','0'),(450,32,'dismissed_wp_pointers',''),(451,33,'nickname','vhaWjJ.hqmjttm'),(452,33,'first_name',''),(453,33,'last_name',''),(454,33,'description',''),(455,33,'rich_editing','true'),(456,33,'syntax_highlighting','true'),(457,33,'comment_shortcuts','false'),(458,33,'admin_color','fresh'),(459,33,'use_ssl','0'),(460,33,'show_admin_bar_front','true'),(461,33,'locale',''),(462,33,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(463,33,'wph0_user_level','0'),(464,33,'dismissed_wp_pointers',''),(465,34,'nickname','pWUNSU.pjwhht'),(466,34,'first_name',''),(467,34,'last_name',''),(468,34,'description',''),(469,34,'rich_editing','true'),(470,34,'syntax_highlighting','true'),(471,34,'comment_shortcuts','false'),(472,34,'admin_color','fresh'),(473,34,'use_ssl','0'),(474,34,'show_admin_bar_front','true'),(475,34,'locale',''),(476,34,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(477,34,'wph0_user_level','0'),(478,34,'dismissed_wp_pointers',''),(479,35,'nickname','hjCpxS.hwmwpbw'),(480,35,'first_name',''),(481,35,'last_name',''),(482,35,'description',''),(483,35,'rich_editing','true'),(484,35,'syntax_highlighting','true'),(485,35,'comment_shortcuts','false'),(486,35,'admin_color','fresh'),(487,35,'use_ssl','0'),(488,35,'show_admin_bar_front','true'),(489,35,'locale',''),(490,35,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(491,35,'wph0_user_level','0'),(492,35,'dismissed_wp_pointers',''),(493,36,'nickname','rrSqSn.thcbdcp'),(494,36,'first_name',''),(495,36,'last_name',''),(496,36,'description',''),(497,36,'rich_editing','true'),(498,36,'syntax_highlighting','true'),(499,36,'comment_shortcuts','false'),(500,36,'admin_color','fresh'),(501,36,'use_ssl','0'),(502,36,'show_admin_bar_front','true'),(503,36,'locale',''),(504,36,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(505,36,'wph0_user_level','0'),(506,36,'dismissed_wp_pointers',''),(507,37,'nickname','iaJqdr.tmcmwqj'),(508,37,'first_name',''),(509,37,'last_name',''),(510,37,'description',''),(511,37,'rich_editing','true'),(512,37,'syntax_highlighting','true'),(513,37,'comment_shortcuts','false'),(514,37,'admin_color','fresh'),(515,37,'use_ssl','0'),(516,37,'show_admin_bar_front','true'),(517,37,'locale',''),(518,37,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(519,37,'wph0_user_level','0'),(520,37,'dismissed_wp_pointers',''),(521,38,'nickname','BOcIJh.hwtjwqc'),(522,38,'first_name',''),(523,38,'last_name',''),(524,38,'description',''),(525,38,'rich_editing','true'),(526,38,'syntax_highlighting','true'),(527,38,'comment_shortcuts','false'),(528,38,'admin_color','fresh'),(529,38,'use_ssl','0'),(530,38,'show_admin_bar_front','true'),(531,38,'locale',''),(532,38,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(533,38,'wph0_user_level','0'),(534,38,'dismissed_wp_pointers',''),(535,39,'nickname','kWsVBX.ttwhdpw'),(536,39,'first_name',''),(537,39,'last_name',''),(538,39,'description',''),(539,39,'rich_editing','true'),(540,39,'syntax_highlighting','true'),(541,39,'comment_shortcuts','false'),(542,39,'admin_color','fresh'),(543,39,'use_ssl','0'),(544,39,'show_admin_bar_front','true'),(545,39,'locale',''),(546,39,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(547,39,'wph0_user_level','0'),(548,39,'dismissed_wp_pointers',''),(549,40,'nickname','qkCSsS.hbmqwpp'),(550,40,'first_name',''),(551,40,'last_name',''),(552,40,'description',''),(553,40,'rich_editing','true'),(554,40,'syntax_highlighting','true'),(555,40,'comment_shortcuts','false'),(556,40,'admin_color','fresh'),(557,40,'use_ssl','0'),(558,40,'show_admin_bar_front','true'),(559,40,'locale',''),(560,40,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(561,40,'wph0_user_level','0'),(562,40,'dismissed_wp_pointers',''),(563,41,'nickname','EvAKHq.wtqcqjw'),(564,41,'first_name',''),(565,41,'last_name',''),(566,41,'description',''),(567,41,'rich_editing','true'),(568,41,'syntax_highlighting','true'),(569,41,'comment_shortcuts','false'),(570,41,'admin_color','fresh'),(571,41,'use_ssl','0'),(572,41,'show_admin_bar_front','true'),(573,41,'locale',''),(574,41,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(575,41,'wph0_user_level','0'),(576,41,'dismissed_wp_pointers',''),(577,42,'nickname','tRpjkl.bdmthqj'),(578,42,'first_name',''),(579,42,'last_name',''),(580,42,'description',''),(581,42,'rich_editing','true'),(582,42,'syntax_highlighting','true'),(583,42,'comment_shortcuts','false'),(584,42,'admin_color','fresh'),(585,42,'use_ssl','0'),(586,42,'show_admin_bar_front','true'),(587,42,'locale',''),(588,42,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(589,42,'wph0_user_level','0'),(590,42,'dismissed_wp_pointers',''),(591,43,'nickname','uCakDP.twjhtdp'),(592,43,'first_name',''),(593,43,'last_name',''),(594,43,'description',''),(595,43,'rich_editing','true'),(596,43,'syntax_highlighting','true'),(597,43,'comment_shortcuts','false'),(598,43,'admin_color','fresh'),(599,43,'use_ssl','0'),(600,43,'show_admin_bar_front','true'),(601,43,'locale',''),(602,43,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(603,43,'wph0_user_level','0'),(604,43,'dismissed_wp_pointers',''),(605,44,'nickname','RFtRJz.mqpdjhd'),(606,44,'first_name',''),(607,44,'last_name',''),(608,44,'description',''),(609,44,'rich_editing','true'),(610,44,'syntax_highlighting','true'),(611,44,'comment_shortcuts','false'),(612,44,'admin_color','fresh'),(613,44,'use_ssl','0'),(614,44,'show_admin_bar_front','true'),(615,44,'locale',''),(616,44,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(617,44,'wph0_user_level','0'),(618,44,'dismissed_wp_pointers',''),(619,45,'nickname','qohTTb.mwjbjwb'),(620,45,'first_name',''),(621,45,'last_name',''),(622,45,'description',''),(623,45,'rich_editing','true'),(624,45,'syntax_highlighting','true'),(625,45,'comment_shortcuts','false'),(626,45,'admin_color','fresh'),(627,45,'use_ssl','0'),(628,45,'show_admin_bar_front','true'),(629,45,'locale',''),(630,45,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(631,45,'wph0_user_level','0'),(632,45,'dismissed_wp_pointers',''),(633,46,'nickname','snap'),(634,46,'first_name',''),(635,46,'last_name',''),(636,46,'description',''),(637,46,'rich_editing','true'),(638,46,'syntax_highlighting','true'),(639,46,'comment_shortcuts','false'),(640,46,'admin_color','fresh'),(641,46,'use_ssl','0'),(642,46,'show_admin_bar_front','true'),(643,46,'locale',''),(644,46,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(645,46,'wph0_user_level','0'),(646,46,'dismissed_wp_pointers',''),(647,47,'nickname','mrnakbohr'),(648,47,'first_name',''),(649,47,'last_name',''),(650,47,'description',''),(651,47,'rich_editing','true'),(652,47,'syntax_highlighting','true'),(653,47,'comment_shortcuts','false'),(654,47,'admin_color','fresh'),(655,47,'use_ssl','0'),(656,47,'show_admin_bar_front','true'),(657,47,'locale',''),(658,47,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(659,47,'wph0_user_level','0'),(660,47,'dismissed_wp_pointers',''),(661,48,'nickname','mrsrangel1447'),(662,48,'first_name',''),(663,48,'last_name',''),(664,48,'description',''),(665,48,'rich_editing','true'),(666,48,'syntax_highlighting','true'),(667,48,'comment_shortcuts','false'),(668,48,'admin_color','fresh'),(669,48,'use_ssl','0'),(670,48,'show_admin_bar_front','true'),(671,48,'locale',''),(672,48,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(673,48,'wph0_user_level','0'),(674,48,'dismissed_wp_pointers',''),(675,49,'nickname','dmasciadds'),(676,49,'first_name',''),(677,49,'last_name',''),(678,49,'description',''),(679,49,'rich_editing','true'),(680,49,'syntax_highlighting','true'),(681,49,'comment_shortcuts','false'),(682,49,'admin_color','fresh'),(683,49,'use_ssl','0'),(684,49,'show_admin_bar_front','true'),(685,49,'locale',''),(686,49,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(687,49,'wph0_user_level','0'),(688,49,'dismissed_wp_pointers',''),(689,50,'nickname','christopher'),(690,50,'first_name',''),(691,50,'last_name',''),(692,50,'description',''),(693,50,'rich_editing','true'),(694,50,'syntax_highlighting','true'),(695,50,'comment_shortcuts','false'),(696,50,'admin_color','fresh'),(697,50,'use_ssl','0'),(698,50,'show_admin_bar_front','true'),(699,50,'locale',''),(700,50,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(701,50,'wph0_user_level','0'),(702,50,'dismissed_wp_pointers',''),(703,51,'nickname','lzashin'),(704,51,'first_name',''),(705,51,'last_name',''),(706,51,'description',''),(707,51,'rich_editing','true'),(708,51,'syntax_highlighting','true'),(709,51,'comment_shortcuts','false'),(710,51,'admin_color','fresh'),(711,51,'use_ssl','0'),(712,51,'show_admin_bar_front','true'),(713,51,'locale',''),(714,51,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(715,51,'wph0_user_level','0'),(716,51,'dismissed_wp_pointers',''),(717,52,'nickname','mwenshau'),(718,52,'first_name',''),(719,52,'last_name',''),(720,52,'description',''),(721,52,'rich_editing','true'),(722,52,'syntax_highlighting','true'),(723,52,'comment_shortcuts','false'),(724,52,'admin_color','fresh'),(725,52,'use_ssl','0'),(726,52,'show_admin_bar_front','true'),(727,52,'locale',''),(728,52,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(729,52,'wph0_user_level','0'),(730,52,'dismissed_wp_pointers',''),(731,53,'nickname','stephanie.cea'),(732,53,'first_name',''),(733,53,'last_name',''),(734,53,'description',''),(735,53,'rich_editing','true'),(736,53,'syntax_highlighting','true'),(737,53,'comment_shortcuts','false'),(738,53,'admin_color','fresh'),(739,53,'use_ssl','0'),(740,53,'show_admin_bar_front','true'),(741,53,'locale',''),(742,53,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(743,53,'wph0_user_level','0'),(744,53,'dismissed_wp_pointers',''),(745,54,'nickname','fiona'),(746,54,'first_name',''),(747,54,'last_name',''),(748,54,'description',''),(749,54,'rich_editing','true'),(750,54,'syntax_highlighting','true'),(751,54,'comment_shortcuts','false'),(752,54,'admin_color','fresh'),(753,54,'use_ssl','0'),(754,54,'show_admin_bar_front','true'),(755,54,'locale',''),(756,54,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(757,54,'wph0_user_level','0'),(758,54,'dismissed_wp_pointers',''),(759,55,'nickname','nlxAHk.qjtchhmj'),(760,55,'first_name',''),(761,55,'last_name',''),(762,55,'description',''),(763,55,'rich_editing','true'),(764,55,'syntax_highlighting','true'),(765,55,'comment_shortcuts','false'),(766,55,'admin_color','fresh'),(767,55,'use_ssl','0'),(768,55,'show_admin_bar_front','true'),(769,55,'locale',''),(770,55,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(771,55,'wph0_user_level','0'),(772,55,'dismissed_wp_pointers',''),(773,56,'nickname','p2p2bop'),(774,56,'first_name',''),(775,56,'last_name',''),(776,56,'description',''),(777,56,'rich_editing','true'),(778,56,'syntax_highlighting','true'),(779,56,'comment_shortcuts','false'),(780,56,'admin_color','fresh'),(781,56,'use_ssl','0'),(782,56,'show_admin_bar_front','true'),(783,56,'locale',''),(784,56,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(785,56,'wph0_user_level','0'),(786,56,'dismissed_wp_pointers',''),(787,57,'nickname','ddibattista'),(788,57,'first_name',''),(789,57,'last_name',''),(790,57,'description',''),(791,57,'rich_editing','true'),(792,57,'syntax_highlighting','true'),(793,57,'comment_shortcuts','false'),(794,57,'admin_color','fresh'),(795,57,'use_ssl','0'),(796,57,'show_admin_bar_front','true'),(797,57,'locale',''),(798,57,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(799,57,'wph0_user_level','0'),(800,57,'dismissed_wp_pointers',''),(801,58,'nickname','pajohnso'),(802,58,'first_name',''),(803,58,'last_name',''),(804,58,'description',''),(805,58,'rich_editing','true'),(806,58,'syntax_highlighting','true'),(807,58,'comment_shortcuts','false'),(808,58,'admin_color','fresh'),(809,58,'use_ssl','0'),(810,58,'show_admin_bar_front','true'),(811,58,'locale',''),(812,58,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(813,58,'wph0_user_level','0'),(814,58,'dismissed_wp_pointers',''),(815,59,'nickname','helgeulmer'),(816,59,'first_name',''),(817,59,'last_name',''),(818,59,'description',''),(819,59,'rich_editing','true'),(820,59,'syntax_highlighting','true'),(821,59,'comment_shortcuts','false'),(822,59,'admin_color','fresh'),(823,59,'use_ssl','0'),(824,59,'show_admin_bar_front','true'),(825,59,'locale',''),(826,59,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(827,59,'wph0_user_level','0'),(828,59,'dismissed_wp_pointers',''),(829,60,'nickname','chrism'),(830,60,'first_name',''),(831,60,'last_name',''),(832,60,'description',''),(833,60,'rich_editing','true'),(834,60,'syntax_highlighting','true'),(835,60,'comment_shortcuts','false'),(836,60,'admin_color','fresh'),(837,60,'use_ssl','0'),(838,60,'show_admin_bar_front','true'),(839,60,'locale',''),(840,60,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(841,60,'wph0_user_level','0'),(842,60,'dismissed_wp_pointers',''),(843,61,'nickname','kevinw90'),(844,61,'first_name',''),(845,61,'last_name',''),(846,61,'description',''),(847,61,'rich_editing','true'),(848,61,'syntax_highlighting','true'),(849,61,'comment_shortcuts','false'),(850,61,'admin_color','fresh'),(851,61,'use_ssl','0'),(852,61,'show_admin_bar_front','true'),(853,61,'locale',''),(854,61,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(855,61,'wph0_user_level','0'),(856,61,'dismissed_wp_pointers',''),(857,62,'nickname','mPMTkV.tjqwjhp'),(858,62,'first_name',''),(859,62,'last_name',''),(860,62,'description',''),(861,62,'rich_editing','true'),(862,62,'syntax_highlighting','true'),(863,62,'comment_shortcuts','false'),(864,62,'admin_color','fresh'),(865,62,'use_ssl','0'),(866,62,'show_admin_bar_front','true'),(867,62,'locale',''),(868,62,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(869,62,'wph0_user_level','0'),(870,62,'dismissed_wp_pointers',''),(871,63,'nickname','asuntay'),(872,63,'first_name',''),(873,63,'last_name',''),(874,63,'description',''),(875,63,'rich_editing','true'),(876,63,'syntax_highlighting','true'),(877,63,'comment_shortcuts','false'),(878,63,'admin_color','fresh'),(879,63,'use_ssl','0'),(880,63,'show_admin_bar_front','true'),(881,63,'locale',''),(882,63,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(883,63,'wph0_user_level','0'),(884,63,'dismissed_wp_pointers',''),(885,64,'nickname','tladouceur'),(886,64,'first_name',''),(887,64,'last_name',''),(888,64,'description',''),(889,64,'rich_editing','true'),(890,64,'syntax_highlighting','true'),(891,64,'comment_shortcuts','false'),(892,64,'admin_color','fresh'),(893,64,'use_ssl','0'),(894,64,'show_admin_bar_front','true'),(895,64,'locale',''),(896,64,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(897,64,'wph0_user_level','0'),(898,64,'dismissed_wp_pointers',''),(899,65,'nickname','info'),(900,65,'first_name',''),(901,65,'last_name',''),(902,65,'description',''),(903,65,'rich_editing','true'),(904,65,'syntax_highlighting','true'),(905,65,'comment_shortcuts','false'),(906,65,'admin_color','fresh'),(907,65,'use_ssl','0'),(908,65,'show_admin_bar_front','true'),(909,65,'locale',''),(910,65,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(911,65,'wph0_user_level','0'),(912,65,'dismissed_wp_pointers',''),(913,66,'nickname','jcosgrave'),(914,66,'first_name',''),(915,66,'last_name',''),(916,66,'description',''),(917,66,'rich_editing','true'),(918,66,'syntax_highlighting','true'),(919,66,'comment_shortcuts','false'),(920,66,'admin_color','fresh'),(921,66,'use_ssl','0'),(922,66,'show_admin_bar_front','true'),(923,66,'locale',''),(924,66,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(925,66,'wph0_user_level','0'),(926,66,'dismissed_wp_pointers',''),(927,67,'nickname','daodung368oe4t50'),(928,67,'first_name',''),(929,67,'last_name',''),(930,67,'description',''),(931,67,'rich_editing','true'),(932,67,'syntax_highlighting','true'),(933,67,'comment_shortcuts','false'),(934,67,'admin_color','fresh'),(935,67,'use_ssl','0'),(936,67,'show_admin_bar_front','true'),(937,67,'locale',''),(938,67,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(939,67,'wph0_user_level','0'),(940,67,'dismissed_wp_pointers',''),(941,68,'nickname','christian.hetzel'),(942,68,'first_name',''),(943,68,'last_name',''),(944,68,'description',''),(945,68,'rich_editing','true'),(946,68,'syntax_highlighting','true'),(947,68,'comment_shortcuts','false'),(948,68,'admin_color','fresh'),(949,68,'use_ssl','0'),(950,68,'show_admin_bar_front','true'),(951,68,'locale',''),(952,68,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(953,68,'wph0_user_level','0'),(954,68,'dismissed_wp_pointers',''),(955,69,'nickname','akolgega'),(956,69,'first_name',''),(957,69,'last_name',''),(958,69,'description',''),(959,69,'rich_editing','true'),(960,69,'syntax_highlighting','true'),(961,69,'comment_shortcuts','false'),(962,69,'admin_color','fresh'),(963,69,'use_ssl','0'),(964,69,'show_admin_bar_front','true'),(965,69,'locale',''),(966,69,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(967,69,'wph0_user_level','0'),(968,69,'dismissed_wp_pointers',''),(969,70,'nickname','dedklokkk'),(970,70,'first_name',''),(971,70,'last_name',''),(972,70,'description',''),(973,70,'rich_editing','true'),(974,70,'syntax_highlighting','true'),(975,70,'comment_shortcuts','false'),(976,70,'admin_color','fresh'),(977,70,'use_ssl','0'),(978,70,'show_admin_bar_front','true'),(979,70,'locale',''),(980,70,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(981,70,'wph0_user_level','0'),(982,70,'dismissed_wp_pointers',''),(983,71,'nickname','mariobombermangaming'),(984,71,'first_name',''),(985,71,'last_name',''),(986,71,'description',''),(987,71,'rich_editing','true'),(988,71,'syntax_highlighting','true'),(989,71,'comment_shortcuts','false'),(990,71,'admin_color','fresh'),(991,71,'use_ssl','0'),(992,71,'show_admin_bar_front','true'),(993,71,'locale',''),(994,71,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(995,71,'wph0_user_level','0'),(996,71,'dismissed_wp_pointers',''),(997,72,'nickname','tvanstone'),(998,72,'first_name',''),(999,72,'last_name',''),(1000,72,'description',''),(1001,72,'rich_editing','true'),(1002,72,'syntax_highlighting','true'),(1003,72,'comment_shortcuts','false'),(1004,72,'admin_color','fresh'),(1005,72,'use_ssl','0'),(1006,72,'show_admin_bar_front','true'),(1007,72,'locale',''),(1008,72,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1009,72,'wph0_user_level','0'),(1010,72,'dismissed_wp_pointers',''),(1011,73,'nickname','tzimnickcalico'),(1012,73,'first_name',''),(1013,73,'last_name',''),(1014,73,'description',''),(1015,73,'rich_editing','true'),(1016,73,'syntax_highlighting','true'),(1017,73,'comment_shortcuts','false'),(1018,73,'admin_color','fresh'),(1019,73,'use_ssl','0'),(1020,73,'show_admin_bar_front','true'),(1021,73,'locale',''),(1022,73,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1023,73,'wph0_user_level','0'),(1024,73,'dismissed_wp_pointers',''),(1025,74,'nickname','kanupatel01'),(1026,74,'first_name',''),(1027,74,'last_name',''),(1028,74,'description',''),(1029,74,'rich_editing','true'),(1030,74,'syntax_highlighting','true'),(1031,74,'comment_shortcuts','false'),(1032,74,'admin_color','fresh'),(1033,74,'use_ssl','0'),(1034,74,'show_admin_bar_front','true'),(1035,74,'locale',''),(1036,74,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1037,74,'wph0_user_level','0'),(1038,74,'dismissed_wp_pointers',''),(1039,75,'nickname','jorgemcastanedar'),(1040,75,'first_name',''),(1041,75,'last_name',''),(1042,75,'description',''),(1043,75,'rich_editing','true'),(1044,75,'syntax_highlighting','true'),(1045,75,'comment_shortcuts','false'),(1046,75,'admin_color','fresh'),(1047,75,'use_ssl','0'),(1048,75,'show_admin_bar_front','true'),(1049,75,'locale',''),(1050,75,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1051,75,'wph0_user_level','0'),(1052,75,'dismissed_wp_pointers',''),(1053,76,'nickname','PHcrHD.hmpjdh'),(1054,76,'first_name',''),(1055,76,'last_name',''),(1056,76,'description',''),(1057,76,'rich_editing','true'),(1058,76,'syntax_highlighting','true'),(1059,76,'comment_shortcuts','false'),(1060,76,'admin_color','fresh'),(1061,76,'use_ssl','0'),(1062,76,'show_admin_bar_front','true'),(1063,76,'locale',''),(1064,76,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1065,76,'wph0_user_level','0'),(1066,76,'dismissed_wp_pointers',''),(1067,77,'nickname','li_shun_s'),(1068,77,'first_name',''),(1069,77,'last_name',''),(1070,77,'description',''),(1071,77,'rich_editing','true'),(1072,77,'syntax_highlighting','true'),(1073,77,'comment_shortcuts','false'),(1074,77,'admin_color','fresh'),(1075,77,'use_ssl','0'),(1076,77,'show_admin_bar_front','true'),(1077,77,'locale',''),(1078,77,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1079,77,'wph0_user_level','0'),(1080,77,'dismissed_wp_pointers',''),(1081,78,'nickname','jakletgo'),(1082,78,'first_name',''),(1083,78,'last_name',''),(1084,78,'description',''),(1085,78,'rich_editing','true'),(1086,78,'syntax_highlighting','true'),(1087,78,'comment_shortcuts','false'),(1088,78,'admin_color','fresh'),(1089,78,'use_ssl','0'),(1090,78,'show_admin_bar_front','true'),(1091,78,'locale',''),(1092,78,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1093,78,'wph0_user_level','0'),(1094,78,'dismissed_wp_pointers',''),(1095,79,'nickname','robertstire'),(1096,79,'first_name',''),(1097,79,'last_name',''),(1098,79,'description',''),(1099,79,'rich_editing','true'),(1100,79,'syntax_highlighting','true'),(1101,79,'comment_shortcuts','false'),(1102,79,'admin_color','fresh'),(1103,79,'use_ssl','0'),(1104,79,'show_admin_bar_front','true'),(1105,79,'locale',''),(1106,79,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1107,79,'wph0_user_level','0'),(1108,79,'dismissed_wp_pointers',''),(1109,80,'nickname','viet'),(1110,80,'first_name',''),(1111,80,'last_name',''),(1112,80,'description',''),(1113,80,'rich_editing','true'),(1114,80,'syntax_highlighting','true'),(1115,80,'comment_shortcuts','false'),(1116,80,'admin_color','fresh'),(1117,80,'use_ssl','0'),(1118,80,'show_admin_bar_front','true'),(1119,80,'locale',''),(1120,80,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1121,80,'wph0_user_level','0'),(1122,80,'dismissed_wp_pointers',''),(1123,81,'nickname','ewblue09'),(1124,81,'first_name',''),(1125,81,'last_name',''),(1126,81,'description',''),(1127,81,'rich_editing','true'),(1128,81,'syntax_highlighting','true'),(1129,81,'comment_shortcuts','false'),(1130,81,'admin_color','fresh'),(1131,81,'use_ssl','0'),(1132,81,'show_admin_bar_front','true'),(1133,81,'locale',''),(1134,81,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1135,81,'wph0_user_level','0'),(1136,81,'dismissed_wp_pointers',''),(1137,82,'nickname','lgraham'),(1138,82,'first_name',''),(1139,82,'last_name',''),(1140,82,'description',''),(1141,82,'rich_editing','true'),(1142,82,'syntax_highlighting','true'),(1143,82,'comment_shortcuts','false'),(1144,82,'admin_color','fresh'),(1145,82,'use_ssl','0'),(1146,82,'show_admin_bar_front','true'),(1147,82,'locale',''),(1148,82,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1149,82,'wph0_user_level','0'),(1150,82,'dismissed_wp_pointers',''),(1151,83,'nickname','teresagilles'),(1152,83,'first_name',''),(1153,83,'last_name',''),(1154,83,'description',''),(1155,83,'rich_editing','true'),(1156,83,'syntax_highlighting','true'),(1157,83,'comment_shortcuts','false'),(1158,83,'admin_color','fresh'),(1159,83,'use_ssl','0'),(1160,83,'show_admin_bar_front','true'),(1161,83,'locale',''),(1162,83,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1163,83,'wph0_user_level','0'),(1164,83,'dismissed_wp_pointers',''),(1165,84,'nickname','jane'),(1166,84,'first_name',''),(1167,84,'last_name',''),(1168,84,'description',''),(1169,84,'rich_editing','true'),(1170,84,'syntax_highlighting','true'),(1171,84,'comment_shortcuts','false'),(1172,84,'admin_color','fresh'),(1173,84,'use_ssl','0'),(1174,84,'show_admin_bar_front','true'),(1175,84,'locale',''),(1176,84,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1177,84,'wph0_user_level','0'),(1178,84,'dismissed_wp_pointers',''),(1179,85,'nickname','thebartman'),(1180,85,'first_name',''),(1181,85,'last_name',''),(1182,85,'description',''),(1183,85,'rich_editing','true'),(1184,85,'syntax_highlighting','true'),(1185,85,'comment_shortcuts','false'),(1186,85,'admin_color','fresh'),(1187,85,'use_ssl','0'),(1188,85,'show_admin_bar_front','true'),(1189,85,'locale',''),(1190,85,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1191,85,'wph0_user_level','0'),(1192,85,'dismissed_wp_pointers',''),(1193,86,'nickname','andrew.gusty'),(1194,86,'first_name',''),(1195,86,'last_name',''),(1196,86,'description',''),(1197,86,'rich_editing','true'),(1198,86,'syntax_highlighting','true'),(1199,86,'comment_shortcuts','false'),(1200,86,'admin_color','fresh'),(1201,86,'use_ssl','0'),(1202,86,'show_admin_bar_front','true'),(1203,86,'locale',''),(1204,86,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1205,86,'wph0_user_level','0'),(1206,86,'dismissed_wp_pointers',''),(1207,87,'nickname','akrown'),(1208,87,'first_name',''),(1209,87,'last_name',''),(1210,87,'description',''),(1211,87,'rich_editing','true'),(1212,87,'syntax_highlighting','true'),(1213,87,'comment_shortcuts','false'),(1214,87,'admin_color','fresh'),(1215,87,'use_ssl','0'),(1216,87,'show_admin_bar_front','true'),(1217,87,'locale',''),(1218,87,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1219,87,'wph0_user_level','0'),(1220,87,'dismissed_wp_pointers',''),(1221,88,'nickname','jconstantin'),(1222,88,'first_name',''),(1223,88,'last_name',''),(1224,88,'description',''),(1225,88,'rich_editing','true'),(1226,88,'syntax_highlighting','true'),(1227,88,'comment_shortcuts','false'),(1228,88,'admin_color','fresh'),(1229,88,'use_ssl','0'),(1230,88,'show_admin_bar_front','true'),(1231,88,'locale',''),(1232,88,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1233,88,'wph0_user_level','0'),(1234,88,'dismissed_wp_pointers',''),(1235,89,'nickname','kionabogard'),(1236,89,'first_name',''),(1237,89,'last_name',''),(1238,89,'description',''),(1239,89,'rich_editing','true'),(1240,89,'syntax_highlighting','true'),(1241,89,'comment_shortcuts','false'),(1242,89,'admin_color','fresh'),(1243,89,'use_ssl','0'),(1244,89,'show_admin_bar_front','true'),(1245,89,'locale',''),(1246,89,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1247,89,'wph0_user_level','0'),(1248,89,'dismissed_wp_pointers',''),(1249,90,'nickname','xWSPDt.pthhqq'),(1250,90,'first_name',''),(1251,90,'last_name',''),(1252,90,'description',''),(1253,90,'rich_editing','true'),(1254,90,'syntax_highlighting','true'),(1255,90,'comment_shortcuts','false'),(1256,90,'admin_color','fresh'),(1257,90,'use_ssl','0'),(1258,90,'show_admin_bar_front','true'),(1259,90,'locale',''),(1260,90,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1261,90,'wph0_user_level','0'),(1262,90,'dismissed_wp_pointers',''),(1263,91,'nickname','peter'),(1264,91,'first_name',''),(1265,91,'last_name',''),(1266,91,'description',''),(1267,91,'rich_editing','true'),(1268,91,'syntax_highlighting','true'),(1269,91,'comment_shortcuts','false'),(1270,91,'admin_color','fresh'),(1271,91,'use_ssl','0'),(1272,91,'show_admin_bar_front','true'),(1273,91,'locale',''),(1274,91,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1275,91,'wph0_user_level','0'),(1276,91,'dismissed_wp_pointers',''),(1277,92,'nickname','crsimon05'),(1278,92,'first_name',''),(1279,92,'last_name',''),(1280,92,'description',''),(1281,92,'rich_editing','true'),(1282,92,'syntax_highlighting','true'),(1283,92,'comment_shortcuts','false'),(1284,92,'admin_color','fresh'),(1285,92,'use_ssl','0'),(1286,92,'show_admin_bar_front','true'),(1287,92,'locale',''),(1288,92,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1289,92,'wph0_user_level','0'),(1290,92,'dismissed_wp_pointers',''),(1291,93,'nickname','jayahuja79'),(1292,93,'first_name',''),(1293,93,'last_name',''),(1294,93,'description',''),(1295,93,'rich_editing','true'),(1296,93,'syntax_highlighting','true'),(1297,93,'comment_shortcuts','false'),(1298,93,'admin_color','fresh'),(1299,93,'use_ssl','0'),(1300,93,'show_admin_bar_front','true'),(1301,93,'locale',''),(1302,93,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1303,93,'wph0_user_level','0'),(1304,93,'dismissed_wp_pointers',''),(1305,94,'nickname','jmiranda'),(1306,94,'first_name',''),(1307,94,'last_name',''),(1308,94,'description',''),(1309,94,'rich_editing','true'),(1310,94,'syntax_highlighting','true'),(1311,94,'comment_shortcuts','false'),(1312,94,'admin_color','fresh'),(1313,94,'use_ssl','0'),(1314,94,'show_admin_bar_front','true'),(1315,94,'locale',''),(1316,94,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1317,94,'wph0_user_level','0'),(1318,94,'dismissed_wp_pointers',''),(1319,95,'nickname','learningthroughmotion'),(1320,95,'first_name',''),(1321,95,'last_name',''),(1322,95,'description',''),(1323,95,'rich_editing','true'),(1324,95,'syntax_highlighting','true'),(1325,95,'comment_shortcuts','false'),(1326,95,'admin_color','fresh'),(1327,95,'use_ssl','0'),(1328,95,'show_admin_bar_front','true'),(1329,95,'locale',''),(1330,95,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1331,95,'wph0_user_level','0'),(1332,95,'dismissed_wp_pointers',''),(1333,96,'nickname','sharonchancey1957'),(1334,96,'first_name',''),(1335,96,'last_name',''),(1336,96,'description',''),(1337,96,'rich_editing','true'),(1338,96,'syntax_highlighting','true'),(1339,96,'comment_shortcuts','false'),(1340,96,'admin_color','fresh'),(1341,96,'use_ssl','0'),(1342,96,'show_admin_bar_front','true'),(1343,96,'locale',''),(1344,96,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1345,96,'wph0_user_level','0'),(1346,96,'dismissed_wp_pointers',''),(1347,97,'nickname','amy'),(1348,97,'first_name',''),(1349,97,'last_name',''),(1350,97,'description',''),(1351,97,'rich_editing','true'),(1352,97,'syntax_highlighting','true'),(1353,97,'comment_shortcuts','false'),(1354,97,'admin_color','fresh'),(1355,97,'use_ssl','0'),(1356,97,'show_admin_bar_front','true'),(1357,97,'locale',''),(1358,97,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1359,97,'wph0_user_level','0'),(1360,97,'dismissed_wp_pointers',''),(1361,98,'nickname','wwahidmd'),(1362,98,'first_name',''),(1363,98,'last_name',''),(1364,98,'description',''),(1365,98,'rich_editing','true'),(1366,98,'syntax_highlighting','true'),(1367,98,'comment_shortcuts','false'),(1368,98,'admin_color','fresh'),(1369,98,'use_ssl','0'),(1370,98,'show_admin_bar_front','true'),(1371,98,'locale',''),(1372,98,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1373,98,'wph0_user_level','0'),(1374,98,'dismissed_wp_pointers',''),(1375,99,'nickname','rickylaureal'),(1376,99,'first_name',''),(1377,99,'last_name',''),(1378,99,'description',''),(1379,99,'rich_editing','true'),(1380,99,'syntax_highlighting','true'),(1381,99,'comment_shortcuts','false'),(1382,99,'admin_color','fresh'),(1383,99,'use_ssl','0'),(1384,99,'show_admin_bar_front','true'),(1385,99,'locale',''),(1386,99,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1387,99,'wph0_user_level','0'),(1388,99,'dismissed_wp_pointers',''),(1389,100,'nickname','sbryson5'),(1390,100,'first_name',''),(1391,100,'last_name',''),(1392,100,'description',''),(1393,100,'rich_editing','true'),(1394,100,'syntax_highlighting','true'),(1395,100,'comment_shortcuts','false'),(1396,100,'admin_color','fresh'),(1397,100,'use_ssl','0'),(1398,100,'show_admin_bar_front','true'),(1399,100,'locale',''),(1400,100,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1401,100,'wph0_user_level','0'),(1402,100,'dismissed_wp_pointers',''),(1403,101,'nickname','1962acorn'),(1404,101,'first_name',''),(1405,101,'last_name',''),(1406,101,'description',''),(1407,101,'rich_editing','true'),(1408,101,'syntax_highlighting','true'),(1409,101,'comment_shortcuts','false'),(1410,101,'admin_color','fresh'),(1411,101,'use_ssl','0'),(1412,101,'show_admin_bar_front','true'),(1413,101,'locale',''),(1414,101,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1415,101,'wph0_user_level','0'),(1416,101,'dismissed_wp_pointers',''),(1417,102,'nickname','ali'),(1418,102,'first_name',''),(1419,102,'last_name',''),(1420,102,'description',''),(1421,102,'rich_editing','true'),(1422,102,'syntax_highlighting','true'),(1423,102,'comment_shortcuts','false'),(1424,102,'admin_color','fresh'),(1425,102,'use_ssl','0'),(1426,102,'show_admin_bar_front','true'),(1427,102,'locale',''),(1428,102,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1429,102,'wph0_user_level','0'),(1430,102,'dismissed_wp_pointers',''),(1431,103,'nickname','info1'),(1432,103,'first_name',''),(1433,103,'last_name',''),(1434,103,'description',''),(1435,103,'rich_editing','true'),(1436,103,'syntax_highlighting','true'),(1437,103,'comment_shortcuts','false'),(1438,103,'admin_color','fresh'),(1439,103,'use_ssl','0'),(1440,103,'show_admin_bar_front','true'),(1441,103,'locale',''),(1442,103,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1443,103,'wph0_user_level','0'),(1444,103,'dismissed_wp_pointers',''),(1445,104,'nickname','ethilon2002'),(1446,104,'first_name',''),(1447,104,'last_name',''),(1448,104,'description',''),(1449,104,'rich_editing','true'),(1450,104,'syntax_highlighting','true'),(1451,104,'comment_shortcuts','false'),(1452,104,'admin_color','fresh'),(1453,104,'use_ssl','0'),(1454,104,'show_admin_bar_front','true'),(1455,104,'locale',''),(1456,104,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1457,104,'wph0_user_level','0'),(1458,104,'dismissed_wp_pointers',''),(1459,105,'nickname','tylerwraske'),(1460,105,'first_name',''),(1461,105,'last_name',''),(1462,105,'description',''),(1463,105,'rich_editing','true'),(1464,105,'syntax_highlighting','true'),(1465,105,'comment_shortcuts','false'),(1466,105,'admin_color','fresh'),(1467,105,'use_ssl','0'),(1468,105,'show_admin_bar_front','true'),(1469,105,'locale',''),(1470,105,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1471,105,'wph0_user_level','0'),(1472,105,'dismissed_wp_pointers',''),(1473,106,'nickname','linadag76'),(1474,106,'first_name',''),(1475,106,'last_name',''),(1476,106,'description',''),(1477,106,'rich_editing','true'),(1478,106,'syntax_highlighting','true'),(1479,106,'comment_shortcuts','false'),(1480,106,'admin_color','fresh'),(1481,106,'use_ssl','0'),(1482,106,'show_admin_bar_front','true'),(1483,106,'locale',''),(1484,106,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1485,106,'wph0_user_level','0'),(1486,106,'dismissed_wp_pointers',''),(1487,107,'nickname','mikem'),(1488,107,'first_name',''),(1489,107,'last_name',''),(1490,107,'description',''),(1491,107,'rich_editing','true'),(1492,107,'syntax_highlighting','true'),(1493,107,'comment_shortcuts','false'),(1494,107,'admin_color','fresh'),(1495,107,'use_ssl','0'),(1496,107,'show_admin_bar_front','true'),(1497,107,'locale',''),(1498,107,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1499,107,'wph0_user_level','0'),(1500,107,'dismissed_wp_pointers',''),(1501,108,'nickname','justinlam.justin'),(1502,108,'first_name',''),(1503,108,'last_name',''),(1504,108,'description',''),(1505,108,'rich_editing','true'),(1506,108,'syntax_highlighting','true'),(1507,108,'comment_shortcuts','false'),(1508,108,'admin_color','fresh'),(1509,108,'use_ssl','0'),(1510,108,'show_admin_bar_front','true'),(1511,108,'locale',''),(1512,108,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1513,108,'wph0_user_level','0'),(1514,108,'dismissed_wp_pointers',''),(1515,109,'nickname','amaki'),(1516,109,'first_name',''),(1517,109,'last_name',''),(1518,109,'description',''),(1519,109,'rich_editing','true'),(1520,109,'syntax_highlighting','true'),(1521,109,'comment_shortcuts','false'),(1522,109,'admin_color','fresh'),(1523,109,'use_ssl','0'),(1524,109,'show_admin_bar_front','true'),(1525,109,'locale',''),(1526,109,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1527,109,'wph0_user_level','0'),(1528,109,'dismissed_wp_pointers',''),(1529,110,'nickname','michael.kemry'),(1530,110,'first_name',''),(1531,110,'last_name',''),(1532,110,'description',''),(1533,110,'rich_editing','true'),(1534,110,'syntax_highlighting','true'),(1535,110,'comment_shortcuts','false'),(1536,110,'admin_color','fresh'),(1537,110,'use_ssl','0'),(1538,110,'show_admin_bar_front','true'),(1539,110,'locale',''),(1540,110,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1541,110,'wph0_user_level','0'),(1542,110,'dismissed_wp_pointers',''),(1543,111,'nickname','mixzy012813'),(1544,111,'first_name',''),(1545,111,'last_name',''),(1546,111,'description',''),(1547,111,'rich_editing','true'),(1548,111,'syntax_highlighting','true'),(1549,111,'comment_shortcuts','false'),(1550,111,'admin_color','fresh'),(1551,111,'use_ssl','0'),(1552,111,'show_admin_bar_front','true'),(1553,111,'locale',''),(1554,111,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1555,111,'wph0_user_level','0'),(1556,111,'dismissed_wp_pointers',''),(1557,112,'nickname','jay'),(1558,112,'first_name',''),(1559,112,'last_name',''),(1560,112,'description',''),(1561,112,'rich_editing','true'),(1562,112,'syntax_highlighting','true'),(1563,112,'comment_shortcuts','false'),(1564,112,'admin_color','fresh'),(1565,112,'use_ssl','0'),(1566,112,'show_admin_bar_front','true'),(1567,112,'locale',''),(1568,112,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1569,112,'wph0_user_level','0'),(1570,112,'dismissed_wp_pointers',''),(1571,113,'nickname','balghanim'),(1572,113,'first_name',''),(1573,113,'last_name',''),(1574,113,'description',''),(1575,113,'rich_editing','true'),(1576,113,'syntax_highlighting','true'),(1577,113,'comment_shortcuts','false'),(1578,113,'admin_color','fresh'),(1579,113,'use_ssl','0'),(1580,113,'show_admin_bar_front','true'),(1581,113,'locale',''),(1582,113,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1583,113,'wph0_user_level','0'),(1584,113,'dismissed_wp_pointers',''),(1585,114,'nickname','danbrinton'),(1586,114,'first_name',''),(1587,114,'last_name',''),(1588,114,'description',''),(1589,114,'rich_editing','true'),(1590,114,'syntax_highlighting','true'),(1591,114,'comment_shortcuts','false'),(1592,114,'admin_color','fresh'),(1593,114,'use_ssl','0'),(1594,114,'show_admin_bar_front','true'),(1595,114,'locale',''),(1596,114,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1597,114,'wph0_user_level','0'),(1598,114,'dismissed_wp_pointers',''),(1599,115,'nickname','jocabrera0809'),(1600,115,'first_name',''),(1601,115,'last_name',''),(1602,115,'description',''),(1603,115,'rich_editing','true'),(1604,115,'syntax_highlighting','true'),(1605,115,'comment_shortcuts','false'),(1606,115,'admin_color','fresh'),(1607,115,'use_ssl','0'),(1608,115,'show_admin_bar_front','true'),(1609,115,'locale',''),(1610,115,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1611,115,'wph0_user_level','0'),(1612,115,'dismissed_wp_pointers',''),(1613,116,'nickname','tharper001'),(1614,116,'first_name',''),(1615,116,'last_name',''),(1616,116,'description',''),(1617,116,'rich_editing','true'),(1618,116,'syntax_highlighting','true'),(1619,116,'comment_shortcuts','false'),(1620,116,'admin_color','fresh'),(1621,116,'use_ssl','0'),(1622,116,'show_admin_bar_front','true'),(1623,116,'locale',''),(1624,116,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1625,116,'wph0_user_level','0'),(1626,116,'dismissed_wp_pointers',''),(1627,117,'nickname','laurietaylor7115'),(1628,117,'first_name',''),(1629,117,'last_name',''),(1630,117,'description',''),(1631,117,'rich_editing','true'),(1632,117,'syntax_highlighting','true'),(1633,117,'comment_shortcuts','false'),(1634,117,'admin_color','fresh'),(1635,117,'use_ssl','0'),(1636,117,'show_admin_bar_front','true'),(1637,117,'locale',''),(1638,117,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1639,117,'wph0_user_level','0'),(1640,117,'dismissed_wp_pointers',''),(1641,118,'nickname','isaac.j.decesare'),(1642,118,'first_name',''),(1643,118,'last_name',''),(1644,118,'description',''),(1645,118,'rich_editing','true'),(1646,118,'syntax_highlighting','true'),(1647,118,'comment_shortcuts','false'),(1648,118,'admin_color','fresh'),(1649,118,'use_ssl','0'),(1650,118,'show_admin_bar_front','true'),(1651,118,'locale',''),(1652,118,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1653,118,'wph0_user_level','0'),(1654,118,'dismissed_wp_pointers',''),(1655,119,'nickname','dafalasca'),(1656,119,'first_name',''),(1657,119,'last_name',''),(1658,119,'description',''),(1659,119,'rich_editing','true'),(1660,119,'syntax_highlighting','true'),(1661,119,'comment_shortcuts','false'),(1662,119,'admin_color','fresh'),(1663,119,'use_ssl','0'),(1664,119,'show_admin_bar_front','true'),(1665,119,'locale',''),(1666,119,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1667,119,'wph0_user_level','0'),(1668,119,'dismissed_wp_pointers',''),(1669,120,'nickname','ronab110'),(1670,120,'first_name',''),(1671,120,'last_name',''),(1672,120,'description',''),(1673,120,'rich_editing','true'),(1674,120,'syntax_highlighting','true'),(1675,120,'comment_shortcuts','false'),(1676,120,'admin_color','fresh'),(1677,120,'use_ssl','0'),(1678,120,'show_admin_bar_front','true'),(1679,120,'locale',''),(1680,120,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1681,120,'wph0_user_level','0'),(1682,120,'dismissed_wp_pointers',''),(1683,121,'nickname','talyshia_87'),(1684,121,'first_name',''),(1685,121,'last_name',''),(1686,121,'description',''),(1687,121,'rich_editing','true'),(1688,121,'syntax_highlighting','true'),(1689,121,'comment_shortcuts','false'),(1690,121,'admin_color','fresh'),(1691,121,'use_ssl','0'),(1692,121,'show_admin_bar_front','true'),(1693,121,'locale',''),(1694,121,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1695,121,'wph0_user_level','0'),(1696,121,'dismissed_wp_pointers',''),(1697,122,'nickname','sbwoodbury'),(1698,122,'first_name',''),(1699,122,'last_name',''),(1700,122,'description',''),(1701,122,'rich_editing','true'),(1702,122,'syntax_highlighting','true'),(1703,122,'comment_shortcuts','false'),(1704,122,'admin_color','fresh'),(1705,122,'use_ssl','0'),(1706,122,'show_admin_bar_front','true'),(1707,122,'locale',''),(1708,122,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1709,122,'wph0_user_level','0'),(1710,122,'dismissed_wp_pointers',''),(1711,123,'nickname','eusebiolouis85'),(1712,123,'first_name',''),(1713,123,'last_name',''),(1714,123,'description',''),(1715,123,'rich_editing','true'),(1716,123,'syntax_highlighting','true'),(1717,123,'comment_shortcuts','false'),(1718,123,'admin_color','fresh'),(1719,123,'use_ssl','0'),(1720,123,'show_admin_bar_front','true'),(1721,123,'locale',''),(1722,123,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1723,123,'wph0_user_level','0'),(1724,123,'dismissed_wp_pointers',''),(1725,124,'nickname','DphPJY.bmwcbw'),(1726,124,'first_name',''),(1727,124,'last_name',''),(1728,124,'description',''),(1729,124,'rich_editing','true'),(1730,124,'syntax_highlighting','true'),(1731,124,'comment_shortcuts','false'),(1732,124,'admin_color','fresh'),(1733,124,'use_ssl','0'),(1734,124,'show_admin_bar_front','true'),(1735,124,'locale',''),(1736,124,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1737,124,'wph0_user_level','0'),(1738,124,'dismissed_wp_pointers',''),(1739,125,'nickname','jim.segers'),(1740,125,'first_name',''),(1741,125,'last_name',''),(1742,125,'description',''),(1743,125,'rich_editing','true'),(1744,125,'syntax_highlighting','true'),(1745,125,'comment_shortcuts','false'),(1746,125,'admin_color','fresh'),(1747,125,'use_ssl','0'),(1748,125,'show_admin_bar_front','true'),(1749,125,'locale',''),(1750,125,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1751,125,'wph0_user_level','0'),(1752,125,'dismissed_wp_pointers',''),(1753,126,'nickname','andres.a'),(1754,126,'first_name',''),(1755,126,'last_name',''),(1756,126,'description',''),(1757,126,'rich_editing','true'),(1758,126,'syntax_highlighting','true'),(1759,126,'comment_shortcuts','false'),(1760,126,'admin_color','fresh'),(1761,126,'use_ssl','0'),(1762,126,'show_admin_bar_front','true'),(1763,126,'locale',''),(1764,126,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1765,126,'wph0_user_level','0'),(1766,126,'dismissed_wp_pointers',''),(1767,127,'nickname','paz30566'),(1768,127,'first_name',''),(1769,127,'last_name',''),(1770,127,'description',''),(1771,127,'rich_editing','true'),(1772,127,'syntax_highlighting','true'),(1773,127,'comment_shortcuts','false'),(1774,127,'admin_color','fresh'),(1775,127,'use_ssl','0'),(1776,127,'show_admin_bar_front','true'),(1777,127,'locale',''),(1778,127,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1779,127,'wph0_user_level','0'),(1780,127,'dismissed_wp_pointers',''),(1781,128,'nickname','edkim006'),(1782,128,'first_name',''),(1783,128,'last_name',''),(1784,128,'description',''),(1785,128,'rich_editing','true'),(1786,128,'syntax_highlighting','true'),(1787,128,'comment_shortcuts','false'),(1788,128,'admin_color','fresh'),(1789,128,'use_ssl','0'),(1790,128,'show_admin_bar_front','true'),(1791,128,'locale',''),(1792,128,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1793,128,'wph0_user_level','0'),(1794,128,'dismissed_wp_pointers',''),(1795,129,'nickname','rbrennan31'),(1796,129,'first_name',''),(1797,129,'last_name',''),(1798,129,'description',''),(1799,129,'rich_editing','true'),(1800,129,'syntax_highlighting','true'),(1801,129,'comment_shortcuts','false'),(1802,129,'admin_color','fresh'),(1803,129,'use_ssl','0'),(1804,129,'show_admin_bar_front','true'),(1805,129,'locale',''),(1806,129,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1807,129,'wph0_user_level','0'),(1808,129,'dismissed_wp_pointers',''),(1809,130,'nickname','werbung'),(1810,130,'first_name',''),(1811,130,'last_name',''),(1812,130,'description',''),(1813,130,'rich_editing','true'),(1814,130,'syntax_highlighting','true'),(1815,130,'comment_shortcuts','false'),(1816,130,'admin_color','fresh'),(1817,130,'use_ssl','0'),(1818,130,'show_admin_bar_front','true'),(1819,130,'locale',''),(1820,130,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1821,130,'wph0_user_level','0'),(1822,130,'dismissed_wp_pointers',''),(1823,131,'nickname','merutland'),(1824,131,'first_name',''),(1825,131,'last_name',''),(1826,131,'description',''),(1827,131,'rich_editing','true'),(1828,131,'syntax_highlighting','true'),(1829,131,'comment_shortcuts','false'),(1830,131,'admin_color','fresh'),(1831,131,'use_ssl','0'),(1832,131,'show_admin_bar_front','true'),(1833,131,'locale',''),(1834,131,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1835,131,'wph0_user_level','0'),(1836,131,'dismissed_wp_pointers',''),(1837,132,'nickname','qwdwqd'),(1838,132,'first_name',''),(1839,132,'last_name',''),(1840,132,'description',''),(1841,132,'rich_editing','true'),(1842,132,'syntax_highlighting','true'),(1843,132,'comment_shortcuts','false'),(1844,132,'admin_color','fresh'),(1845,132,'use_ssl','0'),(1846,132,'show_admin_bar_front','true'),(1847,132,'locale',''),(1848,132,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1849,132,'wph0_user_level','0'),(1850,132,'dismissed_wp_pointers',''),(1851,133,'nickname','rpurkey93'),(1852,133,'first_name',''),(1853,133,'last_name',''),(1854,133,'description',''),(1855,133,'rich_editing','true'),(1856,133,'syntax_highlighting','true'),(1857,133,'comment_shortcuts','false'),(1858,133,'admin_color','fresh'),(1859,133,'use_ssl','0'),(1860,133,'show_admin_bar_front','true'),(1861,133,'locale',''),(1862,133,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1863,133,'wph0_user_level','0'),(1864,133,'dismissed_wp_pointers',''),(1865,134,'nickname','craig.white'),(1866,134,'first_name',''),(1867,134,'last_name',''),(1868,134,'description',''),(1869,134,'rich_editing','true'),(1870,134,'syntax_highlighting','true'),(1871,134,'comment_shortcuts','false'),(1872,134,'admin_color','fresh'),(1873,134,'use_ssl','0'),(1874,134,'show_admin_bar_front','true'),(1875,134,'locale',''),(1876,134,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1877,134,'wph0_user_level','0'),(1878,134,'dismissed_wp_pointers',''),(1879,135,'nickname','prussikknott'),(1880,135,'first_name',''),(1881,135,'last_name',''),(1882,135,'description',''),(1883,135,'rich_editing','true'),(1884,135,'syntax_highlighting','true'),(1885,135,'comment_shortcuts','false'),(1886,135,'admin_color','fresh'),(1887,135,'use_ssl','0'),(1888,135,'show_admin_bar_front','true'),(1889,135,'locale',''),(1890,135,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1891,135,'wph0_user_level','0'),(1892,135,'dismissed_wp_pointers',''),(1893,136,'nickname','mymadison'),(1894,136,'first_name',''),(1895,136,'last_name',''),(1896,136,'description',''),(1897,136,'rich_editing','true'),(1898,136,'syntax_highlighting','true'),(1899,136,'comment_shortcuts','false'),(1900,136,'admin_color','fresh'),(1901,136,'use_ssl','0'),(1902,136,'show_admin_bar_front','true'),(1903,136,'locale',''),(1904,136,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1905,136,'wph0_user_level','0'),(1906,136,'dismissed_wp_pointers',''),(1907,137,'nickname','paCAFL.tpwmbhd'),(1908,137,'first_name',''),(1909,137,'last_name',''),(1910,137,'description',''),(1911,137,'rich_editing','true'),(1912,137,'syntax_highlighting','true'),(1913,137,'comment_shortcuts','false'),(1914,137,'admin_color','fresh'),(1915,137,'use_ssl','0'),(1916,137,'show_admin_bar_front','true'),(1917,137,'locale',''),(1918,137,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1919,137,'wph0_user_level','0'),(1920,137,'dismissed_wp_pointers',''),(1921,138,'nickname','jkdkali'),(1922,138,'first_name',''),(1923,138,'last_name',''),(1924,138,'description',''),(1925,138,'rich_editing','true'),(1926,138,'syntax_highlighting','true'),(1927,138,'comment_shortcuts','false'),(1928,138,'admin_color','fresh'),(1929,138,'use_ssl','0'),(1930,138,'show_admin_bar_front','true'),(1931,138,'locale',''),(1932,138,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1933,138,'wph0_user_level','0'),(1934,138,'dismissed_wp_pointers',''),(1935,139,'nickname','nWaKmk.qjtchpb'),(1936,139,'first_name',''),(1937,139,'last_name',''),(1938,139,'description',''),(1939,139,'rich_editing','true'),(1940,139,'syntax_highlighting','true'),(1941,139,'comment_shortcuts','false'),(1942,139,'admin_color','fresh'),(1943,139,'use_ssl','0'),(1944,139,'show_admin_bar_front','true'),(1945,139,'locale',''),(1946,139,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1947,139,'wph0_user_level','0'),(1948,139,'dismissed_wp_pointers',''),(1949,140,'nickname','mpini'),(1950,140,'first_name',''),(1951,140,'last_name',''),(1952,140,'description',''),(1953,140,'rich_editing','true'),(1954,140,'syntax_highlighting','true'),(1955,140,'comment_shortcuts','false'),(1956,140,'admin_color','fresh'),(1957,140,'use_ssl','0'),(1958,140,'show_admin_bar_front','true'),(1959,140,'locale',''),(1960,140,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1961,140,'wph0_user_level','0'),(1962,140,'dismissed_wp_pointers',''),(1963,141,'nickname','157'),(1964,141,'first_name',''),(1965,141,'last_name',''),(1966,141,'description',''),(1967,141,'rich_editing','true'),(1968,141,'syntax_highlighting','true'),(1969,141,'comment_shortcuts','false'),(1970,141,'admin_color','fresh'),(1971,141,'use_ssl','0'),(1972,141,'show_admin_bar_front','true'),(1973,141,'locale',''),(1974,141,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1975,141,'wph0_user_level','0'),(1976,141,'dismissed_wp_pointers',''),(1977,142,'nickname','bobprimm'),(1978,142,'first_name',''),(1979,142,'last_name',''),(1980,142,'description',''),(1981,142,'rich_editing','true'),(1982,142,'syntax_highlighting','true'),(1983,142,'comment_shortcuts','false'),(1984,142,'admin_color','fresh'),(1985,142,'use_ssl','0'),(1986,142,'show_admin_bar_front','true'),(1987,142,'locale',''),(1988,142,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(1989,142,'wph0_user_level','0'),(1990,142,'dismissed_wp_pointers',''),(1991,143,'nickname','debinskic'),(1992,143,'first_name',''),(1993,143,'last_name',''),(1994,143,'description',''),(1995,143,'rich_editing','true'),(1996,143,'syntax_highlighting','true'),(1997,143,'comment_shortcuts','false'),(1998,143,'admin_color','fresh'),(1999,143,'use_ssl','0'),(2000,143,'show_admin_bar_front','true'),(2001,143,'locale',''),(2002,143,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2003,143,'wph0_user_level','0'),(2004,143,'dismissed_wp_pointers',''),(2005,144,'nickname','jd'),(2006,144,'first_name',''),(2007,144,'last_name',''),(2008,144,'description',''),(2009,144,'rich_editing','true'),(2010,144,'syntax_highlighting','true'),(2011,144,'comment_shortcuts','false'),(2012,144,'admin_color','fresh'),(2013,144,'use_ssl','0'),(2014,144,'show_admin_bar_front','true'),(2015,144,'locale',''),(2016,144,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2017,144,'wph0_user_level','0'),(2018,144,'dismissed_wp_pointers',''),(2019,145,'nickname','bmjenkins5'),(2020,145,'first_name',''),(2021,145,'last_name',''),(2022,145,'description',''),(2023,145,'rich_editing','true'),(2024,145,'syntax_highlighting','true'),(2025,145,'comment_shortcuts','false'),(2026,145,'admin_color','fresh'),(2027,145,'use_ssl','0'),(2028,145,'show_admin_bar_front','true'),(2029,145,'locale',''),(2030,145,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2031,145,'wph0_user_level','0'),(2032,145,'dismissed_wp_pointers',''),(2033,146,'nickname','ti_lou91'),(2034,146,'first_name',''),(2035,146,'last_name',''),(2036,146,'description',''),(2037,146,'rich_editing','true'),(2038,146,'syntax_highlighting','true'),(2039,146,'comment_shortcuts','false'),(2040,146,'admin_color','fresh'),(2041,146,'use_ssl','0'),(2042,146,'show_admin_bar_front','true'),(2043,146,'locale',''),(2044,146,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2045,146,'wph0_user_level','0'),(2046,146,'dismissed_wp_pointers',''),(2047,147,'nickname','kjb'),(2048,147,'first_name',''),(2049,147,'last_name',''),(2050,147,'description',''),(2051,147,'rich_editing','true'),(2052,147,'syntax_highlighting','true'),(2053,147,'comment_shortcuts','false'),(2054,147,'admin_color','fresh'),(2055,147,'use_ssl','0'),(2056,147,'show_admin_bar_front','true'),(2057,147,'locale',''),(2058,147,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2059,147,'wph0_user_level','0'),(2060,147,'dismissed_wp_pointers',''),(2061,148,'nickname','tosuga'),(2062,148,'first_name',''),(2063,148,'last_name',''),(2064,148,'description',''),(2065,148,'rich_editing','true'),(2066,148,'syntax_highlighting','true'),(2067,148,'comment_shortcuts','false'),(2068,148,'admin_color','fresh'),(2069,148,'use_ssl','0'),(2070,148,'show_admin_bar_front','true'),(2071,148,'locale',''),(2072,148,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2073,148,'wph0_user_level','0'),(2074,148,'dismissed_wp_pointers',''),(2075,149,'nickname','tacel75'),(2076,149,'first_name',''),(2077,149,'last_name',''),(2078,149,'description',''),(2079,149,'rich_editing','true'),(2080,149,'syntax_highlighting','true'),(2081,149,'comment_shortcuts','false'),(2082,149,'admin_color','fresh'),(2083,149,'use_ssl','0'),(2084,149,'show_admin_bar_front','true'),(2085,149,'locale',''),(2086,149,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2087,149,'wph0_user_level','0'),(2088,149,'dismissed_wp_pointers',''),(2089,150,'nickname','georgiatelecominstallation'),(2090,150,'first_name',''),(2091,150,'last_name',''),(2092,150,'description',''),(2093,150,'rich_editing','true'),(2094,150,'syntax_highlighting','true'),(2095,150,'comment_shortcuts','false'),(2096,150,'admin_color','fresh'),(2097,150,'use_ssl','0'),(2098,150,'show_admin_bar_front','true'),(2099,150,'locale',''),(2100,150,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2101,150,'wph0_user_level','0'),(2102,150,'dismissed_wp_pointers',''),(2103,151,'nickname','info2'),(2104,151,'first_name',''),(2105,151,'last_name',''),(2106,151,'description',''),(2107,151,'rich_editing','true'),(2108,151,'syntax_highlighting','true'),(2109,151,'comment_shortcuts','false'),(2110,151,'admin_color','fresh'),(2111,151,'use_ssl','0'),(2112,151,'show_admin_bar_front','true'),(2113,151,'locale',''),(2114,151,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2115,151,'wph0_user_level','0'),(2116,151,'dismissed_wp_pointers',''),(2117,152,'nickname','FvltdX.wbpdhwh'),(2118,152,'first_name',''),(2119,152,'last_name',''),(2120,152,'description',''),(2121,152,'rich_editing','true'),(2122,152,'syntax_highlighting','true'),(2123,152,'comment_shortcuts','false'),(2124,152,'admin_color','fresh'),(2125,152,'use_ssl','0'),(2126,152,'show_admin_bar_front','true'),(2127,152,'locale',''),(2128,152,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2129,152,'wph0_user_level','0'),(2130,152,'dismissed_wp_pointers',''),(2131,153,'nickname','kscheumann'),(2132,153,'first_name',''),(2133,153,'last_name',''),(2134,153,'description',''),(2135,153,'rich_editing','true'),(2136,153,'syntax_highlighting','true'),(2137,153,'comment_shortcuts','false'),(2138,153,'admin_color','fresh'),(2139,153,'use_ssl','0'),(2140,153,'show_admin_bar_front','true'),(2141,153,'locale',''),(2142,153,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2143,153,'wph0_user_level','0'),(2144,153,'dismissed_wp_pointers',''),(2145,154,'nickname','jfray4'),(2146,154,'first_name',''),(2147,154,'last_name',''),(2148,154,'description',''),(2149,154,'rich_editing','true'),(2150,154,'syntax_highlighting','true'),(2151,154,'comment_shortcuts','false'),(2152,154,'admin_color','fresh'),(2153,154,'use_ssl','0'),(2154,154,'show_admin_bar_front','true'),(2155,154,'locale',''),(2156,154,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2157,154,'wph0_user_level','0'),(2158,154,'dismissed_wp_pointers',''),(2159,155,'nickname','heymooney'),(2160,155,'first_name',''),(2161,155,'last_name',''),(2162,155,'description',''),(2163,155,'rich_editing','true'),(2164,155,'syntax_highlighting','true'),(2165,155,'comment_shortcuts','false'),(2166,155,'admin_color','fresh'),(2167,155,'use_ssl','0'),(2168,155,'show_admin_bar_front','true'),(2169,155,'locale',''),(2170,155,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2171,155,'wph0_user_level','0'),(2172,155,'dismissed_wp_pointers',''),(2173,156,'nickname','tdqpjqq.qh'),(2174,156,'first_name',''),(2175,156,'last_name',''),(2176,156,'description',''),(2177,156,'rich_editing','true'),(2178,156,'syntax_highlighting','true'),(2179,156,'comment_shortcuts','false'),(2180,156,'admin_color','fresh'),(2181,156,'use_ssl','0'),(2182,156,'show_admin_bar_front','true'),(2183,156,'locale',''),(2184,156,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2185,156,'wph0_user_level','0'),(2186,156,'dismissed_wp_pointers',''),(2187,157,'nickname','romnik2012'),(2188,157,'first_name',''),(2189,157,'last_name',''),(2190,157,'description',''),(2191,157,'rich_editing','true'),(2192,157,'syntax_highlighting','true'),(2193,157,'comment_shortcuts','false'),(2194,157,'admin_color','fresh'),(2195,157,'use_ssl','0'),(2196,157,'show_admin_bar_front','true'),(2197,157,'locale',''),(2198,157,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2199,157,'wph0_user_level','0'),(2200,157,'dismissed_wp_pointers',''),(2201,158,'nickname','karlareynoso4912'),(2202,158,'first_name',''),(2203,158,'last_name',''),(2204,158,'description',''),(2205,158,'rich_editing','true'),(2206,158,'syntax_highlighting','true'),(2207,158,'comment_shortcuts','false'),(2208,158,'admin_color','fresh'),(2209,158,'use_ssl','0'),(2210,158,'show_admin_bar_front','true'),(2211,158,'locale',''),(2212,158,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2213,158,'wph0_user_level','0'),(2214,158,'dismissed_wp_pointers',''),(2215,159,'nickname','s_kleman'),(2216,159,'first_name',''),(2217,159,'last_name',''),(2218,159,'description',''),(2219,159,'rich_editing','true'),(2220,159,'syntax_highlighting','true'),(2221,159,'comment_shortcuts','false'),(2222,159,'admin_color','fresh'),(2223,159,'use_ssl','0'),(2224,159,'show_admin_bar_front','true'),(2225,159,'locale',''),(2226,159,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2227,159,'wph0_user_level','0'),(2228,159,'dismissed_wp_pointers',''),(2229,160,'nickname','lakersrkool'),(2230,160,'first_name',''),(2231,160,'last_name',''),(2232,160,'description',''),(2233,160,'rich_editing','true'),(2234,160,'syntax_highlighting','true'),(2235,160,'comment_shortcuts','false'),(2236,160,'admin_color','fresh'),(2237,160,'use_ssl','0'),(2238,160,'show_admin_bar_front','true'),(2239,160,'locale',''),(2240,160,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2241,160,'wph0_user_level','0'),(2242,160,'dismissed_wp_pointers',''),(2243,161,'nickname','palmer1360'),(2244,161,'first_name',''),(2245,161,'last_name',''),(2246,161,'description',''),(2247,161,'rich_editing','true'),(2248,161,'syntax_highlighting','true'),(2249,161,'comment_shortcuts','false'),(2250,161,'admin_color','fresh'),(2251,161,'use_ssl','0'),(2252,161,'show_admin_bar_front','true'),(2253,161,'locale',''),(2254,161,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2255,161,'wph0_user_level','0'),(2256,161,'dismissed_wp_pointers',''),(2257,162,'nickname','jannello'),(2258,162,'first_name',''),(2259,162,'last_name',''),(2260,162,'description',''),(2261,162,'rich_editing','true'),(2262,162,'syntax_highlighting','true'),(2263,162,'comment_shortcuts','false'),(2264,162,'admin_color','fresh'),(2265,162,'use_ssl','0'),(2266,162,'show_admin_bar_front','true'),(2267,162,'locale',''),(2268,162,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2269,162,'wph0_user_level','0'),(2270,162,'dismissed_wp_pointers',''),(2271,163,'nickname','vangmaiyia02'),(2272,163,'first_name',''),(2273,163,'last_name',''),(2274,163,'description',''),(2275,163,'rich_editing','true'),(2276,163,'syntax_highlighting','true'),(2277,163,'comment_shortcuts','false'),(2278,163,'admin_color','fresh'),(2279,163,'use_ssl','0'),(2280,163,'show_admin_bar_front','true'),(2281,163,'locale',''),(2282,163,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2283,163,'wph0_user_level','0'),(2284,163,'dismissed_wp_pointers',''),(2285,164,'nickname','vaptt'),(2286,164,'first_name',''),(2287,164,'last_name',''),(2288,164,'description',''),(2289,164,'rich_editing','true'),(2290,164,'syntax_highlighting','true'),(2291,164,'comment_shortcuts','false'),(2292,164,'admin_color','fresh'),(2293,164,'use_ssl','0'),(2294,164,'show_admin_bar_front','true'),(2295,164,'locale',''),(2296,164,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2297,164,'wph0_user_level','0'),(2298,164,'dismissed_wp_pointers',''),(2299,165,'nickname','jill.burrows'),(2300,165,'first_name',''),(2301,165,'last_name',''),(2302,165,'description',''),(2303,165,'rich_editing','true'),(2304,165,'syntax_highlighting','true'),(2305,165,'comment_shortcuts','false'),(2306,165,'admin_color','fresh'),(2307,165,'use_ssl','0'),(2308,165,'show_admin_bar_front','true'),(2309,165,'locale',''),(2310,165,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2311,165,'wph0_user_level','0'),(2312,165,'dismissed_wp_pointers',''),(2313,166,'nickname','misskayjay22'),(2314,166,'first_name',''),(2315,166,'last_name',''),(2316,166,'description',''),(2317,166,'rich_editing','true'),(2318,166,'syntax_highlighting','true'),(2319,166,'comment_shortcuts','false'),(2320,166,'admin_color','fresh'),(2321,166,'use_ssl','0'),(2322,166,'show_admin_bar_front','true'),(2323,166,'locale',''),(2324,166,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2325,166,'wph0_user_level','0'),(2326,166,'dismissed_wp_pointers',''),(2327,167,'nickname','info3'),(2328,167,'first_name',''),(2329,167,'last_name',''),(2330,167,'description',''),(2331,167,'rich_editing','true'),(2332,167,'syntax_highlighting','true'),(2333,167,'comment_shortcuts','false'),(2334,167,'admin_color','fresh'),(2335,167,'use_ssl','0'),(2336,167,'show_admin_bar_front','true'),(2337,167,'locale',''),(2338,167,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2339,167,'wph0_user_level','0'),(2340,167,'dismissed_wp_pointers',''),(2341,168,'nickname','UBtDeX.cbdbjjb'),(2342,168,'first_name',''),(2343,168,'last_name',''),(2344,168,'description',''),(2345,168,'rich_editing','true'),(2346,168,'syntax_highlighting','true'),(2347,168,'comment_shortcuts','false'),(2348,168,'admin_color','fresh'),(2349,168,'use_ssl','0'),(2350,168,'show_admin_bar_front','true'),(2351,168,'locale',''),(2352,168,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2353,168,'wph0_user_level','0'),(2354,168,'dismissed_wp_pointers',''),(2355,169,'nickname','lorirbwood'),(2356,169,'first_name',''),(2357,169,'last_name',''),(2358,169,'description',''),(2359,169,'rich_editing','true'),(2360,169,'syntax_highlighting','true'),(2361,169,'comment_shortcuts','false'),(2362,169,'admin_color','fresh'),(2363,169,'use_ssl','0'),(2364,169,'show_admin_bar_front','true'),(2365,169,'locale',''),(2366,169,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2367,169,'wph0_user_level','0'),(2368,169,'dismissed_wp_pointers',''),(2369,170,'nickname','alyssalee201'),(2370,170,'first_name',''),(2371,170,'last_name',''),(2372,170,'description',''),(2373,170,'rich_editing','true'),(2374,170,'syntax_highlighting','true'),(2375,170,'comment_shortcuts','false'),(2376,170,'admin_color','fresh'),(2377,170,'use_ssl','0'),(2378,170,'show_admin_bar_front','true'),(2379,170,'locale',''),(2380,170,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2381,170,'wph0_user_level','0'),(2382,170,'dismissed_wp_pointers',''),(2383,171,'nickname','alan.slade'),(2384,171,'first_name',''),(2385,171,'last_name',''),(2386,171,'description',''),(2387,171,'rich_editing','true'),(2388,171,'syntax_highlighting','true'),(2389,171,'comment_shortcuts','false'),(2390,171,'admin_color','fresh'),(2391,171,'use_ssl','0'),(2392,171,'show_admin_bar_front','true'),(2393,171,'locale',''),(2394,171,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2395,171,'wph0_user_level','0'),(2396,171,'dismissed_wp_pointers',''),(2397,172,'nickname','beaudaciousbods'),(2398,172,'first_name',''),(2399,172,'last_name',''),(2400,172,'description',''),(2401,172,'rich_editing','true'),(2402,172,'syntax_highlighting','true'),(2403,172,'comment_shortcuts','false'),(2404,172,'admin_color','fresh'),(2405,172,'use_ssl','0'),(2406,172,'show_admin_bar_front','true'),(2407,172,'locale',''),(2408,172,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2409,172,'wph0_user_level','0'),(2410,172,'dismissed_wp_pointers',''),(2411,173,'nickname','isanchezz'),(2412,173,'first_name',''),(2413,173,'last_name',''),(2414,173,'description',''),(2415,173,'rich_editing','true'),(2416,173,'syntax_highlighting','true'),(2417,173,'comment_shortcuts','false'),(2418,173,'admin_color','fresh'),(2419,173,'use_ssl','0'),(2420,173,'show_admin_bar_front','true'),(2421,173,'locale',''),(2422,173,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2423,173,'wph0_user_level','0'),(2424,173,'dismissed_wp_pointers',''),(2425,174,'nickname','stevescan'),(2426,174,'first_name',''),(2427,174,'last_name',''),(2428,174,'description',''),(2429,174,'rich_editing','true'),(2430,174,'syntax_highlighting','true'),(2431,174,'comment_shortcuts','false'),(2432,174,'admin_color','fresh'),(2433,174,'use_ssl','0'),(2434,174,'show_admin_bar_front','true'),(2435,174,'locale',''),(2436,174,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2437,174,'wph0_user_level','0'),(2438,174,'dismissed_wp_pointers',''),(2439,175,'nickname','reldafreeman'),(2440,175,'first_name',''),(2441,175,'last_name',''),(2442,175,'description',''),(2443,175,'rich_editing','true'),(2444,175,'syntax_highlighting','true'),(2445,175,'comment_shortcuts','false'),(2446,175,'admin_color','fresh'),(2447,175,'use_ssl','0'),(2448,175,'show_admin_bar_front','true'),(2449,175,'locale',''),(2450,175,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2451,175,'wph0_user_level','0'),(2452,175,'dismissed_wp_pointers',''),(2453,176,'nickname','mraz.kelly'),(2454,176,'first_name',''),(2455,176,'last_name',''),(2456,176,'description',''),(2457,176,'rich_editing','true'),(2458,176,'syntax_highlighting','true'),(2459,176,'comment_shortcuts','false'),(2460,176,'admin_color','fresh'),(2461,176,'use_ssl','0'),(2462,176,'show_admin_bar_front','true'),(2463,176,'locale',''),(2464,176,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2465,176,'wph0_user_level','0'),(2466,176,'dismissed_wp_pointers',''),(2467,177,'nickname','william.newman'),(2468,177,'first_name',''),(2469,177,'last_name',''),(2470,177,'description',''),(2471,177,'rich_editing','true'),(2472,177,'syntax_highlighting','true'),(2473,177,'comment_shortcuts','false'),(2474,177,'admin_color','fresh'),(2475,177,'use_ssl','0'),(2476,177,'show_admin_bar_front','true'),(2477,177,'locale',''),(2478,177,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2479,177,'wph0_user_level','0'),(2480,177,'dismissed_wp_pointers',''),(2481,178,'nickname','hector'),(2482,178,'first_name',''),(2483,178,'last_name',''),(2484,178,'description',''),(2485,178,'rich_editing','true'),(2486,178,'syntax_highlighting','true'),(2487,178,'comment_shortcuts','false'),(2488,178,'admin_color','fresh'),(2489,178,'use_ssl','0'),(2490,178,'show_admin_bar_front','true'),(2491,178,'locale',''),(2492,178,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2493,178,'wph0_user_level','0'),(2494,178,'dismissed_wp_pointers',''),(2495,179,'nickname','wowfurnitureny'),(2496,179,'first_name',''),(2497,179,'last_name',''),(2498,179,'description',''),(2499,179,'rich_editing','true'),(2500,179,'syntax_highlighting','true'),(2501,179,'comment_shortcuts','false'),(2502,179,'admin_color','fresh'),(2503,179,'use_ssl','0'),(2504,179,'show_admin_bar_front','true'),(2505,179,'locale',''),(2506,179,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2507,179,'wph0_user_level','0'),(2508,179,'dismissed_wp_pointers',''),(2509,180,'nickname','mrs.gretkowski713'),(2510,180,'first_name',''),(2511,180,'last_name',''),(2512,180,'description',''),(2513,180,'rich_editing','true'),(2514,180,'syntax_highlighting','true'),(2515,180,'comment_shortcuts','false'),(2516,180,'admin_color','fresh'),(2517,180,'use_ssl','0'),(2518,180,'show_admin_bar_front','true'),(2519,180,'locale',''),(2520,180,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2521,180,'wph0_user_level','0'),(2522,180,'dismissed_wp_pointers',''),(2523,181,'nickname','mandy23j'),(2524,181,'first_name',''),(2525,181,'last_name',''),(2526,181,'description',''),(2527,181,'rich_editing','true'),(2528,181,'syntax_highlighting','true'),(2529,181,'comment_shortcuts','false'),(2530,181,'admin_color','fresh'),(2531,181,'use_ssl','0'),(2532,181,'show_admin_bar_front','true'),(2533,181,'locale',''),(2534,181,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2535,181,'wph0_user_level','0'),(2536,181,'dismissed_wp_pointers',''),(2537,182,'nickname','carlbdumas'),(2538,182,'first_name',''),(2539,182,'last_name',''),(2540,182,'description',''),(2541,182,'rich_editing','true'),(2542,182,'syntax_highlighting','true'),(2543,182,'comment_shortcuts','false'),(2544,182,'admin_color','fresh'),(2545,182,'use_ssl','0'),(2546,182,'show_admin_bar_front','true'),(2547,182,'locale',''),(2548,182,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2549,182,'wph0_user_level','0'),(2550,182,'dismissed_wp_pointers',''),(2551,183,'nickname','huycao69'),(2552,183,'first_name',''),(2553,183,'last_name',''),(2554,183,'description',''),(2555,183,'rich_editing','true'),(2556,183,'syntax_highlighting','true'),(2557,183,'comment_shortcuts','false'),(2558,183,'admin_color','fresh'),(2559,183,'use_ssl','0'),(2560,183,'show_admin_bar_front','true'),(2561,183,'locale',''),(2562,183,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2563,183,'wph0_user_level','0'),(2564,183,'dismissed_wp_pointers',''),(2565,184,'nickname','andrew.liesenfeld'),(2566,184,'first_name',''),(2567,184,'last_name',''),(2568,184,'description',''),(2569,184,'rich_editing','true'),(2570,184,'syntax_highlighting','true'),(2571,184,'comment_shortcuts','false'),(2572,184,'admin_color','fresh'),(2573,184,'use_ssl','0'),(2574,184,'show_admin_bar_front','true'),(2575,184,'locale',''),(2576,184,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2577,184,'wph0_user_level','0'),(2578,184,'dismissed_wp_pointers',''),(2579,185,'nickname','traceytroiano'),(2580,185,'first_name',''),(2581,185,'last_name',''),(2582,185,'description',''),(2583,185,'rich_editing','true'),(2584,185,'syntax_highlighting','true'),(2585,185,'comment_shortcuts','false'),(2586,185,'admin_color','fresh'),(2587,185,'use_ssl','0'),(2588,185,'show_admin_bar_front','true'),(2589,185,'locale',''),(2590,185,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2591,185,'wph0_user_level','0'),(2592,185,'dismissed_wp_pointers',''),(2593,186,'nickname','davdichew'),(2594,186,'first_name',''),(2595,186,'last_name',''),(2596,186,'description',''),(2597,186,'rich_editing','true'),(2598,186,'syntax_highlighting','true'),(2599,186,'comment_shortcuts','false'),(2600,186,'admin_color','fresh'),(2601,186,'use_ssl','0'),(2602,186,'show_admin_bar_front','true'),(2603,186,'locale',''),(2604,186,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2605,186,'wph0_user_level','0'),(2606,186,'dismissed_wp_pointers',''),(2607,187,'nickname','elianachicas'),(2608,187,'first_name',''),(2609,187,'last_name',''),(2610,187,'description',''),(2611,187,'rich_editing','true'),(2612,187,'syntax_highlighting','true'),(2613,187,'comment_shortcuts','false'),(2614,187,'admin_color','fresh'),(2615,187,'use_ssl','0'),(2616,187,'show_admin_bar_front','true'),(2617,187,'locale',''),(2618,187,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2619,187,'wph0_user_level','0'),(2620,187,'dismissed_wp_pointers',''),(2621,188,'nickname','rachelgill'),(2622,188,'first_name',''),(2623,188,'last_name',''),(2624,188,'description',''),(2625,188,'rich_editing','true'),(2626,188,'syntax_highlighting','true'),(2627,188,'comment_shortcuts','false'),(2628,188,'admin_color','fresh'),(2629,188,'use_ssl','0'),(2630,188,'show_admin_bar_front','true'),(2631,188,'locale',''),(2632,188,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2633,188,'wph0_user_level','0'),(2634,188,'dismissed_wp_pointers',''),(2635,189,'nickname','mccollum.michael'),(2636,189,'first_name',''),(2637,189,'last_name',''),(2638,189,'description',''),(2639,189,'rich_editing','true'),(2640,189,'syntax_highlighting','true'),(2641,189,'comment_shortcuts','false'),(2642,189,'admin_color','fresh'),(2643,189,'use_ssl','0'),(2644,189,'show_admin_bar_front','true'),(2645,189,'locale',''),(2646,189,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2647,189,'wph0_user_level','0'),(2648,189,'dismissed_wp_pointers',''),(2649,190,'nickname','thomas.warrick'),(2650,190,'first_name',''),(2651,190,'last_name',''),(2652,190,'description',''),(2653,190,'rich_editing','true'),(2654,190,'syntax_highlighting','true'),(2655,190,'comment_shortcuts','false'),(2656,190,'admin_color','fresh'),(2657,190,'use_ssl','0'),(2658,190,'show_admin_bar_front','true'),(2659,190,'locale',''),(2660,190,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2661,190,'wph0_user_level','0'),(2662,190,'dismissed_wp_pointers',''),(2663,191,'nickname','waste0time0'),(2664,191,'first_name',''),(2665,191,'last_name',''),(2666,191,'description',''),(2667,191,'rich_editing','true'),(2668,191,'syntax_highlighting','true'),(2669,191,'comment_shortcuts','false'),(2670,191,'admin_color','fresh'),(2671,191,'use_ssl','0'),(2672,191,'show_admin_bar_front','true'),(2673,191,'locale',''),(2674,191,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2675,191,'wph0_user_level','0'),(2676,191,'dismissed_wp_pointers',''),(2677,192,'nickname','david'),(2678,192,'first_name',''),(2679,192,'last_name',''),(2680,192,'description',''),(2681,192,'rich_editing','true'),(2682,192,'syntax_highlighting','true'),(2683,192,'comment_shortcuts','false'),(2684,192,'admin_color','fresh'),(2685,192,'use_ssl','0'),(2686,192,'show_admin_bar_front','true'),(2687,192,'locale',''),(2688,192,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2689,192,'wph0_user_level','0'),(2690,192,'dismissed_wp_pointers',''),(2691,193,'nickname','chiefdanbooker'),(2692,193,'first_name',''),(2693,193,'last_name',''),(2694,193,'description',''),(2695,193,'rich_editing','true'),(2696,193,'syntax_highlighting','true'),(2697,193,'comment_shortcuts','false'),(2698,193,'admin_color','fresh'),(2699,193,'use_ssl','0'),(2700,193,'show_admin_bar_front','true'),(2701,193,'locale',''),(2702,193,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2703,193,'wph0_user_level','0'),(2704,193,'dismissed_wp_pointers',''),(2705,194,'nickname','mvoce53'),(2706,194,'first_name',''),(2707,194,'last_name',''),(2708,194,'description',''),(2709,194,'rich_editing','true'),(2710,194,'syntax_highlighting','true'),(2711,194,'comment_shortcuts','false'),(2712,194,'admin_color','fresh'),(2713,194,'use_ssl','0'),(2714,194,'show_admin_bar_front','true'),(2715,194,'locale',''),(2716,194,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2717,194,'wph0_user_level','0'),(2718,194,'dismissed_wp_pointers',''),(2719,195,'nickname','rodrigo.lopez'),(2720,195,'first_name',''),(2721,195,'last_name',''),(2722,195,'description',''),(2723,195,'rich_editing','true'),(2724,195,'syntax_highlighting','true'),(2725,195,'comment_shortcuts','false'),(2726,195,'admin_color','fresh'),(2727,195,'use_ssl','0'),(2728,195,'show_admin_bar_front','true'),(2729,195,'locale',''),(2730,195,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2731,195,'wph0_user_level','0'),(2732,195,'dismissed_wp_pointers',''),(2733,196,'nickname','marioarguijocanaca05'),(2734,196,'first_name',''),(2735,196,'last_name',''),(2736,196,'description',''),(2737,196,'rich_editing','true'),(2738,196,'syntax_highlighting','true'),(2739,196,'comment_shortcuts','false'),(2740,196,'admin_color','fresh'),(2741,196,'use_ssl','0'),(2742,196,'show_admin_bar_front','true'),(2743,196,'locale',''),(2744,196,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2745,196,'wph0_user_level','0'),(2746,196,'dismissed_wp_pointers',''),(2747,197,'nickname','fberschauer'),(2748,197,'first_name',''),(2749,197,'last_name',''),(2750,197,'description',''),(2751,197,'rich_editing','true'),(2752,197,'syntax_highlighting','true'),(2753,197,'comment_shortcuts','false'),(2754,197,'admin_color','fresh'),(2755,197,'use_ssl','0'),(2756,197,'show_admin_bar_front','true'),(2757,197,'locale',''),(2758,197,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2759,197,'wph0_user_level','0'),(2760,197,'dismissed_wp_pointers',''),(2761,198,'nickname','clarkj'),(2762,198,'first_name',''),(2763,198,'last_name',''),(2764,198,'description',''),(2765,198,'rich_editing','true'),(2766,198,'syntax_highlighting','true'),(2767,198,'comment_shortcuts','false'),(2768,198,'admin_color','fresh'),(2769,198,'use_ssl','0'),(2770,198,'show_admin_bar_front','true'),(2771,198,'locale',''),(2772,198,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2773,198,'wph0_user_level','0'),(2774,198,'dismissed_wp_pointers',''),(2775,199,'nickname','ashraf'),(2776,199,'first_name',''),(2777,199,'last_name',''),(2778,199,'description',''),(2779,199,'rich_editing','true'),(2780,199,'syntax_highlighting','true'),(2781,199,'comment_shortcuts','false'),(2782,199,'admin_color','fresh'),(2783,199,'use_ssl','0'),(2784,199,'show_admin_bar_front','true'),(2785,199,'locale',''),(2786,199,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2787,199,'wph0_user_level','0'),(2788,199,'dismissed_wp_pointers',''),(2789,200,'nickname','info4'),(2790,200,'first_name',''),(2791,200,'last_name',''),(2792,200,'description',''),(2793,200,'rich_editing','true'),(2794,200,'syntax_highlighting','true'),(2795,200,'comment_shortcuts','false'),(2796,200,'admin_color','fresh'),(2797,200,'use_ssl','0'),(2798,200,'show_admin_bar_front','true'),(2799,200,'locale',''),(2800,200,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2801,200,'wph0_user_level','0'),(2802,200,'dismissed_wp_pointers',''),(2803,201,'nickname','igmaikai'),(2804,201,'first_name',''),(2805,201,'last_name',''),(2806,201,'description',''),(2807,201,'rich_editing','true'),(2808,201,'syntax_highlighting','true'),(2809,201,'comment_shortcuts','false'),(2810,201,'admin_color','fresh'),(2811,201,'use_ssl','0'),(2812,201,'show_admin_bar_front','true'),(2813,201,'locale',''),(2814,201,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2815,201,'wph0_user_level','0'),(2816,201,'dismissed_wp_pointers',''),(2817,202,'nickname','nate'),(2818,202,'first_name',''),(2819,202,'last_name',''),(2820,202,'description',''),(2821,202,'rich_editing','true'),(2822,202,'syntax_highlighting','true'),(2823,202,'comment_shortcuts','false'),(2824,202,'admin_color','fresh'),(2825,202,'use_ssl','0'),(2826,202,'show_admin_bar_front','true'),(2827,202,'locale',''),(2828,202,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2829,202,'wph0_user_level','0'),(2830,202,'dismissed_wp_pointers',''),(2831,203,'nickname','nickbukowski'),(2832,203,'first_name',''),(2833,203,'last_name',''),(2834,203,'description',''),(2835,203,'rich_editing','true'),(2836,203,'syntax_highlighting','true'),(2837,203,'comment_shortcuts','false'),(2838,203,'admin_color','fresh'),(2839,203,'use_ssl','0'),(2840,203,'show_admin_bar_front','true'),(2841,203,'locale',''),(2842,203,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2843,203,'wph0_user_level','0'),(2844,203,'dismissed_wp_pointers',''),(2845,204,'nickname','jraines'),(2846,204,'first_name',''),(2847,204,'last_name',''),(2848,204,'description',''),(2849,204,'rich_editing','true'),(2850,204,'syntax_highlighting','true'),(2851,204,'comment_shortcuts','false'),(2852,204,'admin_color','fresh'),(2853,204,'use_ssl','0'),(2854,204,'show_admin_bar_front','true'),(2855,204,'locale',''),(2856,204,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2857,204,'wph0_user_level','0'),(2858,204,'dismissed_wp_pointers',''),(2859,205,'nickname','jsanchez2k'),(2860,205,'first_name',''),(2861,205,'last_name',''),(2862,205,'description',''),(2863,205,'rich_editing','true'),(2864,205,'syntax_highlighting','true'),(2865,205,'comment_shortcuts','false'),(2866,205,'admin_color','fresh'),(2867,205,'use_ssl','0'),(2868,205,'show_admin_bar_front','true'),(2869,205,'locale',''),(2870,205,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2871,205,'wph0_user_level','0'),(2872,205,'dismissed_wp_pointers',''),(2873,206,'nickname','7eruiluvatar'),(2874,206,'first_name',''),(2875,206,'last_name',''),(2876,206,'description',''),(2877,206,'rich_editing','true'),(2878,206,'syntax_highlighting','true'),(2879,206,'comment_shortcuts','false'),(2880,206,'admin_color','fresh'),(2881,206,'use_ssl','0'),(2882,206,'show_admin_bar_front','true'),(2883,206,'locale',''),(2884,206,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2885,206,'wph0_user_level','0'),(2886,206,'dismissed_wp_pointers',''),(2887,207,'nickname','lorak'),(2888,207,'first_name',''),(2889,207,'last_name',''),(2890,207,'description',''),(2891,207,'rich_editing','true'),(2892,207,'syntax_highlighting','true'),(2893,207,'comment_shortcuts','false'),(2894,207,'admin_color','fresh'),(2895,207,'use_ssl','0'),(2896,207,'show_admin_bar_front','true'),(2897,207,'locale',''),(2898,207,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2899,207,'wph0_user_level','0'),(2900,207,'dismissed_wp_pointers',''),(2901,208,'nickname','5mtransportcars'),(2902,208,'first_name',''),(2903,208,'last_name',''),(2904,208,'description',''),(2905,208,'rich_editing','true'),(2906,208,'syntax_highlighting','true'),(2907,208,'comment_shortcuts','false'),(2908,208,'admin_color','fresh'),(2909,208,'use_ssl','0'),(2910,208,'show_admin_bar_front','true'),(2911,208,'locale',''),(2912,208,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2913,208,'wph0_user_level','0'),(2914,208,'dismissed_wp_pointers',''),(2915,209,'nickname','avonbyminnie'),(2916,209,'first_name',''),(2917,209,'last_name',''),(2918,209,'description',''),(2919,209,'rich_editing','true'),(2920,209,'syntax_highlighting','true'),(2921,209,'comment_shortcuts','false'),(2922,209,'admin_color','fresh'),(2923,209,'use_ssl','0'),(2924,209,'show_admin_bar_front','true'),(2925,209,'locale',''),(2926,209,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2927,209,'wph0_user_level','0'),(2928,209,'dismissed_wp_pointers',''),(2929,210,'nickname','carrieoakes'),(2930,210,'first_name',''),(2931,210,'last_name',''),(2932,210,'description',''),(2933,210,'rich_editing','true'),(2934,210,'syntax_highlighting','true'),(2935,210,'comment_shortcuts','false'),(2936,210,'admin_color','fresh'),(2937,210,'use_ssl','0'),(2938,210,'show_admin_bar_front','true'),(2939,210,'locale',''),(2940,210,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2941,210,'wph0_user_level','0'),(2942,210,'dismissed_wp_pointers',''),(2943,211,'nickname','exulboutique'),(2944,211,'first_name',''),(2945,211,'last_name',''),(2946,211,'description',''),(2947,211,'rich_editing','true'),(2948,211,'syntax_highlighting','true'),(2949,211,'comment_shortcuts','false'),(2950,211,'admin_color','fresh'),(2951,211,'use_ssl','0'),(2952,211,'show_admin_bar_front','true'),(2953,211,'locale',''),(2954,211,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2955,211,'wph0_user_level','0'),(2956,211,'dismissed_wp_pointers',''),(2957,212,'nickname','reginabrooks60'),(2958,212,'first_name',''),(2959,212,'last_name',''),(2960,212,'description',''),(2961,212,'rich_editing','true'),(2962,212,'syntax_highlighting','true'),(2963,212,'comment_shortcuts','false'),(2964,212,'admin_color','fresh'),(2965,212,'use_ssl','0'),(2966,212,'show_admin_bar_front','true'),(2967,212,'locale',''),(2968,212,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2969,212,'wph0_user_level','0'),(2970,212,'dismissed_wp_pointers',''),(2971,213,'nickname','james.gloer'),(2972,213,'first_name',''),(2973,213,'last_name',''),(2974,213,'description',''),(2975,213,'rich_editing','true'),(2976,213,'syntax_highlighting','true'),(2977,213,'comment_shortcuts','false'),(2978,213,'admin_color','fresh'),(2979,213,'use_ssl','0'),(2980,213,'show_admin_bar_front','true'),(2981,213,'locale',''),(2982,213,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2983,213,'wph0_user_level','0'),(2984,213,'dismissed_wp_pointers',''),(2985,214,'nickname','invoices'),(2986,214,'first_name',''),(2987,214,'last_name',''),(2988,214,'description',''),(2989,214,'rich_editing','true'),(2990,214,'syntax_highlighting','true'),(2991,214,'comment_shortcuts','false'),(2992,214,'admin_color','fresh'),(2993,214,'use_ssl','0'),(2994,214,'show_admin_bar_front','true'),(2995,214,'locale',''),(2996,214,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(2997,214,'wph0_user_level','0'),(2998,214,'dismissed_wp_pointers',''),(2999,215,'nickname','dustinesker'),(3000,215,'first_name',''),(3001,215,'last_name',''),(3002,215,'description',''),(3003,215,'rich_editing','true'),(3004,215,'syntax_highlighting','true'),(3005,215,'comment_shortcuts','false'),(3006,215,'admin_color','fresh'),(3007,215,'use_ssl','0'),(3008,215,'show_admin_bar_front','true'),(3009,215,'locale',''),(3010,215,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3011,215,'wph0_user_level','0'),(3012,215,'dismissed_wp_pointers',''),(3013,216,'nickname','jclark'),(3014,216,'first_name',''),(3015,216,'last_name',''),(3016,216,'description',''),(3017,216,'rich_editing','true'),(3018,216,'syntax_highlighting','true'),(3019,216,'comment_shortcuts','false'),(3020,216,'admin_color','fresh'),(3021,216,'use_ssl','0'),(3022,216,'show_admin_bar_front','true'),(3023,216,'locale',''),(3024,216,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3025,216,'wph0_user_level','0'),(3026,216,'dismissed_wp_pointers',''),(3027,217,'nickname','design'),(3028,217,'first_name',''),(3029,217,'last_name',''),(3030,217,'description',''),(3031,217,'rich_editing','true'),(3032,217,'syntax_highlighting','true'),(3033,217,'comment_shortcuts','false'),(3034,217,'admin_color','fresh'),(3035,217,'use_ssl','0'),(3036,217,'show_admin_bar_front','true'),(3037,217,'locale',''),(3038,217,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3039,217,'wph0_user_level','0'),(3040,217,'dismissed_wp_pointers',''),(3041,218,'nickname','lincolncityclerk'),(3042,218,'first_name',''),(3043,218,'last_name',''),(3044,218,'description',''),(3045,218,'rich_editing','true'),(3046,218,'syntax_highlighting','true'),(3047,218,'comment_shortcuts','false'),(3048,218,'admin_color','fresh'),(3049,218,'use_ssl','0'),(3050,218,'show_admin_bar_front','true'),(3051,218,'locale',''),(3052,218,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3053,218,'wph0_user_level','0'),(3054,218,'dismissed_wp_pointers',''),(3055,219,'nickname','tlindacole'),(3056,219,'first_name',''),(3057,219,'last_name',''),(3058,219,'description',''),(3059,219,'rich_editing','true'),(3060,219,'syntax_highlighting','true'),(3061,219,'comment_shortcuts','false'),(3062,219,'admin_color','fresh'),(3063,219,'use_ssl','0'),(3064,219,'show_admin_bar_front','true'),(3065,219,'locale',''),(3066,219,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3067,219,'wph0_user_level','0'),(3068,219,'dismissed_wp_pointers',''),(3069,220,'nickname','gallen'),(3070,220,'first_name',''),(3071,220,'last_name',''),(3072,220,'description',''),(3073,220,'rich_editing','true'),(3074,220,'syntax_highlighting','true'),(3075,220,'comment_shortcuts','false'),(3076,220,'admin_color','fresh'),(3077,220,'use_ssl','0'),(3078,220,'show_admin_bar_front','true'),(3079,220,'locale',''),(3080,220,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3081,220,'wph0_user_level','0'),(3082,220,'dismissed_wp_pointers',''),(3083,221,'nickname','don'),(3084,221,'first_name',''),(3085,221,'last_name',''),(3086,221,'description',''),(3087,221,'rich_editing','true'),(3088,221,'syntax_highlighting','true'),(3089,221,'comment_shortcuts','false'),(3090,221,'admin_color','fresh'),(3091,221,'use_ssl','0'),(3092,221,'show_admin_bar_front','true'),(3093,221,'locale',''),(3094,221,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3095,221,'wph0_user_level','0'),(3096,221,'dismissed_wp_pointers',''),(3097,222,'nickname','velio.astolfi'),(3098,222,'first_name',''),(3099,222,'last_name',''),(3100,222,'description',''),(3101,222,'rich_editing','true'),(3102,222,'syntax_highlighting','true'),(3103,222,'comment_shortcuts','false'),(3104,222,'admin_color','fresh'),(3105,222,'use_ssl','0'),(3106,222,'show_admin_bar_front','true'),(3107,222,'locale',''),(3108,222,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3109,222,'wph0_user_level','0'),(3110,222,'dismissed_wp_pointers',''),(3111,223,'nickname','mg2010md'),(3112,223,'first_name',''),(3113,223,'last_name',''),(3114,223,'description',''),(3115,223,'rich_editing','true'),(3116,223,'syntax_highlighting','true'),(3117,223,'comment_shortcuts','false'),(3118,223,'admin_color','fresh'),(3119,223,'use_ssl','0'),(3120,223,'show_admin_bar_front','true'),(3121,223,'locale',''),(3122,223,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3123,223,'wph0_user_level','0'),(3124,223,'dismissed_wp_pointers',''),(3125,224,'nickname','agedly'),(3126,224,'first_name',''),(3127,224,'last_name',''),(3128,224,'description',''),(3129,224,'rich_editing','true'),(3130,224,'syntax_highlighting','true'),(3131,224,'comment_shortcuts','false'),(3132,224,'admin_color','fresh'),(3133,224,'use_ssl','0'),(3134,224,'show_admin_bar_front','true'),(3135,224,'locale',''),(3136,224,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3137,224,'wph0_user_level','0'),(3138,224,'dismissed_wp_pointers',''),(3139,225,'nickname','talyasem'),(3140,225,'first_name',''),(3141,225,'last_name',''),(3142,225,'description',''),(3143,225,'rich_editing','true'),(3144,225,'syntax_highlighting','true'),(3145,225,'comment_shortcuts','false'),(3146,225,'admin_color','fresh'),(3147,225,'use_ssl','0'),(3148,225,'show_admin_bar_front','true'),(3149,225,'locale',''),(3150,225,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3151,225,'wph0_user_level','0'),(3152,225,'dismissed_wp_pointers',''),(3153,226,'nickname','abdullahiuthman993'),(3154,226,'first_name',''),(3155,226,'last_name',''),(3156,226,'description',''),(3157,226,'rich_editing','true'),(3158,226,'syntax_highlighting','true'),(3159,226,'comment_shortcuts','false'),(3160,226,'admin_color','fresh'),(3161,226,'use_ssl','0'),(3162,226,'show_admin_bar_front','true'),(3163,226,'locale',''),(3164,226,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3165,226,'wph0_user_level','0'),(3166,226,'dismissed_wp_pointers',''),(3167,227,'nickname','hatty2001'),(3168,227,'first_name',''),(3169,227,'last_name',''),(3170,227,'description',''),(3171,227,'rich_editing','true'),(3172,227,'syntax_highlighting','true'),(3173,227,'comment_shortcuts','false'),(3174,227,'admin_color','fresh'),(3175,227,'use_ssl','0'),(3176,227,'show_admin_bar_front','true'),(3177,227,'locale',''),(3178,227,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3179,227,'wph0_user_level','0'),(3180,227,'dismissed_wp_pointers',''),(3181,228,'nickname','BLaYTw.qbpwqtdj'),(3182,228,'first_name',''),(3183,228,'last_name',''),(3184,228,'description',''),(3185,228,'rich_editing','true'),(3186,228,'syntax_highlighting','true'),(3187,228,'comment_shortcuts','false'),(3188,228,'admin_color','fresh'),(3189,228,'use_ssl','0'),(3190,228,'show_admin_bar_front','true'),(3191,228,'locale',''),(3192,228,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3193,228,'wph0_user_level','0'),(3194,228,'dismissed_wp_pointers',''),(3195,229,'nickname','sian.bull'),(3196,229,'first_name',''),(3197,229,'last_name',''),(3198,229,'description',''),(3199,229,'rich_editing','true'),(3200,229,'syntax_highlighting','true'),(3201,229,'comment_shortcuts','false'),(3202,229,'admin_color','fresh'),(3203,229,'use_ssl','0'),(3204,229,'show_admin_bar_front','true'),(3205,229,'locale',''),(3206,229,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3207,229,'wph0_user_level','0'),(3208,229,'dismissed_wp_pointers',''),(3209,230,'nickname','octaviojmj1'),(3210,230,'first_name',''),(3211,230,'last_name',''),(3212,230,'description',''),(3213,230,'rich_editing','true'),(3214,230,'syntax_highlighting','true'),(3215,230,'comment_shortcuts','false'),(3216,230,'admin_color','fresh'),(3217,230,'use_ssl','0'),(3218,230,'show_admin_bar_front','true'),(3219,230,'locale',''),(3220,230,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3221,230,'wph0_user_level','0'),(3222,230,'dismissed_wp_pointers',''),(3223,231,'nickname','benweatherly01'),(3224,231,'first_name',''),(3225,231,'last_name',''),(3226,231,'description',''),(3227,231,'rich_editing','true'),(3228,231,'syntax_highlighting','true'),(3229,231,'comment_shortcuts','false'),(3230,231,'admin_color','fresh'),(3231,231,'use_ssl','0'),(3232,231,'show_admin_bar_front','true'),(3233,231,'locale',''),(3234,231,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3235,231,'wph0_user_level','0'),(3236,231,'dismissed_wp_pointers',''),(3237,232,'nickname','jose.solorio96'),(3238,232,'first_name',''),(3239,232,'last_name',''),(3240,232,'description',''),(3241,232,'rich_editing','true'),(3242,232,'syntax_highlighting','true'),(3243,232,'comment_shortcuts','false'),(3244,232,'admin_color','fresh'),(3245,232,'use_ssl','0'),(3246,232,'show_admin_bar_front','true'),(3247,232,'locale',''),(3248,232,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3249,232,'wph0_user_level','0'),(3250,232,'dismissed_wp_pointers',''),(3251,233,'nickname','lexywexy1980'),(3252,233,'first_name',''),(3253,233,'last_name',''),(3254,233,'description',''),(3255,233,'rich_editing','true'),(3256,233,'syntax_highlighting','true'),(3257,233,'comment_shortcuts','false'),(3258,233,'admin_color','fresh'),(3259,233,'use_ssl','0'),(3260,233,'show_admin_bar_front','true'),(3261,233,'locale',''),(3262,233,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3263,233,'wph0_user_level','0'),(3264,233,'dismissed_wp_pointers',''),(3265,234,'nickname','antoniowaban'),(3266,234,'first_name',''),(3267,234,'last_name',''),(3268,234,'description',''),(3269,234,'rich_editing','true'),(3270,234,'syntax_highlighting','true'),(3271,234,'comment_shortcuts','false'),(3272,234,'admin_color','fresh'),(3273,234,'use_ssl','0'),(3274,234,'show_admin_bar_front','true'),(3275,234,'locale',''),(3276,234,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3277,234,'wph0_user_level','0'),(3278,234,'dismissed_wp_pointers',''),(3279,235,'nickname','spy_spyyy'),(3280,235,'first_name',''),(3281,235,'last_name',''),(3282,235,'description',''),(3283,235,'rich_editing','true'),(3284,235,'syntax_highlighting','true'),(3285,235,'comment_shortcuts','false'),(3286,235,'admin_color','fresh'),(3287,235,'use_ssl','0'),(3288,235,'show_admin_bar_front','true'),(3289,235,'locale',''),(3290,235,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3291,235,'wph0_user_level','0'),(3292,235,'dismissed_wp_pointers',''),(3293,236,'nickname','dlamcpa'),(3294,236,'first_name',''),(3295,236,'last_name',''),(3296,236,'description',''),(3297,236,'rich_editing','true'),(3298,236,'syntax_highlighting','true'),(3299,236,'comment_shortcuts','false'),(3300,236,'admin_color','fresh'),(3301,236,'use_ssl','0'),(3302,236,'show_admin_bar_front','true'),(3303,236,'locale',''),(3304,236,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3305,236,'wph0_user_level','0'),(3306,236,'dismissed_wp_pointers',''),(3307,237,'nickname','amandahunter'),(3308,237,'first_name',''),(3309,237,'last_name',''),(3310,237,'description',''),(3311,237,'rich_editing','true'),(3312,237,'syntax_highlighting','true'),(3313,237,'comment_shortcuts','false'),(3314,237,'admin_color','fresh'),(3315,237,'use_ssl','0'),(3316,237,'show_admin_bar_front','true'),(3317,237,'locale',''),(3318,237,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3319,237,'wph0_user_level','0'),(3320,237,'dismissed_wp_pointers',''),(3321,238,'nickname','roxanneloutfi'),(3322,238,'first_name',''),(3323,238,'last_name',''),(3324,238,'description',''),(3325,238,'rich_editing','true'),(3326,238,'syntax_highlighting','true'),(3327,238,'comment_shortcuts','false'),(3328,238,'admin_color','fresh'),(3329,238,'use_ssl','0'),(3330,238,'show_admin_bar_front','true'),(3331,238,'locale',''),(3332,238,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3333,238,'wph0_user_level','0'),(3334,238,'dismissed_wp_pointers',''),(3335,239,'nickname','donnylynch11'),(3336,239,'first_name',''),(3337,239,'last_name',''),(3338,239,'description',''),(3339,239,'rich_editing','true'),(3340,239,'syntax_highlighting','true'),(3341,239,'comment_shortcuts','false'),(3342,239,'admin_color','fresh'),(3343,239,'use_ssl','0'),(3344,239,'show_admin_bar_front','true'),(3345,239,'locale',''),(3346,239,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3347,239,'wph0_user_level','0'),(3348,239,'dismissed_wp_pointers',''),(3349,240,'nickname','ericcwilkins'),(3350,240,'first_name',''),(3351,240,'last_name',''),(3352,240,'description',''),(3353,240,'rich_editing','true'),(3354,240,'syntax_highlighting','true'),(3355,240,'comment_shortcuts','false'),(3356,240,'admin_color','fresh'),(3357,240,'use_ssl','0'),(3358,240,'show_admin_bar_front','true'),(3359,240,'locale',''),(3360,240,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3361,240,'wph0_user_level','0'),(3362,240,'dismissed_wp_pointers',''),(3363,241,'nickname','iwa4001'),(3364,241,'first_name',''),(3365,241,'last_name',''),(3366,241,'description',''),(3367,241,'rich_editing','true'),(3368,241,'syntax_highlighting','true'),(3369,241,'comment_shortcuts','false'),(3370,241,'admin_color','fresh'),(3371,241,'use_ssl','0'),(3372,241,'show_admin_bar_front','true'),(3373,241,'locale',''),(3374,241,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3375,241,'wph0_user_level','0'),(3376,241,'dismissed_wp_pointers',''),(3377,242,'nickname','myrtisjones46'),(3378,242,'first_name',''),(3379,242,'last_name',''),(3380,242,'description',''),(3381,242,'rich_editing','true'),(3382,242,'syntax_highlighting','true'),(3383,242,'comment_shortcuts','false'),(3384,242,'admin_color','fresh'),(3385,242,'use_ssl','0'),(3386,242,'show_admin_bar_front','true'),(3387,242,'locale',''),(3388,242,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3389,242,'wph0_user_level','0'),(3390,242,'dismissed_wp_pointers',''),(3391,243,'nickname','artlopez81856'),(3392,243,'first_name',''),(3393,243,'last_name',''),(3394,243,'description',''),(3395,243,'rich_editing','true'),(3396,243,'syntax_highlighting','true'),(3397,243,'comment_shortcuts','false'),(3398,243,'admin_color','fresh'),(3399,243,'use_ssl','0'),(3400,243,'show_admin_bar_front','true'),(3401,243,'locale',''),(3402,243,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3403,243,'wph0_user_level','0'),(3404,243,'dismissed_wp_pointers',''),(3405,244,'nickname','jbkopczynski'),(3406,244,'first_name',''),(3407,244,'last_name',''),(3408,244,'description',''),(3409,244,'rich_editing','true'),(3410,244,'syntax_highlighting','true'),(3411,244,'comment_shortcuts','false'),(3412,244,'admin_color','fresh'),(3413,244,'use_ssl','0'),(3414,244,'show_admin_bar_front','true'),(3415,244,'locale',''),(3416,244,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3417,244,'wph0_user_level','0'),(3418,244,'dismissed_wp_pointers',''),(3419,245,'nickname','mwehernandez10'),(3420,245,'first_name',''),(3421,245,'last_name',''),(3422,245,'description',''),(3423,245,'rich_editing','true'),(3424,245,'syntax_highlighting','true'),(3425,245,'comment_shortcuts','false'),(3426,245,'admin_color','fresh'),(3427,245,'use_ssl','0'),(3428,245,'show_admin_bar_front','true'),(3429,245,'locale',''),(3430,245,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3431,245,'wph0_user_level','0'),(3432,245,'dismissed_wp_pointers',''),(3433,246,'nickname','rcox'),(3434,246,'first_name',''),(3435,246,'last_name',''),(3436,246,'description',''),(3437,246,'rich_editing','true'),(3438,246,'syntax_highlighting','true'),(3439,246,'comment_shortcuts','false'),(3440,246,'admin_color','fresh'),(3441,246,'use_ssl','0'),(3442,246,'show_admin_bar_front','true'),(3443,246,'locale',''),(3444,246,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3445,246,'wph0_user_level','0'),(3446,246,'dismissed_wp_pointers',''),(3447,247,'nickname','djbarajas'),(3448,247,'first_name',''),(3449,247,'last_name',''),(3450,247,'description',''),(3451,247,'rich_editing','true'),(3452,247,'syntax_highlighting','true'),(3453,247,'comment_shortcuts','false'),(3454,247,'admin_color','fresh'),(3455,247,'use_ssl','0'),(3456,247,'show_admin_bar_front','true'),(3457,247,'locale',''),(3458,247,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3459,247,'wph0_user_level','0'),(3460,247,'dismissed_wp_pointers',''),(3461,248,'nickname','cindyggodbee'),(3462,248,'first_name',''),(3463,248,'last_name',''),(3464,248,'description',''),(3465,248,'rich_editing','true'),(3466,248,'syntax_highlighting','true'),(3467,248,'comment_shortcuts','false'),(3468,248,'admin_color','fresh'),(3469,248,'use_ssl','0'),(3470,248,'show_admin_bar_front','true'),(3471,248,'locale',''),(3472,248,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3473,248,'wph0_user_level','0'),(3474,248,'dismissed_wp_pointers',''),(3475,249,'nickname','redrickc1157'),(3476,249,'first_name',''),(3477,249,'last_name',''),(3478,249,'description',''),(3479,249,'rich_editing','true'),(3480,249,'syntax_highlighting','true'),(3481,249,'comment_shortcuts','false'),(3482,249,'admin_color','fresh'),(3483,249,'use_ssl','0'),(3484,249,'show_admin_bar_front','true'),(3485,249,'locale',''),(3486,249,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3487,249,'wph0_user_level','0'),(3488,249,'dismissed_wp_pointers',''),(3489,250,'nickname','info5'),(3490,250,'first_name',''),(3491,250,'last_name',''),(3492,250,'description',''),(3493,250,'rich_editing','true'),(3494,250,'syntax_highlighting','true'),(3495,250,'comment_shortcuts','false'),(3496,250,'admin_color','fresh'),(3497,250,'use_ssl','0'),(3498,250,'show_admin_bar_front','true'),(3499,250,'locale',''),(3500,250,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3501,250,'wph0_user_level','0'),(3502,250,'dismissed_wp_pointers',''),(3503,251,'nickname','john.horne'),(3504,251,'first_name',''),(3505,251,'last_name',''),(3506,251,'description',''),(3507,251,'rich_editing','true'),(3508,251,'syntax_highlighting','true'),(3509,251,'comment_shortcuts','false'),(3510,251,'admin_color','fresh'),(3511,251,'use_ssl','0'),(3512,251,'show_admin_bar_front','true'),(3513,251,'locale',''),(3514,251,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3515,251,'wph0_user_level','0'),(3516,251,'dismissed_wp_pointers',''),(3517,252,'nickname','chrisl'),(3518,252,'first_name',''),(3519,252,'last_name',''),(3520,252,'description',''),(3521,252,'rich_editing','true'),(3522,252,'syntax_highlighting','true'),(3523,252,'comment_shortcuts','false'),(3524,252,'admin_color','fresh'),(3525,252,'use_ssl','0'),(3526,252,'show_admin_bar_front','true'),(3527,252,'locale',''),(3528,252,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3529,252,'wph0_user_level','0'),(3530,252,'dismissed_wp_pointers',''),(3531,253,'nickname','idog4927'),(3532,253,'first_name',''),(3533,253,'last_name',''),(3534,253,'description',''),(3535,253,'rich_editing','true'),(3536,253,'syntax_highlighting','true'),(3537,253,'comment_shortcuts','false'),(3538,253,'admin_color','fresh'),(3539,253,'use_ssl','0'),(3540,253,'show_admin_bar_front','true'),(3541,253,'locale',''),(3542,253,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3543,253,'wph0_user_level','0'),(3544,253,'dismissed_wp_pointers',''),(3545,254,'nickname','support'),(3546,254,'first_name',''),(3547,254,'last_name',''),(3548,254,'description',''),(3549,254,'rich_editing','true'),(3550,254,'syntax_highlighting','true'),(3551,254,'comment_shortcuts','false'),(3552,254,'admin_color','fresh'),(3553,254,'use_ssl','0'),(3554,254,'show_admin_bar_front','true'),(3555,254,'locale',''),(3556,254,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3557,254,'wph0_user_level','0'),(3558,254,'dismissed_wp_pointers',''),(3559,255,'nickname','kathy'),(3560,255,'first_name',''),(3561,255,'last_name',''),(3562,255,'description',''),(3563,255,'rich_editing','true'),(3564,255,'syntax_highlighting','true'),(3565,255,'comment_shortcuts','false'),(3566,255,'admin_color','fresh'),(3567,255,'use_ssl','0'),(3568,255,'show_admin_bar_front','true'),(3569,255,'locale',''),(3570,255,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3571,255,'wph0_user_level','0'),(3572,255,'dismissed_wp_pointers',''),(3573,256,'nickname','amathes81'),(3574,256,'first_name',''),(3575,256,'last_name',''),(3576,256,'description',''),(3577,256,'rich_editing','true'),(3578,256,'syntax_highlighting','true'),(3579,256,'comment_shortcuts','false'),(3580,256,'admin_color','fresh'),(3581,256,'use_ssl','0'),(3582,256,'show_admin_bar_front','true'),(3583,256,'locale',''),(3584,256,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3585,256,'wph0_user_level','0'),(3586,256,'dismissed_wp_pointers',''),(3587,257,'nickname','shealynp13'),(3588,257,'first_name',''),(3589,257,'last_name',''),(3590,257,'description',''),(3591,257,'rich_editing','true'),(3592,257,'syntax_highlighting','true'),(3593,257,'comment_shortcuts','false'),(3594,257,'admin_color','fresh'),(3595,257,'use_ssl','0'),(3596,257,'show_admin_bar_front','true'),(3597,257,'locale',''),(3598,257,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3599,257,'wph0_user_level','0'),(3600,257,'dismissed_wp_pointers',''),(3601,258,'nickname','evhguitars'),(3602,258,'first_name',''),(3603,258,'last_name',''),(3604,258,'description',''),(3605,258,'rich_editing','true'),(3606,258,'syntax_highlighting','true'),(3607,258,'comment_shortcuts','false'),(3608,258,'admin_color','fresh'),(3609,258,'use_ssl','0'),(3610,258,'show_admin_bar_front','true'),(3611,258,'locale',''),(3612,258,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3613,258,'wph0_user_level','0'),(3614,258,'dismissed_wp_pointers',''),(3615,259,'nickname','reecemfritz'),(3616,259,'first_name',''),(3617,259,'last_name',''),(3618,259,'description',''),(3619,259,'rich_editing','true'),(3620,259,'syntax_highlighting','true'),(3621,259,'comment_shortcuts','false'),(3622,259,'admin_color','fresh'),(3623,259,'use_ssl','0'),(3624,259,'show_admin_bar_front','true'),(3625,259,'locale',''),(3626,259,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3627,259,'wph0_user_level','0'),(3628,259,'dismissed_wp_pointers',''),(3629,260,'nickname','bordenqueen'),(3630,260,'first_name',''),(3631,260,'last_name',''),(3632,260,'description',''),(3633,260,'rich_editing','true'),(3634,260,'syntax_highlighting','true'),(3635,260,'comment_shortcuts','false'),(3636,260,'admin_color','fresh'),(3637,260,'use_ssl','0'),(3638,260,'show_admin_bar_front','true'),(3639,260,'locale',''),(3640,260,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3641,260,'wph0_user_level','0'),(3642,260,'dismissed_wp_pointers',''),(3643,261,'nickname','info6'),(3644,261,'first_name',''),(3645,261,'last_name',''),(3646,261,'description',''),(3647,261,'rich_editing','true'),(3648,261,'syntax_highlighting','true'),(3649,261,'comment_shortcuts','false'),(3650,261,'admin_color','fresh'),(3651,261,'use_ssl','0'),(3652,261,'show_admin_bar_front','true'),(3653,261,'locale',''),(3654,261,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3655,261,'wph0_user_level','0'),(3656,261,'dismissed_wp_pointers',''),(3657,262,'nickname','mamawolfe03'),(3658,262,'first_name',''),(3659,262,'last_name',''),(3660,262,'description',''),(3661,262,'rich_editing','true'),(3662,262,'syntax_highlighting','true'),(3663,262,'comment_shortcuts','false'),(3664,262,'admin_color','fresh'),(3665,262,'use_ssl','0'),(3666,262,'show_admin_bar_front','true'),(3667,262,'locale',''),(3668,262,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3669,262,'wph0_user_level','0'),(3670,262,'dismissed_wp_pointers',''),(3671,263,'nickname','toccodia'),(3672,263,'first_name',''),(3673,263,'last_name',''),(3674,263,'description',''),(3675,263,'rich_editing','true'),(3676,263,'syntax_highlighting','true'),(3677,263,'comment_shortcuts','false'),(3678,263,'admin_color','fresh'),(3679,263,'use_ssl','0'),(3680,263,'show_admin_bar_front','true'),(3681,263,'locale',''),(3682,263,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3683,263,'wph0_user_level','0'),(3684,263,'dismissed_wp_pointers',''),(3685,264,'nickname','kunst22'),(3686,264,'first_name',''),(3687,264,'last_name',''),(3688,264,'description',''),(3689,264,'rich_editing','true'),(3690,264,'syntax_highlighting','true'),(3691,264,'comment_shortcuts','false'),(3692,264,'admin_color','fresh'),(3693,264,'use_ssl','0'),(3694,264,'show_admin_bar_front','true'),(3695,264,'locale',''),(3696,264,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3697,264,'wph0_user_level','0'),(3698,264,'dismissed_wp_pointers',''),(3699,265,'nickname','anthony.martinez'),(3700,265,'first_name',''),(3701,265,'last_name',''),(3702,265,'description',''),(3703,265,'rich_editing','true'),(3704,265,'syntax_highlighting','true'),(3705,265,'comment_shortcuts','false'),(3706,265,'admin_color','fresh'),(3707,265,'use_ssl','0'),(3708,265,'show_admin_bar_front','true'),(3709,265,'locale',''),(3710,265,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3711,265,'wph0_user_level','0'),(3712,265,'dismissed_wp_pointers',''),(3713,266,'nickname','court6990'),(3714,266,'first_name',''),(3715,266,'last_name',''),(3716,266,'description',''),(3717,266,'rich_editing','true'),(3718,266,'syntax_highlighting','true'),(3719,266,'comment_shortcuts','false'),(3720,266,'admin_color','fresh'),(3721,266,'use_ssl','0'),(3722,266,'show_admin_bar_front','true'),(3723,266,'locale',''),(3724,266,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3725,266,'wph0_user_level','0'),(3726,266,'dismissed_wp_pointers',''),(3727,267,'nickname','andersonodessa'),(3728,267,'first_name',''),(3729,267,'last_name',''),(3730,267,'description',''),(3731,267,'rich_editing','true'),(3732,267,'syntax_highlighting','true'),(3733,267,'comment_shortcuts','false'),(3734,267,'admin_color','fresh'),(3735,267,'use_ssl','0'),(3736,267,'show_admin_bar_front','true'),(3737,267,'locale',''),(3738,267,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3739,267,'wph0_user_level','0'),(3740,267,'dismissed_wp_pointers',''),(3741,268,'nickname','ad80beatz'),(3742,268,'first_name',''),(3743,268,'last_name',''),(3744,268,'description',''),(3745,268,'rich_editing','true'),(3746,268,'syntax_highlighting','true'),(3747,268,'comment_shortcuts','false'),(3748,268,'admin_color','fresh'),(3749,268,'use_ssl','0'),(3750,268,'show_admin_bar_front','true'),(3751,268,'locale',''),(3752,268,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3753,268,'wph0_user_level','0'),(3754,268,'dismissed_wp_pointers',''),(3755,269,'nickname','ekorsunsky'),(3756,269,'first_name',''),(3757,269,'last_name',''),(3758,269,'description',''),(3759,269,'rich_editing','true'),(3760,269,'syntax_highlighting','true'),(3761,269,'comment_shortcuts','false'),(3762,269,'admin_color','fresh'),(3763,269,'use_ssl','0'),(3764,269,'show_admin_bar_front','true'),(3765,269,'locale',''),(3766,269,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3767,269,'wph0_user_level','0'),(3768,269,'dismissed_wp_pointers',''),(3769,270,'nickname','mschwartz00'),(3770,270,'first_name',''),(3771,270,'last_name',''),(3772,270,'description',''),(3773,270,'rich_editing','true'),(3774,270,'syntax_highlighting','true'),(3775,270,'comment_shortcuts','false'),(3776,270,'admin_color','fresh'),(3777,270,'use_ssl','0'),(3778,270,'show_admin_bar_front','true'),(3779,270,'locale',''),(3780,270,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3781,270,'wph0_user_level','0'),(3782,270,'dismissed_wp_pointers',''),(3783,271,'nickname','ltshutack'),(3784,271,'first_name',''),(3785,271,'last_name',''),(3786,271,'description',''),(3787,271,'rich_editing','true'),(3788,271,'syntax_highlighting','true'),(3789,271,'comment_shortcuts','false'),(3790,271,'admin_color','fresh'),(3791,271,'use_ssl','0'),(3792,271,'show_admin_bar_front','true'),(3793,271,'locale',''),(3794,271,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3795,271,'wph0_user_level','0'),(3796,271,'dismissed_wp_pointers',''),(3797,272,'nickname','hyonjeong'),(3798,272,'first_name',''),(3799,272,'last_name',''),(3800,272,'description',''),(3801,272,'rich_editing','true'),(3802,272,'syntax_highlighting','true'),(3803,272,'comment_shortcuts','false'),(3804,272,'admin_color','fresh'),(3805,272,'use_ssl','0'),(3806,272,'show_admin_bar_front','true'),(3807,272,'locale',''),(3808,272,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3809,272,'wph0_user_level','0'),(3810,272,'dismissed_wp_pointers',''),(3811,273,'nickname','carolyn_white09'),(3812,273,'first_name',''),(3813,273,'last_name',''),(3814,273,'description',''),(3815,273,'rich_editing','true'),(3816,273,'syntax_highlighting','true'),(3817,273,'comment_shortcuts','false'),(3818,273,'admin_color','fresh'),(3819,273,'use_ssl','0'),(3820,273,'show_admin_bar_front','true'),(3821,273,'locale',''),(3822,273,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3823,273,'wph0_user_level','0'),(3824,273,'dismissed_wp_pointers',''),(3825,274,'nickname','jimmymcginness'),(3826,274,'first_name',''),(3827,274,'last_name',''),(3828,274,'description',''),(3829,274,'rich_editing','true'),(3830,274,'syntax_highlighting','true'),(3831,274,'comment_shortcuts','false'),(3832,274,'admin_color','fresh'),(3833,274,'use_ssl','0'),(3834,274,'show_admin_bar_front','true'),(3835,274,'locale',''),(3836,274,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3837,274,'wph0_user_level','0'),(3838,274,'dismissed_wp_pointers',''),(3839,275,'nickname','edf8583'),(3840,275,'first_name',''),(3841,275,'last_name',''),(3842,275,'description',''),(3843,275,'rich_editing','true'),(3844,275,'syntax_highlighting','true'),(3845,275,'comment_shortcuts','false'),(3846,275,'admin_color','fresh'),(3847,275,'use_ssl','0'),(3848,275,'show_admin_bar_front','true'),(3849,275,'locale',''),(3850,275,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3851,275,'wph0_user_level','0'),(3852,275,'dismissed_wp_pointers',''),(3853,276,'nickname','ckurrea'),(3854,276,'first_name',''),(3855,276,'last_name',''),(3856,276,'description',''),(3857,276,'rich_editing','true'),(3858,276,'syntax_highlighting','true'),(3859,276,'comment_shortcuts','false'),(3860,276,'admin_color','fresh'),(3861,276,'use_ssl','0'),(3862,276,'show_admin_bar_front','true'),(3863,276,'locale',''),(3864,276,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3865,276,'wph0_user_level','0'),(3866,276,'dismissed_wp_pointers',''),(3867,277,'nickname','mbfraser'),(3868,277,'first_name',''),(3869,277,'last_name',''),(3870,277,'description',''),(3871,277,'rich_editing','true'),(3872,277,'syntax_highlighting','true'),(3873,277,'comment_shortcuts','false'),(3874,277,'admin_color','fresh'),(3875,277,'use_ssl','0'),(3876,277,'show_admin_bar_front','true'),(3877,277,'locale',''),(3878,277,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3879,277,'wph0_user_level','0'),(3880,277,'dismissed_wp_pointers',''),(3881,278,'nickname','tjjdwdmcm.qh'),(3882,278,'first_name',''),(3883,278,'last_name',''),(3884,278,'description',''),(3885,278,'rich_editing','true'),(3886,278,'syntax_highlighting','true'),(3887,278,'comment_shortcuts','false'),(3888,278,'admin_color','fresh'),(3889,278,'use_ssl','0'),(3890,278,'show_admin_bar_front','true'),(3891,278,'locale',''),(3892,278,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3893,278,'wph0_user_level','0'),(3894,278,'dismissed_wp_pointers',''),(3895,279,'nickname','jvandermuehlen'),(3896,279,'first_name',''),(3897,279,'last_name',''),(3898,279,'description',''),(3899,279,'rich_editing','true'),(3900,279,'syntax_highlighting','true'),(3901,279,'comment_shortcuts','false'),(3902,279,'admin_color','fresh'),(3903,279,'use_ssl','0'),(3904,279,'show_admin_bar_front','true'),(3905,279,'locale',''),(3906,279,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3907,279,'wph0_user_level','0'),(3908,279,'dismissed_wp_pointers',''),(3909,280,'nickname','tombg8'),(3910,280,'first_name',''),(3911,280,'last_name',''),(3912,280,'description',''),(3913,280,'rich_editing','true'),(3914,280,'syntax_highlighting','true'),(3915,280,'comment_shortcuts','false'),(3916,280,'admin_color','fresh'),(3917,280,'use_ssl','0'),(3918,280,'show_admin_bar_front','true'),(3919,280,'locale',''),(3920,280,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3921,280,'wph0_user_level','0'),(3922,280,'dismissed_wp_pointers',''),(3923,281,'nickname','stefano.ferrari'),(3924,281,'first_name',''),(3925,281,'last_name',''),(3926,281,'description',''),(3927,281,'rich_editing','true'),(3928,281,'syntax_highlighting','true'),(3929,281,'comment_shortcuts','false'),(3930,281,'admin_color','fresh'),(3931,281,'use_ssl','0'),(3932,281,'show_admin_bar_front','true'),(3933,281,'locale',''),(3934,281,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3935,281,'wph0_user_level','0'),(3936,281,'dismissed_wp_pointers',''),(3937,282,'nickname','experttaxprep'),(3938,282,'first_name',''),(3939,282,'last_name',''),(3940,282,'description',''),(3941,282,'rich_editing','true'),(3942,282,'syntax_highlighting','true'),(3943,282,'comment_shortcuts','false'),(3944,282,'admin_color','fresh'),(3945,282,'use_ssl','0'),(3946,282,'show_admin_bar_front','true'),(3947,282,'locale',''),(3948,282,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3949,282,'wph0_user_level','0'),(3950,282,'dismissed_wp_pointers',''),(3951,283,'nickname','gmdad4'),(3952,283,'first_name',''),(3953,283,'last_name',''),(3954,283,'description',''),(3955,283,'rich_editing','true'),(3956,283,'syntax_highlighting','true'),(3957,283,'comment_shortcuts','false'),(3958,283,'admin_color','fresh'),(3959,283,'use_ssl','0'),(3960,283,'show_admin_bar_front','true'),(3961,283,'locale',''),(3962,283,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3963,283,'wph0_user_level','0'),(3964,283,'dismissed_wp_pointers',''),(3965,284,'nickname','sethsalado'),(3966,284,'first_name',''),(3967,284,'last_name',''),(3968,284,'description',''),(3969,284,'rich_editing','true'),(3970,284,'syntax_highlighting','true'),(3971,284,'comment_shortcuts','false'),(3972,284,'admin_color','fresh'),(3973,284,'use_ssl','0'),(3974,284,'show_admin_bar_front','true'),(3975,284,'locale',''),(3976,284,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3977,284,'wph0_user_level','0'),(3978,284,'dismissed_wp_pointers',''),(3979,285,'nickname','jim.mackay'),(3980,285,'first_name',''),(3981,285,'last_name',''),(3982,285,'description',''),(3983,285,'rich_editing','true'),(3984,285,'syntax_highlighting','true'),(3985,285,'comment_shortcuts','false'),(3986,285,'admin_color','fresh'),(3987,285,'use_ssl','0'),(3988,285,'show_admin_bar_front','true'),(3989,285,'locale',''),(3990,285,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(3991,285,'wph0_user_level','0'),(3992,285,'dismissed_wp_pointers',''),(3993,286,'nickname','jbowes'),(3994,286,'first_name',''),(3995,286,'last_name',''),(3996,286,'description',''),(3997,286,'rich_editing','true'),(3998,286,'syntax_highlighting','true'),(3999,286,'comment_shortcuts','false'),(4000,286,'admin_color','fresh'),(4001,286,'use_ssl','0'),(4002,286,'show_admin_bar_front','true'),(4003,286,'locale',''),(4004,286,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4005,286,'wph0_user_level','0'),(4006,286,'dismissed_wp_pointers',''),(4007,287,'nickname','josephparker'),(4008,287,'first_name',''),(4009,287,'last_name',''),(4010,287,'description',''),(4011,287,'rich_editing','true'),(4012,287,'syntax_highlighting','true'),(4013,287,'comment_shortcuts','false'),(4014,287,'admin_color','fresh'),(4015,287,'use_ssl','0'),(4016,287,'show_admin_bar_front','true'),(4017,287,'locale',''),(4018,287,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4019,287,'wph0_user_level','0'),(4020,287,'dismissed_wp_pointers',''),(4021,288,'nickname','theflying_j'),(4022,288,'first_name',''),(4023,288,'last_name',''),(4024,288,'description',''),(4025,288,'rich_editing','true'),(4026,288,'syntax_highlighting','true'),(4027,288,'comment_shortcuts','false'),(4028,288,'admin_color','fresh'),(4029,288,'use_ssl','0'),(4030,288,'show_admin_bar_front','true'),(4031,288,'locale',''),(4032,288,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4033,288,'wph0_user_level','0'),(4034,288,'dismissed_wp_pointers',''),(4035,289,'nickname','oliviaroy617'),(4036,289,'first_name',''),(4037,289,'last_name',''),(4038,289,'description',''),(4039,289,'rich_editing','true'),(4040,289,'syntax_highlighting','true'),(4041,289,'comment_shortcuts','false'),(4042,289,'admin_color','fresh'),(4043,289,'use_ssl','0'),(4044,289,'show_admin_bar_front','true'),(4045,289,'locale',''),(4046,289,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4047,289,'wph0_user_level','0'),(4048,289,'dismissed_wp_pointers',''),(4049,290,'nickname','fred_meza'),(4050,290,'first_name',''),(4051,290,'last_name',''),(4052,290,'description',''),(4053,290,'rich_editing','true'),(4054,290,'syntax_highlighting','true'),(4055,290,'comment_shortcuts','false'),(4056,290,'admin_color','fresh'),(4057,290,'use_ssl','0'),(4058,290,'show_admin_bar_front','true'),(4059,290,'locale',''),(4060,290,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4061,290,'wph0_user_level','0'),(4062,290,'dismissed_wp_pointers',''),(4063,291,'nickname','geriv'),(4064,291,'first_name',''),(4065,291,'last_name',''),(4066,291,'description',''),(4067,291,'rich_editing','true'),(4068,291,'syntax_highlighting','true'),(4069,291,'comment_shortcuts','false'),(4070,291,'admin_color','fresh'),(4071,291,'use_ssl','0'),(4072,291,'show_admin_bar_front','true'),(4073,291,'locale',''),(4074,291,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4075,291,'wph0_user_level','0'),(4076,291,'dismissed_wp_pointers',''),(4077,292,'nickname','val'),(4078,292,'first_name',''),(4079,292,'last_name',''),(4080,292,'description',''),(4081,292,'rich_editing','true'),(4082,292,'syntax_highlighting','true'),(4083,292,'comment_shortcuts','false'),(4084,292,'admin_color','fresh'),(4085,292,'use_ssl','0'),(4086,292,'show_admin_bar_front','true'),(4087,292,'locale',''),(4088,292,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4089,292,'wph0_user_level','0'),(4090,292,'dismissed_wp_pointers',''),(4091,293,'nickname','paigeshappee'),(4092,293,'first_name',''),(4093,293,'last_name',''),(4094,293,'description',''),(4095,293,'rich_editing','true'),(4096,293,'syntax_highlighting','true'),(4097,293,'comment_shortcuts','false'),(4098,293,'admin_color','fresh'),(4099,293,'use_ssl','0'),(4100,293,'show_admin_bar_front','true'),(4101,293,'locale',''),(4102,293,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4103,293,'wph0_user_level','0'),(4104,293,'dismissed_wp_pointers',''),(4105,294,'nickname','cbunch'),(4106,294,'first_name',''),(4107,294,'last_name',''),(4108,294,'description',''),(4109,294,'rich_editing','true'),(4110,294,'syntax_highlighting','true'),(4111,294,'comment_shortcuts','false'),(4112,294,'admin_color','fresh'),(4113,294,'use_ssl','0'),(4114,294,'show_admin_bar_front','true'),(4115,294,'locale',''),(4116,294,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4117,294,'wph0_user_level','0'),(4118,294,'dismissed_wp_pointers',''),(4119,295,'nickname','jennifer'),(4120,295,'first_name',''),(4121,295,'last_name',''),(4122,295,'description',''),(4123,295,'rich_editing','true'),(4124,295,'syntax_highlighting','true'),(4125,295,'comment_shortcuts','false'),(4126,295,'admin_color','fresh'),(4127,295,'use_ssl','0'),(4128,295,'show_admin_bar_front','true'),(4129,295,'locale',''),(4130,295,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4131,295,'wph0_user_level','0'),(4132,295,'dismissed_wp_pointers',''),(4133,296,'nickname','macrunk'),(4134,296,'first_name',''),(4135,296,'last_name',''),(4136,296,'description',''),(4137,296,'rich_editing','true'),(4138,296,'syntax_highlighting','true'),(4139,296,'comment_shortcuts','false'),(4140,296,'admin_color','fresh'),(4141,296,'use_ssl','0'),(4142,296,'show_admin_bar_front','true'),(4143,296,'locale',''),(4144,296,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4145,296,'wph0_user_level','0'),(4146,296,'dismissed_wp_pointers',''),(4147,297,'nickname','joyvanneste'),(4148,297,'first_name',''),(4149,297,'last_name',''),(4150,297,'description',''),(4151,297,'rich_editing','true'),(4152,297,'syntax_highlighting','true'),(4153,297,'comment_shortcuts','false'),(4154,297,'admin_color','fresh'),(4155,297,'use_ssl','0'),(4156,297,'show_admin_bar_front','true'),(4157,297,'locale',''),(4158,297,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4159,297,'wph0_user_level','0'),(4160,297,'dismissed_wp_pointers',''),(4161,298,'nickname','keku121'),(4162,298,'first_name',''),(4163,298,'last_name',''),(4164,298,'description',''),(4165,298,'rich_editing','true'),(4166,298,'syntax_highlighting','true'),(4167,298,'comment_shortcuts','false'),(4168,298,'admin_color','fresh'),(4169,298,'use_ssl','0'),(4170,298,'show_admin_bar_front','true'),(4171,298,'locale',''),(4172,298,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4173,298,'wph0_user_level','0'),(4174,298,'dismissed_wp_pointers',''),(4175,299,'nickname','bestbuddys712'),(4176,299,'first_name',''),(4177,299,'last_name',''),(4178,299,'description',''),(4179,299,'rich_editing','true'),(4180,299,'syntax_highlighting','true'),(4181,299,'comment_shortcuts','false'),(4182,299,'admin_color','fresh'),(4183,299,'use_ssl','0'),(4184,299,'show_admin_bar_front','true'),(4185,299,'locale',''),(4186,299,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4187,299,'wph0_user_level','0'),(4188,299,'dismissed_wp_pointers',''),(4189,300,'nickname','maxtraxda1'),(4190,300,'first_name',''),(4191,300,'last_name',''),(4192,300,'description',''),(4193,300,'rich_editing','true'),(4194,300,'syntax_highlighting','true'),(4195,300,'comment_shortcuts','false'),(4196,300,'admin_color','fresh'),(4197,300,'use_ssl','0'),(4198,300,'show_admin_bar_front','true'),(4199,300,'locale',''),(4200,300,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4201,300,'wph0_user_level','0'),(4202,300,'dismissed_wp_pointers',''),(4203,301,'nickname','lyonsleague'),(4204,301,'first_name',''),(4205,301,'last_name',''),(4206,301,'description',''),(4207,301,'rich_editing','true'),(4208,301,'syntax_highlighting','true'),(4209,301,'comment_shortcuts','false'),(4210,301,'admin_color','fresh'),(4211,301,'use_ssl','0'),(4212,301,'show_admin_bar_front','true'),(4213,301,'locale',''),(4214,301,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4215,301,'wph0_user_level','0'),(4216,301,'dismissed_wp_pointers',''),(4217,302,'nickname','drgayele'),(4218,302,'first_name',''),(4219,302,'last_name',''),(4220,302,'description',''),(4221,302,'rich_editing','true'),(4222,302,'syntax_highlighting','true'),(4223,302,'comment_shortcuts','false'),(4224,302,'admin_color','fresh'),(4225,302,'use_ssl','0'),(4226,302,'show_admin_bar_front','true'),(4227,302,'locale',''),(4228,302,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4229,302,'wph0_user_level','0'),(4230,302,'dismissed_wp_pointers',''),(4231,303,'nickname','crking.cr'),(4232,303,'first_name',''),(4233,303,'last_name',''),(4234,303,'description',''),(4235,303,'rich_editing','true'),(4236,303,'syntax_highlighting','true'),(4237,303,'comment_shortcuts','false'),(4238,303,'admin_color','fresh'),(4239,303,'use_ssl','0'),(4240,303,'show_admin_bar_front','true'),(4241,303,'locale',''),(4242,303,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4243,303,'wph0_user_level','0'),(4244,303,'dismissed_wp_pointers',''),(4245,304,'nickname','bkdanish7'),(4246,304,'first_name',''),(4247,304,'last_name',''),(4248,304,'description',''),(4249,304,'rich_editing','true'),(4250,304,'syntax_highlighting','true'),(4251,304,'comment_shortcuts','false'),(4252,304,'admin_color','fresh'),(4253,304,'use_ssl','0'),(4254,304,'show_admin_bar_front','true'),(4255,304,'locale',''),(4256,304,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4257,304,'wph0_user_level','0'),(4258,304,'dismissed_wp_pointers',''),(4259,305,'nickname','reedwykes'),(4260,305,'first_name',''),(4261,305,'last_name',''),(4262,305,'description',''),(4263,305,'rich_editing','true'),(4264,305,'syntax_highlighting','true'),(4265,305,'comment_shortcuts','false'),(4266,305,'admin_color','fresh'),(4267,305,'use_ssl','0'),(4268,305,'show_admin_bar_front','true'),(4269,305,'locale',''),(4270,305,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4271,305,'wph0_user_level','0'),(4272,305,'dismissed_wp_pointers',''),(4273,306,'nickname','scott'),(4274,306,'first_name',''),(4275,306,'last_name',''),(4276,306,'description',''),(4277,306,'rich_editing','true'),(4278,306,'syntax_highlighting','true'),(4279,306,'comment_shortcuts','false'),(4280,306,'admin_color','fresh'),(4281,306,'use_ssl','0'),(4282,306,'show_admin_bar_front','true'),(4283,306,'locale',''),(4284,306,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4285,306,'wph0_user_level','0'),(4286,306,'dismissed_wp_pointers',''),(4287,307,'nickname','vincentvudesign'),(4288,307,'first_name',''),(4289,307,'last_name',''),(4290,307,'description',''),(4291,307,'rich_editing','true'),(4292,307,'syntax_highlighting','true'),(4293,307,'comment_shortcuts','false'),(4294,307,'admin_color','fresh'),(4295,307,'use_ssl','0'),(4296,307,'show_admin_bar_front','true'),(4297,307,'locale',''),(4298,307,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4299,307,'wph0_user_level','0'),(4300,307,'dismissed_wp_pointers',''),(4301,308,'nickname','themurman'),(4302,308,'first_name',''),(4303,308,'last_name',''),(4304,308,'description',''),(4305,308,'rich_editing','true'),(4306,308,'syntax_highlighting','true'),(4307,308,'comment_shortcuts','false'),(4308,308,'admin_color','fresh'),(4309,308,'use_ssl','0'),(4310,308,'show_admin_bar_front','true'),(4311,308,'locale',''),(4312,308,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4313,308,'wph0_user_level','0'),(4314,308,'dismissed_wp_pointers',''),(4315,309,'nickname','watcher2112'),(4316,309,'first_name',''),(4317,309,'last_name',''),(4318,309,'description',''),(4319,309,'rich_editing','true'),(4320,309,'syntax_highlighting','true'),(4321,309,'comment_shortcuts','false'),(4322,309,'admin_color','fresh'),(4323,309,'use_ssl','0'),(4324,309,'show_admin_bar_front','true'),(4325,309,'locale',''),(4326,309,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4327,309,'wph0_user_level','0'),(4328,309,'dismissed_wp_pointers',''),(4329,310,'nickname','kpauls26'),(4330,310,'first_name',''),(4331,310,'last_name',''),(4332,310,'description',''),(4333,310,'rich_editing','true'),(4334,310,'syntax_highlighting','true'),(4335,310,'comment_shortcuts','false'),(4336,310,'admin_color','fresh'),(4337,310,'use_ssl','0'),(4338,310,'show_admin_bar_front','true'),(4339,310,'locale',''),(4340,310,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4341,310,'wph0_user_level','0'),(4342,310,'dismissed_wp_pointers',''),(4343,311,'nickname','MwEddM.hqhqddb'),(4344,311,'first_name',''),(4345,311,'last_name',''),(4346,311,'description',''),(4347,311,'rich_editing','true'),(4348,311,'syntax_highlighting','true'),(4349,311,'comment_shortcuts','false'),(4350,311,'admin_color','fresh'),(4351,311,'use_ssl','0'),(4352,311,'show_admin_bar_front','true'),(4353,311,'locale',''),(4354,311,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4355,311,'wph0_user_level','0'),(4356,311,'dismissed_wp_pointers',''),(4357,312,'nickname','ctouchton3799'),(4358,312,'first_name',''),(4359,312,'last_name',''),(4360,312,'description',''),(4361,312,'rich_editing','true'),(4362,312,'syntax_highlighting','true'),(4363,312,'comment_shortcuts','false'),(4364,312,'admin_color','fresh'),(4365,312,'use_ssl','0'),(4366,312,'show_admin_bar_front','true'),(4367,312,'locale',''),(4368,312,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4369,312,'wph0_user_level','0'),(4370,312,'dismissed_wp_pointers',''),(4371,313,'nickname','mstorey'),(4372,313,'first_name',''),(4373,313,'last_name',''),(4374,313,'description',''),(4375,313,'rich_editing','true'),(4376,313,'syntax_highlighting','true'),(4377,313,'comment_shortcuts','false'),(4378,313,'admin_color','fresh'),(4379,313,'use_ssl','0'),(4380,313,'show_admin_bar_front','true'),(4381,313,'locale',''),(4382,313,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4383,313,'wph0_user_level','0'),(4384,313,'dismissed_wp_pointers',''),(4385,314,'nickname','mike.foy'),(4386,314,'first_name',''),(4387,314,'last_name',''),(4388,314,'description',''),(4389,314,'rich_editing','true'),(4390,314,'syntax_highlighting','true'),(4391,314,'comment_shortcuts','false'),(4392,314,'admin_color','fresh'),(4393,314,'use_ssl','0'),(4394,314,'show_admin_bar_front','true'),(4395,314,'locale',''),(4396,314,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4397,314,'wph0_user_level','0'),(4398,314,'dismissed_wp_pointers',''),(4399,315,'nickname','mackenzie'),(4400,315,'first_name',''),(4401,315,'last_name',''),(4402,315,'description',''),(4403,315,'rich_editing','true'),(4404,315,'syntax_highlighting','true'),(4405,315,'comment_shortcuts','false'),(4406,315,'admin_color','fresh'),(4407,315,'use_ssl','0'),(4408,315,'show_admin_bar_front','true'),(4409,315,'locale',''),(4410,315,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4411,315,'wph0_user_level','0'),(4412,315,'dismissed_wp_pointers',''),(4413,316,'nickname','chiefofstuff'),(4414,316,'first_name',''),(4415,316,'last_name',''),(4416,316,'description',''),(4417,316,'rich_editing','true'),(4418,316,'syntax_highlighting','true'),(4419,316,'comment_shortcuts','false'),(4420,316,'admin_color','fresh'),(4421,316,'use_ssl','0'),(4422,316,'show_admin_bar_front','true'),(4423,316,'locale',''),(4424,316,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4425,316,'wph0_user_level','0'),(4426,316,'dismissed_wp_pointers',''),(4427,317,'nickname','grayduhduh'),(4428,317,'first_name',''),(4429,317,'last_name',''),(4430,317,'description',''),(4431,317,'rich_editing','true'),(4432,317,'syntax_highlighting','true'),(4433,317,'comment_shortcuts','false'),(4434,317,'admin_color','fresh'),(4435,317,'use_ssl','0'),(4436,317,'show_admin_bar_front','true'),(4437,317,'locale',''),(4438,317,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4439,317,'wph0_user_level','0'),(4440,317,'dismissed_wp_pointers',''),(4441,318,'nickname','david.adams'),(4442,318,'first_name',''),(4443,318,'last_name',''),(4444,318,'description',''),(4445,318,'rich_editing','true'),(4446,318,'syntax_highlighting','true'),(4447,318,'comment_shortcuts','false'),(4448,318,'admin_color','fresh'),(4449,318,'use_ssl','0'),(4450,318,'show_admin_bar_front','true'),(4451,318,'locale',''),(4452,318,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4453,318,'wph0_user_level','0'),(4454,318,'dismissed_wp_pointers',''),(4455,319,'nickname','k.hyndman'),(4456,319,'first_name',''),(4457,319,'last_name',''),(4458,319,'description',''),(4459,319,'rich_editing','true'),(4460,319,'syntax_highlighting','true'),(4461,319,'comment_shortcuts','false'),(4462,319,'admin_color','fresh'),(4463,319,'use_ssl','0'),(4464,319,'show_admin_bar_front','true'),(4465,319,'locale',''),(4466,319,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4467,319,'wph0_user_level','0'),(4468,319,'dismissed_wp_pointers',''),(4469,320,'nickname','casperjr_1'),(4470,320,'first_name',''),(4471,320,'last_name',''),(4472,320,'description',''),(4473,320,'rich_editing','true'),(4474,320,'syntax_highlighting','true'),(4475,320,'comment_shortcuts','false'),(4476,320,'admin_color','fresh'),(4477,320,'use_ssl','0'),(4478,320,'show_admin_bar_front','true'),(4479,320,'locale',''),(4480,320,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4481,320,'wph0_user_level','0'),(4482,320,'dismissed_wp_pointers',''),(4483,321,'nickname','nico.guidera'),(4484,321,'first_name',''),(4485,321,'last_name',''),(4486,321,'description',''),(4487,321,'rich_editing','true'),(4488,321,'syntax_highlighting','true'),(4489,321,'comment_shortcuts','false'),(4490,321,'admin_color','fresh'),(4491,321,'use_ssl','0'),(4492,321,'show_admin_bar_front','true'),(4493,321,'locale',''),(4494,321,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4495,321,'wph0_user_level','0'),(4496,321,'dismissed_wp_pointers',''),(4497,322,'nickname','qpmcqpbptd.p'),(4498,322,'first_name',''),(4499,322,'last_name',''),(4500,322,'description',''),(4501,322,'rich_editing','true'),(4502,322,'syntax_highlighting','true'),(4503,322,'comment_shortcuts','false'),(4504,322,'admin_color','fresh'),(4505,322,'use_ssl','0'),(4506,322,'show_admin_bar_front','true'),(4507,322,'locale',''),(4508,322,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4509,322,'wph0_user_level','0'),(4510,322,'dismissed_wp_pointers',''),(4511,323,'nickname','arosa'),(4512,323,'first_name',''),(4513,323,'last_name',''),(4514,323,'description',''),(4515,323,'rich_editing','true'),(4516,323,'syntax_highlighting','true'),(4517,323,'comment_shortcuts','false'),(4518,323,'admin_color','fresh'),(4519,323,'use_ssl','0'),(4520,323,'show_admin_bar_front','true'),(4521,323,'locale',''),(4522,323,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4523,323,'wph0_user_level','0'),(4524,323,'dismissed_wp_pointers',''),(4525,324,'nickname','jparis'),(4526,324,'first_name',''),(4527,324,'last_name',''),(4528,324,'description',''),(4529,324,'rich_editing','true'),(4530,324,'syntax_highlighting','true'),(4531,324,'comment_shortcuts','false'),(4532,324,'admin_color','fresh'),(4533,324,'use_ssl','0'),(4534,324,'show_admin_bar_front','true'),(4535,324,'locale',''),(4536,324,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4537,324,'wph0_user_level','0'),(4538,324,'dismissed_wp_pointers',''),(4539,325,'nickname','mschiller52'),(4540,325,'first_name',''),(4541,325,'last_name',''),(4542,325,'description',''),(4543,325,'rich_editing','true'),(4544,325,'syntax_highlighting','true'),(4545,325,'comment_shortcuts','false'),(4546,325,'admin_color','fresh'),(4547,325,'use_ssl','0'),(4548,325,'show_admin_bar_front','true'),(4549,325,'locale',''),(4550,325,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4551,325,'wph0_user_level','0'),(4552,325,'dismissed_wp_pointers',''),(4553,326,'nickname','agentkirb87'),(4554,326,'first_name',''),(4555,326,'last_name',''),(4556,326,'description',''),(4557,326,'rich_editing','true'),(4558,326,'syntax_highlighting','true'),(4559,326,'comment_shortcuts','false'),(4560,326,'admin_color','fresh'),(4561,326,'use_ssl','0'),(4562,326,'show_admin_bar_front','true'),(4563,326,'locale',''),(4564,326,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4565,326,'wph0_user_level','0'),(4566,326,'dismissed_wp_pointers',''),(4567,327,'nickname','benson36501'),(4568,327,'first_name',''),(4569,327,'last_name',''),(4570,327,'description',''),(4571,327,'rich_editing','true'),(4572,327,'syntax_highlighting','true'),(4573,327,'comment_shortcuts','false'),(4574,327,'admin_color','fresh'),(4575,327,'use_ssl','0'),(4576,327,'show_admin_bar_front','true'),(4577,327,'locale',''),(4578,327,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4579,327,'wph0_user_level','0'),(4580,327,'dismissed_wp_pointers',''),(4581,328,'nickname','csk122'),(4582,328,'first_name',''),(4583,328,'last_name',''),(4584,328,'description',''),(4585,328,'rich_editing','true'),(4586,328,'syntax_highlighting','true'),(4587,328,'comment_shortcuts','false'),(4588,328,'admin_color','fresh'),(4589,328,'use_ssl','0'),(4590,328,'show_admin_bar_front','true'),(4591,328,'locale',''),(4592,328,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4593,328,'wph0_user_level','0'),(4594,328,'dismissed_wp_pointers',''),(4595,329,'nickname','slegaspi'),(4596,329,'first_name',''),(4597,329,'last_name',''),(4598,329,'description',''),(4599,329,'rich_editing','true'),(4600,329,'syntax_highlighting','true'),(4601,329,'comment_shortcuts','false'),(4602,329,'admin_color','fresh'),(4603,329,'use_ssl','0'),(4604,329,'show_admin_bar_front','true'),(4605,329,'locale',''),(4606,329,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4607,329,'wph0_user_level','0'),(4608,329,'dismissed_wp_pointers',''),(4609,330,'nickname','rlk15'),(4610,330,'first_name',''),(4611,330,'last_name',''),(4612,330,'description',''),(4613,330,'rich_editing','true'),(4614,330,'syntax_highlighting','true'),(4615,330,'comment_shortcuts','false'),(4616,330,'admin_color','fresh'),(4617,330,'use_ssl','0'),(4618,330,'show_admin_bar_front','true'),(4619,330,'locale',''),(4620,330,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4621,330,'wph0_user_level','0'),(4622,330,'dismissed_wp_pointers',''),(4623,331,'nickname','sra.bretonrojas'),(4624,331,'first_name',''),(4625,331,'last_name',''),(4626,331,'description',''),(4627,331,'rich_editing','true'),(4628,331,'syntax_highlighting','true'),(4629,331,'comment_shortcuts','false'),(4630,331,'admin_color','fresh'),(4631,331,'use_ssl','0'),(4632,331,'show_admin_bar_front','true'),(4633,331,'locale',''),(4634,331,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4635,331,'wph0_user_level','0'),(4636,331,'dismissed_wp_pointers',''),(4637,332,'nickname','roland'),(4638,332,'first_name',''),(4639,332,'last_name',''),(4640,332,'description',''),(4641,332,'rich_editing','true'),(4642,332,'syntax_highlighting','true'),(4643,332,'comment_shortcuts','false'),(4644,332,'admin_color','fresh'),(4645,332,'use_ssl','0'),(4646,332,'show_admin_bar_front','true'),(4647,332,'locale',''),(4648,332,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4649,332,'wph0_user_level','0'),(4650,332,'dismissed_wp_pointers',''),(4651,333,'nickname','cindy.feldman'),(4652,333,'first_name',''),(4653,333,'last_name',''),(4654,333,'description',''),(4655,333,'rich_editing','true'),(4656,333,'syntax_highlighting','true'),(4657,333,'comment_shortcuts','false'),(4658,333,'admin_color','fresh'),(4659,333,'use_ssl','0'),(4660,333,'show_admin_bar_front','true'),(4661,333,'locale',''),(4662,333,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4663,333,'wph0_user_level','0'),(4664,333,'dismissed_wp_pointers',''),(4665,334,'nickname','Adedamola Adegoke Abraham'),(4666,334,'first_name','Adedamola'),(4667,334,'last_name','Abraham'),(4668,334,'description',''),(4669,334,'rich_editing','true'),(4670,334,'syntax_highlighting','true'),(4671,334,'comment_shortcuts','false'),(4672,334,'admin_color','fresh'),(4673,334,'use_ssl','0'),(4674,334,'show_admin_bar_front','true'),(4675,334,'locale',''),(4676,334,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4677,334,'wph0_user_level','0'),(4678,334,'dismissed_wp_pointers',''),(4679,335,'nickname','apoolatek'),(4680,335,'first_name','Tope'),(4681,335,'last_name','Apoola'),(4682,335,'description',''),(4683,335,'rich_editing','true'),(4684,335,'syntax_highlighting','true'),(4685,335,'comment_shortcuts','false'),(4686,335,'admin_color','fresh'),(4687,335,'use_ssl','0'),(4688,335,'show_admin_bar_front','true'),(4689,335,'locale',''),(4690,335,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4691,335,'wph0_user_level','0'),(4692,335,'dismissed_wp_pointers',''),(4693,336,'nickname','LitCaf1'),(4694,336,'first_name','Temitope'),(4695,336,'last_name','Apoola'),(4696,336,'description',''),(4697,336,'rich_editing','true'),(4698,336,'syntax_highlighting','true'),(4699,336,'comment_shortcuts','false'),(4700,336,'admin_color','fresh'),(4701,336,'use_ssl','0'),(4702,336,'show_admin_bar_front','true'),(4703,336,'locale',''),(4704,336,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4705,336,'wph0_user_level','0'),(4706,336,'dismissed_wp_pointers',''),(4707,337,'nickname','Olamide'),(4708,337,'first_name','Olamide'),(4709,337,'last_name','Ajayi'),(4710,337,'description',''),(4711,337,'rich_editing','true'),(4712,337,'syntax_highlighting','true'),(4713,337,'comment_shortcuts','false'),(4714,337,'admin_color','fresh'),(4715,337,'use_ssl','0'),(4716,337,'show_admin_bar_front','true'),(4717,337,'locale',''),(4718,337,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4719,337,'wph0_user_level','0'),(4720,337,'dismissed_wp_pointers',''),(4721,338,'nickname','ee'),(4722,338,'first_name','ee'),(4723,338,'last_name','ee'),(4724,338,'description',''),(4725,338,'rich_editing','true'),(4726,338,'syntax_highlighting','true'),(4727,338,'comment_shortcuts','false'),(4728,338,'admin_color','fresh'),(4729,338,'use_ssl','0'),(4730,338,'show_admin_bar_front','true'),(4731,338,'locale',''),(4732,338,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4733,338,'wph0_user_level','0'),(4734,338,'dismissed_wp_pointers',''),(4735,339,'nickname','jacob123'),(4736,339,'first_name','jacob'),(4737,339,'last_name','jacob'),(4738,339,'description',''),(4739,339,'rich_editing','true'),(4740,339,'syntax_highlighting','true'),(4741,339,'comment_shortcuts','false'),(4742,339,'admin_color','fresh'),(4743,339,'use_ssl','0'),(4744,339,'show_admin_bar_front','true'),(4745,339,'locale',''),(4746,339,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4747,339,'wph0_user_level','0'),(4748,339,'dismissed_wp_pointers',''),(4749,340,'nickname','Ayodelesmiles'),(4750,340,'first_name',''),(4751,340,'last_name',''),(4752,340,'description',''),(4753,340,'rich_editing','true'),(4754,340,'syntax_highlighting','true'),(4755,340,'comment_shortcuts','false'),(4756,340,'admin_color','fresh'),(4757,340,'use_ssl','0'),(4758,340,'show_admin_bar_front','true'),(4759,340,'locale',''),(4760,340,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4761,340,'wph0_user_level','0'),(4762,340,'dismissed_wp_pointers',''),(4763,341,'nickname','omondiorony'),(4764,341,'first_name',''),(4765,341,'last_name',''),(4766,341,'description',''),(4767,341,'rich_editing','true'),(4768,341,'syntax_highlighting','true'),(4769,341,'comment_shortcuts','false'),(4770,341,'admin_color','fresh'),(4771,341,'use_ssl','0'),(4772,341,'show_admin_bar_front','true'),(4773,341,'locale',''),(4774,341,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4775,341,'wph0_user_level','0'),(4776,341,'dismissed_wp_pointers',''),(4777,342,'nickname','Esther07'),(4778,342,'first_name',''),(4779,342,'last_name',''),(4780,342,'description',''),(4781,342,'rich_editing','true'),(4782,342,'syntax_highlighting','true'),(4783,342,'comment_shortcuts','false'),(4784,342,'admin_color','fresh'),(4785,342,'use_ssl','0'),(4786,342,'show_admin_bar_front','true'),(4787,342,'locale',''),(4788,342,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4789,342,'wph0_user_level','0'),(4790,342,'dismissed_wp_pointers',''),(4791,343,'nickname','usmanahmadu.mohammed'),(4792,343,'first_name',''),(4793,343,'last_name',''),(4794,343,'description',''),(4795,343,'rich_editing','true'),(4796,343,'syntax_highlighting','true'),(4797,343,'comment_shortcuts','false'),(4798,343,'admin_color','fresh'),(4799,343,'use_ssl','0'),(4800,343,'show_admin_bar_front','true'),(4801,343,'locale',''),(4802,343,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4803,343,'wph0_user_level','0'),(4804,343,'dismissed_wp_pointers',''),(4805,344,'nickname','litcaf'),(4806,344,'first_name',''),(4807,344,'last_name',''),(4808,344,'description',''),(4809,344,'rich_editing','true'),(4810,344,'syntax_highlighting','true'),(4811,344,'comment_shortcuts','false'),(4812,344,'admin_color','fresh'),(4813,344,'use_ssl','0'),(4814,344,'show_admin_bar_front','true'),(4815,344,'locale',''),(4816,344,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4817,344,'wph0_user_level','0'),(4818,344,'dismissed_wp_pointers',''),(4819,345,'nickname','jim.unah'),(4820,345,'first_name',''),(4821,345,'last_name',''),(4822,345,'description',''),(4823,345,'rich_editing','true'),(4824,345,'syntax_highlighting','true'),(4825,345,'comment_shortcuts','false'),(4826,345,'admin_color','fresh'),(4827,345,'use_ssl','0'),(4828,345,'show_admin_bar_front','true'),(4829,345,'locale',''),(4830,345,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4831,345,'wph0_user_level','0'),(4832,345,'dismissed_wp_pointers',''),(4833,1,'wph0_dashboard_quick_press_last_post_id','24262'),(4834,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"102.89.85.0\";}'),(4835,1,'wph0_user-settings','libraryContent=browse&siteorigin_panels_setting_tab=general&editor=html&hidetb=0&editor_plain_text_paste_warning=2&mfold=o'),(4836,1,'wph0_user-settings-time','1746210683'),(4837,1,'wph0_persisted_preferences','a:4:{s:4:\"core\";a:3:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"editorMode\";s:6:\"visual\";s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:23:\"taxonomy-panel-category\";}}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-05-01T23:35:59.433Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:0;s:12:\"welcomeGuide\";b:0;}}'),(4838,1,'so_panels_directory_enabled','1'),(4839,1,'nav_menu_recently_edited','29'),(4840,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(4841,1,'metaboxhidden_nav-menus','a:3:{i:0;s:23:\"add-post-type-portfolio\";i:1;s:12:\"add-post_tag\";i:2;s:20:\"add-project-category\";}'),(4842,1,'googleplus',''),(4843,1,'twitter',''),(4844,1,'closedpostboxes_page','a:1:{i:0;s:23:\"wpcode-metabox-snippets\";}'),(4845,1,'metaboxhidden_page','a:0:{}'),(4848,346,'nickname','Joycrown'),(4849,346,'first_name',''),(4850,346,'last_name',''),(4851,346,'description',''),(4852,346,'rich_editing','true'),(4853,346,'syntax_highlighting','true'),(4854,346,'comment_shortcuts','false'),(4855,346,'admin_color','fresh'),(4856,346,'use_ssl','0'),(4857,346,'show_admin_bar_front','true'),(4858,346,'locale',''),(4859,346,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4860,346,'wph0_user_level','0'),(4861,346,'preferred_category','Mobile App Developers'),(4864,347,'nickname','aanu07'),(4865,347,'first_name',''),(4866,347,'last_name',''),(4867,347,'description',''),(4868,347,'rich_editing','true'),(4869,347,'syntax_highlighting','true'),(4870,347,'comment_shortcuts','false'),(4871,347,'admin_color','fresh'),(4872,347,'use_ssl','0'),(4873,347,'show_admin_bar_front','true'),(4874,347,'locale',''),(4875,347,'wph0_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(4876,347,'wph0_user_level','10'),(4877,347,'preferred_category','Finance persons'),(4879,1,'meta-box-order_page','a:4:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:36:\"submitdiv,pageparentdiv,postimagediv\";s:6:\"normal\";s:78:\"post_metaboxes_combined,revisionsdiv,slugdiv,authordiv,wpcode-metabox-snippets\";s:8:\"advanced\";s:0:\"\";}'),(4880,1,'screen_layout_page','2'),(4881,1,'pp_uploaded_files','a:0:{}'),(4882,1,'action','so_widgets_preview'),(4883,1,'panels_data','{\"widgets\":[{\"headline\":{\"text\":\"Edit Profile\",\"destination_url\":\"\",\"tag\":\"h2\",\"color\":\"\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"mobile_align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"open\",\"new_window\":\"\"},\"sub_headline\":{\"text\":\"\",\"destination_url\":\"\",\"tag\":\"h3\",\"color\":\"\",\"hover_color\":\"\",\"font\":\"default\",\"font_size\":\"\",\"font_size_unit\":\"px\",\"align\":\"center\",\"mobile_align\":\"center\",\"line_height\":\"\",\"line_height_unit\":\"px\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\",\"new_window\":\"\"},\"divider\":{\"style\":\"solid\",\"color\":\"#eee\",\"thickness\":1,\"align\":\"center\",\"mobile_align\":\"center\",\"width\":\"80%\",\"width_unit\":\"%\",\"margin\":\"\",\"margin_unit\":\"px\",\"so_field_container_state\":\"closed\"},\"order\":[\"headline\",\"divider\",\"sub_headline\"],\"fittext_compressor\":0.85,\"_sow_form_id\":\"1733560691677eb144def26704763190\",\"_sow_form_timestamp\":\"1736356499321\",\"fittext\":\"\",\"so_sidebar_emulator_id\":\"sow-headline-2400610000\",\"option_name\":\"widget_sow-headline\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Headline_Widget\",\"raw\":false,\"grid\":0,\"cell\":0,\"id\":0,\"widget_id\":\"dbe93d0d-57c1-4e3a-aaf0-bf7c1e3fb85e\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"margin\":\"15px 15px 15px 15px\"}}},{\"title\":\"\",\"text\":\"[profilepress-edit-profile id=\\\"8\\\"]\\n\",\"text_selected_editor\":\"tinymce\",\"autop\":true,\"_sow_form_id\":\"1941152786677eaefddcc9d689731512\",\"_sow_form_timestamp\":\"\",\"so_sidebar_emulator_id\":\"sow-editor-2400610001\",\"option_name\":\"widget_sow-editor\",\"panels_info\":{\"class\":\"SiteOrigin_Widget_Editor_Widget\",\"raw\":false,\"grid\":1,\"cell\":0,\"id\":1,\"widget_id\":\"911cb315-fe42-4ad7-8154-3a8cfb2741cb\",\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\"}}}],\"grids\":[{\"cells\":1,\"style\":{\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}},{\"cells\":1,\"style\":{\"padding\":\"10px 5px 10px 5px\",\"background_image_attachment\":false,\"background_display\":\"tile\",\"background_image_size\":\"full\",\"background_image_opacity\":\"100\",\"border_thickness\":\"1px\",\"full_height\":\"\",\"cell_alignment\":\"flex-start\"}}],\"grid_cells\":[{\"grid\":0,\"index\":0,\"weight\":1,\"style\":[]},{\"grid\":1,\"index\":0,\"weight\":1,\"style\":[]}]}'),(4884,1,'post_id','24006'),(4885,347,'pp_uploaded_files','a:0:{}'),(4886,347,'editprofile_form_id','8'),(4887,347,'action','pp_ajax_editprofile'),(4888,347,'nonce','7c9223a00e'),(4889,347,'melange_id',''),(4891,347,'googleplus',''),(4892,347,'twitter',''),(4893,347,'pp_profile_avatar','e7890ccc90c34d32c01bdc956be6a056.jpeg'),(4894,348,'nickname','temitope'),(4895,348,'first_name',''),(4896,348,'last_name',''),(4897,348,'description',''),(4898,348,'rich_editing','true'),(4899,348,'syntax_highlighting','true'),(4900,348,'comment_shortcuts','false'),(4901,348,'admin_color','fresh'),(4902,348,'use_ssl','0'),(4903,348,'show_admin_bar_front','true'),(4904,348,'locale',''),(4905,348,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4906,348,'wph0_user_level','0'),(4907,348,'preferred_category','Entrepreneurs- CEO'),(4909,348,'pp_uploaded_files','a:0:{}'),(4910,348,'editprofile_form_id','8'),(4911,348,'action','pp_ajax_editprofile'),(4912,348,'nonce','c38cb35a46'),(4913,348,'melange_id',''),(4914,348,'pp_profile_avatar','40cbd326ae17a11ad3321e5b07518442.jpg'),(4915,348,'googleplus',''),(4916,348,'twitter',''),(4917,1,'manageedit-acf-post-typecolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(4918,1,'acf_user_settings','a:2:{s:19:\"post-type-first-run\";b:1;s:20:\"taxonomies-first-run\";b:1;}'),(4919,349,'nickname','Great Patriotic near me earlier than that our hindquarters'),(4920,349,'first_name',''),(4921,349,'last_name',''),(4922,349,'description',''),(4923,349,'rich_editing','true'),(4924,349,'syntax_highlighting','true'),(4925,349,'comment_shortcuts','false'),(4926,349,'admin_color','fresh'),(4927,349,'use_ssl','0'),(4928,349,'show_admin_bar_front','true'),(4929,349,'locale',''),(4930,349,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4931,349,'wph0_user_level','0'),(4932,349,'preferred_category',''),(4933,349,'session_tokens','a:1:{s:64:\"7de85d0d2d1a5f1620d54678333124b6d48028bc0ee5230da81e3177131da28c\";a:4:{s:10:\"expiration\";i:1736832749;s:2:\"ip\";s:13:\"154.216.20.24\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0\";s:5:\"login\";i:1736659949;}}'),(4934,1,'editprofile_form_id','8'),(4935,1,'nonce','41bc494a78'),(4936,1,'melange_id',''),(4937,1,'pp_profile_avatar','ec2bd9ed24e5ce51f274604967485216.jpg'),(4939,1,'data','{\"title\":\"\",\"text\":\"[profilepress-edit-profile id=\\\"8\\\"]\",\"text_selected_editor\":\"tinymce\",\"autop\":\"on\",\"_sow_form_id\":\"1941152786677eaefddcc9d689731512\",\"_sow_form_timestamp\":\"\"}'),(4940,1,'class','SiteOrigin_Widget_Editor_Widget'),(4941,350,'nickname','steve001'),(4942,350,'first_name','Stephen'),(4943,350,'last_name','Oniya'),(4944,350,'description',''),(4945,350,'rich_editing','true'),(4946,350,'syntax_highlighting','true'),(4947,350,'comment_shortcuts','false'),(4948,350,'admin_color','fresh'),(4949,350,'use_ssl','0'),(4950,350,'show_admin_bar_front','true'),(4951,350,'locale',''),(4952,350,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4953,350,'wph0_user_level','0'),(4954,350,'preferred_category','Entrepreneurs- CEO'),(4955,350,'session_tokens','a:2:{s:64:\"577d80f70c1f201ea3ca780f8bb2a28ebd97b2b6fc5d0e236fcf68c3bc7e5e68\";a:4:{s:10:\"expiration\";i:1746636344;s:2:\"ip\";s:15:\"105.112.123.192\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1745426744;}s:64:\"c9e616a1c3ca08c3e12d19f57c14484c05ce03a66396ffa3738b266484909fbb\";a:4:{s:10:\"expiration\";i:1746237982;s:2:\"ip\";s:13:\"102.89.84.231\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746065182;}}'),(4956,350,'pp_uploaded_files','a:0:{}'),(4957,350,'editprofile_form_id','8'),(4958,350,'action','pp_ajax_editprofile'),(4959,350,'nonce','d9b866e75c'),(4960,350,'melange_id',''),(4961,350,'pp_profile_avatar','766cb2c5e8eaaae26bce57884d1597f3.jpeg'),(4962,350,'googleplus',''),(4963,350,'twitter',''),(4965,351,'nickname','Slipping on The blood was an idler He s go Interrupted'),(4966,351,'first_name',''),(4967,351,'last_name',''),(4968,351,'description',''),(4969,351,'rich_editing','true'),(4970,351,'syntax_highlighting','true'),(4971,351,'comment_shortcuts','false'),(4972,351,'admin_color','fresh'),(4973,351,'use_ssl','0'),(4974,351,'show_admin_bar_front','true'),(4975,351,'locale',''),(4976,351,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4977,351,'wph0_user_level','0'),(4978,351,'preferred_category',''),(4979,351,'session_tokens','a:1:{s:64:\"e02a7cbac2444d3d590c9afaa68d3b0249c93be70ab0158aeb297af49b9d6c22\";a:4:{s:10:\"expiration\";i:1737907975;s:2:\"ip\";s:11:\"80.77.25.23\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 13_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15\";s:5:\"login\";i:1737735175;}}'),(4980,352,'nickname','Where are making a little adventure We know Guys'),(4981,352,'first_name',''),(4982,352,'last_name',''),(4983,352,'description',''),(4984,352,'rich_editing','true'),(4985,352,'syntax_highlighting','true'),(4986,352,'comment_shortcuts','false'),(4987,352,'admin_color','fresh'),(4988,352,'use_ssl','0'),(4989,352,'show_admin_bar_front','true'),(4990,352,'locale',''),(4991,352,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(4992,352,'wph0_user_level','0'),(4993,352,'preferred_category',''),(4994,352,'session_tokens','a:1:{s:64:\"c4a2f30efab35420140f89f2c7e32d6ecab53162aac9ad602e61de40602c0a5a\";a:4:{s:10:\"expiration\";i:1738823166;s:2:\"ip\";s:14:\"181.214.58.195\";s:2:\"ua\";s:130:\"Mozilla/5.0 (iPad; CPU OS 17_0_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0.1 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1738650366;}}'),(4995,353,'nickname','We didn t offer to stick over here in my family status'),(4996,353,'first_name',''),(4997,353,'last_name',''),(4998,353,'description',''),(4999,353,'rich_editing','true'),(5000,353,'syntax_highlighting','true'),(5001,353,'comment_shortcuts','false'),(5002,353,'admin_color','fresh'),(5003,353,'use_ssl','0'),(5004,353,'show_admin_bar_front','true'),(5005,353,'locale',''),(5006,353,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5007,353,'wph0_user_level','0'),(5008,353,'preferred_category',''),(5009,353,'session_tokens','a:1:{s:64:\"31ce5f37d2d9aec14c824e5d800da27e032b664f6773a389071516816cda983c\";a:4:{s:10:\"expiration\";i:1739060311;s:2:\"ip\";s:13:\"204.137.14.71\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0\";s:5:\"login\";i:1738887511;}}'),(5010,354,'nickname','John'),(5011,354,'first_name',''),(5012,354,'last_name',''),(5013,354,'description',''),(5014,354,'rich_editing','true'),(5015,354,'syntax_highlighting','true'),(5016,354,'comment_shortcuts','false'),(5017,354,'admin_color','fresh'),(5018,354,'use_ssl','0'),(5019,354,'show_admin_bar_front','true'),(5020,354,'locale',''),(5021,354,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5022,354,'wph0_user_level','0'),(5023,354,'preferred_category','Select Category'),(5024,354,'session_tokens','a:1:{s:64:\"63b357d399d55fa543d581ee438bc683f0bbbf8734b785d172f76599b9eb4db5\";a:4:{s:10:\"expiration\";i:1739536050;s:2:\"ip\";s:13:\"87.120.115.66\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";s:5:\"login\";i:1739363250;}}'),(5025,355,'nickname','HopeScribe'),(5026,355,'first_name',''),(5027,355,'last_name',''),(5028,355,'description',''),(5029,355,'rich_editing','true'),(5030,355,'syntax_highlighting','true'),(5031,355,'comment_shortcuts','false'),(5032,355,'admin_color','fresh'),(5033,355,'use_ssl','0'),(5034,355,'show_admin_bar_front','true'),(5035,355,'locale',''),(5036,355,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5037,355,'wph0_user_level','0'),(5038,355,'preferred_category','Students'),(5039,355,'session_tokens','a:1:{s:64:\"2ecfe9924e935f7b510f0c378eb0fd85ea4bc4e7df587eeba9f2ba0c913e6886\";a:4:{s:10:\"expiration\";i:1739916516;s:2:\"ip\";s:14:\"105.119.11.137\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1739743716;}}'),(5040,356,'nickname','TestUser'),(5041,356,'first_name',''),(5042,356,'last_name',''),(5043,356,'description',''),(5044,356,'rich_editing','true'),(5045,356,'syntax_highlighting','true'),(5046,356,'comment_shortcuts','false'),(5047,356,'admin_color','fresh'),(5048,356,'use_ssl','0'),(5049,356,'show_admin_bar_front','true'),(5050,356,'locale',''),(5051,356,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5052,356,'wph0_user_level','0'),(5053,356,'preferred_category','Select Category'),(5054,356,'session_tokens','a:1:{s:64:\"786e48fe9ff78acf1ea93d378c8c881c28aa787eed1eb2f5e81f937d54371535\";a:4:{s:10:\"expiration\";i:1740596187;s:2:\"ip\";s:13:\"196.251.72.64\";s:2:\"ua\";s:134:\"Mozilla/5.0 (iPad; CPU OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1740423387;}}'),(5055,357,'nickname','Hello'),(5056,357,'first_name',''),(5057,357,'last_name',''),(5058,357,'description',''),(5059,357,'rich_editing','true'),(5060,357,'syntax_highlighting','true'),(5061,357,'comment_shortcuts','false'),(5062,357,'admin_color','fresh'),(5063,357,'use_ssl','0'),(5064,357,'show_admin_bar_front','true'),(5065,357,'locale',''),(5066,357,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5067,357,'wph0_user_level','0'),(5068,357,'preferred_category','Select Category'),(5069,357,'session_tokens','a:1:{s:64:\"aacea2ef21fd7d1c6715fffe22faa724b518562f4fde97036c0b4af87ceb7947\";a:4:{s:10:\"expiration\";i:1740924324;s:2:\"ip\";s:15:\"107.173.160.135\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 OPR/114.0.0.0\";s:5:\"login\";i:1740751524;}}'),(5071,358,'nickname','Win Free Cash Instantly hs9d5f93cd50b5070b4dbb4bf5b04254d1'),(5072,358,'first_name',''),(5073,358,'last_name',''),(5074,358,'description',''),(5075,358,'rich_editing','true'),(5076,358,'syntax_highlighting','true'),(5077,358,'comment_shortcuts','false'),(5078,358,'admin_color','fresh'),(5079,358,'use_ssl','0'),(5080,358,'show_admin_bar_front','true'),(5081,358,'locale',''),(5082,358,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5083,358,'wph0_user_level','0'),(5084,358,'preferred_category','Web/App Developers'),(5085,358,'session_tokens','a:1:{s:64:\"bca20aa37058b6c576e4228dc34ce1b8176c9593125d07e62f85a3b0f7c12614\";a:4:{s:10:\"expiration\";i:1741310704;s:2:\"ip\";s:14:\"209.135.168.90\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36\";s:5:\"login\";i:1741137904;}}'),(5089,1,'closedpostboxes_dashboard','a:1:{i:0;s:18:\"dashboard_activity\";}'),(5090,1,'metaboxhidden_dashboard','a:0:{}'),(5091,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:99:\"so-dashboard-news,sdf_dashboard_widget,dashboard_site_health,dashboard_activity,dashboard_right_now\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:0:\"\";s:7:\"column4\";s:0:\"\";}'),(5094,359,'nickname','Modupe'),(5095,359,'first_name',''),(5096,359,'last_name',''),(5097,359,'description',''),(5098,359,'rich_editing','true'),(5099,359,'syntax_highlighting','true'),(5100,359,'comment_shortcuts','false'),(5101,359,'admin_color','fresh'),(5102,359,'use_ssl','0'),(5103,359,'show_admin_bar_front','true'),(5104,359,'locale',''),(5105,359,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5106,359,'wph0_user_level','0'),(5107,359,'preferred_category','Entrepreneurs- CEO'),(5108,359,'session_tokens','a:1:{s:64:\"c27b0011ce3c11311d5bfba9603b01229ef20fde97982c74cebe812a084f8c64\";a:4:{s:10:\"expiration\";i:1746237946;s:2:\"ip\";s:13:\"102.89.84.231\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746065146;}}'),(5109,359,'pp_uploaded_files','a:0:{}'),(5110,359,'editprofile_form_id','8'),(5111,359,'action','pp_ajax_editprofile'),(5112,359,'nonce','45281b9785'),(5113,359,'melange_id',''),(5114,359,'pp_profile_avatar','c5d2ee152726dad5eb20122ae42db065.jpeg'),(5115,359,'googleplus',''),(5116,359,'twitter',''),(5117,360,'nickname','XXfXXNObVrdIA'),(5118,360,'first_name',''),(5119,360,'last_name',''),(5120,360,'description',''),(5121,360,'rich_editing','true'),(5122,360,'syntax_highlighting','true'),(5123,360,'comment_shortcuts','false'),(5124,360,'admin_color','fresh'),(5125,360,'use_ssl','0'),(5126,360,'show_admin_bar_front','true'),(5127,360,'locale',''),(5128,360,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5129,360,'wph0_user_level','0'),(5130,360,'preferred_category','Web/App Developers'),(5131,360,'session_tokens','a:1:{s:64:\"24aec781fec1a879555a9e4ca7a9b0804cb5fcd6f1cab959e26ec18522b14464\";a:4:{s:10:\"expiration\";i:1742106333;s:2:\"ip\";s:14:\"94.125.113.214\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1741933533;}}'),(5132,348,'session_tokens','a:1:{s:64:\"c04a8e0fec6c262b310614068dcfe70a7fe049f5830e80f9643ccdd643153fff\";a:4:{s:10:\"expiration\";i:1742115879;s:2:\"ip\";s:12:\"102.89.75.43\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1741943079;}}'),(5133,361,'nickname','Alice'),(5134,361,'first_name',''),(5135,361,'last_name',''),(5136,361,'description',''),(5137,361,'rich_editing','true'),(5138,361,'syntax_highlighting','true'),(5139,361,'comment_shortcuts','false'),(5140,361,'admin_color','fresh'),(5141,361,'use_ssl','0'),(5142,361,'show_admin_bar_front','true'),(5143,361,'locale',''),(5144,361,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5145,361,'wph0_user_level','0'),(5146,361,'preferred_category','Select Category'),(5147,361,'session_tokens','a:1:{s:64:\"aed3ed93a7b8b2ba4c89a87d8a1400d2e164240fccfedbbe641f97a4d0b7765b\";a:4:{s:10:\"expiration\";i:1742185003;s:2:\"ip\";s:13:\"204.137.14.84\";s:2:\"ua\";s:134:\"Mozilla/5.0 (iPad; CPU OS 17_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/132.0.6834.100 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1742012203;}}'),(5150,1,'contact_card','a:10:{s:4:\"name\";s:11:\"tope_litcaf\";s:7:\"address\";s:36:\"No 1, Alejolowo str, ifelodun Estate\";s:5:\"email\";s:24:\"mubarakolagoke@gmail.com\";s:5:\"phone\";s:11:\"08146874760\";s:8:\"position\";s:11:\"Super Admin\";s:11:\"description\";s:4:\"good\";s:4:\"logo\";s:147751:\"data:image/jpeg;base64,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\";s:8:\"template\";s:27:\"template-files/CARD-III.php\";s:10:\"created_at\";s:19:\"2025-05-02 15:24:24\";s:12:\"unique_token\";s:52:\"w5ckKsSrNr4GQP7D19jKYuLlEwar0qZhnovWtI0upwR1TglPrPQG\";}'),(5151,359,'contact_card','a:9:{s:4:\"name\";s:6:\"Modupe\";s:7:\"address\";s:25:\"11, Olorubmi Close, Abuja\";s:5:\"email\";s:22:\"modupeapoola@gmail.com\";s:5:\"phone\";s:11:\"08083106999\";s:8:\"position\";s:8:\"Diplomat\";s:11:\"description\";s:0:\"\";s:4:\"logo\";s:8390:\"data:image/png;base64,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\";s:8:\"template\";s:26:\"template-files/CARD-II.php\";s:10:\"created_at\";s:19:\"2025-04-02 13:48:28\";}'),(5152,359,'user_contacts','a:0:{}'),(5154,362,'nickname','MyName'),(5155,362,'first_name',''),(5156,362,'last_name',''),(5157,362,'description',''),(5158,362,'rich_editing','true'),(5159,362,'syntax_highlighting','true'),(5160,362,'comment_shortcuts','false'),(5161,362,'admin_color','fresh'),(5162,362,'use_ssl','0'),(5163,362,'show_admin_bar_front','true'),(5164,362,'locale',''),(5165,362,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5166,362,'wph0_user_level','0'),(5167,362,'preferred_category','Select Category'),(5168,362,'session_tokens','a:1:{s:64:\"335165c217f070b3279726a334da026631dc94c49c6d2e50235cf9fb9276a885\";a:4:{s:10:\"expiration\";i:1742653087;s:2:\"ip\";s:13:\"196.251.81.49\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";s:5:\"login\";i:1742480287;}}'),(5170,363,'nickname','clIfcyKuPKsONC'),(5171,363,'first_name',''),(5172,363,'last_name',''),(5173,363,'description',''),(5174,363,'rich_editing','true'),(5175,363,'syntax_highlighting','true'),(5176,363,'comment_shortcuts','false'),(5177,363,'admin_color','fresh'),(5178,363,'use_ssl','0'),(5179,363,'show_admin_bar_front','true'),(5180,363,'locale',''),(5181,363,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5182,363,'wph0_user_level','0'),(5183,363,'preferred_category','Web/App Developers'),(5184,363,'session_tokens','a:1:{s:64:\"03314de95f13130e9d30ca75f679a08374333908b6654028e48ab3b653cf7580\";a:4:{s:10:\"expiration\";i:1743150769;s:2:\"ip\";s:15:\"113.160.165.145\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1742977969;}}'),(5185,364,'nickname','ehqEeawVrH'),(5186,364,'first_name',''),(5187,364,'last_name',''),(5188,364,'description',''),(5189,364,'rich_editing','true'),(5190,364,'syntax_highlighting','true'),(5191,364,'comment_shortcuts','false'),(5192,364,'admin_color','fresh'),(5193,364,'use_ssl','0'),(5194,364,'show_admin_bar_front','true'),(5195,364,'locale',''),(5196,364,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5197,364,'wph0_user_level','0'),(5198,364,'preferred_category','Web/App Developers'),(5199,364,'session_tokens','a:1:{s:64:\"d16e272b3ee3d22f1d9ecca7638d0294a9df81e8bad7c31e986a492ada6fba94\";a:4:{s:10:\"expiration\";i:1743463109;s:2:\"ip\";s:15:\"118.179.193.253\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743290309;}}'),(5200,365,'nickname','qdkEaUqFmnQXI'),(5201,365,'first_name',''),(5202,365,'last_name',''),(5203,365,'description',''),(5204,365,'rich_editing','true'),(5205,365,'syntax_highlighting','true'),(5206,365,'comment_shortcuts','false'),(5207,365,'admin_color','fresh'),(5208,365,'use_ssl','0'),(5209,365,'show_admin_bar_front','true'),(5210,365,'locale',''),(5211,365,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5212,365,'wph0_user_level','0'),(5213,365,'preferred_category','Web/App Developers'),(5214,365,'session_tokens','a:1:{s:64:\"d7591a5fa09171c8babe452b0232357391aa5e3a92d2108ddf5654fd29ab9658\";a:4:{s:10:\"expiration\";i:1743482917;s:2:\"ip\";s:13:\"177.128.245.6\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743310117;}}'),(5215,347,'wph0_dashboard_quick_press_last_post_id','24263'),(5216,347,'community-events-location','a:1:{s:2:\"ip\";s:11:\"102.89.82.0\";}'),(5217,1,'user_contacts','a:1:{i:0;i:350;}'),(5218,366,'nickname','owdwwpcRnk'),(5219,366,'first_name',''),(5220,366,'last_name',''),(5221,366,'description',''),(5222,366,'rich_editing','true'),(5223,366,'syntax_highlighting','true'),(5224,366,'comment_shortcuts','false'),(5225,366,'admin_color','fresh'),(5226,366,'use_ssl','0'),(5227,366,'show_admin_bar_front','true'),(5228,366,'locale',''),(5229,366,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5230,366,'wph0_user_level','0'),(5231,366,'preferred_category','Web/App Developers'),(5232,366,'session_tokens','a:1:{s:64:\"a7c641b822872208741808f4c5b5614d6f67c64b16bb0c50be0f452730d91a4f\";a:4:{s:10:\"expiration\";i:1743680298;s:2:\"ip\";s:12:\"65.20.131.63\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743507498;}}'),(5233,367,'nickname','zt4ff'),(5234,367,'first_name',''),(5235,367,'last_name',''),(5236,367,'description',''),(5237,367,'rich_editing','true'),(5238,367,'syntax_highlighting','true'),(5239,367,'comment_shortcuts','false'),(5240,367,'admin_color','fresh'),(5241,367,'use_ssl','0'),(5242,367,'show_admin_bar_front','true'),(5243,367,'locale',''),(5244,367,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5245,367,'wph0_user_level','0'),(5246,367,'preferred_category','Business Developer'),(5247,367,'session_tokens','a:1:{s:64:\"a619766c37425a33ec1220f9545c8c5208ccb5fe2317bfbca29df07320b0fe96\";a:4:{s:10:\"expiration\";i:1743694782;s:2:\"ip\";s:13:\"102.89.23.165\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";s:5:\"login\";i:1743521982;}}'),(5248,347,'wph0_persisted_preferences','a:3:{s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-04-01T15:42:07.808Z\";}'),(5249,347,'contact_card','a:10:{s:4:\"name\";s:6:\"aanu07\";s:7:\"address\";s:65:\"4, Commodore Bamidele Otiko Street,, Okuta-Elerinla Estate, Akure\";s:5:\"email\";s:20:\"aanuapoola@gmail.com\";s:5:\"phone\";s:11:\"08166906999\";s:8:\"position\";s:10:\"Accountant\";s:11:\"description\";s:0:\"\";s:4:\"logo\";s:70486:\"data:image/png;base64,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\";s:8:\"template\";s:27:\"template-files/CARD-XII.php\";s:10:\"created_at\";s:19:\"2025-05-02 08:51:13\";s:12:\"unique_token\";s:50:\"KxqPhdOhq6UT4RJjgMsonur4b61ah73HDVb1AFZBq8ikPmqdfd\";}'),(5250,368,'nickname','Omoogbon'),(5251,368,'first_name','Omogbon'),(5252,368,'last_name','Akeju'),(5253,368,'description',''),(5254,368,'rich_editing','true'),(5255,368,'syntax_highlighting','true'),(5256,368,'comment_shortcuts','false'),(5257,368,'admin_color','fresh'),(5258,368,'use_ssl','0'),(5259,368,'show_admin_bar_front','true'),(5260,368,'locale',''),(5261,368,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5262,368,'wph0_user_level','0'),(5263,368,'preferred_category','Artist'),(5264,368,'session_tokens','a:7:{s:64:\"054487b37dcd2342ba0056413d2c867c9f43027e2bc2f57f5a95b879fa0d74cd\";a:4:{s:10:\"expiration\";i:1746190651;s:2:\"ip\";s:13:\"102.89.82.187\";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:1746017851;}s:64:\"5b1c5d00a4456cd0ac977f3de27846c0d48fd013f5a891ea127b6d3246729204\";a:4:{s:10:\"expiration\";i:1746219157;s:2:\"ip\";s:11:\"102.89.69.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746046357;}s:64:\"fe1fd2409d1530f17783b92c3c153fe8bdc8ac5b363db2683887bc9a17ddfc6c\";a:4:{s:10:\"expiration\";i:1746219158;s:2:\"ip\";s:11:\"102.89.69.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746046358;}s:64:\"153007795a50f9fabefd5f88779a4c1fd9334c82fd34580f80e70276bb64d4bf\";a:4:{s:10:\"expiration\";i:1746224549;s:2:\"ip\";s:11:\"102.89.69.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746051749;}s:64:\"036c0d32ab3b822c94f2838b7991d1219d23ab54846c128eef3d8ac636a58f33\";a:4:{s:10:\"expiration\";i:1746224549;s:2:\"ip\";s:11:\"102.89.69.8\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746051749;}s:64:\"1432fe6ba03c0fddbc97cfc254ece2d3100a9bd0575af567d587d9341247bb5d\";a:4:{s:10:\"expiration\";i:1746229826;s:2:\"ip\";s:11:\"102.89.69.8\";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:1746057026;}s:64:\"b8b86eaf39f8b5a0979c6d3bdc1bc761392e1f250aa9a4aa3a6a8868a29c944d\";a:4:{s:10:\"expiration\";i:1746360984;s:2:\"ip\";s:15:\"129.222.206.142\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1746188184;}}'),(5265,368,'user_contacts','a:0:{}'),(5266,369,'nickname','ShINeSpFidcAd'),(5267,369,'first_name',''),(5268,369,'last_name',''),(5269,369,'description',''),(5270,369,'rich_editing','true'),(5271,369,'syntax_highlighting','true'),(5272,369,'comment_shortcuts','false'),(5273,369,'admin_color','fresh'),(5274,369,'use_ssl','0'),(5275,369,'show_admin_bar_front','true'),(5276,369,'locale',''),(5277,369,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5278,369,'wph0_user_level','0'),(5279,369,'preferred_category','Web/App Developers'),(5280,369,'session_tokens','a:1:{s:64:\"eaaf619778a7964b7901b6fb0b6a418f085a7a9bd88f9e71a7a2fcd3692612f5\";a:4:{s:10:\"expiration\";i:1743786811;s:2:\"ip\";s:14:\"103.11.216.174\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743614011;}}'),(5281,370,'nickname','bAAmjoMKuqwXFb'),(5282,370,'first_name',''),(5283,370,'last_name',''),(5284,370,'description',''),(5285,370,'rich_editing','true'),(5286,370,'syntax_highlighting','true'),(5287,370,'comment_shortcuts','false'),(5288,370,'admin_color','fresh'),(5289,370,'use_ssl','0'),(5290,370,'show_admin_bar_front','true'),(5291,370,'locale',''),(5292,370,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5293,370,'wph0_user_level','0'),(5294,370,'preferred_category','Web/App Developers'),(5295,370,'session_tokens','a:1:{s:64:\"f6c40b58a8359b59c92dbb39bcf7d3a5502bddab1f4fa64fb44be4d1d8fad1de\";a:4:{s:10:\"expiration\";i:1743792500;s:2:\"ip\";s:12:\"123.30.8.190\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743619700;}}'),(5296,368,'pp_uploaded_files','a:0:{}'),(5297,368,'editprofile_form_id','8'),(5298,368,'action','pp_ajax_editprofile'),(5299,368,'nonce','32f447435a'),(5300,368,'melange_id',''),(5301,368,'pp_profile_avatar','e3e764b5cb8aa61db70cc53a659df845.jpeg'),(5302,368,'googleplus',''),(5303,368,'twitter',''),(5304,371,'nickname','IgxsFrIsDFCfMe'),(5305,371,'first_name',''),(5306,371,'last_name',''),(5307,371,'description',''),(5308,371,'rich_editing','true'),(5309,371,'syntax_highlighting','true'),(5310,371,'comment_shortcuts','false'),(5311,371,'admin_color','fresh'),(5312,371,'use_ssl','0'),(5313,371,'show_admin_bar_front','true'),(5314,371,'locale',''),(5315,371,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5316,371,'wph0_user_level','0'),(5317,371,'preferred_category','Web/App Developers'),(5318,371,'session_tokens','a:1:{s:64:\"645a6a34f2bd2e43c741562aee356001d718f65a36cc436a8e9af40566e2cdd1\";a:4:{s:10:\"expiration\";i:1743923942;s:2:\"ip\";s:15:\"197.245.228.253\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743751142;}}'),(5319,1,'managetoplevel_page_wpcodecolumnshidden','a:3:{i:0;s:4:\"note\";i:1;s:9:\"shortcode\";i:2;s:7:\"updated\";}'),(5320,1,'wpcode_default_code_type','php'),(5323,372,'nickname','sZNbtysUtSH'),(5324,372,'first_name',''),(5325,372,'last_name',''),(5326,372,'description',''),(5327,372,'rich_editing','true'),(5328,372,'syntax_highlighting','true'),(5329,372,'comment_shortcuts','false'),(5330,372,'admin_color','fresh'),(5331,372,'use_ssl','0'),(5332,372,'show_admin_bar_front','true'),(5333,372,'locale',''),(5334,372,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5335,372,'wph0_user_level','0'),(5336,372,'preferred_category','Web/App Developers'),(5337,372,'session_tokens','a:1:{s:64:\"917ce42699ce886f8d66a850d56787b9dd66f60c342abb1fe3a301e9af387482\";a:4:{s:10:\"expiration\";i:1744049052;s:2:\"ip\";s:15:\"177.220.229.186\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743876252;}}'),(5338,373,'nickname','hpEfdDdYzE'),(5339,373,'first_name',''),(5340,373,'last_name',''),(5341,373,'description',''),(5342,373,'rich_editing','true'),(5343,373,'syntax_highlighting','true'),(5344,373,'comment_shortcuts','false'),(5345,373,'admin_color','fresh'),(5346,373,'use_ssl','0'),(5347,373,'show_admin_bar_front','true'),(5348,373,'locale',''),(5349,373,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5350,373,'wph0_user_level','0'),(5351,373,'preferred_category','Web/App Developers'),(5352,373,'session_tokens','a:1:{s:64:\"0dab7dab17a971dd69931a1d566d84033274e86454f666e15cc34d950d68446c\";a:4:{s:10:\"expiration\";i:1744050038;s:2:\"ip\";s:13:\"41.191.229.34\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1743877238;}}'),(5353,1,'meta-box-order_users_page_bp-profile-edit','a:3:{s:4:\"side\";s:66:\"bp_members_user_admin_avatar,submitdiv,bp_members_admin_user_stats\";s:6:\"normal\";s:34:\"bp_xprofile_user_admin_fields_base\";s:8:\"advanced\";s:0:\"\";}'),(5354,1,'screen_layout_users_page_bp-profile-edit','2'),(5355,374,'nickname','ADyRmkHbZTxTIn'),(5356,374,'first_name',''),(5357,374,'last_name',''),(5358,374,'description',''),(5359,374,'rich_editing','true'),(5360,374,'syntax_highlighting','true'),(5361,374,'comment_shortcuts','false'),(5362,374,'admin_color','fresh'),(5363,374,'use_ssl','0'),(5364,374,'show_admin_bar_front','true'),(5365,374,'locale',''),(5366,374,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5367,374,'wph0_user_level','0'),(5368,374,'preferred_category','Web/App Developers'),(5369,374,'session_tokens','a:1:{s:64:\"866bc538a4b4e9fb081b2653d5ed4c3e24b19bb6fbeefd950c94d6d87d4e72ea\";a:4:{s:10:\"expiration\";i:1744293269;s:2:\"ip\";s:14:\"45.185.226.146\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744120469;}}'),(5370,368,'unique_token','https://litcaf.com/c/dFRaL4fEnDjtF4CAu8Wevsw7MhnIAtb9lTXqH0Fg3cpGKj3yJWG/'),(5371,368,'qr_code_link','https://api.qrserver.com/v1/create-qr-code/?data=https%3A%2F%2Flitcaf.com%2Fc%2Fr61MyurxEeOA6jhHfVh8O8sao09LMXDlCCiAMhx6IN7NOUYbqEuy'),(5372,368,'gender','Male'),(5373,368,'country',''),(5374,368,'xoo_el_reg_username',''),(5375,368,'xoo_el_reg_userrole',''),(5376,368,'xoo_el_reg_email',''),(5377,368,'xoo_el_reg_fname',''),(5378,368,'xoo_el_reg_lname',''),(5379,368,'xoo_el_reg_pass',''),(5380,368,'xoo_el_reg_pass_again',''),(5381,368,'xoo_el_reg_terms',''),(5382,368,'facebook',''),(5383,368,'linkedin',''),(5384,368,'google',''),(5385,375,'nickname','TxIEsceEYDduDq'),(5386,375,'first_name',''),(5387,375,'last_name',''),(5388,375,'description',''),(5389,375,'rich_editing','true'),(5390,375,'syntax_highlighting','true'),(5391,375,'comment_shortcuts','false'),(5392,375,'admin_color','fresh'),(5393,375,'use_ssl','0'),(5394,375,'show_admin_bar_front','true'),(5395,375,'locale',''),(5396,375,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5397,375,'wph0_user_level','0'),(5398,375,'preferred_category','Web/App Developers'),(5399,375,'session_tokens','a:1:{s:64:\"f0f9238e0f5c61a6a605d88634a24a97409e988df147a2acb2be722b7b4edd6d\";a:4:{s:10:\"expiration\";i:1744337672;s:2:\"ip\";s:12:\"109.69.6.217\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744164872;}}'),(5400,376,'nickname','mfBJtvKGYrhQoN'),(5401,376,'first_name',''),(5402,376,'last_name',''),(5403,376,'description',''),(5404,376,'rich_editing','true'),(5405,376,'syntax_highlighting','true'),(5406,376,'comment_shortcuts','false'),(5407,376,'admin_color','fresh'),(5408,376,'use_ssl','0'),(5409,376,'show_admin_bar_front','true'),(5410,376,'locale',''),(5411,376,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5412,376,'wph0_user_level','0'),(5413,376,'preferred_category','Web/App Developers'),(5414,376,'session_tokens','a:1:{s:64:\"064b6b0d56a27b3e628e51ccc6874c6474a0f4ad69e90acc4658c6ab0057ecdc\";a:4:{s:10:\"expiration\";i:1744352677;s:2:\"ip\";s:15:\"111.118.147.123\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744179877;}}'),(5415,350,'user_contacts','a:1:{i:0;i:359;}'),(5416,350,'user_contacts','a:1:{i:0;i:359;}'),(5417,350,'contact_card','a:9:{s:4:\"name\";s:13:\"Stephen Oniya\";s:7:\"address\";s:12:\"Akobo Ibadan\";s:5:\"email\";s:21:\"detutuoniya@yahoo.com\";s:5:\"phone\";s:11:\"08097238712\";s:8:\"position\";s:18:\"Software Developer\";s:11:\"description\";s:0:\"\";s:4:\"logo\";s:91419:\"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAASABIAAD/4QCMRXhpZgAATU0AKgAAAAgABQESAAMAAAABAAEAAAEaAAUAAAABAAAASgEbAAUAAAABAAAAUgEoAAMAAAABAAIAAIdpAAQAAAABAAAAWgAAAAAAAABIAAAAAQAAAEgAAAABAAOgAQADAAAAAf//AACgAgAEAAAAAQAAAoCgAwAEAAAAAQAAAoAAAAAA/+0AOFBob3Rvc2hvcCAzLjAAOEJJTQQEAAAAAAAAOEJJTQQlAAAAAAAQ1B2M2Y8AsgTpgAmY7PhCfv/iAihJQ0NfUFJPRklMRQABAQAAAhgAAAAAAhAAAG1udHJSR0IgWFlaIAAAAAAAAAAAAAAAAGFjc3AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD21gABAAAAANMtAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACWRlc2MAAADwAAAAdHJYWVoAAAFkAAAAFGdYWVoAAAF4AAAAFGJYWVoAAAGMAAAAFHJUUkMAAAGgAAAAKGdUUkMAAAGgAAAAKGJUUkMAAAGgAAAAKHd0cHQAAAHIAAAAFGNwcnQAAAHcAAAAPG1sdWMAAAAAAAAAAQAAAAxlblVTAAAAWAAAABwAcwBSAEcAQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAWFlaIAAAAAAAAG+iAAA49QAAA5BYWVogAAAAAAAAYpkAALeFAAAY2lhZWiAAAAAAAAAkoAAAD4QAALbPcGFyYQAAAAAABAAAAAJmZgAA8qcAAA1ZAAAT0AAAClsAAAAAAAAAAFhZWiAAAAAAAAD21gABAAAAANMtbWx1YwAAAAAAAAABAAAADGVuVVMAAAAgAAAAHABHAG8AbwBnAGwAZQAgAEkAbgBjAC4AIAAyADAAMQA2/8AAEQgCgAKAAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/bAEMAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/bAEMBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/dAAQAKP/aAAwDAQACEQMRAD8A/v4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9D+/iiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/0f7+KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/S/v4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9P+/iiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKK/Kr/gpR/wV2/ZW/4JpeBrvWPix4mt9c+IU9nJNoHwu0S7t5vEOoOqIyPexiTGm2kjSxRrd3flQuWZI5GmVYWAP0X+JXxQ8BfB7wfq/j74l+KNI8HeEdCtmutU1zW7yGxsLSFBktJcTusacnaNxGWKryWSv48f2mP+Dvr4M/DP9oix8C/Bz4YD4i/B3R9TfSvFnjS+u5dOvLj5FC3+h2yq/mWyTFgkd29jNNGnzpbE71/ka/4Kjf8ABb79qv8A4KUeL76LX/E2oeBPg1DNEugfCzQ7lLe0g8p3kjl1WaKG3bVbhWkLrcXSsInZ/sMVjDK8LfjDFqJllxPfHg4tLs2fOc857jB+vv1IUA/24v2KP+CiP7L/AO3x4EsfGnwE+I+j6xfTWi3Gq+EZb22HiPRSMZF9pnmtLHExkQxzqDFOrboZJYykrfdtf4YH7NX7W3xf/ZO+Juh/FL4CeOtX+HfiPRp2llSGYPZ3sUy7JreaFw0c0E0ZZJYZQ8UiEpIjKxVv9DT/AIJKf8HS3wT/AGkoPDvwb/bFksfhV8VvIsdMtfHePJ8HeJr4W8xnn1AtI6+HgzwIfNupZNOj83zJtTgAjt6AP7C6Ky9F1rSvEOl2WtaHqNlq2k6jAlzZahp91DeWdzC4yrw3EDyROOzbWO1gVPzBlXUoAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/1P7+KKKKACii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N2On9heHcbvr9gzjPy7vx2dqP+IK/wDZix/ydD8UN2On9heHcbvr9gzjPy7vx2dqAP8AN6or/SF/4gr/ANmLH/J0PxQ3Y6f2F4dxu+v2DOM/Lu/HZ2pf+ILD9mLH/JzfxO3Yzj+wdA27sdM/YcYzxnGcc7f4aAP83miv9Ib/AIgsP2Ysf8nN/E7djOP7B0Dbux0z9hxjPGcZxzt/hpP+IK/9mLH/ACdD8UN2On9heHcbvr9gzjPy7vx2dqAP83qiv9Ib/iCw/Zix/wAnN/E7djOP7B0Dbux0z9hxjPGcZxzt/hpP+IK/9mLH/J0PxQ3Y6f2F4dxu+v2DOM/Lu/HZ2oA/zeq9p+CX/JXvhj/2OHhjd0/6DNp979P/ANVf6Djf8GWH7NAEYT9qL4nqiyI0iNoPh+QMgbLptjs7eRwVyu1J7ckcLNCTvTp/A/8AwZu/s7eC/Fmg+LrX9pXx9fXfh/XbHVYbKbw/pMFjOli8pe2kRvt9z/pCOiGVLuMqq4SNWEkk4B/X58IM/wDCpfhZ/wBk68D9fX/hG9K/HOM/5zXpFYfhrRYvDnh3Q/D8Mpmh0TSdO0mGUg5eLTrWK1iZuepSFQTwD2UAKi7lABRRRQAUUUUAf//W/v4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9f+/iiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/0P7+KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/R/v4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9L+/iiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/0/7+KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/U/v4ooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooA/9X+/iiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigD/1v7+KKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/Z\";s:8:\"template\";s:28:\"template-files/CARD-XVII.php\";s:10:\"created_at\";s:19:\"2025-04-19 12:30:07\";}'),(5421,1,'meta-box-order_post','a:4:{s:6:\"normal\";s:11:\"su_postmeta\";s:8:\"advanced\";s:23:\"wpcode-metabox-snippets\";s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:0:\"\";}'),(5422,1,'closedpostboxes_post','a:0:{}'),(5423,1,'metaboxhidden_post','a:0:{}'),(5424,1,'wpcode_snippet_activate_notice_shown','1'),(5425,377,'nickname','cassie'),(5426,377,'first_name','Cassandra'),(5427,377,'last_name','Ezeokwu'),(5428,377,'description',''),(5429,377,'rich_editing','true'),(5430,377,'syntax_highlighting','true'),(5431,377,'comment_shortcuts','false'),(5432,377,'admin_color','fresh'),(5433,377,'use_ssl','0'),(5434,377,'show_admin_bar_front','true'),(5435,377,'locale',''),(5436,377,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5437,377,'wph0_user_level','0'),(5438,377,'preferred_category','Real Estate Agents'),(5439,377,'session_tokens','a:1:{s:64:\"29ce2675c89cde294e7e9a6e50b8b5520d8fdf51b207713e8c425d5594673e68\";a:4:{s:10:\"expiration\";i:1744873165;s:2:\"ip\";s:13:\"102.89.69.227\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1744700365;}}'),(5440,377,'pp_uploaded_files','a:0:{}'),(5441,377,'editprofile_form_id','8'),(5442,377,'action','pp_ajax_editprofile'),(5443,377,'nonce','d4b0c5233d'),(5444,377,'melange_id',''),(5445,377,'pp_profile_avatar','ccfc08b34a6fa391ae48481dcaa65c41.jpg'),(5446,377,'googleplus',''),(5447,377,'twitter',''),(5448,377,'contact_card','a:9:{s:4:\"name\";s:17:\"Cassandra Ezeokwu\";s:7:\"address\";s:62:\"1116B, Orlando Boys High School Annex, Port Harcourt Rd., Onyi\";s:5:\"email\";s:21:\"cassiet1998@gmail.com\";s:5:\"phone\";s:11:\"07054126852\";s:8:\"position\";s:16:\"Fashion Designer\";s:11:\"description\";s:0:\"\";s:4:\"logo\";s:16179:\"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAkGBw0NDQ0NDQ0NDQ0NDg0NDQ4NDQ8PDg0NFREWFhURExMZHSggGBolGxMTITEiJSkrLi4uFyAzODUtNygtLisBCgoKDQ0NFg8PFisZFRkrKysrKy03KzctKystNy0tKy0rLSstLSstNy03Ky0rKysrKysrKysrKysrKysrKysrK//AABEIAioCKgMBIgACEQEDEQH/xAAcAAEBAAIDAQEAAAAAAAAAAAAAAQYHBAUIAwL/xABVEAACAgECAgYFBQoKBwUJAAAAAQIDBAUREiEGBxMxQVEUImFxgTJ0gpGzIyQ1QlJicpKhsRUXNFNUc5OywdMzREWDlKLCNqPD0vEWQ2NkpMTR4eL/xAAWAQEBAQAAAAAAAAAAAAAAAAAAAQL/xAAYEQEBAQEBAAAAAAAAAAAAAAAAARFBYf/aAAwDAQACEQMRAD8A3KAAABQAAAAAAAUAAAAAAAAACgAAAAAAAAAAUCAoAgKAAAAAAAAAAAAgKAICgCApAAAAAAAAAJsCgCApAAAAAACApAAAAAACApAAAAAAAAUAAAAAAFAAAAAAAAKAAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICgCAAAAAAAAgKAIAAAAAEKAIAAAAAgKQAAAKAAAAAFAAAAAAABQAAAAAAACgAAAAAAAAAAAAKAICgAAAAAAAAAAAICgCAoAgKQAAAAAAAACAoAgAAAAAQoAgAAAAAQoAgAAAACApAKAABQAAAAAAAUAAAAABQAAAAAAAAAKAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAICgCAAAAAAAAgKQAAAAAAgKQAAABCgCAAAAABSFAAAAAABQAAAAAFAAAAAAABQAAAAAAAAABQICgAAAAAAAAAAAAAAAACAoAgKAIAAAAAAACApAAAAAACApAAAAEKAICkAAAAQpAAAAoAAAAAUAAAAABQAAAAAAUAAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgKAIAAAAAEKAIAAAAAEKQAAABCgCAAAAAICkAoAAFAAAAAAUAAAAAAFAAAAAAUCFAAAAAAAABQICgAAAAAAAAAAAAAAAAAQoAgKQAAAAAAAACApAAAAEKAIAAAAAgKQAAABCgCAAAAAABQAAAABAUAAAAAKAAAAAAoAAAAAAAKBCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAIUAQFIAAAAAAQFIAAAAhQBAAAAAEBSAAABAUgAAACgAAAAKAAAAAAoAAAACgAAAAAAAoAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAUgAAAAABAUgAAACFIAAAAhQBAAAIUAQAAUAAACgAAAAAFAAAAAUAAAAAAKAAAAAAAAAAAAAoEKAAAAAAAAAAAAAhQBAUgAAAAAAAAAAAQFIAAAAAAQAAAABAUgAAAQFIAAAEBSAUAACgAAAAKRFAAAAUhQAAAAFAAAAAAAAAAAAUAAAAAAAAAAAAAAAAAAAAAAAEKAICkAAAAAAAAAgKQAAABCgCAAAQoAgAAEZQBAAAAAAAICgAAAEBQAAAAFAAAAACgAAAAAAAAAUHF1HUcfErduTfVRWvx7Zxgt/Jb979xgGtdcOBTxRw6bsyS3Sm/uFLfsbTk/1QNknTdI+lGFpkOLKtfE1vGmuPHdP2qK7lyfN7Lk+fI1bX1o6te5TjVjUVcMlBRrlJuXg3KT57c3yS7vefqegWzVVlvFdk5HBbZO1tu26bioRl5RcpVcvBRsXcy4O0zetLMse2HgV1p90sqUpz8O+EdknzXi+b9+3Ah1j609nwYck0pRXYT2lF78L34/HZtfmrfy37PH6N1raMt5Re0ZP8ecWm39Jw3+llew7C7R8XFS7WUe2tblZwbepuuKyUfLaMYxj5bVjEcfRus2x2Srz8WMHGt274vaSlsns3KMvVhHk/WlNH5z+tK+uW8NLcqm/VdmS4WSW262gq34c+/u580fLSoYt180q06q58UoxjxdrkR29dpd8a0lCEe5NOTTex+7sX0mycqseFdW7rqlktTlw+NrXNOXioyff60t3yTBydO63MCcowysfKxJS7nwK6D9q4fWa9qiZvpesYmZHixsiq5d7UJrij+lHvXxRrfUdR03Tap1+jRtul61t3aURtnLzslOXE/qaXgcXoxgahnWxycPSsHBrT3jn53a5VzW/fSpNb+HNJLl3kVuAHF07Gsqr4bsieTY3vKycK4c/wAmMYpbR9+79rOUAAAAAAQFAEAAAAAAABAUgAAAAAAAAEAAAAAQFIAAAEBSAAABAVkAAAAUhQAAAFIUAAABSFAAAAUiKAAAAAAAA3tzfJLm2+5IA34+Xea46X9Z1dLnj6YoZF0d4zyJc6IS3S2r/nHxSit/k8/HZo6DrB6cWZ87MDAm44aartvg9pZVkpKPDFrur2k3+ds/Dv6Po/pCtyKa0tuGSl3dyrqU+L4TyKl74lwdLrcsrMyX6RfO+2EO0uuuk3GqLSfJd0I7OPqpeOxy+j/R/wBJakoNVPnGU1604JvexrwT2eyXk+/bn2NukSys6nTa01PLsednSXyq6PlQq9nDXty/KmjYt2HXhYrVUYRvslDHxo7LhhZttH6MFHifsqXmBi+kaJG7JjFR2opnwS5LZ9m12r38dm4V+92mY9JcqqqzG4XtLhnZ7lCPDFfXc38EdRXlQpVePiwcuLsq1J7vgxocW07JeG7dk234zW5yc6vCjbDIy59rJVRhXR+K1xOXEod7T375bL1e5lR8NJvycublRVKUI8T7R7xrTfdHi9iUFy3fIuVosaorJz8mNtk1sq42qulycuJ8LbUpLlFeHKK5M+t3TCvhUODgqitlXF0QWy7k+OUVt8DqtU6bQlHZVtbLhTWo41Xw3hvy9go/M9Ssog1XXj0VrdqFePfOD3e/E7ZqEN357b+1mO3axm5t0cfF7Kd03wxjRjY0rXHzlPik0l4y5bH4wMG3WspU0YdUknvbfLJjfCiG/OUrOy7+fKPj8G1uPot0Ww9Kq4MauPaTS7a5pdpa15vwXsXImqx3oj1cwoccnU7PTcrlKNUnxY1D7+UX8uXtfLyXiZ8kAQAUAQFAEAAAAAAABAUgAAACFAEAAAAAAAAIUgAAACFIAAAAhSAAAAIUgAAAEUIAAAARQAAAAoAAAAAUAAAEAAAA1x1q9JpQ20rFk1bdB2Zc499dH4tXsc3tv7PeZ5q+o14eNflWvauiudkvN7LlFe1vZfE0Lpcrcq3K1C/nbZ98ze+6W74lFb+CjWtvYkWC6LpfaRjw/wDvLJqO3xri/ryK/qNh9D8GtW22zSUVTKab8FdkWz2T8uCqn9hwuj+lRox8Tjj/AKKqtuT794xU2/8A6VjV870bT87h5Shiwpj57rGhWv2tlR1/V/kp2anrM9uPKushQ34UqXJLyXyV9A5WbmSvtUpOari3j0qC4rci+W3aKmPi9to8XdH1t34HF6P4LjhYtbjJ1xSUa4PaWRclu0vKG7bcvDu7+77R1avHtbjF23uKhPIrqboqr/maHyUYeb35vmBlGlaPZHgnZGhJtydKm2qpL5LfL7rP2t7LbkjoekOW8eVjnXjes21bfdKmx+3edPD4ebPvh6zXNcULLXLu3jB2eHi6nxfDiPhn6y+Gbhap7LeahOLa25fdK3w7Lu+VNkGCZ2dfu5VyyJfNsnAuX6tdfETotoGZrWT2Vc7Y01tPKvuhBqqP5K5c5tdy+LO0w9DetZPYU42NFbqeRmKnsp0w3+VvBKE5PmkvXX5z2ZurRNIx8DHrxsaHBXBePOc5eM5y8ZPzGq/Gg6JjadjxxsWtQhHnJ7Ljtn4zm/GTOxKCAAAAAAAAAAABCgCAAAAAICkAAAAQpAAAAAMAAABAAAAAEAAAjKAIAABGUAQAAUAAAAgKAAAQCAoAABAAUAAAAAAAGt+uzUWsXGwIN8WXb2tiXf2FTXL9aUP1TotH03hwMraPPgnBbb90qEkvrsaPt1gz9I1nZ844yop2702vuk19U39SMkwMdVae+JLedyrfuWTGD/ZAqORrjjVjSrW3Ltao93j2kE+X9dIxurT3qavrlKUaO2U7px+VKKt4lXH2yUdvYjla9fZkSrpqTlZdeoRXtc1zfkl3/A7XV3HSMOrEo3nk2J7SXDvxv5d73a90fh5Ghj/SPLbk8OjetKKrutqsx4xrrX+rQ45d35T8Xy89+sp0WuuKcchxk+77np1nP6F6fkdzpFNUVvOUY+blbTHn73LvPl0hz6Nto5dXJbcKy6N/iuGRBjudffTzcqr0vGeNlQa/3n3SKfxP1o2bmajkV4dFdd8m92sl9vVTXvtKx2fLiku7ZR5vbfmdBkVzuvhVQoX22zVdah2U7JSb2WzjRF/t8zefQXopXpWKovaeXcozyrebTnt8iDfPgXh8X4kqu00HRcfT6exx4KKlJ2WS58VtjWznKT5t7JLm3ySR2QBABqrrd6a5WFk42Jg3OqytRyciUUnxbt8FUt/B7Nte1GxOjmrQz8LGzIclfVGbj4wnt60H7nuvgB2IAAAoAgMb1yPSDtpvT56R6Pwx4I5ccpW8W3PicN1t8DAOkXWD0j0q5UZuLpylKPFCUar5VWR32bhJWLf3d/NcuYG4waJ/jl1b+j6d/Y5H+aI9b+tT5wx8Fr8zHvlt/wB4BvYGh31xawns6cDdd8ZUXJ/FdpudppvXVamll4Fco+Msa2UZfCE9/wC8BuQh0PRfpjp+qx+9btrUuKePbtC+C8+Hfmufet0d+BADSfTjp/qWJrOVDDyOGijs6OxnCE6nNRTlLbv33k+e/gBuwhoivrh1ePfVgT/SotX7rEfv+OTVv6Pp39jkf5oG9AaK/jl1X+j6d/ZZH+aP45NW/o+nf2OR/mgb1Bor+OXVf6Pp39lkf5o/jk1b+j6d/Y5H+aBvQGi/45NW/o+nf2OR/mn20TrN1fL1DConLHhVbk01zhVRtxQlNJrdtvuYG7gUgAAAQFIAAAEBSAAABAAAAAEAAFAAAIBAUAACkKAAAApCgAAAQCAAN+fcDqelmY8fTsu1PafYyrre+33Wz1Ibe3eSA1lXD0rN7Xv9JtvuX+8jOK+rtKl8DLdYuUMChedysfxu4/8AE6jS8VV5VLXdXVLdeG8sjFS2/UkfvVnLIhh46ezsnHd78owUouUvhFN/A0jndEKq4VvUL2oxjC2UJS7oUrnOz48LS9m/mYXl6nk6jm3ZO9bjOXDTCEM+UoUp7QjtXy325v2tnfdM9ThTiUYdU4Vdvw7Rd3ZSjiVbKMeSb5tJcl+KzrtDrckuCrIuXLuhkTg17J3WQg19Y9HZYsL4V8UpZEdlvtwanUvfxTugjoNZ1C1pvtLtvN32tfX21q395kOr5Dx4pOFGPvso7yrdkpeSVUa4v4Tk/ecPofpK1POcrW5UYvDbany7Szf1a5cluuTbT58mgO76sOikqY/wllxl6RdFrGhZ8qih/jNeE5fsXvZsIFRlQ+eTfCquy2ySjXVCdk5Pkowit238Ez6Gv+ujXPRdNWLCW1udPsnz5qiPOx/H1Y/SA0n0g1SefmZOZPffItnOKf4tfdCPwior4G0OojXN45OmTlzi3l46b7oPhjZGPufC/pM1F2cuFT4ZcDlKKls+FySTcU+7dKUeXtXmdn0U1mWnahi5kX6tVsVavyqJPaxfqtv3pBXqYp+a5qUYyi04ySlFrucWt0z9BAAADVPX7BejafPb1lfbHfx4XXvt/wAqNrGruv3+Q4Hzx/YzA0oenOgVMFo+ltRim8HFbaik23VFtvzbZ5iPUHQT8DaV8wxPsohXI1no9g58HXlYtNy57SlBKyD84TXOL9zNDdYnQqej3xlCUrcK9tUWS244TW7dU9uW+y3T8fgejjGesbTFl6Pn18KlOuieRV5q2qLnHb37NfEI834WXbj2130WSqtqkp1zg9nGS/w9niel+hHSGOq6fTlbKNnOrIgu6F8duJL2PdNeySPMJuPqCul2Wo1c+GNlFi8uKUZJ/sigrbDe3N9y5v3GmOgnQurWb87VM/jnj2ZmS6aoycVdN2uUpSkufAt+FJeT8jdDPhh4lVFaqoqrpri5OMK4qEE2220l5tt/EI6OvoJokf8AZeG/06Y2f3tz6x6GaKv9k6a/fg48n+2J3oA1z1q6FgY+i3zx8LDonGzHUZ041Vcop2pNJxXI0UehuuL8B5P9ZjfaxPPIVurqa0fDyNLsnkYmLfNZl0VO7Hqsko9nX6u8k+XN8vaZo+hujP8A2RpnwwMZP+6Yz1G/gi357f8AZ1GwgjGcroBolsWnpuNDfxph2Ml7nDY15n9CIaRrujSosnPGycyHArdnZVOElJwbSW62a2ff5795uk4OfpWPk2Y1t1fHPDt7fHe7XBZwuO/Lv5PufkvIDmhgMAAABCkAAAAQpAAAAjBSAAABAGAKAAAQCAoAAFIUAAACKRFAAAAgEABh3WTkJw03D8cvUcdtecKPuz5fpQgZiax6bZPbdI9Ox0/5Jh5VzXgpzrm938K4/tA51m9djfdvRjcttn/LJx5/CtHGw95RjZ3ze2NX7ZT2c2vbtFL6Z+uktnZ32JPkvRo/D0zJl/8Ag4lOR2VUJcUYvGw7MpufyY3WLeDl+tSa4jrMq15OfbOtOyFclj0uS7Ovgr9X1Wk52Nvie0eXM7bK1DsIuqzKkrUvXoxrOxns+59nTGy/f9KUNzqNMbqioQhZdfOvtFX2nYzdKXO7Mv8A9Xo5fJWzf1o7Poxp3pl3YekR4NpyvjiVRx8aEVs9qa+97ua9ae7fN+8Ma1KyezsjV2fFvCUpcMLZr8/ecrGv0ppc/km2eg2hQ0/BhBShO27a+6ytpwlNxW0YNd8Ekkvr8TX/AE2/g/ByZ4VeLbG3sYWVZFd05cVr32rthPk47eKe63Ms6rciUsa+puThTOtKLe6pslDinUvJL1Xw+HESjNSkKRQ85damuen6tdwNyqxPvSrbmm4yfHJe+Ta9vCjeHTjW1p2m5WUmlYoOuhPxvn6sOXjs3v7kzQvV3oz1DVsWqe8oVz9Lvb5uVdclL1n7ZOKf6QGddJehnY9FcZKKWThKOddt372L7tFvx2Ul/Zo1AeuMmiFtdlVkVKu2E65xa3UoSWzT+DZ5V1zTZYWXk4k9+LHunVu++UE/Vl8Y8L+IVvbqe1z0zSoUyf3XBaxZb97qUU6pe7hfD9Bmcnnrqg1z0LVYVTltTnRWNJPu7ZtOqXv33j9M9ChAAoENXdfn8hwPnj+wmbSNW9fv8hwPnj+wsA0meoOgn4G0r5hifZRPL56g6CfgbSvmGJ9lEK704OtzUcPLlLlGONe37Eq5bnOML629ahh6RkVuX3XOjLEqiu9xnF9pL3KHFz82vMI86w7l7kb06i9NlVp9+TOLXpWQ+z3XfVXHh393E5/Uan6IdG79Wy4Y1W8YLaeRdt6tNO/N77bcT8F4v2JnpnT8KrGoqx6Y8FVMI11xXhGK2XxA5BCkAAADCuuL8B5P9bjfaxPPJ6G64vwHk/1uN9rE88hW+Oo38EW/Pb/s6jYRr3qN/BFvz2/7Oo2EECFIAAAAAACMpGAAAAhSAAAAIUgAAARgMAUAAAgEBQAAKQoAAAEUiKAAABAIADSNWb6R0sz7d94wrz6oeXDXjOvl8U38Tdls1CMpt7KMZSb8kluec+id8p6tKcltK6jMlNPk+OyiU5L6218AM56STlZfweNl1FaXvyrIr+/E42farIZLhGM3fmVU0xl8jgq4ppy/MjwVt/oo+l9ylldp4Uq/JXvhHto/8zR02ZGc8fAwqnwTylk3XWeNWLxRhOXvaq2XvNVHIw98iFvZSfoUbG7LpJuep5cEuK2e3ysevdKMFycnCPicjR9Rs07J7aMHLZuM4OXOUXLaUXJct9095eMo2v5MUZBjYkK6IVVxcIVxjGuMflQUXskvByTly87Z790DpsjT5WzhVXCEp2yjXXBbuptrZJfmbRf+7rk++wgzzBnp+tU+kRpalFqpzspjDIqbhGfDGbT25Tjzi+T8U0dxpmm0YlSpxq41VxbfDH8aTe8pyffKTfNt82fjRtNhh49WPXu1BetN7cVlje87Je1ybfxOaRQpD5ZuVCiq2+18NdNc7bJPwhFNt/UgNOdeuudpkY+nQfqUR9Ju2ffbLdQXwjxP6aO56i9F7PFyM+cdpZNnY0vx7Cvvfxm5fqI1Dq+oW5+ZfkyUpWZV0pqCTlJbvaMEl5LaKXsMj03pT0ixKKsbHWTXTTHgrgsBvaPvcOfeFeizSXXpo3ZZePnxXqZNfY27fz1fNN++L/5Dq/8A246T+eV/wH/8HW69ruuahSqMyGTbVGatSeE48M0muJSUN1yk/rCMYrslCUZwfDOEozhJd8ZJ7p/WkepOiesx1DT8XLW3FdVF2JPdQuXKyPwkmeWTbfURrm0snTJt+tvl0bvluuGFkV5fiPb9J+YVuMERQgau6/f5Dg/PH9hM2iat6/f5DgfPH9hYBpM2b0X62p4WLj4l2CrYY1VdMLKreCUq4JRW8Wmt9l37/UayPQXRDoZpF+l6dddp+NZbbh41lk5V+tOcq03Jvxe7Cuhv67KuF9np1vH+L2l8FHf27Lc11qes5Gt6hVPOyYURsnClS2ksfErcvxY7vbv5t9/Ld7d23emXVlg34dn8H41eNl1p2VdnvGNzSf3Ka8n4Pwe3huaFsg4ylCUXGUXKM4yWzjJPZxa80+QHqLot0dxNLxo4+LHk9pWWy2dl89vlza7/ANy8DuDVHVB037WMNKzLPusFthWzf+kgl/oG2+clz280tvDntcIEKQAAAMK64vwHk/1uN9rE88nobri/AeR/W432sTzyFb46jfwRb89v+zqNhGveo38EW/Pb/s6jYQQZCsgAAAAAAIykYAAACFIAAAAhSAAABGAwBQAACAQFAAApCgAAARSIoAAAEAgB1vSaxx0/Na7/AEa9L3uDS/azQemPstYp/OsyY+xrisj/AIG/Okkd8O+P5ShH4OyK/wATRnSHHePdg5O2yWTfGT816Xav3QkWDuZW7VZln5OLVD6Vs6YfuUzm41cY2Y7Xylh4yb8UnxWf+Jv79jqMx8ONkv8AKuxafhCV8v3cJ3MvVy5x/Ihj18u9cNFceXt5fW15Gussnw47rbZ922yls/GKSl4d8op+G9kvA7Xovpi4pZkkm5pxx9lsuze3Fal4cXDFRXhCEF5nX6LhvIfA/wDRpfdWvyO7gT/OS4f0eL8ozKKSSSSSXJJdyRmtKACAa767Nc9H0+GHCW1udPhkk+axobOf1vgj8WbEPN/Wdrnp+rZE4venH+9afJxrb4pfGbl8NgO16ltE9J1N5U471YNbmm135E/VgvguN/BG/DDeqfQ/QtJplKLjdmffdu62klOK4Ivy2go8vNszIAUhQPMfT7Rf4O1TKx0tq5Td9Hl2Njcor4Pij9E4HRzVp4GbjZkG/uFsJTS39erfayPxi5L6ja/XronaY+PqMI7yx5ej3NLn2M93Fv2KfL6ZpYK9c418La4W1yUoWQjZCSe6lCS3TXwZ9DXvUtr3pWm+iTf3XAkqkt+csZret7eS9aP0UbCCBq7r9f3lgfPJfYzNomq+v1/eunr/AOZtf/df/sDSx6g6CfgbSvmGJ9lE8vnp3q+lvoul899sOhfVBLb9gVkBprrm6HcEnq2ND1JNLNhFLaMvDI5efJS+D8zcp8siiFsJ1WQjZXZGUJwkt4zhJbOLXimmEeSqrJQlGcJOE4SU4Si9pRknupJ+DTSZ6G6temkdWx+zucY52PFK6PJdtHkldBeT8fJ+xo0/1g9ErNIzHGKlLEucp4tj5+ru26pP8qP7Vs/M6LSNUvwcirKxpuu6qW8Xz4ZLxhJeMX3NBXrAh0XQ3pRRq+Kr6mo2R2jkUtpyps27vbF+D8TvQgAAMG65/wAB3f1+J9rE8+noHrpklolq/KyMVL4WJ/4Hn8K3v1G/gi359f8AZ1GwjXHUVJfwZkLxWZPf41VmxwgQpAAAYAAACMpGAAAAhSAAAAIUgAAARgMAUAAAgEBQAAKQoAAACkKAAABAADrOlG/8H5jj3wossX0Fxf4GremOJG/Tczg52YmVdfHz7Pt5Wf3Mpy+CNrRsjkem40/xW6ZLxddlSafu9aS+D8jUeJmuKcbtpOyna+PhK2pOjIj+qov6PsLB1c7+00+uX89l0y+rHkn+1mR00Sv1K+qvZylkTgtu5JPbf4Jfv8jFq8edOJVRJ7whqeRGuX5dfYUSjLf3T/eZZdj2q/Pqp3jKdtjvsW67Oic32dEX4Sns5P8AM/TKjJdC6V40tSr0fCh20YVXW5GWntBzgkvUS+Ut3Fb93dtuZqa+6sdDrquzMpR5wUcSM33t8rLNvD+b7vLbwNgmaqklJLvaXvexTpte6L4Ooyrll1zm64yjHhutrXC3u01Frfu8QMf6xunWPp+NbRj3Qsz7ouuuNcoyeOpLbtZ7P1dl3Lvb28NzQWKoOytWPat2QVjb7ocS4m37tz0NDqx0KO+2Fvv533P/AKj6S6t9De33jBbeVlq39/rAZRjWVyhDspQlXwrgcJKUXHbls17D6mMab0B0nFtruooshOmanX985DipLx4XLZmTgAABwNf06vMw8nFte0L6bK3Ll6ja5S+D2fwPKllbhKUG03CUoNxe8W09m0/Fcj1jqWBTl0zoyIKyqzZTg21vs9+9GMy6stCa29C2/RuuX7pAaP6GdI7NJzq8qCc6+deRWnt2lEmuJLw4lsmvavaej9G1zDzqY3YuRVbCX5M48UH+TOPfGS8mY9/FdoX9El/xN/8A5iw6sNDi944k4vzjk5Cf1qQGYOSS3bSXtZpTr01iq7IxMSqyNjx4WW3cDUlCc2lGLa8dotte1eZszO6GabkU49FtM3VixlCmMci+O0ZPdptS3l3eO518OrHQo7/eW+/nfc/+oDzkeguqTXse/SsfH7WuORiKVVlUppTUVJ8M0m93Fprn57rwOdLq30N7feEOXLlZat/f6x8pdWGhN7+htPw2yL1t7vW5AZgpJ9zT9z3KdToHRvD01WLErnDteHj4rrbN+Hfbbib2733HbAdX0k0LH1PFsxMmO8JreM1tx1WeFkG+5rf/AAPOnSzorl6Tc68iDdTk1TkRT7K6Phz8Jbd8XzXtXM9Pnxy8Wq+Eqrq67q5cpQthGcJL2xfIDy70c1/K0zJjk4s+GS9WcJbuu6vf5E14r93gb46K9Ymm6jGEZWwxMl7J4+ROMOKX/wAOTe015ePsP3kdW+h2Pd4MIeyqy2tfVGR8X1XaE/8AU5f8Rf8A+YDMYzUlummvY0yt7ew6TQOimBps5zw6p1ynDs5cV1ti4d99kpSaXNI5Ou6Hi6hXGrKhKcIT7SKhbZW1LZrvi14Nga969NXq9ExsKFkJWzyFfZCMk3GmEJpNpd28pR2/RZpg9Fx6stDTb9Dbb7+LIve/1yPp/Fxoe23oEPf2lvF9fEBhPUbrdFSy8K2yFdllkL6eOSirPV4ZRjv4rhT29vsNvxnF90k/c0zErOrLQpd+F9V9y/6jl6X0G0vDurvx6LIWVNuG+TfKKe23yXLZ8mBkhAAAYAAAACFIAAAAhSAAABGAwAAAEAAFAAAAAUAAAgAKAAAAQFAAAAIDCuk+rfwVqlGZPf0TJphTlbc+BRs4Vd9F2V/CUjBOmdEsbU8qutpxvlDU8Fr5E1OO1tafc02pv4mxusbDhZhxtsTdVVihkbd6xbvuVkvouUJ/QNWanouY6sem2frYE51K2W++Pu1Hdv8AmXNQl+arE+5ssHHncp4uHKMt4em5fDF/KrXZY3qS9qe/w2Nl8VePRqFnylXbkZlz29a6+TahHfx2SjFL2QNaX1TqxoV3UyoyIajku+MlsnN4+P60X4xaimZ7RON2bDCk0oTzLc7I3eyWPjNWLd/k8boX/qVGZdF8P0TEoxpyi8lV9vkJd7usk5Tnt5cbklv5ew7cwfoVqE8zVNTym32dtGL2EW/k0KdnBy8G1vL6XsM4MqoIUAAABSACgAAAAAAAAAAAAAAAEAAAAAAQAAAABAAAAAAAAAIAAAAAgAAAACAAAAAIAACKQoAAAEUiKAAAFBCgAABQQoAAAfDPxq76bqbknVbXOuxPu4JRaf7Gaz06VzqvxZyX8JadL0aUrPk5HDHaqVi8YW1bRb81F+Bs3Mp7Wq2vdrtK7K913rii1/iacWr2ZldOocDjqeJW8TVceP8ArmPDbfIqXfKUN1Jrv2l5bb2Dja5nwycGiUHNRqy5VOixb2YsnU96ZS8UnHlv4H203t8zW8rEq5V248IZVrfOvEl2dtkIvwc94Q92/ly42qKuePfbDbinlYdk2vk2J1XKNi96Wz9sTt9HvhTbKUYy48mnDdzXy58GPCpQj+rsl+VP6iM26GYyjdn2JbJzopS222UYOzb6ror4GUnA0TElRjxjZt203O6/bu7ayXFJL2LfhXsijnkUAOBrWr04NUbb+0cZ2QpjGqqd1kpy3aShFNvkm/gB2AMWn0906NldMlmxutTlVVLAylZYlvzjHh3a5Pu8jtNG6QY2bO2ulXxnSoSnG/GtoaUm9mlNLf5L7gO1AOp6Q9I8XTK425jshVKSgrI1SsjxtNqL4eae0WB2xTj05KnUrYws2lHiUXDaxrw9VnW6H0mxNQndXiu6cseThe50zrjXPdrhbklz5PkB3QIfPIu7OEpuMpKK3ahHilt7F4gfUGKUdYOm212XVemW1VOSssrwMqcK3GKk1JqPJpNPb2oyiqxTjGa32lFSW62ezW63XgB+wA2AB0eH0pxL8yzT6+3eXSuK2uVE49nHePrOT5bevHufPc7sCkB+LrY1wlObUYQjKcpPuUUt238EB+wcXStRpzMenKx5cdN8I2Vy2abi/NeDOUABJy2Tezeyb2Xe/YjGX0803743eSliTdeVL0PIcMaSbT7SSjtFbp8/YBkwPjhZdWRVXdTZG2q2KnXZB7xnF9zTPsAB12ua1Rp9LyMntI0x2U7IVysUN3suJLmubODhdMMO+ePCEcxelSUaJzwcmFU24uSaslHh22Te+4HfkBJPZN7N7eC72BQdLpPSjEzci/Fx+2ldjPhyIyonBUvdpKTfLm4y29x3QAAAACAAAAAIAAAAAjAAAAGCAAAAKQoAAACkKAAAApCgAAARSACgAAjTGtY0cfP1CqNcpTpt7edNcuC+3Fn69eXizXNW1Oc4NeMUu83Oaw65dHtisfWMXijbi/cr3DvVTe8JvbwTbT9kvYBjFWO3g5lld9WVi8WLbVZBRhbXLteB121fiv7p4cu/u7jO+gGiwsjVn2NS4K1TVD8mcJT3nL2ri5fF+RrbQs3Hy5Zc9nRl2YV6trhypyHCULe04fCS7P8AebV6sLt8GyH83c/gpRi/37lGYAhSASUE3FtJuL4otpNxezW68ntJr4soA1z0p/7WaH83s/8AGNiKEeLj2XE0ouW3NxT3S38ub+s1/wBJcTJn0j0zMrxMmzGxKpV33QqbjGT7Tu8ZfKj3eZsGL3SfPmt+aafxQH6Ne9eP4Ih89o/uWGwTBet/AyczTq8bExrsm70mu1xqhulCMZptyfJc2uXtA7fG17NVdaWiag9oQSauwNnyXP8A0xjfU7Jyt12Ti4OWoOThLZyg27N4vbluu7kZ7gZG+PCbhbDhhHihOqSsTUVuuHvfwMJ6ssPJxcjVvScTJoWZmSvolZU+GUHKb5tfJfNd4GwT82/Jl+jL9x+j5ZdnBXOXDOW0X6sIuUny7kl3gal6q9ZsxNN1HbTszMrWfk2zsx/RXXBej0pwkp2Rk3tHd7RfKS73ujbtW3DHZcK4Vsl3JbdxrHq0nmaViZdGVpOpOd2ZZlQ7KquUXGVVUOFtzWz3rfs5o2PptttmPRZdX2N06qp21fzVjinKHe+5tr4AckAAa46N/wDa/WfmkP8A7c2Oay09ZmL0j1HUHpmfbiZNXY12VVR33SqfFwyknw/c5Lz7uRnejajdlO+VmLfiVwnGFUciMY22+rvKeyk9o7tJe5gdkYr1g5PFRj6bGXDPVciOLN77cGGk5ZE2/wBCLj75oymT2TfPlz5Ld/UYZjaf/COsZOTnYU3i4+NDFwK8vGUqpty47r+GW6Um+GK32e0QOv6qst41upaJZNSlg5FluM+LfjxJy5NP4xb8u0NiGuekWhW6frOnalpWDKVThLHzqMSqMIdlxc58K2W7Ut/bwRNhU2ccVJKUeJb7Ti4SXvi+aA+hp7SMzIqv6WxowLc12ZGTFquVSjHeVq9aMnvJc29opvkbflLZN8+Sb5Jt/BeJrfodLLwc/WrrtN1B1ZuVO/HlCmLc49pNrdOS4d1KLW/x2AyHq0txHpGJXiXu+FEOyslKPBON/wAqcZQ/F5y7vLYygw/q46PX4NeddkQVM8/Mtyo4ykpejVOTcK5NcuJKW3JtckZgBiXWt+A879Gr7WJ8OiOtTeLpGNZpmZGE6aK4ZVnorx+KNDkrFw2Smt+DlvFd/gcrrMx7sjSsjGx6Lb7r+zjCFUG+6cW233LkvE+PR/VsqvDwMT+Cs+u6EMTGslZVXGitR4YTsclPu4VJ92/dyAy8oI3sm+fLnyW7+CA1x1cfh3pP/XY32mQbHNY9FfTMHVtaybdL1GdGfbCVM6qYNpQnY05Rck1urP2GfaLnXZMLLLca3FXayjVXelG11KMfXmk2lvLj2592wHYAAAQAAAABGUgAAACFIAAAAhSAAAAAAFAAAAAUAAAgAKAAAAAoIUAfi6qNkJQnGM4Ti4zjJJxlFrZpp96P2ANcrqqpozPSsPJlXU43xljWQ4+VlcocMLE1slxb80+47DqvqnCnKU4uLVlcGn4TipcS9/NGbEjBLfZJbvd7JLd+b9oFAAFBCgAAAAAFBABQQAUAAAAABABQQAAAAAAAAgAAAAAAAAAAgAAAAABAAAAAEYAAAACAAAAAAAAIpCgAAAKQoAAACkKAAAAAAUAAAAAAAAAAUEAFAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAIAAAAAhSAAAAIUgAAAACAAAAAIBQAACAAoAAAACgAAAAKCFAAAAUgAoAAAAAAAAAAAACggAoIAKCACgEAoIAKCAAAAAAAAAAAAAAAEAAAAAAQAAAAAAjAAAAACAAAAAIAARSFAAAAUhQAAAFIAKAAAAAoIUAAABSACghQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAQAAAAAAEAAAAAQpAAAAAEAAAAAAKAAAAAoIigAAAKQAUAAAABQQoAAAAABQQAUAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAgAAAAAAIAAAAAAgAAAAAAIAAAAAAACkAFAAApABQAAAAApABQAAAAFBABQAAAAAAACkAFBABQQoAAAAAAAIBQQAUEAAAAAAAAAAEAAAAAAAIAAAAAAACAAAAAIAAAAAAgFAAAAAUEKAAAApABQAAAAApABQAAAAApABQQoAAAAAAAAAAAAAAAAAAAAAAAAAAAACAUgAAAAAAAIAAAAAAACAAAAAAIAAAAAAQAACkAFAAAAAUEKAAAApABQAAAAAAAUEKAAAAAAAABQQAUEAFBCgAAAAAAAgFBABQQAAAAAAAAAACAUgAAAAAAAIAAAAAAgAAAAAAIAAAAAAACkAFAAAAAUEKAAAAAAUEKAAAAAACkAFBABQAAAAAAAAAAAAAAAAAAAAAAAAAABABSAAAAAAAAAgAAAAAAAIAAAAAACAAAAAAAAAAAAAKQAUAAAABQQAUAAAAAKQAUEKAAAAAAAAAKQAUEAFBABQQAUEAFBABQQAUgAAAAAAAAAAAgFIAAAAAAAAQAAAAAAAgAAAAAAAIAAKQAUAAAAAKQAUAAAAAKQAUEKAAAAAACkAFBABQAAAAAAAAAAAAAAAAAAAAAAAAAABABSAAAAAAAAAgFIAAAAAAACAAAAAAAAgAAAAAAAKQAUBAAAABSACgIAAAAAAFBABQAAAAAAAAAAAAFBABQQAUEAFBABQQAUEAAAAAAAAAAAAAAAIAAAAAAAAAwBAAAAAABgCAAAAAAAH/2Q==\";s:8:\"template\";s:25:\"template-files/CARD-X.php\";s:10:\"created_at\";s:19:\"2025-04-15 07:09:58\";}'),(5449,377,'user_contacts','a:1:{i:0;i:350;}'),(5450,377,'user_contacts','a:1:{i:0;i:350;}'),(5451,378,'nickname','phillisslama9'),(5452,378,'first_name',''),(5453,378,'last_name',''),(5454,378,'description',''),(5455,378,'rich_editing','true'),(5456,378,'syntax_highlighting','true'),(5457,378,'comment_shortcuts','false'),(5458,378,'admin_color','fresh'),(5459,378,'use_ssl','0'),(5460,378,'show_admin_bar_front','true'),(5461,378,'locale',''),(5462,378,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5463,378,'wph0_user_level','0'),(5464,378,'preferred_category','Banker'),(5465,378,'session_tokens','a:1:{s:64:\"084c6faf7ae1462eba17f88c309702e896ab921134a89da68b03aa96b0000f2c\";a:4:{s:10:\"expiration\";i:1745016067;s:2:\"ip\";s:13:\"120.11.93.103\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744843267;}}'),(5466,379,'nickname','danielawhitely4'),(5467,379,'first_name',''),(5468,379,'last_name',''),(5469,379,'description',''),(5470,379,'rich_editing','true'),(5471,379,'syntax_highlighting','true'),(5472,379,'comment_shortcuts','false'),(5473,379,'admin_color','fresh'),(5474,379,'use_ssl','0'),(5475,379,'show_admin_bar_front','true'),(5476,379,'locale',''),(5477,379,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5478,379,'wph0_user_level','0'),(5479,379,'preferred_category','Researchers'),(5480,379,'session_tokens','a:1:{s:64:\"c38bfcdf45bb4bd1d21f1fdb76a59d736a4c0d65506b13fa28471752abf466c5\";a:4:{s:10:\"expiration\";i:1745020837;s:2:\"ip\";s:13:\"50.99.182.240\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744848037;}}'),(5481,380,'nickname','vedaaultman1'),(5482,380,'first_name',''),(5483,380,'last_name',''),(5484,380,'description',''),(5485,380,'rich_editing','true'),(5486,380,'syntax_highlighting','true'),(5487,380,'comment_shortcuts','false'),(5488,380,'admin_color','fresh'),(5489,380,'use_ssl','0'),(5490,380,'show_admin_bar_front','true'),(5491,380,'locale',''),(5492,380,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5493,380,'wph0_user_level','0'),(5494,380,'preferred_category','Medical Doctors'),(5495,380,'session_tokens','a:3:{s:64:\"91b35b2cd30cc2d2d90ebffa8b30e95f028edba62d513bd9235a776fe5066112\";a:4:{s:10:\"expiration\";i:1745827653;s:2:\"ip\";s:15:\"183.199.125.220\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745654853;}s:64:\"fbdda27aeb1a7806c7837924bf4a1b1ce50eb8755f6fd0cbed172ca38048ade4\";a:4:{s:10:\"expiration\";i:1745831822;s:2:\"ip\";s:13:\"121.16.26.180\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745659022;}s:64:\"9a609aa48512e97fdfaeac5abe8d2d10fe46e1b008044837047cf3a72ec073e5\";a:4:{s:10:\"expiration\";i:1745900486;s:2:\"ip\";s:14:\"183.198.175.73\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745727686;}}'),(5496,381,'nickname','alexandriahenke'),(5497,381,'first_name',''),(5498,381,'last_name',''),(5499,381,'description',''),(5500,381,'rich_editing','true'),(5501,381,'syntax_highlighting','true'),(5502,381,'comment_shortcuts','false'),(5503,381,'admin_color','fresh'),(5504,381,'use_ssl','0'),(5505,381,'show_admin_bar_front','true'),(5506,381,'locale',''),(5507,381,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5508,381,'wph0_user_level','0'),(5509,381,'preferred_category','Virtual Assistants'),(5510,381,'session_tokens','a:2:{s:64:\"f77e932429f59921501634ca60f724775b0a87f1f870bde084df0f838017b7ab\";a:4:{s:10:\"expiration\";i:1745033509;s:2:\"ip\";s:14:\"198.23.168.221\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744860709;}s:64:\"538aeeff8812052ce61793aa6808106c2aa04cca714511850f5e7c041a273059\";a:4:{s:10:\"expiration\";i:1745033717;s:2:\"ip\";s:14:\"198.12.122.107\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744860917;}}'),(5511,382,'nickname','clevelandpilgrim'),(5512,382,'first_name',''),(5513,382,'last_name',''),(5514,382,'description',''),(5515,382,'rich_editing','true'),(5516,382,'syntax_highlighting','true'),(5517,382,'comment_shortcuts','false'),(5518,382,'admin_color','fresh'),(5519,382,'use_ssl','0'),(5520,382,'show_admin_bar_front','true'),(5521,382,'locale',''),(5522,382,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5523,382,'wph0_user_level','0'),(5524,382,'preferred_category','Artist'),(5525,382,'session_tokens','a:1:{s:64:\"9853642521fdd082c4a2a9b4559af8d4fd0c4705982b8a53edf824ce9353f8f3\";a:4:{s:10:\"expiration\";i:1745548000;s:2:\"ip\";s:15:\"192.126.184.249\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745375200;}}'),(5526,383,'nickname','berniece4282'),(5527,383,'first_name',''),(5528,383,'last_name',''),(5529,383,'description',''),(5530,383,'rich_editing','true'),(5531,383,'syntax_highlighting','true'),(5532,383,'comment_shortcuts','false'),(5533,383,'admin_color','fresh'),(5534,383,'use_ssl','0'),(5535,383,'show_admin_bar_front','true'),(5536,383,'locale',''),(5537,383,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5538,383,'wph0_user_level','0'),(5539,383,'preferred_category','Plumbers'),(5540,383,'session_tokens','a:1:{s:64:\"aab6b444da2e46dc344ec1ba40301c83eea9133ee31e01edfd2b266e89a9f192\";a:4:{s:10:\"expiration\";i:1745041432;s:2:\"ip\";s:13:\"120.11.96.164\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744868632;}}'),(5541,1,'session_tokens','a:7:{s:64:\"0b2d943e9afde26f38a7a36f40ebeee3ad8efb18c4a66f327c003659fb7837f2\";a:4:{s:10:\"expiration\";i:1746223330;s:2:\"ip\";s:14:\"197.211.52.239\";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:1746050530;}s:64:\"16b26b601e154fd9954b2a375f4c338b7207b8391022df2bf74c53b42349e339\";a:4:{s:10:\"expiration\";i:1746232703;s:2:\"ip\";s:14:\"197.211.52.239\";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:1746059903;}s:64:\"38f984822134bb54010f1edc203a64592fa0aa270875728fc144dc5329290b31\";a:4:{s:10:\"expiration\";i:1746234026;s:2:\"ip\";s:14:\"197.211.52.239\";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:1746061226;}s:64:\"c5e3a9b3331c52db2e615cf52e001944ccd60a2c0ca1b1291f5aa703e5fc9f3e\";a:4:{s:10:\"expiration\";i:1746279664;s:2:\"ip\";s:13:\"102.89.84.216\";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:1746106864;}s:64:\"1751febc802ab7c9b39e330463a35a95ddaf87685f61d029ed2af3a6c01c9720\";a:4:{s:10:\"expiration\";i:1746350274;s:2:\"ip\";s:14:\"197.211.52.230\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1746177474;}s:64:\"792b15afa75ae118136191b96ce0a4fa8ea8316bb787473bb5be4bb6e346c1ad\";a:4:{s:10:\"expiration\";i:1746353253;s:2:\"ip\";s:14:\"197.211.52.230\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1746180453;}s:64:\"bbe571ae1de2d8687621d59cb33cc7f1f0d4d505ef49e1730a4d25ef7abd79e8\";a:4:{s:10:\"expiration\";i:1746365255;s:2:\"ip\";s:15:\"129.222.206.142\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1746192455;}}'),(5542,384,'nickname','harriettwoodhous'),(5543,384,'first_name',''),(5544,384,'last_name',''),(5545,384,'description',''),(5546,384,'rich_editing','true'),(5547,384,'syntax_highlighting','true'),(5548,384,'comment_shortcuts','false'),(5549,384,'admin_color','fresh'),(5550,384,'use_ssl','0'),(5551,384,'show_admin_bar_front','true'),(5552,384,'locale',''),(5553,384,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5554,384,'wph0_user_level','0'),(5555,384,'preferred_category','Digital Marketer'),(5556,384,'session_tokens','a:1:{s:64:\"4066365e0726153b2f03bbf9b34f1c5612035795e3115728368f5d070e6e3a3f\";a:4:{s:10:\"expiration\";i:1745060995;s:2:\"ip\";s:11:\"5.133.98.31\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744888195;}}'),(5557,385,'nickname','boyce00d872483'),(5558,385,'first_name',''),(5559,385,'last_name',''),(5560,385,'description',''),(5561,385,'rich_editing','true'),(5562,385,'syntax_highlighting','true'),(5563,385,'comment_shortcuts','false'),(5564,385,'admin_color','fresh'),(5565,385,'use_ssl','0'),(5566,385,'show_admin_bar_front','true'),(5567,385,'locale',''),(5568,385,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5569,385,'wph0_user_level','0'),(5570,385,'preferred_category','Models'),(5571,385,'session_tokens','a:1:{s:64:\"bd52f0738142bd675391175c69294332b6534ec7233d8375286dd0891c703326\";a:4:{s:10:\"expiration\";i:1745064543;s:2:\"ip\";s:12:\"62.33.138.39\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744891743;}}'),(5572,386,'nickname','mJOEGhjViWuOJ'),(5573,386,'first_name',''),(5574,386,'last_name',''),(5575,386,'description',''),(5576,386,'rich_editing','true'),(5577,386,'syntax_highlighting','true'),(5578,386,'comment_shortcuts','false'),(5579,386,'admin_color','fresh'),(5580,386,'use_ssl','0'),(5581,386,'show_admin_bar_front','true'),(5582,386,'locale',''),(5583,386,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5584,386,'wph0_user_level','0'),(5585,386,'preferred_category','Web/App Developers'),(5586,386,'session_tokens','a:1:{s:64:\"15a3042168fdaa896d1463e9d1da32c411fa60d4d100a1dd4e3fe0f787d8ae82\";a:4:{s:10:\"expiration\";i:1745093365;s:2:\"ip\";s:14:\"31.146.219.198\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744920565;}}'),(5587,387,'nickname','juliennei46'),(5588,387,'first_name',''),(5589,387,'last_name',''),(5590,387,'description',''),(5591,387,'rich_editing','true'),(5592,387,'syntax_highlighting','true'),(5593,387,'comment_shortcuts','false'),(5594,387,'admin_color','fresh'),(5595,387,'use_ssl','0'),(5596,387,'show_admin_bar_front','true'),(5597,387,'locale',''),(5598,387,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5599,387,'wph0_user_level','0'),(5600,387,'preferred_category','Artist'),(5601,387,'session_tokens','a:1:{s:64:\"97b7198d1fcc2e8d3b29a1e6876160c6c2b7a5f459e91de1f85f8d3ceec3be4b\";a:4:{s:10:\"expiration\";i:1745095557;s:2:\"ip\";s:15:\"185.213.245.192\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744922757;}}'),(5602,350,'unique_token','https://litcaf.com/c/MoqvgrKSVeDhewfQjURvJuOiuvscAcX71KBkiiv7g48wWWbgbi3O/'),(5603,350,'qr_code_link',''),(5604,350,'gender','Male'),(5605,350,'country',''),(5606,350,'facebook',''),(5607,350,'linkedin',''),(5608,350,'google',''),(5613,350,'_hide_profile_guests',''),(5614,350,'_hide_profile_members',''),(5615,350,'user_cover',''),(5616,350,'_prevent_password_change',''),(5617,388,'nickname','LKqPUUUPFCYbR'),(5618,388,'first_name',''),(5619,388,'last_name',''),(5620,388,'description',''),(5621,388,'rich_editing','true'),(5622,388,'syntax_highlighting','true'),(5623,388,'comment_shortcuts','false'),(5624,388,'admin_color','fresh'),(5625,388,'use_ssl','0'),(5626,388,'show_admin_bar_front','true'),(5627,388,'locale',''),(5628,388,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5629,388,'wph0_user_level','0'),(5630,388,'preferred_category','Web/App Developers'),(5631,388,'session_tokens','a:1:{s:64:\"6a2c6ce6734d340ccf8122e340bc9224612692f3284c87b3a0be016bd8696a06\";a:4:{s:10:\"expiration\";i:1745099760;s:2:\"ip\";s:12:\"14.241.66.50\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744926960;}}'),(5632,389,'nickname','adeoyedamilola'),(5633,389,'first_name',''),(5634,389,'last_name',''),(5635,389,'description',''),(5636,389,'rich_editing','true'),(5637,389,'syntax_highlighting','true'),(5638,389,'comment_shortcuts','false'),(5639,389,'admin_color','fresh'),(5640,389,'use_ssl','0'),(5641,389,'show_admin_bar_front','true'),(5642,389,'locale',''),(5643,389,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5644,389,'wph0_user_level','0'),(5645,389,'preferred_category','Digital Marketer'),(5646,389,'session_tokens','a:2:{s:64:\"f5aa0062126b24b41bc84e1774b3933be9e737186bf35b21086a4e549c5cafcd\";a:4:{s:10:\"expiration\";i:1745101886;s:2:\"ip\";s:13:\"102.89.85.206\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1744929086;}s:64:\"f0ca97a6eb8d40806f79b90e8011d566deeef789f3303ede3c1d4d69da5f96b4\";a:4:{s:10:\"expiration\";i:1745144014;s:2:\"ip\";s:13:\"102.89.83.159\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1744971214;}}'),(5647,389,'pp_uploaded_files','a:0:{}'),(5648,389,'editprofile_form_id','8'),(5649,389,'action','pp_ajax_editprofile'),(5650,389,'nonce','189e482c8e'),(5651,389,'melange_id',''),(5652,389,'pp_profile_avatar','6cbcd6afce15dd184348a4f3f73fc206.jpeg'),(5653,389,'googleplus',''),(5654,389,'twitter',''),(5655,390,'nickname','eQQZCTlTLVYx'),(5656,390,'first_name',''),(5657,390,'last_name',''),(5658,390,'description',''),(5659,390,'rich_editing','true'),(5660,390,'syntax_highlighting','true'),(5661,390,'comment_shortcuts','false'),(5662,390,'admin_color','fresh'),(5663,390,'use_ssl','0'),(5664,390,'show_admin_bar_front','true'),(5665,390,'locale',''),(5666,390,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5667,390,'wph0_user_level','0'),(5668,390,'preferred_category','Web/App Developers'),(5669,390,'session_tokens','a:1:{s:64:\"772e84d234a6c3337f50724e6d26a0b475e6e950983d96d03b8134f0e96ec9bd\";a:4:{s:10:\"expiration\";i:1745127081;s:2:\"ip\";s:15:\"116.212.144.223\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1744954281;}}'),(5670,368,'contact_card','a:10:{s:4:\"name\";s:8:\"Omoogbon\";s:7:\"address\";s:35:\"4, Commodore Bamidele Otiko Street,\";s:5:\"email\";s:21:\"aaduastores@gmail.com\";s:5:\"phone\";s:11:\"08093106999\";s:8:\"position\";s:18:\"Business Developer\";s:11:\"description\";s:15:\"I am a good guy\";s:4:\"logo\";s:70486:\"data:image/png;base64,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\";s:8:\"template\";s:30:\"template-files/CARD-XXVIII.php\";s:10:\"created_at\";s:19:\"2025-05-02 12:19:29\";s:12:\"unique_token\";s:52:\"r61MyurxEeOA6jhHfVh8O8sao09LMXDlCCiAMhx6IN7NOUYbqEuy\";}'),(5671,1,'manageedit-acf-taxonomycolumnshidden','a:1:{i:0;s:7:\"acf-key\";}'),(5672,391,'nickname','elliotlehunte3'),(5673,391,'first_name',''),(5674,391,'last_name',''),(5675,391,'description',''),(5676,391,'rich_editing','true'),(5677,391,'syntax_highlighting','true'),(5678,391,'comment_shortcuts','false'),(5679,391,'admin_color','fresh'),(5680,391,'use_ssl','0'),(5681,391,'show_admin_bar_front','true'),(5682,391,'locale',''),(5683,391,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5684,391,'wph0_user_level','0'),(5685,391,'preferred_category','Web/App Developers'),(5686,391,'session_tokens','a:1:{s:64:\"2ddf2fc75da74718b71feccec1558e1d23fc98084e8a736c51d7fbfdc1b4ea5b\";a:4:{s:10:\"expiration\";i:1745145662;s:2:\"ip\";s:13:\"36.143.181.90\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744972862;}}'),(5687,392,'nickname','hannelore29r'),(5688,392,'first_name',''),(5689,392,'last_name',''),(5690,392,'description',''),(5691,392,'rich_editing','true'),(5692,392,'syntax_highlighting','true'),(5693,392,'comment_shortcuts','false'),(5694,392,'admin_color','fresh'),(5695,392,'use_ssl','0'),(5696,392,'show_admin_bar_front','true'),(5697,392,'locale',''),(5698,392,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5699,392,'wph0_user_level','0'),(5700,392,'preferred_category','Journalists'),(5701,392,'session_tokens','a:2:{s:64:\"373c01f5fcc41fb39f6f3de1c420f3fc5bffd4cebf1eeb8439f894a615316a98\";a:4:{s:10:\"expiration\";i:1745148092;s:2:\"ip\";s:14:\"170.130.59.164\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744975292;}s:64:\"b4184e0f725c5387b28660965e4cee0c411057381430cd6013144cc3cbe9d6b0\";a:4:{s:10:\"expiration\";i:1745148763;s:2:\"ip\";s:14:\"38.152.102.202\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1744975963;}}'),(5702,393,'nickname','nnFlhsVGwYM'),(5703,393,'first_name',''),(5704,393,'last_name',''),(5705,393,'description',''),(5706,393,'rich_editing','true'),(5707,393,'syntax_highlighting','true'),(5708,393,'comment_shortcuts','false'),(5709,393,'admin_color','fresh'),(5710,393,'use_ssl','0'),(5711,393,'show_admin_bar_front','true'),(5712,393,'locale',''),(5713,393,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5714,393,'wph0_user_level','0'),(5715,393,'preferred_category','Web/App Developers'),(5716,393,'session_tokens','a:1:{s:64:\"7074d34190fb25619724921d0ace806758a702cf1b9e02b85f91270aedec2f94\";a:4:{s:10:\"expiration\";i:1745196932;s:2:\"ip\";s:14:\"191.253.71.148\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745024132;}}'),(5717,394,'nickname','dereklohman87'),(5718,394,'first_name',''),(5719,394,'last_name',''),(5720,394,'description',''),(5721,394,'rich_editing','true'),(5722,394,'syntax_highlighting','true'),(5723,394,'comment_shortcuts','false'),(5724,394,'admin_color','fresh'),(5725,394,'use_ssl','0'),(5726,394,'show_admin_bar_front','true'),(5727,394,'locale',''),(5728,394,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5729,394,'wph0_user_level','0'),(5730,394,'preferred_category','Electrician/Electronics'),(5731,394,'session_tokens','a:1:{s:64:\"9c597c002b487f749a9095832e98e32544f947137be3d57f4aae1a702f9c2de5\";a:4:{s:10:\"expiration\";i:1745201805;s:2:\"ip\";s:13:\"120.11.91.100\";s:2:\"ua\";s:126:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";s:5:\"login\";i:1745029005;}}'),(5732,395,'nickname','marissaminner14'),(5733,395,'first_name',''),(5734,395,'last_name',''),(5735,395,'description',''),(5736,395,'rich_editing','true'),(5737,395,'syntax_highlighting','true'),(5738,395,'comment_shortcuts','false'),(5739,395,'admin_color','fresh'),(5740,395,'use_ssl','0'),(5741,395,'show_admin_bar_front','true'),(5742,395,'locale',''),(5743,395,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5744,395,'wph0_user_level','0'),(5745,395,'preferred_category','Janitors'),(5746,395,'session_tokens','a:1:{s:64:\"cd839a7b35c8115584578a899c5e3f821d2a62311603e14393b07186c0039962\";a:4:{s:10:\"expiration\";i:1745205683;s:2:\"ip\";s:12:\"45.84.176.77\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745032883;}}'),(5747,396,'nickname','altabehm131562'),(5748,396,'first_name',''),(5749,396,'last_name',''),(5750,396,'description',''),(5751,396,'rich_editing','true'),(5752,396,'syntax_highlighting','true'),(5753,396,'comment_shortcuts','false'),(5754,396,'admin_color','fresh'),(5755,396,'use_ssl','0'),(5756,396,'show_admin_bar_front','true'),(5757,396,'locale',''),(5758,396,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5759,396,'wph0_user_level','0'),(5760,396,'preferred_category','Entertainers'),(5761,396,'session_tokens','a:1:{s:64:\"c32e86f446388569e5aa4a238ed617c33201f818b37bac54d1990f319674e376\";a:4:{s:10:\"expiration\";i:1745210502;s:2:\"ip\";s:13:\"120.11.97.223\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745037702;}}'),(5762,397,'nickname','Coymli'),(5763,397,'first_name','Coymli'),(5764,397,'last_name','Coymli'),(5765,397,'description',''),(5766,397,'rich_editing','true'),(5767,397,'syntax_highlighting','true'),(5768,397,'comment_shortcuts','false'),(5769,397,'admin_color','fresh'),(5770,397,'use_ssl','0'),(5771,397,'show_admin_bar_front','true'),(5772,397,'locale',''),(5773,397,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5774,397,'wph0_user_level','0'),(5775,397,'preferred_category','Business Developer'),(5776,397,'session_tokens','a:2:{s:64:\"5aaa18806ef514a0c98378ce779c906e9171319217ae2762efb7d1bffc253dab\";a:4:{s:10:\"expiration\";i:1745288157;s:2:\"ip\";s:12:\"45.128.38.94\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1745115357;}s:64:\"37c7713349cc9b3bc117eca0d7076ce48e7fe5acab9652d2a42989e3b192edf3\";a:4:{s:10:\"expiration\";i:1745395543;s:2:\"ip\";s:14:\"130.195.216.46\";s:2:\"ua\";s:127:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Avast/131.0.0.0\";s:5:\"login\";i:1745222743;}}'),(5777,397,'pp_uploaded_files','a:0:{}'),(5778,397,'eup_avatar',''),(5779,397,'editprofile_form_id','8'),(5780,398,'nickname','jeannemerriam5'),(5781,398,'first_name',''),(5782,398,'last_name',''),(5783,398,'description',''),(5784,398,'rich_editing','true'),(5785,398,'syntax_highlighting','true'),(5786,398,'comment_shortcuts','false'),(5787,398,'admin_color','fresh'),(5788,398,'use_ssl','0'),(5789,398,'show_admin_bar_front','true'),(5790,398,'locale',''),(5791,398,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5792,398,'wph0_user_level','0'),(5793,398,'preferred_category','Civil Servants'),(5794,398,'session_tokens','a:2:{s:64:\"0781a60a19b49f83cf2b1caf6b4beda5364c055d452d6c4fc146447d6aa7c620\";a:4:{s:10:\"expiration\";i:1745219384;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745046584;}s:64:\"8604315459bb61c29157048e300558679ad952c0c6695f494fa2b3ed12584673\";a:4:{s:10:\"expiration\";i:1745219523;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745046723;}}'),(5795,399,'nickname','leonardwilhite'),(5796,399,'first_name',''),(5797,399,'last_name',''),(5798,399,'description',''),(5799,399,'rich_editing','true'),(5800,399,'syntax_highlighting','true'),(5801,399,'comment_shortcuts','false'),(5802,399,'admin_color','fresh'),(5803,399,'use_ssl','0'),(5804,399,'show_admin_bar_front','true'),(5805,399,'locale',''),(5806,399,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5807,399,'wph0_user_level','0'),(5808,399,'preferred_category','Digital Marketer'),(5809,399,'session_tokens','a:1:{s:64:\"9219ae6cb4e0db2ea22f268e8058494a6b4a6248f38e64a0331818932161ea83\";a:4:{s:10:\"expiration\";i:1745219894;s:2:\"ip\";s:15:\"183.199.125.181\";s:2:\"ua\";s:76:\"Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1745047094;}}'),(5810,400,'nickname','madeleines7765'),(5811,400,'first_name',''),(5812,400,'last_name',''),(5813,400,'description',''),(5814,400,'rich_editing','true'),(5815,400,'syntax_highlighting','true'),(5816,400,'comment_shortcuts','false'),(5817,400,'admin_color','fresh'),(5818,400,'use_ssl','0'),(5819,400,'show_admin_bar_front','true'),(5820,400,'locale',''),(5821,400,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5822,400,'wph0_user_level','0'),(5823,400,'preferred_category','Mobile App Developers'),(5824,400,'session_tokens','a:1:{s:64:\"eade18e083979a380efb86a927007c176d86797d5a617477730612cde151310a\";a:4:{s:10:\"expiration\";i:1745220791;s:2:\"ip\";s:15:\"183.199.125.181\";s:2:\"ua\";s:119:\"Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Vivaldi/5.3.2679.68\";s:5:\"login\";i:1745047991;}}'),(5825,401,'nickname','GMayPFnAhpeVTiB'),(5826,401,'first_name',''),(5827,401,'last_name',''),(5828,401,'description',''),(5829,401,'rich_editing','true'),(5830,401,'syntax_highlighting','true'),(5831,401,'comment_shortcuts','false'),(5832,401,'admin_color','fresh'),(5833,401,'use_ssl','0'),(5834,401,'show_admin_bar_front','true'),(5835,401,'locale',''),(5836,401,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5837,401,'wph0_user_level','0'),(5838,401,'preferred_category','Web/App Developers'),(5839,401,'session_tokens','a:1:{s:64:\"c5d67637a4aaf48ace55704276a6f732c806b02c962ad61d077a3e1f3d4d6204\";a:4:{s:10:\"expiration\";i:1745222737;s:2:\"ip\";s:13:\"119.40.94.222\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745049937;}}'),(5840,402,'nickname','kennethaddison'),(5841,402,'first_name',''),(5842,402,'last_name',''),(5843,402,'description',''),(5844,402,'rich_editing','true'),(5845,402,'syntax_highlighting','true'),(5846,402,'comment_shortcuts','false'),(5847,402,'admin_color','fresh'),(5848,402,'use_ssl','0'),(5849,402,'show_admin_bar_front','true'),(5850,402,'locale',''),(5851,402,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5852,402,'wph0_user_level','0'),(5853,402,'preferred_category','Janitors'),(5854,402,'session_tokens','a:1:{s:64:\"e4721e7a016cba0f6834ae102b74a8fadcb61d9c228d9e6ba8c2cb76dc57fd42\";a:4:{s:10:\"expiration\";i:1745223674;s:2:\"ip\";s:14:\"223.29.254.157\";s:2:\"ua\";s:78:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1745050874;}}'),(5855,403,'nickname','idnangeline788'),(5856,403,'first_name',''),(5857,403,'last_name',''),(5858,403,'description',''),(5859,403,'rich_editing','true'),(5860,403,'syntax_highlighting','true'),(5861,403,'comment_shortcuts','false'),(5862,403,'admin_color','fresh'),(5863,403,'use_ssl','0'),(5864,403,'show_admin_bar_front','true'),(5865,403,'locale',''),(5866,403,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5867,403,'wph0_user_level','0'),(5868,403,'preferred_category','Performing Artists'),(5869,403,'session_tokens','a:1:{s:64:\"999c22cdc2573d155d95618bd4044cbeb61427c49e734e6bce7619acf3db7f2f\";a:4:{s:10:\"expiration\";i:1745228278;s:2:\"ip\";s:13:\"120.11.97.223\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1745055478;}}'),(5870,404,'nickname','martywishart0'),(5871,404,'first_name',''),(5872,404,'last_name',''),(5873,404,'description',''),(5874,404,'rich_editing','true'),(5875,404,'syntax_highlighting','true'),(5876,404,'comment_shortcuts','false'),(5877,404,'admin_color','fresh'),(5878,404,'use_ssl','0'),(5879,404,'show_admin_bar_front','true'),(5880,404,'locale',''),(5881,404,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5882,404,'wph0_user_level','0'),(5883,404,'preferred_category','Engineers'),(5884,404,'session_tokens','a:2:{s:64:\"d5702f90041f5f05e1826ef776b18c4eb72771bba39909eb50be50fcf98a9755\";a:4:{s:10:\"expiration\";i:1745228654;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745055854;}s:64:\"b81359c15616729137e9a2de77daf77a422bdd261ac00a0c210d370ccc22a9e1\";a:4:{s:10:\"expiration\";i:1745228824;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745056024;}}'),(5885,405,'nickname','mavisconroy782'),(5886,405,'first_name',''),(5887,405,'last_name',''),(5888,405,'description',''),(5889,405,'rich_editing','true'),(5890,405,'syntax_highlighting','true'),(5891,405,'comment_shortcuts','false'),(5892,405,'admin_color','fresh'),(5893,405,'use_ssl','0'),(5894,405,'show_admin_bar_front','true'),(5895,405,'locale',''),(5896,405,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5897,405,'wph0_user_level','0'),(5898,405,'preferred_category','Researchers'),(5899,405,'session_tokens','a:1:{s:64:\"bfd4c13f09904b45f69285e193a0cfc2cf499d6a3453e25f9c4fa2c2320fb7ea\";a:4:{s:10:\"expiration\";i:1745230664;s:2:\"ip\";s:13:\"120.11.97.223\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";s:5:\"login\";i:1745057864;}}'),(5900,406,'nickname','jacquelynshaw'),(5901,406,'first_name',''),(5902,406,'last_name',''),(5903,406,'description',''),(5904,406,'rich_editing','true'),(5905,406,'syntax_highlighting','true'),(5906,406,'comment_shortcuts','false'),(5907,406,'admin_color','fresh'),(5908,406,'use_ssl','0'),(5909,406,'show_admin_bar_front','true'),(5910,406,'locale',''),(5911,406,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5912,406,'wph0_user_level','0'),(5913,406,'preferred_category','Graphic Designers'),(5914,406,'session_tokens','a:1:{s:64:\"6d097dbfd3fb81523c4e9b8c40b1605d4e8fb7258f363f1c77740055d30d74b0\";a:4:{s:10:\"expiration\";i:1745234931;s:2:\"ip\";s:14:\"183.199.125.32\";s:2:\"ua\";s:134:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";s:5:\"login\";i:1745062131;}}'),(5915,407,'nickname','zhibrook11958460'),(5916,407,'first_name',''),(5917,407,'last_name',''),(5918,407,'description',''),(5919,407,'rich_editing','true'),(5920,407,'syntax_highlighting','true'),(5921,407,'comment_shortcuts','false'),(5922,407,'admin_color','fresh'),(5923,407,'use_ssl','0'),(5924,407,'show_admin_bar_front','true'),(5925,407,'locale',''),(5926,407,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5927,407,'wph0_user_level','0'),(5928,407,'preferred_category','Photographers'),(5929,407,'session_tokens','a:1:{s:64:\"d922c4cfbea43c1123a3dce8cc4ec30a641ab64ede850705e19a904df00c14e9\";a:4:{s:10:\"expiration\";i:1745236587;s:2:\"ip\";s:14:\"185.220.101.71\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745063787;}}'),(5930,408,'nickname','jaquelinetowner'),(5931,408,'first_name',''),(5932,408,'last_name',''),(5933,408,'description',''),(5934,408,'rich_editing','true'),(5935,408,'syntax_highlighting','true'),(5936,408,'comment_shortcuts','false'),(5937,408,'admin_color','fresh'),(5938,408,'use_ssl','0'),(5939,408,'show_admin_bar_front','true'),(5940,408,'locale',''),(5941,408,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5942,408,'wph0_user_level','0'),(5943,408,'preferred_category','Licensing Officers'),(5944,408,'session_tokens','a:2:{s:64:\"15accc3c2fbc3d5a8e75742accad202d4873a7eba87079723e88bf3c1c8ae540\";a:4:{s:10:\"expiration\";i:1745238041;s:2:\"ip\";s:14:\"158.220.93.180\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745065241;}s:64:\"108f1df192f719837c42f3d6a5a7bb9f232ed3f0b207eeaec68103f9de218795\";a:4:{s:10:\"expiration\";i:1745316193;s:2:\"ip\";s:11:\"119.2.52.68\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745143393;}}'),(5945,409,'nickname','indianabair'),(5946,409,'first_name',''),(5947,409,'last_name',''),(5948,409,'description',''),(5949,409,'rich_editing','true'),(5950,409,'syntax_highlighting','true'),(5951,409,'comment_shortcuts','false'),(5952,409,'admin_color','fresh'),(5953,409,'use_ssl','0'),(5954,409,'show_admin_bar_front','true'),(5955,409,'locale',''),(5956,409,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5957,409,'wph0_user_level','0'),(5958,409,'preferred_category','Models'),(5959,409,'session_tokens','a:1:{s:64:\"01d3bef6d8920a2dc4c50662cf33999b2737ec9d209fbb9decd0bc4f80f58692\";a:4:{s:10:\"expiration\";i:1745240742;s:2:\"ip\";s:14:\"185.220.101.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745067942;}}'),(5960,410,'nickname','mackenzielent32'),(5961,410,'first_name',''),(5962,410,'last_name',''),(5963,410,'description',''),(5964,410,'rich_editing','true'),(5965,410,'syntax_highlighting','true'),(5966,410,'comment_shortcuts','false'),(5967,410,'admin_color','fresh'),(5968,410,'use_ssl','0'),(5969,410,'show_admin_bar_front','true'),(5970,410,'locale',''),(5971,410,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5972,410,'wph0_user_level','0'),(5973,410,'preferred_category','Entrepreneurs- StartUp'),(5974,410,'session_tokens','a:1:{s:64:\"7573a3b135652701072666fe9c0b70cdaf84bbf5f6f1558c2e0275c26e53a42f\";a:4:{s:10:\"expiration\";i:1745249847;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745077047;}}'),(5975,411,'nickname','lonnies5029340'),(5976,411,'first_name',''),(5977,411,'last_name',''),(5978,411,'description',''),(5979,411,'rich_editing','true'),(5980,411,'syntax_highlighting','true'),(5981,411,'comment_shortcuts','false'),(5982,411,'admin_color','fresh'),(5983,411,'use_ssl','0'),(5984,411,'show_admin_bar_front','true'),(5985,411,'locale',''),(5986,411,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(5987,411,'wph0_user_level','0'),(5988,411,'preferred_category','Teachers'),(5989,411,'session_tokens','a:1:{s:64:\"b89a15689498cab610f3addc133e94e0008f36635ac8b3a06dbe8ab71251290c\";a:4:{s:10:\"expiration\";i:1745266996;s:2:\"ip\";s:15:\"183.198.172.249\";s:2:\"ua\";s:78:\"Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1745094196;}}'),(5990,412,'nickname','virgie64084450'),(5991,412,'first_name',''),(5992,412,'last_name',''),(5993,412,'description',''),(5994,412,'rich_editing','true'),(5995,412,'syntax_highlighting','true'),(5996,412,'comment_shortcuts','false'),(5997,412,'admin_color','fresh'),(5998,412,'use_ssl','0'),(5999,412,'show_admin_bar_front','true'),(6000,412,'locale',''),(6001,412,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6002,412,'wph0_user_level','0'),(6003,412,'preferred_category','Nurses'),(6004,412,'session_tokens','a:1:{s:64:\"3db3b7dfb5391c14701771bd2e90ded20f6547214afe8de40be6ec12c9097a85\";a:4:{s:10:\"expiration\";i:1745285857;s:2:\"ip\";s:14:\"138.219.73.139\";s:2:\"ua\";s:146:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; Xbox; Xbox One) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 Edge/44.18363.8131\";s:5:\"login\";i:1745113057;}}'),(6005,397,'pp_profile_avatar','a4a042cf4fd6bfb47701cbc8a1653ada.gif'),(6006,413,'nickname','giuseppefogarty'),(6007,413,'first_name',''),(6008,413,'last_name',''),(6009,413,'description',''),(6010,413,'rich_editing','true'),(6011,413,'syntax_highlighting','true'),(6012,413,'comment_shortcuts','false'),(6013,413,'admin_color','fresh'),(6014,413,'use_ssl','0'),(6015,413,'show_admin_bar_front','true'),(6016,413,'locale',''),(6017,413,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6018,413,'wph0_user_level','0'),(6019,413,'preferred_category','Virtual Assistants'),(6020,413,'session_tokens','a:2:{s:64:\"a457e33f155c968302659204112605e71a662158bfa32c38e9f93809ccfd8011\";a:4:{s:10:\"expiration\";i:1745298428;s:2:\"ip\";s:12:\"120.29.76.33\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745125628;}s:64:\"15dc6c7124d5f8a8a9eb647405d5cf1b96bd35286a1957e31e778fd445274a60\";a:4:{s:10:\"expiration\";i:1745298817;s:2:\"ip\";s:12:\"120.29.76.33\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745126017;}}'),(6021,414,'nickname','dollybruton47'),(6022,414,'first_name',''),(6023,414,'last_name',''),(6024,414,'description',''),(6025,414,'rich_editing','true'),(6026,414,'syntax_highlighting','true'),(6027,414,'comment_shortcuts','false'),(6028,414,'admin_color','fresh'),(6029,414,'use_ssl','0'),(6030,414,'show_admin_bar_front','true'),(6031,414,'locale',''),(6032,414,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6033,414,'wph0_user_level','0'),(6034,414,'preferred_category','Photographers'),(6035,414,'session_tokens','a:1:{s:64:\"2f46b6e639433e7d54a2c4aed37560ce9070c7b0b2cf27152beb916a0754ceed\";a:4:{s:10:\"expiration\";i:1745312789;s:2:\"ip\";s:14:\"46.183.187.220\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745139989;}}'),(6036,415,'nickname','melodycullen13'),(6037,415,'first_name',''),(6038,415,'last_name',''),(6039,415,'description',''),(6040,415,'rich_editing','true'),(6041,415,'syntax_highlighting','true'),(6042,415,'comment_shortcuts','false'),(6043,415,'admin_color','fresh'),(6044,415,'use_ssl','0'),(6045,415,'show_admin_bar_front','true'),(6046,415,'locale',''),(6047,415,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6048,415,'wph0_user_level','0'),(6049,415,'preferred_category','Beauticians'),(6050,415,'session_tokens','a:1:{s:64:\"6aa21b75284422a53b939edf4b323f3abf549b3fc85f7c01d3142a0d8f0c460b\";a:4:{s:10:\"expiration\";i:1745314563;s:2:\"ip\";s:14:\"107.172.42.107\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745141763;}}'),(6051,416,'nickname','epnekVerB'),(6052,416,'first_name',''),(6053,416,'last_name',''),(6054,416,'description',''),(6055,416,'rich_editing','true'),(6056,416,'syntax_highlighting','true'),(6057,416,'comment_shortcuts','false'),(6058,416,'admin_color','fresh'),(6059,416,'use_ssl','0'),(6060,416,'show_admin_bar_front','true'),(6061,416,'locale',''),(6062,416,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6063,416,'wph0_user_level','0'),(6064,416,'preferred_category','Web/App Developers'),(6065,416,'session_tokens','a:1:{s:64:\"28cab31691f639481aa4e0025d0ecd604d432a35eabf186f2828fd636d28d00d\";a:4:{s:10:\"expiration\";i:1745314757;s:2:\"ip\";s:15:\"103.199.215.209\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745141957;}}'),(6066,417,'nickname','charlotteburnell'),(6067,417,'first_name',''),(6068,417,'last_name',''),(6069,417,'description',''),(6070,417,'rich_editing','true'),(6071,417,'syntax_highlighting','true'),(6072,417,'comment_shortcuts','false'),(6073,417,'admin_color','fresh'),(6074,417,'use_ssl','0'),(6075,417,'show_admin_bar_front','true'),(6076,417,'locale',''),(6077,417,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6078,417,'wph0_user_level','0'),(6079,417,'preferred_category','Finance persons'),(6080,417,'session_tokens','a:1:{s:64:\"7c0c31a6ec4b1b53ab4bc4ca0c18ad1714feab64c79caf1d23581da7712b1e8b\";a:4:{s:10:\"expiration\";i:1746357619;s:2:\"ip\";s:11:\"98.191.0.37\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746184819;}}'),(6081,418,'nickname','coleomay17960'),(6082,418,'first_name',''),(6083,418,'last_name',''),(6084,418,'description',''),(6085,418,'rich_editing','true'),(6086,418,'syntax_highlighting','true'),(6087,418,'comment_shortcuts','false'),(6088,418,'admin_color','fresh'),(6089,418,'use_ssl','0'),(6090,418,'show_admin_bar_front','true'),(6091,418,'locale',''),(6092,418,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6093,418,'wph0_user_level','0'),(6094,418,'preferred_category','Virtual Assistants'),(6095,418,'session_tokens','a:1:{s:64:\"b296f8973b5e756af6c4456b1eee9ddaaf4c4eb83c4d7ad293f4277b3a9d901f\";a:4:{s:10:\"expiration\";i:1745321009;s:2:\"ip\";s:13:\"45.138.16.231\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745148209;}}'),(6096,419,'nickname','tracydenby92'),(6097,419,'first_name',''),(6098,419,'last_name',''),(6099,419,'description',''),(6100,419,'rich_editing','true'),(6101,419,'syntax_highlighting','true'),(6102,419,'comment_shortcuts','false'),(6103,419,'admin_color','fresh'),(6104,419,'use_ssl','0'),(6105,419,'show_admin_bar_front','true'),(6106,419,'locale',''),(6107,419,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6108,419,'wph0_user_level','0'),(6109,419,'preferred_category','Civil Servants'),(6110,419,'session_tokens','a:1:{s:64:\"a325777381297a6fd9f4d60d21bb372f2f2ca551c7aa97d2ace869105690298d\";a:4:{s:10:\"expiration\";i:1745328712;s:2:\"ip\";s:13:\"88.209.245.20\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745155912;}}'),(6111,420,'nickname','chelseygellert'),(6112,420,'first_name',''),(6113,420,'last_name',''),(6114,420,'description',''),(6115,420,'rich_editing','true'),(6116,420,'syntax_highlighting','true'),(6117,420,'comment_shortcuts','false'),(6118,420,'admin_color','fresh'),(6119,420,'use_ssl','0'),(6120,420,'show_admin_bar_front','true'),(6121,420,'locale',''),(6122,420,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6123,420,'wph0_user_level','0'),(6124,420,'preferred_category','Mobile App Developers'),(6125,420,'session_tokens','a:2:{s:64:\"50515cf1cb49bb2c19fdcb26e492dd97609bd342e6310d1adbdfbfcde8329e89\";a:4:{s:10:\"expiration\";i:1745481898;s:2:\"ip\";s:13:\"107.189.19.82\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745309098;}s:64:\"d560e4de2a312d012661c21c566f767e64691440575dc9717c73db7b0eeb6e86\";a:4:{s:10:\"expiration\";i:1745516574;s:2:\"ip\";s:12:\"172.86.73.11\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745343774;}}'),(6126,421,'nickname','swckJGcXMI'),(6127,421,'first_name',''),(6128,421,'last_name',''),(6129,421,'description',''),(6130,421,'rich_editing','true'),(6131,421,'syntax_highlighting','true'),(6132,421,'comment_shortcuts','false'),(6133,421,'admin_color','fresh'),(6134,421,'use_ssl','0'),(6135,421,'show_admin_bar_front','true'),(6136,421,'locale',''),(6137,421,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6138,421,'wph0_user_level','0'),(6139,421,'preferred_category','Web/App Developers'),(6140,421,'session_tokens','a:1:{s:64:\"388df888df46fc2271869b518fad6cd6d3a1de263645d8ccf582b295d2460f52\";a:4:{s:10:\"expiration\";i:1745337819;s:2:\"ip\";s:14:\"103.172.34.161\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745165019;}}'),(6141,422,'nickname','jonasdark87'),(6142,422,'first_name',''),(6143,422,'last_name',''),(6144,422,'description',''),(6145,422,'rich_editing','true'),(6146,422,'syntax_highlighting','true'),(6147,422,'comment_shortcuts','false'),(6148,422,'admin_color','fresh'),(6149,422,'use_ssl','0'),(6150,422,'show_admin_bar_front','true'),(6151,422,'locale',''),(6152,422,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6153,422,'wph0_user_level','0'),(6154,422,'preferred_category','Graphic Designers'),(6155,422,'session_tokens','a:1:{s:64:\"e0774c0ae03f76f5e31e32e4e8be0b79daa27d1c40ea41c65b92646ef5f1ffed\";a:4:{s:10:\"expiration\";i:1745339452;s:2:\"ip\";s:13:\"198.54.114.75\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745166652;}}'),(6156,423,'nickname','shadsantora021'),(6157,423,'first_name',''),(6158,423,'last_name',''),(6159,423,'description',''),(6160,423,'rich_editing','true'),(6161,423,'syntax_highlighting','true'),(6162,423,'comment_shortcuts','false'),(6163,423,'admin_color','fresh'),(6164,423,'use_ssl','0'),(6165,423,'show_admin_bar_front','true'),(6166,423,'locale',''),(6167,423,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6168,423,'wph0_user_level','0'),(6169,423,'preferred_category','Painters'),(6170,423,'session_tokens','a:1:{s:64:\"408bed9d6808bc6c036039eb3bb78699c525f78dd11b96f3395bc761a2ee8a6e\";a:4:{s:10:\"expiration\";i:1745341361;s:2:\"ip\";s:14:\"107.172.42.107\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745168561;}}'),(6171,424,'nickname','randyleach27474'),(6172,424,'first_name',''),(6173,424,'last_name',''),(6174,424,'description',''),(6175,424,'rich_editing','true'),(6176,424,'syntax_highlighting','true'),(6177,424,'comment_shortcuts','false'),(6178,424,'admin_color','fresh'),(6179,424,'use_ssl','0'),(6180,424,'show_admin_bar_front','true'),(6181,424,'locale',''),(6182,424,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6183,424,'wph0_user_level','0'),(6184,424,'preferred_category','Beauticians'),(6185,424,'session_tokens','a:1:{s:64:\"9a8066a792afee751360d49f5c81c236b682f97c7f1bea2930fd1f60ff928996\";a:4:{s:10:\"expiration\";i:1745341553;s:2:\"ip\";s:12:\"121.16.26.31\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745168753;}}'),(6186,425,'nickname','kelleesnelling'),(6187,425,'first_name',''),(6188,425,'last_name',''),(6189,425,'description',''),(6190,425,'rich_editing','true'),(6191,425,'syntax_highlighting','true'),(6192,425,'comment_shortcuts','false'),(6193,425,'admin_color','fresh'),(6194,425,'use_ssl','0'),(6195,425,'show_admin_bar_front','true'),(6196,425,'locale',''),(6197,425,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6198,425,'wph0_user_level','0'),(6199,425,'preferred_category','Interior Designers'),(6200,425,'session_tokens','a:1:{s:64:\"e8ad1960d69ae28083bff4dece6aa0da3602a1e6a30bf441d531b8c51a54597e\";a:4:{s:10:\"expiration\";i:1745343147;s:2:\"ip\";s:14:\"198.12.239.188\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745170347;}}'),(6201,426,'nickname','normankeyes4'),(6202,426,'first_name',''),(6203,426,'last_name',''),(6204,426,'description',''),(6205,426,'rich_editing','true'),(6206,426,'syntax_highlighting','true'),(6207,426,'comment_shortcuts','false'),(6208,426,'admin_color','fresh'),(6209,426,'use_ssl','0'),(6210,426,'show_admin_bar_front','true'),(6211,426,'locale',''),(6212,426,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6213,426,'wph0_user_level','0'),(6214,426,'preferred_category','Entrepreneurs- CEO'),(6215,426,'session_tokens','a:1:{s:64:\"019c5168180f54ee7219ce8c96c48ad2411a957eb3106c94b81a00571dacd8de\";a:4:{s:10:\"expiration\";i:1745772743;s:2:\"ip\";s:12:\"196.51.57.39\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745599943;}}'),(6216,427,'nickname','magaretolivare'),(6217,427,'first_name',''),(6218,427,'last_name',''),(6219,427,'description',''),(6220,427,'rich_editing','true'),(6221,427,'syntax_highlighting','true'),(6222,427,'comment_shortcuts','false'),(6223,427,'admin_color','fresh'),(6224,427,'use_ssl','0'),(6225,427,'show_admin_bar_front','true'),(6226,427,'locale',''),(6227,427,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6228,427,'wph0_user_level','0'),(6229,427,'preferred_category','Finance persons'),(6230,427,'session_tokens','a:1:{s:64:\"5f6221f7f62e328e75bc5ab5897beba0b3a179be5dbb013954520797e68dcc57\";a:4:{s:10:\"expiration\";i:1745347345;s:2:\"ip\";s:11:\"196.51.9.29\";s:2:\"ua\";s:134:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";s:5:\"login\";i:1745174545;}}'),(6231,428,'nickname','josedelaney9437'),(6232,428,'first_name',''),(6233,428,'last_name',''),(6234,428,'description',''),(6235,428,'rich_editing','true'),(6236,428,'syntax_highlighting','true'),(6237,428,'comment_shortcuts','false'),(6238,428,'admin_color','fresh'),(6239,428,'use_ssl','0'),(6240,428,'show_admin_bar_front','true'),(6241,428,'locale',''),(6242,428,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6243,428,'wph0_user_level','0'),(6244,428,'preferred_category','Artist'),(6245,428,'session_tokens','a:1:{s:64:\"3f676ca0c53ffee6bd10f54f657e9de8d472b81b9a3c87ba765b6ff766e45715\";a:4:{s:10:\"expiration\";i:1746093390;s:2:\"ip\";s:14:\"104.168.112.23\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745920590;}}'),(6246,429,'nickname','seopemula02468'),(6247,429,'first_name',''),(6248,429,'last_name',''),(6249,429,'description',''),(6250,429,'rich_editing','true'),(6251,429,'syntax_highlighting','true'),(6252,429,'comment_shortcuts','false'),(6253,429,'admin_color','fresh'),(6254,429,'use_ssl','0'),(6255,429,'show_admin_bar_front','true'),(6256,429,'locale',''),(6257,429,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6258,429,'wph0_user_level','0'),(6259,429,'preferred_category','Real Estate Agents'),(6260,429,'session_tokens','a:2:{s:64:\"152421e55c9ff157cf9ae1cc15c70cc252c22741868eabc905e4cc8fcc7fadd2\";a:4:{s:10:\"expiration\";i:1745354193;s:2:\"ip\";s:13:\"192.241.95.93\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745181393;}s:64:\"f773c0cdc81456375388a5a85dc76e5297d741d7ff827cf898e0dd23b75714e1\";a:4:{s:10:\"expiration\";i:1745354452;s:2:\"ip\";s:12:\"200.10.47.83\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745181652;}}'),(6261,430,'nickname','devonpittmann3'),(6262,430,'first_name',''),(6263,430,'last_name',''),(6264,430,'description',''),(6265,430,'rich_editing','true'),(6266,430,'syntax_highlighting','true'),(6267,430,'comment_shortcuts','false'),(6268,430,'admin_color','fresh'),(6269,430,'use_ssl','0'),(6270,430,'show_admin_bar_front','true'),(6271,430,'locale',''),(6272,430,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6273,430,'wph0_user_level','0'),(6274,430,'preferred_category','Licensing Officers'),(6275,430,'session_tokens','a:1:{s:64:\"f2db8f22c230accb9f1a904a3e6cac15a541f997778df123374261e3db3f11a7\";a:4:{s:10:\"expiration\";i:1745358116;s:2:\"ip\";s:13:\"73.71.174.115\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745185316;}}'),(6276,431,'nickname','michellhayward'),(6277,431,'first_name',''),(6278,431,'last_name',''),(6279,431,'description',''),(6280,431,'rich_editing','true'),(6281,431,'syntax_highlighting','true'),(6282,431,'comment_shortcuts','false'),(6283,431,'admin_color','fresh'),(6284,431,'use_ssl','0'),(6285,431,'show_admin_bar_front','true'),(6286,431,'locale',''),(6287,431,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6288,431,'wph0_user_level','0'),(6289,431,'preferred_category','Customer Service Rep.'),(6290,431,'session_tokens','a:1:{s:64:\"31b369df30c8653f7f04365bbbe622a8bcf1d2bfd755ea2383bb9e94483ffbc7\";a:4:{s:10:\"expiration\";i:1745650928;s:2:\"ip\";s:12:\"50.3.137.101\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745478128;}}'),(6291,432,'nickname','lisettetweddle2'),(6292,432,'first_name',''),(6293,432,'last_name',''),(6294,432,'description',''),(6295,432,'rich_editing','true'),(6296,432,'syntax_highlighting','true'),(6297,432,'comment_shortcuts','false'),(6298,432,'admin_color','fresh'),(6299,432,'use_ssl','0'),(6300,432,'show_admin_bar_front','true'),(6301,432,'locale',''),(6302,432,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6303,432,'wph0_user_level','0'),(6304,432,'preferred_category','Performing Artists'),(6305,432,'session_tokens','a:1:{s:64:\"76447924a012e56cbb0e6d10768629c196554eb438bc44a053dc00f9364caa60\";a:4:{s:10:\"expiration\";i:1745370237;s:2:\"ip\";s:14:\"156.248.87.186\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745197437;}}'),(6306,433,'nickname','connortrudeau3'),(6307,433,'first_name',''),(6308,433,'last_name',''),(6309,433,'description',''),(6310,433,'rich_editing','true'),(6311,433,'syntax_highlighting','true'),(6312,433,'comment_shortcuts','false'),(6313,433,'admin_color','fresh'),(6314,433,'use_ssl','0'),(6315,433,'show_admin_bar_front','true'),(6316,433,'locale',''),(6317,433,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6318,433,'wph0_user_level','0'),(6319,433,'preferred_category','Janitors'),(6320,433,'session_tokens','a:1:{s:64:\"5f83c9604567c7683fa713a1112da05964132ba7e4e8954088c29ffe0f86ee7e\";a:4:{s:10:\"expiration\";i:1745370537;s:2:\"ip\";s:14:\"223.29.153.220\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745197737;}}'),(6321,434,'nickname','napoleonchiles'),(6322,434,'first_name',''),(6323,434,'last_name',''),(6324,434,'description',''),(6325,434,'rich_editing','true'),(6326,434,'syntax_highlighting','true'),(6327,434,'comment_shortcuts','false'),(6328,434,'admin_color','fresh'),(6329,434,'use_ssl','0'),(6330,434,'show_admin_bar_front','true'),(6331,434,'locale',''),(6332,434,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6333,434,'wph0_user_level','0'),(6334,434,'preferred_category','Journalists'),(6335,434,'session_tokens','a:2:{s:64:\"fa0f9f899f7a765bc4a05a698719ecd453985f24189ca143353eb51125f0640c\";a:4:{s:10:\"expiration\";i:1745377743;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745204943;}s:64:\"f325a298e19ec56c1173c976f687488f496ac35158fd48081aea8a898c840c5e\";a:4:{s:10:\"expiration\";i:1745377970;s:2:\"ip\";s:13:\"60.25.206.252\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745205170;}}'),(6336,435,'nickname','kristopherosby'),(6337,435,'first_name',''),(6338,435,'last_name',''),(6339,435,'description',''),(6340,435,'rich_editing','true'),(6341,435,'syntax_highlighting','true'),(6342,435,'comment_shortcuts','false'),(6343,435,'admin_color','fresh'),(6344,435,'use_ssl','0'),(6345,435,'show_admin_bar_front','true'),(6346,435,'locale',''),(6347,435,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6348,435,'wph0_user_level','0'),(6349,435,'preferred_category','Surveyors'),(6350,435,'session_tokens','a:1:{s:64:\"5e4f538406ce6e013a06bd9b8ede5bb34bbded3839959f9568c4ee11a6c173af\";a:4:{s:10:\"expiration\";i:1745381985;s:2:\"ip\";s:12:\"191.96.249.7\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745209185;}}'),(6351,436,'nickname','IsaichevRor'),(6352,436,'first_name','IsaichevRor'),(6353,436,'last_name','IsaichevRor'),(6354,436,'description',''),(6355,436,'rich_editing','true'),(6356,436,'syntax_highlighting','true'),(6357,436,'comment_shortcuts','false'),(6358,436,'admin_color','fresh'),(6359,436,'use_ssl','0'),(6360,436,'show_admin_bar_front','true'),(6361,436,'locale',''),(6362,436,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6363,436,'wph0_user_level','0'),(6364,436,'preferred_category','Business Developer'),(6365,436,'session_tokens','a:1:{s:64:\"b652c6192a00caa78c853cc620d443733dd121ce511640a533ef0368861282bc\";a:4:{s:10:\"expiration\";i:1745867309;s:2:\"ip\";s:13:\"176.56.185.96\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";s:5:\"login\";i:1745694509;}}'),(6366,436,'pp_uploaded_files','a:0:{}'),(6367,436,'eup_avatar',''),(6368,436,'editprofile_form_id','8'),(6369,437,'nickname','zarakillough38'),(6370,437,'first_name',''),(6371,437,'last_name',''),(6372,437,'description',''),(6373,437,'rich_editing','true'),(6374,437,'syntax_highlighting','true'),(6375,437,'comment_shortcuts','false'),(6376,437,'admin_color','fresh'),(6377,437,'use_ssl','0'),(6378,437,'show_admin_bar_front','true'),(6379,437,'locale',''),(6380,437,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6381,437,'wph0_user_level','0'),(6382,437,'preferred_category','Lawyers'),(6383,437,'session_tokens','a:1:{s:64:\"5e09625bcc951aa0f70be99831c661a9fbc550c351c69ae33ea598439aa2b0e7\";a:4:{s:10:\"expiration\";i:1745388083;s:2:\"ip\";s:15:\"183.198.172.255\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745215283;}}'),(6384,438,'nickname','lanegallant'),(6385,438,'first_name',''),(6386,438,'last_name',''),(6387,438,'description',''),(6388,438,'rich_editing','true'),(6389,438,'syntax_highlighting','true'),(6390,438,'comment_shortcuts','false'),(6391,438,'admin_color','fresh'),(6392,438,'use_ssl','0'),(6393,438,'show_admin_bar_front','true'),(6394,438,'locale',''),(6395,438,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6396,438,'wph0_user_level','0'),(6397,438,'preferred_category','Mobile App Developers'),(6398,438,'session_tokens','a:1:{s:64:\"c0402e4cdecebc5d2478b3d413797434b6d02070dbe8fba160893816fed4af6b\";a:4:{s:10:\"expiration\";i:1745391071;s:2:\"ip\";s:13:\"188.130.189.9\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745218271;}}'),(6399,439,'nickname','galenmcintosh7'),(6400,439,'first_name',''),(6401,439,'last_name',''),(6402,439,'description',''),(6403,439,'rich_editing','true'),(6404,439,'syntax_highlighting','true'),(6405,439,'comment_shortcuts','false'),(6406,439,'admin_color','fresh'),(6407,439,'use_ssl','0'),(6408,439,'show_admin_bar_front','true'),(6409,439,'locale',''),(6410,439,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6411,439,'wph0_user_level','0'),(6412,439,'preferred_category','Entrepreneurs- CEO'),(6413,439,'session_tokens','a:2:{s:64:\"10b6ba61ca6b310f43ef67d90d36ad2561aebf1a38fe2d81b35bd19d84a98324\";a:4:{s:10:\"expiration\";i:1745394248;s:2:\"ip\";s:11:\"50.3.222.94\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745221448;}s:64:\"94f08e8829da28bc6980753241dcb35a239ffabba2c3cee01bc1b106d3971517\";a:4:{s:10:\"expiration\";i:1745394306;s:2:\"ip\";s:14:\"191.102.166.63\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745221506;}}'),(6414,440,'nickname','germanrounsevell'),(6415,440,'first_name',''),(6416,440,'last_name',''),(6417,440,'description',''),(6418,440,'rich_editing','true'),(6419,440,'syntax_highlighting','true'),(6420,440,'comment_shortcuts','false'),(6421,440,'admin_color','fresh'),(6422,440,'use_ssl','0'),(6423,440,'show_admin_bar_front','true'),(6424,440,'locale',''),(6425,440,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6426,440,'wph0_user_level','0'),(6427,440,'preferred_category','Web/App Developers'),(6428,440,'session_tokens','a:1:{s:64:\"8b77ccef1cb0c59222b6716d608d4b48ad3949d177abbcea69bb9c7085d79727\";a:4:{s:10:\"expiration\";i:1745394713;s:2:\"ip\";s:14:\"177.192.22.242\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745221913;}}'),(6429,441,'nickname','emmafinney1'),(6430,441,'first_name',''),(6431,441,'last_name',''),(6432,441,'description',''),(6433,441,'rich_editing','true'),(6434,441,'syntax_highlighting','true'),(6435,441,'comment_shortcuts','false'),(6436,441,'admin_color','fresh'),(6437,441,'use_ssl','0'),(6438,441,'show_admin_bar_front','true'),(6439,441,'locale',''),(6440,441,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6441,441,'wph0_user_level','0'),(6442,441,'preferred_category','Surveyors'),(6443,441,'session_tokens','a:1:{s:64:\"9b956a5634c6714789c3d1eff980e066cf3301e0b9ad4d913b87bada885ef327\";a:4:{s:10:\"expiration\";i:1745396712;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745223912;}}'),(6444,442,'nickname','keithkayser7'),(6445,442,'first_name',''),(6446,442,'last_name',''),(6447,442,'description',''),(6448,442,'rich_editing','true'),(6449,442,'syntax_highlighting','true'),(6450,442,'comment_shortcuts','false'),(6451,442,'admin_color','fresh'),(6452,442,'use_ssl','0'),(6453,442,'show_admin_bar_front','true'),(6454,442,'locale',''),(6455,442,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6456,442,'wph0_user_level','0'),(6457,442,'preferred_category','Artist'),(6458,442,'session_tokens','a:1:{s:64:\"73af073838ee82b35bf799f871b23db6966c78029bc655faff1179deb4b8dd95\";a:4:{s:10:\"expiration\";i:1745414940;s:2:\"ip\";s:14:\"181.110.64.247\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745242140;}}'),(6459,443,'nickname','mafcharmain41'),(6460,443,'first_name',''),(6461,443,'last_name',''),(6462,443,'description',''),(6463,443,'rich_editing','true'),(6464,443,'syntax_highlighting','true'),(6465,443,'comment_shortcuts','false'),(6466,443,'admin_color','fresh'),(6467,443,'use_ssl','0'),(6468,443,'show_admin_bar_front','true'),(6469,443,'locale',''),(6470,443,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6471,443,'wph0_user_level','0'),(6472,443,'preferred_category','Electrician/Electronics'),(6473,443,'session_tokens','a:1:{s:64:\"a7b2df6b92eceb73f6e566131a8d7d4cfba4b7957b80ff8ae2480990734fcd01\";a:4:{s:10:\"expiration\";i:1745415458;s:2:\"ip\";s:12:\"45.95.117.51\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36\";s:5:\"login\";i:1745242658;}}'),(6474,444,'nickname','gabriellagayman'),(6475,444,'first_name',''),(6476,444,'last_name',''),(6477,444,'description',''),(6478,444,'rich_editing','true'),(6479,444,'syntax_highlighting','true'),(6480,444,'comment_shortcuts','false'),(6481,444,'admin_color','fresh'),(6482,444,'use_ssl','0'),(6483,444,'show_admin_bar_front','true'),(6484,444,'locale',''),(6485,444,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6486,444,'wph0_user_level','0'),(6487,444,'preferred_category','Students'),(6488,444,'session_tokens','a:1:{s:64:\"812f266ec4a3c5aabbc48eb1971109f4f092b7263f90e47946f77bb9a7d662e1\";a:4:{s:10:\"expiration\";i:1745417168;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745244368;}}'),(6489,445,'nickname','harrisonwilburn'),(6490,445,'first_name',''),(6491,445,'last_name',''),(6492,445,'description',''),(6493,445,'rich_editing','true'),(6494,445,'syntax_highlighting','true'),(6495,445,'comment_shortcuts','false'),(6496,445,'admin_color','fresh'),(6497,445,'use_ssl','0'),(6498,445,'show_admin_bar_front','true'),(6499,445,'locale',''),(6500,445,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6501,445,'wph0_user_level','0'),(6502,445,'preferred_category','Painters'),(6503,445,'session_tokens','a:1:{s:64:\"eae65097bac9b8d24a5001d9d80685bc316e9627d03b4da8edabbde299623356\";a:4:{s:10:\"expiration\";i:1745417277;s:2:\"ip\";s:13:\"88.209.245.20\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745244477;}}'),(6504,446,'nickname','rhysvwy463'),(6505,446,'first_name',''),(6506,446,'last_name',''),(6507,446,'description',''),(6508,446,'rich_editing','true'),(6509,446,'syntax_highlighting','true'),(6510,446,'comment_shortcuts','false'),(6511,446,'admin_color','fresh'),(6512,446,'use_ssl','0'),(6513,446,'show_admin_bar_front','true'),(6514,446,'locale',''),(6515,446,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6516,446,'wph0_user_level','0'),(6517,446,'preferred_category','Engineers'),(6518,446,'session_tokens','a:1:{s:64:\"439feae9fd1c051e06d8d6790d68f0b4ecd7cd8e556e8fd6b72da0737129cd99\";a:4:{s:10:\"expiration\";i:1745422155;s:2:\"ip\";s:13:\"120.11.90.230\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745249355;}}'),(6519,447,'nickname','piolinnea92'),(6520,447,'first_name',''),(6521,447,'last_name',''),(6522,447,'description',''),(6523,447,'rich_editing','true'),(6524,447,'syntax_highlighting','true'),(6525,447,'comment_shortcuts','false'),(6526,447,'admin_color','fresh'),(6527,447,'use_ssl','0'),(6528,447,'show_admin_bar_front','true'),(6529,447,'locale',''),(6530,447,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6531,447,'wph0_user_level','0'),(6532,447,'preferred_category','Business Developer'),(6533,447,'session_tokens','a:1:{s:64:\"6b82a8a60ab132e74ecf630d388db725eca712455c4139e147ab892c107ca2b2\";a:4:{s:10:\"expiration\";i:1746370191;s:2:\"ip\";s:14:\"183.198.175.78\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746197391;}}'),(6534,448,'nickname','nannette18v'),(6535,448,'first_name',''),(6536,448,'last_name',''),(6537,448,'description',''),(6538,448,'rich_editing','true'),(6539,448,'syntax_highlighting','true'),(6540,448,'comment_shortcuts','false'),(6541,448,'admin_color','fresh'),(6542,448,'use_ssl','0'),(6543,448,'show_admin_bar_front','true'),(6544,448,'locale',''),(6545,448,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6546,448,'wph0_user_level','0'),(6547,448,'preferred_category','Electrician/Electronics'),(6548,448,'session_tokens','a:1:{s:64:\"587e995c61b2837633eb18306f907f3a9457c42f57db7ff5d8cb09b57bdf46db\";a:4:{s:10:\"expiration\";i:1745422774;s:2:\"ip\";s:14:\"193.29.107.147\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745249974;}}'),(6549,449,'nickname','luthergoldhar'),(6550,449,'first_name',''),(6551,449,'last_name',''),(6552,449,'description',''),(6553,449,'rich_editing','true'),(6554,449,'syntax_highlighting','true'),(6555,449,'comment_shortcuts','false'),(6556,449,'admin_color','fresh'),(6557,449,'use_ssl','0'),(6558,449,'show_admin_bar_front','true'),(6559,449,'locale',''),(6560,449,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6561,449,'wph0_user_level','0'),(6562,449,'preferred_category','Lawyers'),(6563,449,'session_tokens','a:2:{s:64:\"cce83799f54458619493745845565ef6b913d1eec978cbbf2be43cca9497efe5\";a:4:{s:10:\"expiration\";i:1745433858;s:2:\"ip\";s:15:\"170.199.227.214\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745261058;}s:64:\"1398953af825edbcf4df48efb6e19c001a23f73207a253d0bfc367b2e5d2beb3\";a:4:{s:10:\"expiration\";i:1745434026;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745261226;}}'),(6564,450,'nickname','eduardoleane'),(6565,450,'first_name',''),(6566,450,'last_name',''),(6567,450,'description',''),(6568,450,'rich_editing','true'),(6569,450,'syntax_highlighting','true'),(6570,450,'comment_shortcuts','false'),(6571,450,'admin_color','fresh'),(6572,450,'use_ssl','0'),(6573,450,'show_admin_bar_front','true'),(6574,450,'locale',''),(6575,450,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6576,450,'wph0_user_level','0'),(6577,450,'preferred_category','Nurses'),(6578,450,'session_tokens','a:1:{s:64:\"7de6867451daaf2c4fb90daba49ddbdf4441864a13575c6cacbb9e2bf3728072\";a:4:{s:10:\"expiration\";i:1745440428;s:2:\"ip\";s:14:\"193.29.107.147\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745267628;}}'),(6579,451,'nickname','evangelinetennan'),(6580,451,'first_name',''),(6581,451,'last_name',''),(6582,451,'description',''),(6583,451,'rich_editing','true'),(6584,451,'syntax_highlighting','true'),(6585,451,'comment_shortcuts','false'),(6586,451,'admin_color','fresh'),(6587,451,'use_ssl','0'),(6588,451,'show_admin_bar_front','true'),(6589,451,'locale',''),(6590,451,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6591,451,'wph0_user_level','0'),(6592,451,'preferred_category','Finance persons'),(6593,451,'session_tokens','a:1:{s:64:\"cf75c628fe5c77a3d485d1ef5268246a51bd363c64823dd63c85cf7bc32ce3c8\";a:4:{s:10:\"expiration\";i:1745442059;s:2:\"ip\";s:12:\"167.160.78.1\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745269259;}}'),(6594,452,'nickname','ramongaston'),(6595,452,'first_name',''),(6596,452,'last_name',''),(6597,452,'description',''),(6598,452,'rich_editing','true'),(6599,452,'syntax_highlighting','true'),(6600,452,'comment_shortcuts','false'),(6601,452,'admin_color','fresh'),(6602,452,'use_ssl','0'),(6603,452,'show_admin_bar_front','true'),(6604,452,'locale',''),(6605,452,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6606,452,'wph0_user_level','0'),(6607,452,'preferred_category','Researchers'),(6608,452,'session_tokens','a:1:{s:64:\"4a171b4edff34d4d4c4d3998ce4d9762945544dd0798b52e3271dc791e601aff\";a:4:{s:10:\"expiration\";i:1745995319;s:2:\"ip\";s:13:\"23.95.114.152\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745822519;}}'),(6609,453,'nickname','mohammed06i'),(6610,453,'first_name',''),(6611,453,'last_name',''),(6612,453,'description',''),(6613,453,'rich_editing','true'),(6614,453,'syntax_highlighting','true'),(6615,453,'comment_shortcuts','false'),(6616,453,'admin_color','fresh'),(6617,453,'use_ssl','0'),(6618,453,'show_admin_bar_front','true'),(6619,453,'locale',''),(6620,453,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6621,453,'wph0_user_level','0'),(6622,453,'preferred_category','Lawyers'),(6623,453,'session_tokens','a:1:{s:64:\"2d797125df1b5ad5d1024d935b0785a0aa90554318b571374f876bc9486d3731\";a:4:{s:10:\"expiration\";i:1746390664;s:2:\"ip\";s:14:\"167.160.74.208\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746217864;}}'),(6624,454,'nickname','cINvNMDUFAOkkX'),(6625,454,'first_name',''),(6626,454,'last_name',''),(6627,454,'description',''),(6628,454,'rich_editing','true'),(6629,454,'syntax_highlighting','true'),(6630,454,'comment_shortcuts','false'),(6631,454,'admin_color','fresh'),(6632,454,'use_ssl','0'),(6633,454,'show_admin_bar_front','true'),(6634,454,'locale',''),(6635,454,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6636,454,'wph0_user_level','0'),(6637,454,'preferred_category','Web/App Developers'),(6638,454,'session_tokens','a:1:{s:64:\"6b0604d06a9e0cc0d6fc50a2af426a492f17d688f477a1903b3bcbd7cca3f822\";a:4:{s:10:\"expiration\";i:1745461128;s:2:\"ip\";s:12:\"196.3.98.105\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745288328;}}'),(6639,455,'nickname','melvina2673'),(6640,455,'first_name',''),(6641,455,'last_name',''),(6642,455,'description',''),(6643,455,'rich_editing','true'),(6644,455,'syntax_highlighting','true'),(6645,455,'comment_shortcuts','false'),(6646,455,'admin_color','fresh'),(6647,455,'use_ssl','0'),(6648,455,'show_admin_bar_front','true'),(6649,455,'locale',''),(6650,455,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6651,455,'wph0_user_level','0'),(6652,455,'preferred_category','Nurses'),(6653,455,'session_tokens','a:2:{s:64:\"70f573bd82d7c86a788194c0480717a3ada0afe2c35a472bdeed228fe15d37d2\";a:4:{s:10:\"expiration\";i:1745476735;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745303935;}s:64:\"ba94e8c9e8c80873b367c7a7978487520280af0056aada64fb03024a50c1115e\";a:4:{s:10:\"expiration\";i:1745477019;s:2:\"ip\";s:15:\"170.199.228.224\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745304219;}}'),(6654,456,'nickname','mpNRUfbdTzOpK'),(6655,456,'first_name',''),(6656,456,'last_name',''),(6657,456,'description',''),(6658,456,'rich_editing','true'),(6659,456,'syntax_highlighting','true'),(6660,456,'comment_shortcuts','false'),(6661,456,'admin_color','fresh'),(6662,456,'use_ssl','0'),(6663,456,'show_admin_bar_front','true'),(6664,456,'locale',''),(6665,456,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6666,456,'wph0_user_level','0'),(6667,456,'preferred_category','Web/App Developers'),(6668,456,'session_tokens','a:1:{s:64:\"232e73a56e5102c0091913429f974292c32b6cafaad4b0da37a1983417b3a466\";a:4:{s:10:\"expiration\";i:1745482887;s:2:\"ip\";s:13:\"202.79.35.154\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745310087;}}'),(6669,457,'nickname','JISrooachdqHSU'),(6670,457,'first_name',''),(6671,457,'last_name',''),(6672,457,'description',''),(6673,457,'rich_editing','true'),(6674,457,'syntax_highlighting','true'),(6675,457,'comment_shortcuts','false'),(6676,457,'admin_color','fresh'),(6677,457,'use_ssl','0'),(6678,457,'show_admin_bar_front','true'),(6679,457,'locale',''),(6680,457,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6681,457,'wph0_user_level','0'),(6682,457,'preferred_category','Web/App Developers'),(6683,457,'session_tokens','a:1:{s:64:\"48323e0dedebd2872c485fba45dc2678521fcac8064a12e629d4cadcf3c7ae40\";a:4:{s:10:\"expiration\";i:1745487720;s:2:\"ip\";s:13:\"14.226.81.147\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745314920;}}'),(6684,458,'nickname','nEiZQgltARin'),(6685,458,'first_name',''),(6686,458,'last_name',''),(6687,458,'description',''),(6688,458,'rich_editing','true'),(6689,458,'syntax_highlighting','true'),(6690,458,'comment_shortcuts','false'),(6691,458,'admin_color','fresh'),(6692,458,'use_ssl','0'),(6693,458,'show_admin_bar_front','true'),(6694,458,'locale',''),(6695,458,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6696,458,'wph0_user_level','0'),(6697,458,'preferred_category','Web/App Developers'),(6698,458,'session_tokens','a:1:{s:64:\"e65c2208021602c5eaa6f19175e70022b9ac2a207bac306679c70846a63fee60\";a:4:{s:10:\"expiration\";i:1745490090;s:2:\"ip\";s:13:\"154.79.250.84\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745317290;}}'),(6699,459,'nickname','jeannineconnolly'),(6700,459,'first_name',''),(6701,459,'last_name',''),(6702,459,'description',''),(6703,459,'rich_editing','true'),(6704,459,'syntax_highlighting','true'),(6705,459,'comment_shortcuts','false'),(6706,459,'admin_color','fresh'),(6707,459,'use_ssl','0'),(6708,459,'show_admin_bar_front','true'),(6709,459,'locale',''),(6710,459,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6711,459,'wph0_user_level','0'),(6712,459,'preferred_category','Medical Doctors'),(6713,459,'session_tokens','a:2:{s:64:\"4364e5373935713e01a0566bd952a4db09a1a3d7320aca3a1e8f79c94acf0525\";a:4:{s:10:\"expiration\";i:1745509021;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745336221;}s:64:\"ee97f34e9e6fef7c27b789e9d5a07a43c8db851d2ffb8b3b6e1f315f181aa157\";a:4:{s:10:\"expiration\";i:1745509258;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745336458;}}'),(6714,460,'nickname','seopemula02469'),(6715,460,'first_name',''),(6716,460,'last_name',''),(6717,460,'description',''),(6718,460,'rich_editing','true'),(6719,460,'syntax_highlighting','true'),(6720,460,'comment_shortcuts','false'),(6721,460,'admin_color','fresh'),(6722,460,'use_ssl','0'),(6723,460,'show_admin_bar_front','true'),(6724,460,'locale',''),(6725,460,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6726,460,'wph0_user_level','0'),(6727,460,'preferred_category','Business Developer'),(6728,460,'session_tokens','a:2:{s:64:\"4aa821de1649ec766e27cd518f548341b42fbc0a6d3d84f0480c1ff425287708\";a:4:{s:10:\"expiration\";i:1745509942;s:2:\"ip\";s:12:\"154.16.20.47\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745337142;}s:64:\"f08f57190d6a60d5668947371c6caf7f5741fc3c88496e978dabdf3b662c2ad0\";a:4:{s:10:\"expiration\";i:1745510299;s:2:\"ip\";s:13:\"200.10.47.241\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745337499;}}'),(6729,461,'nickname','davida5957'),(6730,461,'first_name',''),(6731,461,'last_name',''),(6732,461,'description',''),(6733,461,'rich_editing','true'),(6734,461,'syntax_highlighting','true'),(6735,461,'comment_shortcuts','false'),(6736,461,'admin_color','fresh'),(6737,461,'use_ssl','0'),(6738,461,'show_admin_bar_front','true'),(6739,461,'locale',''),(6740,461,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6741,461,'wph0_user_level','0'),(6742,461,'preferred_category','Nurses'),(6743,461,'session_tokens','a:2:{s:64:\"99252521b4e517364175daa117cfa1c15b761beab096bb03b242d9da2ee4c0b4\";a:4:{s:10:\"expiration\";i:1745528804;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745356004;}s:64:\"900b3b3daddfca7beda664d14a4a4774856b990a3c6876709e4a6817b5e1295b\";a:4:{s:10:\"expiration\";i:1745529006;s:2:\"ip\";s:15:\"170.199.229.222\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745356206;}}'),(6744,462,'nickname','gabriellewadswor'),(6745,462,'first_name',''),(6746,462,'last_name',''),(6747,462,'description',''),(6748,462,'rich_editing','true'),(6749,462,'syntax_highlighting','true'),(6750,462,'comment_shortcuts','false'),(6751,462,'admin_color','fresh'),(6752,462,'use_ssl','0'),(6753,462,'show_admin_bar_front','true'),(6754,462,'locale',''),(6755,462,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6756,462,'wph0_user_level','0'),(6757,462,'preferred_category','Traders'),(6758,462,'session_tokens','a:2:{s:64:\"5d78d258695ea49a42472852c334719a7189fb93cc3bb6cc3a152b5c71bc241c\";a:4:{s:10:\"expiration\";i:1745551277;s:2:\"ip\";s:13:\"198.12.122.28\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745378477;}s:64:\"9ed7d3a4e735d89e4896551479572cac151cea253ebc2f718d850a9caec301da\";a:4:{s:10:\"expiration\";i:1745551340;s:2:\"ip\";s:14:\"198.23.170.107\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745378540;}}'),(6759,463,'nickname','milliemuscio51'),(6760,463,'first_name',''),(6761,463,'last_name',''),(6762,463,'description',''),(6763,463,'rich_editing','true'),(6764,463,'syntax_highlighting','true'),(6765,463,'comment_shortcuts','false'),(6766,463,'admin_color','fresh'),(6767,463,'use_ssl','0'),(6768,463,'show_admin_bar_front','true'),(6769,463,'locale',''),(6770,463,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6771,463,'wph0_user_level','0'),(6772,463,'preferred_category','Teachers'),(6773,463,'session_tokens','a:1:{s:64:\"f6eb867805f1a55ae86319ff4994b4527240424d53b223d925e206a1a96c0c5e\";a:4:{s:10:\"expiration\";i:1745558010;s:2:\"ip\";s:13:\"120.11.97.117\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745385210;}}'),(6774,464,'nickname','unafennell885'),(6775,464,'first_name',''),(6776,464,'last_name',''),(6777,464,'description',''),(6778,464,'rich_editing','true'),(6779,464,'syntax_highlighting','true'),(6780,464,'comment_shortcuts','false'),(6781,464,'admin_color','fresh'),(6782,464,'use_ssl','0'),(6783,464,'show_admin_bar_front','true'),(6784,464,'locale',''),(6785,464,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6786,464,'wph0_user_level','0'),(6787,464,'preferred_category','Real Estate Agents'),(6788,464,'session_tokens','a:2:{s:64:\"d318acbbf2e47fc6e6259c647a5d0b5e30d7254fa564fdad0ed85a9d7ff7ff7f\";a:4:{s:10:\"expiration\";i:1745566445;s:2:\"ip\";s:12:\"60.25.205.70\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745393645;}s:64:\"c3f7c62d769fa7fae3a8779c40741bf3996042e75010a053dcc46bf0ff743dc6\";a:4:{s:10:\"expiration\";i:1745566623;s:2:\"ip\";s:12:\"60.25.205.70\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745393823;}}'),(6789,465,'nickname','matthewdunlea60'),(6790,465,'first_name',''),(6791,465,'last_name',''),(6792,465,'description',''),(6793,465,'rich_editing','true'),(6794,465,'syntax_highlighting','true'),(6795,465,'comment_shortcuts','false'),(6796,465,'admin_color','fresh'),(6797,465,'use_ssl','0'),(6798,465,'show_admin_bar_front','true'),(6799,465,'locale',''),(6800,465,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6801,465,'wph0_user_level','0'),(6802,465,'preferred_category','Performing Artists'),(6803,465,'session_tokens','a:1:{s:64:\"ec1310251aa2c1f6f2cab87c3294ea553ea093b61011ce1c20ec8ff43737583a\";a:4:{s:10:\"expiration\";i:1745581160;s:2:\"ip\";s:13:\"36.143.181.81\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745408360;}}'),(6804,466,'nickname','tVGwUeEMNRyP'),(6805,466,'first_name',''),(6806,466,'last_name',''),(6807,466,'description',''),(6808,466,'rich_editing','true'),(6809,466,'syntax_highlighting','true'),(6810,466,'comment_shortcuts','false'),(6811,466,'admin_color','fresh'),(6812,466,'use_ssl','0'),(6813,466,'show_admin_bar_front','true'),(6814,466,'locale',''),(6815,466,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6816,466,'wph0_user_level','0'),(6817,466,'preferred_category','Web/App Developers'),(6818,466,'session_tokens','a:1:{s:64:\"30a81fd0c4ce05898736a363e81567142b475af0ea601a8931c87b50be6919b2\";a:4:{s:10:\"expiration\";i:1745586035;s:2:\"ip\";s:11:\"114.7.9.118\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745413235;}}'),(6819,467,'nickname','vernonhogan4755'),(6820,467,'first_name',''),(6821,467,'last_name',''),(6822,467,'description',''),(6823,467,'rich_editing','true'),(6824,467,'syntax_highlighting','true'),(6825,467,'comment_shortcuts','false'),(6826,467,'admin_color','fresh'),(6827,467,'use_ssl','0'),(6828,467,'show_admin_bar_front','true'),(6829,467,'locale',''),(6830,467,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6831,467,'wph0_user_level','0'),(6832,467,'preferred_category','Engineers'),(6833,467,'session_tokens','a:2:{s:64:\"a1c9bad0ed62301e5964dddb2727d05e70608463741a4e04e7ba72366ae90892\";a:4:{s:10:\"expiration\";i:1745587669;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745414869;}s:64:\"a6867755411911dc4d6c2bbfa1b8c1cfb3d407db20ea2114de29fb8bd301f5bc\";a:4:{s:10:\"expiration\";i:1745587776;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745414976;}}'),(6834,468,'nickname','QkNaQnEV'),(6835,468,'first_name',''),(6836,468,'last_name',''),(6837,468,'description',''),(6838,468,'rich_editing','true'),(6839,468,'syntax_highlighting','true'),(6840,468,'comment_shortcuts','false'),(6841,468,'admin_color','fresh'),(6842,468,'use_ssl','0'),(6843,468,'show_admin_bar_front','true'),(6844,468,'locale',''),(6845,468,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6846,468,'wph0_user_level','0'),(6847,468,'preferred_category','Web/App Developers'),(6848,468,'session_tokens','a:1:{s:64:\"58a2e1e0ed9523805dd314b493272148876c8a6a54cef812609f24e35b27f141\";a:4:{s:10:\"expiration\";i:1745590680;s:2:\"ip\";s:14:\"185.30.145.185\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745417880;}}'),(6849,469,'nickname','NOUaVjnAD'),(6850,469,'first_name',''),(6851,469,'last_name',''),(6852,469,'description',''),(6853,469,'rich_editing','true'),(6854,469,'syntax_highlighting','true'),(6855,469,'comment_shortcuts','false'),(6856,469,'admin_color','fresh'),(6857,469,'use_ssl','0'),(6858,469,'show_admin_bar_front','true'),(6859,469,'locale',''),(6860,469,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6861,469,'wph0_user_level','0'),(6862,469,'preferred_category','Web/App Developers'),(6863,469,'session_tokens','a:1:{s:64:\"7d50330d76cb2f5fa4237af59263ee516044ba0ba947fa82e27f413c44d85afd\";a:4:{s:10:\"expiration\";i:1745590983;s:2:\"ip\";s:13:\"102.164.23.81\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745418183;}}'),(6864,470,'nickname','reecemckenna470'),(6865,470,'first_name',''),(6866,470,'last_name',''),(6867,470,'description',''),(6868,470,'rich_editing','true'),(6869,470,'syntax_highlighting','true'),(6870,470,'comment_shortcuts','false'),(6871,470,'admin_color','fresh'),(6872,470,'use_ssl','0'),(6873,470,'show_admin_bar_front','true'),(6874,470,'locale',''),(6875,470,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6876,470,'wph0_user_level','0'),(6877,470,'preferred_category','Models'),(6878,470,'session_tokens','a:2:{s:64:\"8c86738d42badb69723bb3977deb14f2df2678f4a7d790c705de4aaf223073da\";a:4:{s:10:\"expiration\";i:1745605998;s:2:\"ip\";s:15:\"170.199.228.224\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745433198;}s:64:\"7fbecf998ef603c5f27b4ac129c31089583be1d8288a9ff8b4ef977b50608190\";a:4:{s:10:\"expiration\";i:1745606228;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745433428;}}'),(6879,471,'nickname','lucieconeybeer3'),(6880,471,'first_name',''),(6881,471,'last_name',''),(6882,471,'description',''),(6883,471,'rich_editing','true'),(6884,471,'syntax_highlighting','true'),(6885,471,'comment_shortcuts','false'),(6886,471,'admin_color','fresh'),(6887,471,'use_ssl','0'),(6888,471,'show_admin_bar_front','true'),(6889,471,'locale',''),(6890,471,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6891,471,'wph0_user_level','0'),(6892,471,'preferred_category','Artist'),(6893,471,'session_tokens','a:2:{s:64:\"1cad0bf00ebf883bfd237336553f0bd38f912bdfc556753005fc110ccf0e1818\";a:4:{s:10:\"expiration\";i:1745619908;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745447108;}s:64:\"231a6f9184b65f13dc8d384dd82b52468d4e090e1afc5871d30ca9198e5286f3\";a:4:{s:10:\"expiration\";i:1745620085;s:2:\"ip\";s:15:\"170.199.227.214\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745447285;}}'),(6894,472,'nickname','LwTYVsgtdQ'),(6895,472,'first_name',''),(6896,472,'last_name',''),(6897,472,'description',''),(6898,472,'rich_editing','true'),(6899,472,'syntax_highlighting','true'),(6900,472,'comment_shortcuts','false'),(6901,472,'admin_color','fresh'),(6902,472,'use_ssl','0'),(6903,472,'show_admin_bar_front','true'),(6904,472,'locale',''),(6905,472,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6906,472,'wph0_user_level','0'),(6907,472,'preferred_category','Web/App Developers'),(6908,472,'session_tokens','a:1:{s:64:\"2b49fede8e66dbd4f78c40e34c02d7e65abd158d4ec27522e61583b462907535\";a:4:{s:10:\"expiration\";i:1745623315;s:2:\"ip\";s:15:\"181.204.151.146\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745450515;}}'),(6909,473,'nickname','Sligmazer'),(6910,473,'first_name',''),(6911,473,'last_name',''),(6912,473,'description',''),(6913,473,'rich_editing','true'),(6914,473,'syntax_highlighting','true'),(6915,473,'comment_shortcuts','false'),(6916,473,'admin_color','fresh'),(6917,473,'use_ssl','0'),(6918,473,'show_admin_bar_front','true'),(6919,473,'locale',''),(6920,473,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6921,473,'wph0_user_level','0'),(6922,473,'preferred_category','Business Developer'),(6923,473,'session_tokens','a:1:{s:64:\"aa0ea22454bdccad675b74e8c429b951d1c3c83fea213f5533648a4e4e71420e\";a:4:{s:10:\"expiration\";i:1745626364;s:2:\"ip\";s:14:\"188.114.11.223\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36\";s:5:\"login\";i:1745453564;}}'),(6924,474,'nickname','margorousseau'),(6925,474,'first_name',''),(6926,474,'last_name',''),(6927,474,'description',''),(6928,474,'rich_editing','true'),(6929,474,'syntax_highlighting','true'),(6930,474,'comment_shortcuts','false'),(6931,474,'admin_color','fresh'),(6932,474,'use_ssl','0'),(6933,474,'show_admin_bar_front','true'),(6934,474,'locale',''),(6935,474,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6936,474,'wph0_user_level','0'),(6937,474,'preferred_category','Beauticians'),(6938,474,'session_tokens','a:1:{s:64:\"71fac243d08e76b2526e5344dc5e7986d95bf6d9901474e11a52ec0ae90047ea\";a:4:{s:10:\"expiration\";i:1745628581;s:2:\"ip\";s:13:\"193.29.107.36\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745455781;}}'),(6939,475,'nickname','victorwren4748'),(6940,475,'first_name',''),(6941,475,'last_name',''),(6942,475,'description',''),(6943,475,'rich_editing','true'),(6944,475,'syntax_highlighting','true'),(6945,475,'comment_shortcuts','false'),(6946,475,'admin_color','fresh'),(6947,475,'use_ssl','0'),(6948,475,'show_admin_bar_front','true'),(6949,475,'locale',''),(6950,475,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6951,475,'wph0_user_level','0'),(6952,475,'preferred_category','Students'),(6953,475,'session_tokens','a:1:{s:64:\"7558a4cfe3ce74d482e38dd77e9099df7d890f2426427ae636c67bbd555e3260\";a:4:{s:10:\"expiration\";i:1745629639;s:2:\"ip\";s:13:\"193.29.107.36\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745456839;}}'),(6954,476,'nickname','YqWcnnTQmR'),(6955,476,'first_name',''),(6956,476,'last_name',''),(6957,476,'description',''),(6958,476,'rich_editing','true'),(6959,476,'syntax_highlighting','true'),(6960,476,'comment_shortcuts','false'),(6961,476,'admin_color','fresh'),(6962,476,'use_ssl','0'),(6963,476,'show_admin_bar_front','true'),(6964,476,'locale',''),(6965,476,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6966,476,'wph0_user_level','0'),(6967,476,'preferred_category','Web/App Developers'),(6968,476,'session_tokens','a:1:{s:64:\"e383284591b076a3c236dd0211f6269ac3ac28162ff65ab07457705106f678e5\";a:4:{s:10:\"expiration\";i:1745640012;s:2:\"ip\";s:15:\"109.108.113.178\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745467212;}}'),(6969,477,'nickname','cortezquinonez'),(6970,477,'first_name',''),(6971,477,'last_name',''),(6972,477,'description',''),(6973,477,'rich_editing','true'),(6974,477,'syntax_highlighting','true'),(6975,477,'comment_shortcuts','false'),(6976,477,'admin_color','fresh'),(6977,477,'use_ssl','0'),(6978,477,'show_admin_bar_front','true'),(6979,477,'locale',''),(6980,477,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6981,477,'wph0_user_level','0'),(6982,477,'preferred_category','Lawyers'),(6983,477,'session_tokens','a:1:{s:64:\"c81c97a506b240d42c5a23ab8756c9cb5db7ee3aa063b8bf996083a967addcf4\";a:4:{s:10:\"expiration\";i:1745651939;s:2:\"ip\";s:15:\"156.228.109.123\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745479139;}}'),(6984,478,'nickname','russpage470'),(6985,478,'first_name',''),(6986,478,'last_name',''),(6987,478,'description',''),(6988,478,'rich_editing','true'),(6989,478,'syntax_highlighting','true'),(6990,478,'comment_shortcuts','false'),(6991,478,'admin_color','fresh'),(6992,478,'use_ssl','0'),(6993,478,'show_admin_bar_front','true'),(6994,478,'locale',''),(6995,478,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(6996,478,'wph0_user_level','0'),(6997,478,'preferred_category','Artist'),(6998,478,'session_tokens','a:1:{s:64:\"660374903fff963fe27c3355741151f4fac2e934938062b688f82f2912c6515f\";a:4:{s:10:\"expiration\";i:1745660115;s:2:\"ip\";s:13:\"121.16.26.125\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745487315;}}'),(6999,479,'nickname','miriamsmalls'),(7000,479,'first_name',''),(7001,479,'last_name',''),(7002,479,'description',''),(7003,479,'rich_editing','true'),(7004,479,'syntax_highlighting','true'),(7005,479,'comment_shortcuts','false'),(7006,479,'admin_color','fresh'),(7007,479,'use_ssl','0'),(7008,479,'show_admin_bar_front','true'),(7009,479,'locale',''),(7010,479,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7011,479,'wph0_user_level','0'),(7012,479,'preferred_category','Artist'),(7013,479,'session_tokens','a:1:{s:64:\"b8e82a8309323396c9e0f45e729cdd6ff59e6c149599e27a98c51ffc9e713d00\";a:4:{s:10:\"expiration\";i:1745665559;s:2:\"ip\";s:13:\"120.11.96.108\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745492759;}}'),(7014,480,'nickname','PckPHBQucBql'),(7015,480,'first_name',''),(7016,480,'last_name',''),(7017,480,'description',''),(7018,480,'rich_editing','true'),(7019,480,'syntax_highlighting','true'),(7020,480,'comment_shortcuts','false'),(7021,480,'admin_color','fresh'),(7022,480,'use_ssl','0'),(7023,480,'show_admin_bar_front','true'),(7024,480,'locale',''),(7025,480,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7026,480,'wph0_user_level','0'),(7027,480,'preferred_category','Web/App Developers'),(7028,480,'session_tokens','a:1:{s:64:\"282638df27030931bbae79a2852ef06710a2a0019d884204b5595d6d84f92b18\";a:4:{s:10:\"expiration\";i:1745668472;s:2:\"ip\";s:12:\"94.43.48.194\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745495672;}}'),(7029,481,'nickname','kalawilhite'),(7030,481,'first_name',''),(7031,481,'last_name',''),(7032,481,'description',''),(7033,481,'rich_editing','true'),(7034,481,'syntax_highlighting','true'),(7035,481,'comment_shortcuts','false'),(7036,481,'admin_color','fresh'),(7037,481,'use_ssl','0'),(7038,481,'show_admin_bar_front','true'),(7039,481,'locale',''),(7040,481,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7041,481,'wph0_user_level','0'),(7042,481,'preferred_category','Researchers'),(7043,481,'session_tokens','a:2:{s:64:\"83585d1cec5f744019bf2efa7292306861cba52772470da30f132f625a2cb2d6\";a:4:{s:10:\"expiration\";i:1745669757;s:2:\"ip\";s:13:\"46.175.153.43\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745496957;}s:64:\"055b93ed379aa0bb87787a707d3585e431fb3300ba82018f5455470a715a418f\";a:4:{s:10:\"expiration\";i:1745670657;s:2:\"ip\";s:13:\"46.175.155.22\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745497857;}}'),(7044,482,'nickname','jamisonpickel50'),(7045,482,'first_name',''),(7046,482,'last_name',''),(7047,482,'description',''),(7048,482,'rich_editing','true'),(7049,482,'syntax_highlighting','true'),(7050,482,'comment_shortcuts','false'),(7051,482,'admin_color','fresh'),(7052,482,'use_ssl','0'),(7053,482,'show_admin_bar_front','true'),(7054,482,'locale',''),(7055,482,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7056,482,'wph0_user_level','0'),(7057,482,'preferred_category','Researchers'),(7058,482,'session_tokens','a:2:{s:64:\"f23c66cb603f16ed0f96fc5a437ade177515965b29c04c024eb48d39ba1c5a0e\";a:4:{s:10:\"expiration\";i:1745692809;s:2:\"ip\";s:15:\"170.199.228.224\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745520009;}s:64:\"dbbc200f7d78a3e0ea5f9f3825cf1d30203a9490493c4e5aa7089d130dd719f6\";a:4:{s:10:\"expiration\";i:1745693045;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745520245;}}'),(7059,483,'nickname','adelinethibeault'),(7060,483,'first_name',''),(7061,483,'last_name',''),(7062,483,'description',''),(7063,483,'rich_editing','true'),(7064,483,'syntax_highlighting','true'),(7065,483,'comment_shortcuts','false'),(7066,483,'admin_color','fresh'),(7067,483,'use_ssl','0'),(7068,483,'show_admin_bar_front','true'),(7069,483,'locale',''),(7070,483,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7071,483,'wph0_user_level','0'),(7072,483,'preferred_category','Teachers'),(7073,483,'session_tokens','a:2:{s:64:\"893b9f6e62134ef75e8a6f3a9a96addb2d2ba8fcc2cc0b3c3cbbc7f3e0d156d0\";a:4:{s:10:\"expiration\";i:1745702141;s:2:\"ip\";s:15:\"170.199.227.214\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745529341;}s:64:\"9d6f317f3588e8e38a9748b75453bb16fae99e874e2496e0ab9c264ecbd25abe\";a:4:{s:10:\"expiration\";i:1745702287;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745529487;}}'),(7074,484,'nickname','regenachiaramont'),(7075,484,'first_name',''),(7076,484,'last_name',''),(7077,484,'description',''),(7078,484,'rich_editing','true'),(7079,484,'syntax_highlighting','true'),(7080,484,'comment_shortcuts','false'),(7081,484,'admin_color','fresh'),(7082,484,'use_ssl','0'),(7083,484,'show_admin_bar_front','true'),(7084,484,'locale',''),(7085,484,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7086,484,'wph0_user_level','0'),(7087,484,'preferred_category','Customer Service Rep.'),(7088,484,'session_tokens','a:1:{s:64:\"f743f6461fa2e525d5b55e29817eabdd9c9597b5bb319e3930c471d63600936d\";a:4:{s:10:\"expiration\";i:1745705609;s:2:\"ip\";s:14:\"156.242.40.249\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745532809;}}'),(7089,485,'nickname','rolandobrifman7'),(7090,485,'first_name',''),(7091,485,'last_name',''),(7092,485,'description',''),(7093,485,'rich_editing','true'),(7094,485,'syntax_highlighting','true'),(7095,485,'comment_shortcuts','false'),(7096,485,'admin_color','fresh'),(7097,485,'use_ssl','0'),(7098,485,'show_admin_bar_front','true'),(7099,485,'locale',''),(7100,485,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7101,485,'wph0_user_level','0'),(7102,485,'preferred_category','Customer Service Rep.'),(7103,485,'session_tokens','a:2:{s:64:\"4f744f38c3bf07327e24c7e5c08e7c85b2fcb4c2121e05a994dc930eccb868ce\";a:4:{s:10:\"expiration\";i:1745735267;s:2:\"ip\";s:13:\"196.199.10.12\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745562467;}s:64:\"72443e84b04fc3cb3ff3669721eb4f304748076a48262a51427334bb7230c0d0\";a:4:{s:10:\"expiration\";i:1745735524;s:2:\"ip\";s:11:\"5.157.32.32\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745562724;}}'),(7104,486,'nickname','sethhoran7'),(7105,486,'first_name',''),(7106,486,'last_name',''),(7107,486,'description',''),(7108,486,'rich_editing','true'),(7109,486,'syntax_highlighting','true'),(7110,486,'comment_shortcuts','false'),(7111,486,'admin_color','fresh'),(7112,486,'use_ssl','0'),(7113,486,'show_admin_bar_front','true'),(7114,486,'locale',''),(7115,486,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7116,486,'wph0_user_level','0'),(7117,486,'preferred_category','Architect'),(7118,486,'session_tokens','a:1:{s:64:\"8fe52b53f1db72bc6f7511d3ce8e72f88d34a0a035b4aa683438402d6e0b0207\";a:4:{s:10:\"expiration\";i:1745798464;s:2:\"ip\";s:12:\"196.51.57.39\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745625664;}}'),(7119,487,'nickname','myrtisculbertson'),(7120,487,'first_name',''),(7121,487,'last_name',''),(7122,487,'description',''),(7123,487,'rich_editing','true'),(7124,487,'syntax_highlighting','true'),(7125,487,'comment_shortcuts','false'),(7126,487,'admin_color','fresh'),(7127,487,'use_ssl','0'),(7128,487,'show_admin_bar_front','true'),(7129,487,'locale',''),(7130,487,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7131,487,'wph0_user_level','0'),(7132,487,'preferred_category','Painters'),(7133,487,'session_tokens','a:1:{s:64:\"5ad06c8266c80222a784e4593d9dff78581aca4d2d01064cb11f7d8c62e746d6\";a:4:{s:10:\"expiration\";i:1745803538;s:2:\"ip\";s:13:\"38.170.30.243\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745630738;}}'),(7134,488,'nickname','sheilaj045127'),(7135,488,'first_name',''),(7136,488,'last_name',''),(7137,488,'description',''),(7138,488,'rich_editing','true'),(7139,488,'syntax_highlighting','true'),(7140,488,'comment_shortcuts','false'),(7141,488,'admin_color','fresh'),(7142,488,'use_ssl','0'),(7143,488,'show_admin_bar_front','true'),(7144,488,'locale',''),(7145,488,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7146,488,'wph0_user_level','0'),(7147,488,'preferred_category','Marketers'),(7148,488,'session_tokens','a:1:{s:64:\"e426a841e8b45c87b9faa57b34a127bee398592a8742dfe6628f76664b48d80c\";a:4:{s:10:\"expiration\";i:1745817404;s:2:\"ip\";s:15:\"183.199.125.220\";s:2:\"ua\";s:142:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 YaBrowser/22.7.0 Yowser/2.5 Safari/537.36\";s:5:\"login\";i:1745644604;}}'),(7149,489,'nickname','erwinhedgepeth'),(7150,489,'first_name',''),(7151,489,'last_name',''),(7152,489,'description',''),(7153,489,'rich_editing','true'),(7154,489,'syntax_highlighting','true'),(7155,489,'comment_shortcuts','false'),(7156,489,'admin_color','fresh'),(7157,489,'use_ssl','0'),(7158,489,'show_admin_bar_front','true'),(7159,489,'locale',''),(7160,489,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7161,489,'wph0_user_level','0'),(7162,489,'preferred_category','Finance persons'),(7163,489,'session_tokens','a:1:{s:64:\"3f504b4fe93ba47d880ff37263bc1c3caa70a7c4c0fd93e01fe2f52c801e9a80\";a:4:{s:10:\"expiration\";i:1745821795;s:2:\"ip\";s:14:\"200.71.126.174\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745648995;}}'),(7164,490,'nickname','porternemeth7'),(7165,490,'first_name',''),(7166,490,'last_name',''),(7167,490,'description',''),(7168,490,'rich_editing','true'),(7169,490,'syntax_highlighting','true'),(7170,490,'comment_shortcuts','false'),(7171,490,'admin_color','fresh'),(7172,490,'use_ssl','0'),(7173,490,'show_admin_bar_front','true'),(7174,490,'locale',''),(7175,490,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7176,490,'wph0_user_level','0'),(7177,490,'preferred_category','Sales persons'),(7178,490,'session_tokens','a:1:{s:64:\"8894ec0973d95e35ad921d5e5447742e46a3ecfafe92c142e4d29b145658179c\";a:4:{s:10:\"expiration\";i:1745825073;s:2:\"ip\";s:13:\"121.16.26.180\";s:2:\"ua\";s:131:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36 OPR/89.0.4447.51\";s:5:\"login\";i:1745652273;}}'),(7179,491,'nickname','lasonyalemay115'),(7180,491,'first_name',''),(7181,491,'last_name',''),(7182,491,'description',''),(7183,491,'rich_editing','true'),(7184,491,'syntax_highlighting','true'),(7185,491,'comment_shortcuts','false'),(7186,491,'admin_color','fresh'),(7187,491,'use_ssl','0'),(7188,491,'show_admin_bar_front','true'),(7189,491,'locale',''),(7190,491,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7191,491,'wph0_user_level','0'),(7192,491,'preferred_category','Photographers'),(7193,491,'session_tokens','a:1:{s:64:\"c2e2040790d98379d1716bda5379801e15f8531b7d5a82dbd10cc63aced4ae6a\";a:4:{s:10:\"expiration\";i:1746103684;s:2:\"ip\";s:13:\"198.46.176.95\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745930884;}}'),(7194,1,'unique_token','litcaf.com'),(7195,1,'qr_code_link','https://api.qrserver.com/v1/create-qr-code/?data=https%3A%2F%2Flitcaf.com%2Fc%2Fw5ckKsSrNr4GQP7D19jKYuLlEwar0qZhnovWtI0upwR1TglPrPQG'),(7196,492,'nickname','corrinesprouse'),(7197,492,'first_name',''),(7198,492,'last_name',''),(7199,492,'description',''),(7200,492,'rich_editing','true'),(7201,492,'syntax_highlighting','true'),(7202,492,'comment_shortcuts','false'),(7203,492,'admin_color','fresh'),(7204,492,'use_ssl','0'),(7205,492,'show_admin_bar_front','true'),(7206,492,'locale',''),(7207,492,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7208,492,'wph0_user_level','0'),(7209,492,'preferred_category','Licensing Officers'),(7210,492,'session_tokens','a:1:{s:64:\"381497da41116fd5ecd3654d90f0e7409a0528be340263b7db7f266014623454\";a:4:{s:10:\"expiration\";i:1745833404;s:2:\"ip\";s:12:\"23.94.230.86\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745660604;}}'),(7211,493,'nickname','Fool sparta lemans hjdryxfkgj.blogspot.fr Qe'),(7212,493,'first_name',''),(7213,493,'last_name',''),(7214,493,'description',''),(7215,493,'rich_editing','true'),(7216,493,'syntax_highlighting','true'),(7217,493,'comment_shortcuts','false'),(7218,493,'admin_color','fresh'),(7219,493,'use_ssl','0'),(7220,493,'show_admin_bar_front','true'),(7221,493,'locale',''),(7222,493,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7223,493,'wph0_user_level','0'),(7224,493,'preferred_category','Business Developer'),(7225,493,'session_tokens','a:1:{s:64:\"4290c082db53345833218b8349c900acb225437a90a11782f92bd16ed3f75661\";a:4:{s:10:\"expiration\";i:1745851475;s:2:\"ip\";s:13:\"89.248.165.93\";s:2:\"ua\";s:103:\"Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36\";s:5:\"login\";i:1745678675;}}'),(7226,494,'nickname','brookheng053'),(7227,494,'first_name',''),(7228,494,'last_name',''),(7229,494,'description',''),(7230,494,'rich_editing','true'),(7231,494,'syntax_highlighting','true'),(7232,494,'comment_shortcuts','false'),(7233,494,'admin_color','fresh'),(7234,494,'use_ssl','0'),(7235,494,'show_admin_bar_front','true'),(7236,494,'locale',''),(7237,494,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7238,494,'wph0_user_level','0'),(7239,494,'preferred_category','Architect'),(7240,494,'session_tokens','a:2:{s:64:\"7a77d9d0165e795a4e638706d68df7875945533b0e41b239a8dec3f378080a4a\";a:4:{s:10:\"expiration\";i:1745856762;s:2:\"ip\";s:14:\"198.23.170.183\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745683962;}s:64:\"4ff48d9e57ed46a11ceef3314971bfd7535077a795ff86dde81b8f2186922f1d\";a:4:{s:10:\"expiration\";i:1745856922;s:2:\"ip\";s:14:\"198.23.170.250\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745684122;}}'),(7241,495,'nickname','nathanielraffert'),(7242,495,'first_name',''),(7243,495,'last_name',''),(7244,495,'description',''),(7245,495,'rich_editing','true'),(7246,495,'syntax_highlighting','true'),(7247,495,'comment_shortcuts','false'),(7248,495,'admin_color','fresh'),(7249,495,'use_ssl','0'),(7250,495,'show_admin_bar_front','true'),(7251,495,'locale',''),(7252,495,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7253,495,'wph0_user_level','0'),(7254,495,'preferred_category','Painters'),(7255,495,'session_tokens','a:1:{s:64:\"78f68fd4a27faad111f52a7deeb5324cd95dae5e1f607cfae5997ccf03da16c1\";a:4:{s:10:\"expiration\";i:1745861849;s:2:\"ip\";s:13:\"120.11.90.236\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745689049;}}'),(7256,496,'nickname','leilafredrick71'),(7257,496,'first_name',''),(7258,496,'last_name',''),(7259,496,'description',''),(7260,496,'rich_editing','true'),(7261,496,'syntax_highlighting','true'),(7262,496,'comment_shortcuts','false'),(7263,496,'admin_color','fresh'),(7264,496,'use_ssl','0'),(7265,496,'show_admin_bar_front','true'),(7266,496,'locale',''),(7267,496,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7268,496,'wph0_user_level','0'),(7269,496,'preferred_category','Graphic Designers'),(7270,496,'session_tokens','a:1:{s:64:\"4a04dca54bb399c3d138fadec7052647a32e67b4c13be1148b9e6c9f1c584767\";a:4:{s:10:\"expiration\";i:1745862441;s:2:\"ip\";s:14:\"181.110.64.247\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745689641;}}'),(7271,497,'nickname','mireyay088379'),(7272,497,'first_name',''),(7273,497,'last_name',''),(7274,497,'description',''),(7275,497,'rich_editing','true'),(7276,497,'syntax_highlighting','true'),(7277,497,'comment_shortcuts','false'),(7278,497,'admin_color','fresh'),(7279,497,'use_ssl','0'),(7280,497,'show_admin_bar_front','true'),(7281,497,'locale',''),(7282,497,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7283,497,'wph0_user_level','0'),(7284,497,'preferred_category','Marketers'),(7285,497,'session_tokens','a:1:{s:64:\"6aed29336ff35b1bc44d4c8393386df4b21e5e6f9477639a0a1877220d481a4b\";a:4:{s:10:\"expiration\";i:1745865328;s:2:\"ip\";s:13:\"120.11.90.236\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745692528;}}'),(7286,498,'nickname','gilberto85k'),(7287,498,'first_name',''),(7288,498,'last_name',''),(7289,498,'description',''),(7290,498,'rich_editing','true'),(7291,498,'syntax_highlighting','true'),(7292,498,'comment_shortcuts','false'),(7293,498,'admin_color','fresh'),(7294,498,'use_ssl','0'),(7295,498,'show_admin_bar_front','true'),(7296,498,'locale',''),(7297,498,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7298,498,'wph0_user_level','0'),(7299,498,'preferred_category','Licensing Officers'),(7300,498,'session_tokens','a:1:{s:64:\"05ae90c77537ba0f1a8e84d34f75f1530ef5ea1b8436c3eff1843f656524dcd9\";a:4:{s:10:\"expiration\";i:1745868682;s:2:\"ip\";s:13:\"120.11.90.236\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745695882;}}'),(7301,499,'nickname','raleighmcmullin'),(7302,499,'first_name',''),(7303,499,'last_name',''),(7304,499,'description',''),(7305,499,'rich_editing','true'),(7306,499,'syntax_highlighting','true'),(7307,499,'comment_shortcuts','false'),(7308,499,'admin_color','fresh'),(7309,499,'use_ssl','0'),(7310,499,'show_admin_bar_front','true'),(7311,499,'locale',''),(7312,499,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7313,499,'wph0_user_level','0'),(7314,499,'preferred_category','Interior Designers'),(7315,499,'session_tokens','a:1:{s:64:\"b710a519fca6d8c08ee126a76652f50a8b94444efad65d6f0424e854fb36318e\";a:4:{s:10:\"expiration\";i:1745874305;s:2:\"ip\";s:14:\"107.172.55.108\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745701505;}}'),(7316,500,'nickname','theodore91u'),(7317,500,'first_name',''),(7318,500,'last_name',''),(7319,500,'description',''),(7320,500,'rich_editing','true'),(7321,500,'syntax_highlighting','true'),(7322,500,'comment_shortcuts','false'),(7323,500,'admin_color','fresh'),(7324,500,'use_ssl','0'),(7325,500,'show_admin_bar_front','true'),(7326,500,'locale',''),(7327,500,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7328,500,'wph0_user_level','0'),(7329,500,'preferred_category','Photographers'),(7330,500,'session_tokens','a:2:{s:64:\"61298c367374225f46c6bb447e30bc693d178046512dca12ed8a18b04705498e\";a:4:{s:10:\"expiration\";i:1745880893;s:2:\"ip\";s:14:\"198.23.170.183\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745708093;}s:64:\"0dce5d1752199ecfe327c0017046a5cde5ca6a916b3d98947f0d41ce151135b2\";a:4:{s:10:\"expiration\";i:1745881029;s:2:\"ip\";s:12:\"192.3.57.103\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745708229;}}'),(7331,501,'nickname','mauricedykes16'),(7332,501,'first_name',''),(7333,501,'last_name',''),(7334,501,'description',''),(7335,501,'rich_editing','true'),(7336,501,'syntax_highlighting','true'),(7337,501,'comment_shortcuts','false'),(7338,501,'admin_color','fresh'),(7339,501,'use_ssl','0'),(7340,501,'show_admin_bar_front','true'),(7341,501,'locale',''),(7342,501,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7343,501,'wph0_user_level','0'),(7344,501,'preferred_category','Teachers'),(7345,501,'session_tokens','a:1:{s:64:\"22c95776434a074de6f33c7be19d4c022ab2dffe7dc2431e450b70ea157aa138\";a:4:{s:10:\"expiration\";i:1745889840;s:2:\"ip\";s:13:\"38.152.117.66\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745717040;}}'),(7346,502,'nickname','gdZUyHeYLFXA'),(7347,502,'first_name',''),(7348,502,'last_name',''),(7349,502,'description',''),(7350,502,'rich_editing','true'),(7351,502,'syntax_highlighting','true'),(7352,502,'comment_shortcuts','false'),(7353,502,'admin_color','fresh'),(7354,502,'use_ssl','0'),(7355,502,'show_admin_bar_front','true'),(7356,502,'locale',''),(7357,502,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7358,502,'wph0_user_level','0'),(7359,502,'preferred_category','Web/App Developers'),(7360,502,'session_tokens','a:1:{s:64:\"083ddb0cb2c4519e127a10862b2f40c89c607d8fdd2b902952e31a6f87e6e552\";a:4:{s:10:\"expiration\";i:1745902423;s:2:\"ip\";s:13:\"14.241.123.67\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745729623;}}'),(7361,503,'nickname','seopemula024610'),(7362,503,'first_name',''),(7363,503,'last_name',''),(7364,503,'description',''),(7365,503,'rich_editing','true'),(7366,503,'syntax_highlighting','true'),(7367,503,'comment_shortcuts','false'),(7368,503,'admin_color','fresh'),(7369,503,'use_ssl','0'),(7370,503,'show_admin_bar_front','true'),(7371,503,'locale',''),(7372,503,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7373,503,'wph0_user_level','0'),(7374,503,'preferred_category','Nurses'),(7375,503,'session_tokens','a:1:{s:64:\"e90e799b8762fe7940da34e3f045d6c9f05f53e7b85d9ed4ca1a2690bc9aedb4\";a:4:{s:10:\"expiration\";i:1746298916;s:2:\"ip\";s:13:\"154.16.20.220\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746126116;}}'),(7376,504,'nickname','winonagilpin973'),(7377,504,'first_name',''),(7378,504,'last_name',''),(7379,504,'description',''),(7380,504,'rich_editing','true'),(7381,504,'syntax_highlighting','true'),(7382,504,'comment_shortcuts','false'),(7383,504,'admin_color','fresh'),(7384,504,'use_ssl','0'),(7385,504,'show_admin_bar_front','true'),(7386,504,'locale',''),(7387,504,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7388,504,'wph0_user_level','0'),(7389,504,'preferred_category','Janitors'),(7390,504,'session_tokens','a:1:{s:64:\"b6cb74e45a5c280515d61d5c2102c957d3c82f53ee1288413195672f9cc4f7dd\";a:4:{s:10:\"expiration\";i:1745911632;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745738832;}}'),(7391,505,'nickname','edgarhoch61860'),(7392,505,'first_name',''),(7393,505,'last_name',''),(7394,505,'description',''),(7395,505,'rich_editing','true'),(7396,505,'syntax_highlighting','true'),(7397,505,'comment_shortcuts','false'),(7398,505,'admin_color','fresh'),(7399,505,'use_ssl','0'),(7400,505,'show_admin_bar_front','true'),(7401,505,'locale',''),(7402,505,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7403,505,'wph0_user_level','0'),(7404,505,'preferred_category','Entertainers'),(7405,505,'session_tokens','a:1:{s:64:\"8d53fb88ca8f2aae673272bc10c6b59564d00c2b20faaa64c1560971f26e2e5f\";a:4:{s:10:\"expiration\";i:1745913722;s:2:\"ip\";s:14:\"183.198.175.73\";s:2:\"ua\";s:78:\"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1745740922;}}'),(7406,506,'nickname','ruthgrattan7208'),(7407,506,'first_name',''),(7408,506,'last_name',''),(7409,506,'description',''),(7410,506,'rich_editing','true'),(7411,506,'syntax_highlighting','true'),(7412,506,'comment_shortcuts','false'),(7413,506,'admin_color','fresh'),(7414,506,'use_ssl','0'),(7415,506,'show_admin_bar_front','true'),(7416,506,'locale',''),(7417,506,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7418,506,'wph0_user_level','0'),(7419,506,'preferred_category','Civil Servants'),(7420,506,'session_tokens','a:1:{s:64:\"df49f61d47a797ac1b0bcf030d3e0cda10ae794c3358fcb6f69509ab0e0e66c8\";a:4:{s:10:\"expiration\";i:1745920113;s:2:\"ip\";s:14:\"167.160.77.177\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745747313;}}'),(7421,507,'nickname','marylousiemens'),(7422,507,'first_name',''),(7423,507,'last_name',''),(7424,507,'description',''),(7425,507,'rich_editing','true'),(7426,507,'syntax_highlighting','true'),(7427,507,'comment_shortcuts','false'),(7428,507,'admin_color','fresh'),(7429,507,'use_ssl','0'),(7430,507,'show_admin_bar_front','true'),(7431,507,'locale',''),(7432,507,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7433,507,'wph0_user_level','0'),(7434,507,'preferred_category','Web/App Developers'),(7435,507,'session_tokens','a:1:{s:64:\"20aabbaf996fc37918a46623459e0b34b3eb615e7660dcf769f8cb1c5d847f4a\";a:4:{s:10:\"expiration\";i:1745942951;s:2:\"ip\";s:13:\"36.143.95.246\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745770151;}}'),(7436,508,'nickname','winstoncranswick'),(7437,508,'first_name',''),(7438,508,'last_name',''),(7439,508,'description',''),(7440,508,'rich_editing','true'),(7441,508,'syntax_highlighting','true'),(7442,508,'comment_shortcuts','false'),(7443,508,'admin_color','fresh'),(7444,508,'use_ssl','0'),(7445,508,'show_admin_bar_front','true'),(7446,508,'locale',''),(7447,508,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7448,508,'wph0_user_level','0'),(7449,508,'preferred_category','Business Developer'),(7450,508,'session_tokens','a:1:{s:64:\"15a0def7b6d9f33976f4e46ebdee121715a265ccd60c34ab1fa14f70fecdbaac\";a:4:{s:10:\"expiration\";i:1745961445;s:2:\"ip\";s:13:\"36.143.95.246\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745788645;}}'),(7451,509,'nickname','bernardsutter'),(7452,509,'first_name',''),(7453,509,'last_name',''),(7454,509,'description',''),(7455,509,'rich_editing','true'),(7456,509,'syntax_highlighting','true'),(7457,509,'comment_shortcuts','false'),(7458,509,'admin_color','fresh'),(7459,509,'use_ssl','0'),(7460,509,'show_admin_bar_front','true'),(7461,509,'locale',''),(7462,509,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7463,509,'wph0_user_level','0'),(7464,509,'preferred_category','Web/App Developers'),(7465,509,'session_tokens','a:1:{s:64:\"825260134c3acd48163849bfc693aa817c7766f6394ef58cde6a00cef8770f02\";a:4:{s:10:\"expiration\";i:1745971094;s:2:\"ip\";s:15:\"168.196.237.169\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745798294;}}'),(7466,510,'nickname','matthiasm15'),(7467,510,'first_name',''),(7468,510,'last_name',''),(7469,510,'description',''),(7470,510,'rich_editing','true'),(7471,510,'syntax_highlighting','true'),(7472,510,'comment_shortcuts','false'),(7473,510,'admin_color','fresh'),(7474,510,'use_ssl','0'),(7475,510,'show_admin_bar_front','true'),(7476,510,'locale',''),(7477,510,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7478,510,'wph0_user_level','0'),(7479,510,'preferred_category','Counsellors/Teachers'),(7480,510,'session_tokens','a:1:{s:64:\"6ba21f9fbcd1aed1374cf179a76244831c6574d86736c8ae5eca773ac19d681d\";a:4:{s:10:\"expiration\";i:1745974946;s:2:\"ip\";s:15:\"156.228.110.114\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745802146;}}'),(7481,511,'nickname','WvrsKuTZLYJS'),(7482,511,'first_name',''),(7483,511,'last_name',''),(7484,511,'description',''),(7485,511,'rich_editing','true'),(7486,511,'syntax_highlighting','true'),(7487,511,'comment_shortcuts','false'),(7488,511,'admin_color','fresh'),(7489,511,'use_ssl','0'),(7490,511,'show_admin_bar_front','true'),(7491,511,'locale',''),(7492,511,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7493,511,'wph0_user_level','0'),(7494,511,'preferred_category','Web/App Developers'),(7495,511,'session_tokens','a:1:{s:64:\"8b8e8ac1b997327db0e5bd555b53a2d78a01422b112a9d02e0acb5d4784a4296\";a:4:{s:10:\"expiration\";i:1745979193;s:2:\"ip\";s:13:\"163.53.81.170\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745806393;}}'),(7496,512,'nickname','tammarakrieger8'),(7497,512,'first_name',''),(7498,512,'last_name',''),(7499,512,'description',''),(7500,512,'rich_editing','true'),(7501,512,'syntax_highlighting','true'),(7502,512,'comment_shortcuts','false'),(7503,512,'admin_color','fresh'),(7504,512,'use_ssl','0'),(7505,512,'show_admin_bar_front','true'),(7506,512,'locale',''),(7507,512,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7508,512,'wph0_user_level','0'),(7509,512,'preferred_category','Engineers'),(7510,512,'session_tokens','a:1:{s:64:\"982ad0d10783939e49501a9cc50a1f1e2526c3eee1bd62af7961f2c3dd88b564\";a:4:{s:10:\"expiration\";i:1745983197;s:2:\"ip\";s:14:\"110.244.98.243\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745810397;}}'),(7511,513,'nickname','miragibson669'),(7512,513,'first_name',''),(7513,513,'last_name',''),(7514,513,'description',''),(7515,513,'rich_editing','true'),(7516,513,'syntax_highlighting','true'),(7517,513,'comment_shortcuts','false'),(7518,513,'admin_color','fresh'),(7519,513,'use_ssl','0'),(7520,513,'show_admin_bar_front','true'),(7521,513,'locale',''),(7522,513,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7523,513,'wph0_user_level','0'),(7524,513,'preferred_category','Banker'),(7525,513,'session_tokens','a:1:{s:64:\"7af558728bd0dab8dd123722aee869d030431caf9c5052b23a1493f3f3d5c989\";a:4:{s:10:\"expiration\";i:1745994627;s:2:\"ip\";s:14:\"38.170.102.137\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745821827;}}'),(7526,514,'nickname','chelseachapple'),(7527,514,'first_name',''),(7528,514,'last_name',''),(7529,514,'description',''),(7530,514,'rich_editing','true'),(7531,514,'syntax_highlighting','true'),(7532,514,'comment_shortcuts','false'),(7533,514,'admin_color','fresh'),(7534,514,'use_ssl','0'),(7535,514,'show_admin_bar_front','true'),(7536,514,'locale',''),(7537,514,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7538,514,'wph0_user_level','0'),(7539,514,'preferred_category','Entrepreneurs- StartUp'),(7540,514,'session_tokens','a:2:{s:64:\"66768b3fd44b2cbbb0eaaeba51953c3f2506c2073206cd5cd5eb507379514552\";a:4:{s:10:\"expiration\";i:1746004014;s:2:\"ip\";s:15:\"170.199.229.222\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745831214;}s:64:\"0ead1e2db4b683889288912c4fed7b080d158277955263e2b0ef17e698c56702\";a:4:{s:10:\"expiration\";i:1746004207;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745831407;}}'),(7541,515,'nickname','rosettadacomb41'),(7542,515,'first_name',''),(7543,515,'last_name',''),(7544,515,'description',''),(7545,515,'rich_editing','true'),(7546,515,'syntax_highlighting','true'),(7547,515,'comment_shortcuts','false'),(7548,515,'admin_color','fresh'),(7549,515,'use_ssl','0'),(7550,515,'show_admin_bar_front','true'),(7551,515,'locale',''),(7552,515,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7553,515,'wph0_user_level','0'),(7554,515,'preferred_category','Traders'),(7555,515,'session_tokens','a:1:{s:64:\"558454fea07256333b52d45c76e86ada9700d976397ecbc7720be8b6076245b0\";a:4:{s:10:\"expiration\";i:1746005034;s:2:\"ip\";s:14:\"172.245.216.62\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745832234;}}'),(7556,516,'nickname','jonasannis'),(7557,516,'first_name',''),(7558,516,'last_name',''),(7559,516,'description',''),(7560,516,'rich_editing','true'),(7561,516,'syntax_highlighting','true'),(7562,516,'comment_shortcuts','false'),(7563,516,'admin_color','fresh'),(7564,516,'use_ssl','0'),(7565,516,'show_admin_bar_front','true'),(7566,516,'locale',''),(7567,516,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7568,516,'wph0_user_level','0'),(7569,516,'preferred_category','Real Estate Agents'),(7570,516,'session_tokens','a:1:{s:64:\"25f650ef6ff0303c194050e0d8508ca76974936c80e46b7e85bbd870d83e0f19\";a:4:{s:10:\"expiration\";i:1746008034;s:2:\"ip\";s:14:\"138.219.123.21\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745835234;}}'),(7571,517,'nickname','charolettehartne'),(7572,517,'first_name',''),(7573,517,'last_name',''),(7574,517,'description',''),(7575,517,'rich_editing','true'),(7576,517,'syntax_highlighting','true'),(7577,517,'comment_shortcuts','false'),(7578,517,'admin_color','fresh'),(7579,517,'use_ssl','0'),(7580,517,'show_admin_bar_front','true'),(7581,517,'locale',''),(7582,517,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7583,517,'wph0_user_level','0'),(7584,517,'preferred_category','Finance persons'),(7585,517,'session_tokens','a:1:{s:64:\"2cec4d190a8b84193ae9f9ce886815dc3b09ab5fe6525251191a81db0cbc3420\";a:4:{s:10:\"expiration\";i:1746009863;s:2:\"ip\";s:13:\"212.102.46.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745837063;}}'),(7586,518,'nickname','julietaeusebio7'),(7587,518,'first_name',''),(7588,518,'last_name',''),(7589,518,'description',''),(7590,518,'rich_editing','true'),(7591,518,'syntax_highlighting','true'),(7592,518,'comment_shortcuts','false'),(7593,518,'admin_color','fresh'),(7594,518,'use_ssl','0'),(7595,518,'show_admin_bar_front','true'),(7596,518,'locale',''),(7597,518,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7598,518,'wph0_user_level','0'),(7599,518,'preferred_category','Researchers'),(7600,518,'session_tokens','a:1:{s:64:\"5d6a4778d3afdfecbc8887e023f2599e656721473d6eda6b0efe75bf2a322706\";a:4:{s:10:\"expiration\";i:1746011946;s:2:\"ip\";s:13:\"110.244.96.29\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745839146;}}'),(7601,519,'nickname','margretlycett4'),(7602,519,'first_name',''),(7603,519,'last_name',''),(7604,519,'description',''),(7605,519,'rich_editing','true'),(7606,519,'syntax_highlighting','true'),(7607,519,'comment_shortcuts','false'),(7608,519,'admin_color','fresh'),(7609,519,'use_ssl','0'),(7610,519,'show_admin_bar_front','true'),(7611,519,'locale',''),(7612,519,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7613,519,'wph0_user_level','0'),(7614,519,'preferred_category','Beauticians'),(7615,519,'session_tokens','a:2:{s:64:\"ea3a44757417ed32765e89c4da12cb1547add8b4230688a04a3e1160be16b92b\";a:4:{s:10:\"expiration\";i:1746012690;s:2:\"ip\";s:11:\"204.9.38.13\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745839890;}s:64:\"ed615fa34d25d48dfd88581be1848f969e7ec1d4c84c96ee66c058d8cf930eec\";a:4:{s:10:\"expiration\";i:1746012964;s:2:\"ip\";s:13:\"206.41.168.53\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745840164;}}'),(7616,520,'nickname','WHEybpEEpHI'),(7617,520,'first_name',''),(7618,520,'last_name',''),(7619,520,'description',''),(7620,520,'rich_editing','true'),(7621,520,'syntax_highlighting','true'),(7622,520,'comment_shortcuts','false'),(7623,520,'admin_color','fresh'),(7624,520,'use_ssl','0'),(7625,520,'show_admin_bar_front','true'),(7626,520,'locale',''),(7627,520,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7628,520,'wph0_user_level','0'),(7629,520,'preferred_category','Web/App Developers'),(7630,520,'session_tokens','a:1:{s:64:\"ff0e02b7a1acd3e6cf2ffc5a1cf5344d3b8639c108cffddd5c094aafd92fe900\";a:4:{s:10:\"expiration\";i:1746015008;s:2:\"ip\";s:13:\"118.69.187.80\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745842208;}}'),(7631,521,'nickname','vilmacusack64'),(7632,521,'first_name',''),(7633,521,'last_name',''),(7634,521,'description',''),(7635,521,'rich_editing','true'),(7636,521,'syntax_highlighting','true'),(7637,521,'comment_shortcuts','false'),(7638,521,'admin_color','fresh'),(7639,521,'use_ssl','0'),(7640,521,'show_admin_bar_front','true'),(7641,521,'locale',''),(7642,521,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7643,521,'wph0_user_level','0'),(7644,521,'preferred_category','Lawyers'),(7645,521,'session_tokens','a:1:{s:64:\"74a0ab7d9b8a3e6b9ecac3c141220a9cf6c9a8dd42b718fc8cf53407b4cc142b\";a:4:{s:10:\"expiration\";i:1746019445;s:2:\"ip\";s:14:\"206.206.95.210\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745846645;}}'),(7646,522,'nickname','archerh65202218'),(7647,522,'first_name',''),(7648,522,'last_name',''),(7649,522,'description',''),(7650,522,'rich_editing','true'),(7651,522,'syntax_highlighting','true'),(7652,522,'comment_shortcuts','false'),(7653,522,'admin_color','fresh'),(7654,522,'use_ssl','0'),(7655,522,'show_admin_bar_front','true'),(7656,522,'locale',''),(7657,522,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7658,522,'wph0_user_level','0'),(7659,522,'preferred_category','Entrepreneurs- CEO'),(7660,522,'session_tokens','a:1:{s:64:\"3c778ba1b97ebcff439893ea2be98e696804313730d987655a71d7a88239e418\";a:4:{s:10:\"expiration\";i:1746033819;s:2:\"ip\";s:15:\"161.115.226.120\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745861019;}}'),(7661,523,'nickname','clayleitch34409'),(7662,523,'first_name',''),(7663,523,'last_name',''),(7664,523,'description',''),(7665,523,'rich_editing','true'),(7666,523,'syntax_highlighting','true'),(7667,523,'comment_shortcuts','false'),(7668,523,'admin_color','fresh'),(7669,523,'use_ssl','0'),(7670,523,'show_admin_bar_front','true'),(7671,523,'locale',''),(7672,523,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7673,523,'wph0_user_level','0'),(7674,523,'preferred_category','Electrician/Electronics'),(7675,523,'session_tokens','a:3:{s:64:\"43fc417d0db756d6b2c92720c1238abb8006d7895cedf654cae65a07be51f86c\";a:4:{s:10:\"expiration\";i:1746034473;s:2:\"ip\";s:15:\"104.168.112.126\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745861673;}s:64:\"7b8e98c9f16f6008245da2f65bc84216026930878ca4a43223cbf739829f3fc2\";a:4:{s:10:\"expiration\";i:1746034711;s:2:\"ip\";s:13:\"198.12.122.24\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745861911;}s:64:\"f8e157ace95b3d66778735a3bbbc7de0cb6503801f904c486a95a242f118099e\";a:4:{s:10:\"expiration\";i:1746133538;s:2:\"ip\";s:15:\"104.168.112.126\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745960738;}}'),(7676,524,'nickname','velva5730937819'),(7677,524,'first_name',''),(7678,524,'last_name',''),(7679,524,'description',''),(7680,524,'rich_editing','true'),(7681,524,'syntax_highlighting','true'),(7682,524,'comment_shortcuts','false'),(7683,524,'admin_color','fresh'),(7684,524,'use_ssl','0'),(7685,524,'show_admin_bar_front','true'),(7686,524,'locale',''),(7687,524,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7688,524,'wph0_user_level','0'),(7689,524,'preferred_category','Students'),(7690,524,'session_tokens','a:3:{s:64:\"ab8068369d02ebdbb3159a81f0a66a5196146815be47cd99242ec30c9132e121\";a:4:{s:10:\"expiration\";i:1746044959;s:2:\"ip\";s:13:\"92.249.33.103\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745872159;}s:64:\"3d51e95cdfda90343d87007d483bddf629155ea32dde3fe96079ca2b5ba6c289\";a:4:{s:10:\"expiration\";i:1746045063;s:2:\"ip\";s:14:\"142.111.150.63\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745872263;}s:64:\"515e55c0c5ef8044a4f499f530f5e427e17721d77d10fef124ad6c22de748b87\";a:4:{s:10:\"expiration\";i:1746135731;s:2:\"ip\";s:12:\"154.13.11.35\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745962931;}}'),(7691,525,'nickname','lemuelwitmer918'),(7692,525,'first_name',''),(7693,525,'last_name',''),(7694,525,'description',''),(7695,525,'rich_editing','true'),(7696,525,'syntax_highlighting','true'),(7697,525,'comment_shortcuts','false'),(7698,525,'admin_color','fresh'),(7699,525,'use_ssl','0'),(7700,525,'show_admin_bar_front','true'),(7701,525,'locale',''),(7702,525,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7703,525,'wph0_user_level','0'),(7704,525,'preferred_category','Traders'),(7705,525,'session_tokens','a:1:{s:64:\"fc60288949869fc0faee606019c5b259a30124634146089fec89628ff2d1d71b\";a:4:{s:10:\"expiration\";i:1746045319;s:2:\"ip\";s:15:\"130.185.157.143\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745872519;}}'),(7706,526,'nickname','Stevebax'),(7707,526,'first_name',''),(7708,526,'last_name',''),(7709,526,'description',''),(7710,526,'rich_editing','true'),(7711,526,'syntax_highlighting','true'),(7712,526,'comment_shortcuts','false'),(7713,526,'admin_color','fresh'),(7714,526,'use_ssl','0'),(7715,526,'show_admin_bar_front','true'),(7716,526,'locale',''),(7717,526,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7718,526,'wph0_user_level','0'),(7719,526,'preferred_category','Business Developer'),(7720,526,'session_tokens','a:1:{s:64:\"afd25330225d76dc046d347ae529ddacef93a5c0dbadbe9453af870b69c63244\";a:4:{s:10:\"expiration\";i:1746050395;s:2:\"ip\";s:13:\"31.23.130.216\";s:2:\"ua\";s:106:\"Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745877595;}}'),(7721,527,'nickname','quyenhardie7261'),(7722,527,'first_name',''),(7723,527,'last_name',''),(7724,527,'description',''),(7725,527,'rich_editing','true'),(7726,527,'syntax_highlighting','true'),(7727,527,'comment_shortcuts','false'),(7728,527,'admin_color','fresh'),(7729,527,'use_ssl','0'),(7730,527,'show_admin_bar_front','true'),(7731,527,'locale',''),(7732,527,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7733,527,'wph0_user_level','0'),(7734,527,'preferred_category','Models'),(7735,527,'session_tokens','a:2:{s:64:\"646aa341d10f2e7e3fa4e200a912f69c68eb5eaf300f9867a3f0f773095e8214\";a:4:{s:10:\"expiration\";i:1746074794;s:2:\"ip\";s:14:\"46.175.154.119\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745901994;}s:64:\"bc0fde0c3d5882774ff33af515313840e54263ffde9281ad21f4503ae6903ee8\";a:4:{s:10:\"expiration\";i:1746075420;s:2:\"ip\";s:14:\"46.175.154.100\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745902620;}}'),(7736,528,'nickname','ophelial31'),(7737,528,'first_name',''),(7738,528,'last_name',''),(7739,528,'description',''),(7740,528,'rich_editing','true'),(7741,528,'syntax_highlighting','true'),(7742,528,'comment_shortcuts','false'),(7743,528,'admin_color','fresh'),(7744,528,'use_ssl','0'),(7745,528,'show_admin_bar_front','true'),(7746,528,'locale',''),(7747,528,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7748,528,'wph0_user_level','0'),(7749,528,'preferred_category','Models'),(7750,528,'session_tokens','a:2:{s:64:\"8ba60f117b65b1bde2f477b9cf9a887152e9ca31bd5f79939266903494c6a588\";a:4:{s:10:\"expiration\";i:1746088151;s:2:\"ip\";s:13:\"5.253.162.149\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745915351;}s:64:\"22d9bd7a8a982f398f6b0a5e65257627b99d3249146fdf5e07cfb240e8b41af4\";a:4:{s:10:\"expiration\";i:1746088965;s:2:\"ip\";s:13:\"5.253.162.147\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745916165;}}'),(7751,529,'nickname','tami719763'),(7752,529,'first_name',''),(7753,529,'last_name',''),(7754,529,'description',''),(7755,529,'rich_editing','true'),(7756,529,'syntax_highlighting','true'),(7757,529,'comment_shortcuts','false'),(7758,529,'admin_color','fresh'),(7759,529,'use_ssl','0'),(7760,529,'show_admin_bar_front','true'),(7761,529,'locale',''),(7762,529,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7763,529,'wph0_user_level','0'),(7764,529,'preferred_category','Mobile App Developers'),(7765,529,'session_tokens','a:1:{s:64:\"a7e72f2666fb80309e6e5538f2d7c83abcadc8307f8b71b44b67192d941b504a\";a:4:{s:10:\"expiration\";i:1746088927;s:2:\"ip\";s:13:\"107.172.68.89\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745916127;}}'),(7766,530,'nickname','rafaelnewport'),(7767,530,'first_name',''),(7768,530,'last_name',''),(7769,530,'description',''),(7770,530,'rich_editing','true'),(7771,530,'syntax_highlighting','true'),(7772,530,'comment_shortcuts','false'),(7773,530,'admin_color','fresh'),(7774,530,'use_ssl','0'),(7775,530,'show_admin_bar_front','true'),(7776,530,'locale',''),(7777,530,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7778,530,'wph0_user_level','0'),(7779,530,'preferred_category','Entrepreneurs- CEO'),(7780,530,'session_tokens','a:1:{s:64:\"d54ee2d81ea858003b6929551b4e888cdccfee56deffe5e9f756bd0aecd65aef\";a:4:{s:10:\"expiration\";i:1746096976;s:2:\"ip\";s:14:\"77.238.254.196\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745924176;}}'),(7781,531,'nickname','sruInmOwSeA'),(7782,531,'first_name',''),(7783,531,'last_name',''),(7784,531,'description',''),(7785,531,'rich_editing','true'),(7786,531,'syntax_highlighting','true'),(7787,531,'comment_shortcuts','false'),(7788,531,'admin_color','fresh'),(7789,531,'use_ssl','0'),(7790,531,'show_admin_bar_front','true'),(7791,531,'locale',''),(7792,531,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7793,531,'wph0_user_level','0'),(7794,531,'preferred_category','Web/App Developers'),(7795,531,'session_tokens','a:1:{s:64:\"db1cd60c1be3040d7853b44ff86300a2233f5f8a41dc097162b749e6762da655\";a:4:{s:10:\"expiration\";i:1746135069;s:2:\"ip\";s:13:\"201.20.97.230\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1745962269;}}'),(7796,532,'nickname','mickiewilhelm1'),(7797,532,'first_name',''),(7798,532,'last_name',''),(7799,532,'description',''),(7800,532,'rich_editing','true'),(7801,532,'syntax_highlighting','true'),(7802,532,'comment_shortcuts','false'),(7803,532,'admin_color','fresh'),(7804,532,'use_ssl','0'),(7805,532,'show_admin_bar_front','true'),(7806,532,'locale',''),(7807,532,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7808,532,'wph0_user_level','0'),(7809,532,'preferred_category','Customer Service Rep.'),(7810,532,'session_tokens','a:1:{s:64:\"b29a2741b0af546edab65e11bb9fe798a689df2672cc875e87582a2b7f387eba\";a:4:{s:10:\"expiration\";i:1746139321;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745966521;}}'),(7811,533,'nickname','daniralston23'),(7812,533,'first_name',''),(7813,533,'last_name',''),(7814,533,'description',''),(7815,533,'rich_editing','true'),(7816,533,'syntax_highlighting','true'),(7817,533,'comment_shortcuts','false'),(7818,533,'admin_color','fresh'),(7819,533,'use_ssl','0'),(7820,533,'show_admin_bar_front','true'),(7821,533,'locale',''),(7822,533,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7823,533,'wph0_user_level','0'),(7824,533,'preferred_category','Civil Servants'),(7825,533,'session_tokens','a:1:{s:64:\"b3c64c39fea74418d8f0f23c3a9f604b665c7e4aa69c23b0dc6e769e97c15458\";a:4:{s:10:\"expiration\";i:1746145326;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745972526;}}'),(7826,534,'nickname','ryancarney41'),(7827,534,'first_name',''),(7828,534,'last_name',''),(7829,534,'description',''),(7830,534,'rich_editing','true'),(7831,534,'syntax_highlighting','true'),(7832,534,'comment_shortcuts','false'),(7833,534,'admin_color','fresh'),(7834,534,'use_ssl','0'),(7835,534,'show_admin_bar_front','true'),(7836,534,'locale',''),(7837,534,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7838,534,'wph0_user_level','0'),(7839,534,'preferred_category','Researchers'),(7840,534,'session_tokens','a:2:{s:64:\"08f0c5ad72bf7b1276133576a3748ac29fd8565604edd9467ee443e22bfe0582\";a:4:{s:10:\"expiration\";i:1746163691;s:2:\"ip\";s:15:\"168.199.234.165\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745990891;}s:64:\"3c147b173b40f8d181bbc56973c9f505d0f079a9ff87cb1aaa1383103be60dd3\";a:4:{s:10:\"expiration\";i:1746164126;s:2:\"ip\";s:15:\"161.123.129.161\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745991326;}}'),(7841,535,'nickname','sharylbyl827539'),(7842,535,'first_name',''),(7843,535,'last_name',''),(7844,535,'description',''),(7845,535,'rich_editing','true'),(7846,535,'syntax_highlighting','true'),(7847,535,'comment_shortcuts','false'),(7848,535,'admin_color','fresh'),(7849,535,'use_ssl','0'),(7850,535,'show_admin_bar_front','true'),(7851,535,'locale',''),(7852,535,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7853,535,'wph0_user_level','0'),(7854,535,'preferred_category','Journalists'),(7855,535,'session_tokens','a:2:{s:64:\"2e4e3e00e76a88c2df87e004a9ad45e1ff35cd7b87e75ef441d76cc396478d18\";a:4:{s:10:\"expiration\";i:1746169054;s:2:\"ip\";s:15:\"170.199.229.222\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745996254;}s:64:\"a81789f3a3c6df5dc29264aed8a18a05c84f25535f76b39b49acdf4f388633b8\";a:4:{s:10:\"expiration\";i:1746169263;s:2:\"ip\";s:15:\"170.199.228.224\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1745996463;}}'),(7856,536,'nickname','ramondalgarno1'),(7857,536,'first_name',''),(7858,536,'last_name',''),(7859,536,'description',''),(7860,536,'rich_editing','true'),(7861,536,'syntax_highlighting','true'),(7862,536,'comment_shortcuts','false'),(7863,536,'admin_color','fresh'),(7864,536,'use_ssl','0'),(7865,536,'show_admin_bar_front','true'),(7866,536,'locale',''),(7867,536,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7868,536,'wph0_user_level','0'),(7869,536,'preferred_category','Janitors'),(7870,536,'session_tokens','a:1:{s:64:\"6d43b15c91a3673226e80e22dc02c04fe119a5071565c027038fc8a528bae5dd\";a:4:{s:10:\"expiration\";i:1746174317;s:2:\"ip\";s:13:\"196.57.225.26\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746001517;}}'),(7871,537,'nickname','kristadenny8'),(7872,537,'first_name',''),(7873,537,'last_name',''),(7874,537,'description',''),(7875,537,'rich_editing','true'),(7876,537,'syntax_highlighting','true'),(7877,537,'comment_shortcuts','false'),(7878,537,'admin_color','fresh'),(7879,537,'use_ssl','0'),(7880,537,'show_admin_bar_front','true'),(7881,537,'locale',''),(7882,537,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7883,537,'wph0_user_level','0'),(7884,537,'preferred_category','Civil Servants'),(7885,537,'session_tokens','a:2:{s:64:\"69d5b34364796bb7aa6db53d95052462d6d9cc8e5edbaed229b186a34fe0fe6c\";a:4:{s:10:\"expiration\";i:1746179976;s:2:\"ip\";s:13:\"125.37.44.206\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746007176;}s:64:\"cd147d0de66de43c8e739c8fd5fe16300fcabe1f76acd18565c76c4777ec303a\";a:4:{s:10:\"expiration\";i:1746180138;s:2:\"ip\";s:13:\"125.37.44.206\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746007338;}}'),(7886,538,'nickname','shavonnefrawley'),(7887,538,'first_name',''),(7888,538,'last_name',''),(7889,538,'description',''),(7890,538,'rich_editing','true'),(7891,538,'syntax_highlighting','true'),(7892,538,'comment_shortcuts','false'),(7893,538,'admin_color','fresh'),(7894,538,'use_ssl','0'),(7895,538,'show_admin_bar_front','true'),(7896,538,'locale',''),(7897,538,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7898,538,'wph0_user_level','0'),(7899,538,'preferred_category','Plumbers'),(7900,538,'session_tokens','a:1:{s:64:\"6079b96b804ee6b8d90bba509bb6a1bbf508443a0dd88833ffe5af2d559be85f\";a:4:{s:10:\"expiration\";i:1746182122;s:2:\"ip\";s:11:\"50.3.136.36\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746009322;}}'),(7901,539,'nickname','lelandmacintosh'),(7902,539,'first_name',''),(7903,539,'last_name',''),(7904,539,'description',''),(7905,539,'rich_editing','true'),(7906,539,'syntax_highlighting','true'),(7907,539,'comment_shortcuts','false'),(7908,539,'admin_color','fresh'),(7909,539,'use_ssl','0'),(7910,539,'show_admin_bar_front','true'),(7911,539,'locale',''),(7912,539,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7913,539,'wph0_user_level','0'),(7914,539,'preferred_category','Engineers'),(7915,539,'session_tokens','a:1:{s:64:\"0d58af27b07a954b586637baf215522706dd9042bcd842b242ebfb40e41affc7\";a:4:{s:10:\"expiration\";i:1746189174;s:2:\"ip\";s:13:\"186.179.42.10\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746016374;}}'),(7916,347,'unique_token','8lbfkPMn6LnE09CmGQTJ0ujzu992VacXCrTSN1rJmGHBg25yERw/'),(7917,347,'qr_code_link','https://api.qrserver.com/v1/create-qr-code/?data=https%3A%2F%2Flitcaf.com%2Fc%2FKxqPhdOhq6UT4RJjgMsonur4b61ah73HDVb1AFZBq8ikPmqdfd'),(7918,347,'gender','Male'),(7919,347,'country',''),(7920,347,'facebook',''),(7921,347,'linkedin',''),(7922,347,'google',''),(7927,347,'_hide_profile_guests',''),(7928,347,'_hide_profile_members',''),(7929,347,'user_cover',''),(7930,347,'_prevent_password_change',''),(7931,540,'nickname','MelvinThido'),(7932,540,'first_name',''),(7933,540,'last_name',''),(7934,540,'description',''),(7935,540,'rich_editing','true'),(7936,540,'syntax_highlighting','true'),(7937,540,'comment_shortcuts','false'),(7938,540,'admin_color','fresh'),(7939,540,'use_ssl','0'),(7940,540,'show_admin_bar_front','true'),(7941,540,'locale',''),(7942,540,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7943,540,'wph0_user_level','0'),(7944,540,'preferred_category','Business Developer'),(7945,540,'session_tokens','a:1:{s:64:\"2b180fde92bcfc78463938dabb940710683a5019d8164321fcb937adceb7f8b4\";a:4:{s:10:\"expiration\";i:1746191263;s:2:\"ip\";s:15:\"109.252.190.249\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36\";s:5:\"login\";i:1746018463;}}'),(7946,541,'nickname','ciroma'),(7947,541,'first_name',''),(7948,541,'last_name',''),(7949,541,'description',''),(7950,541,'rich_editing','true'),(7951,541,'syntax_highlighting','true'),(7952,541,'comment_shortcuts','false'),(7953,541,'admin_color','fresh'),(7954,541,'use_ssl','0'),(7955,541,'show_admin_bar_front','true'),(7956,541,'locale',''),(7957,541,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7958,541,'wph0_user_level','0'),(7959,541,'preferred_category','Business Developer'),(7961,541,'contact_card','a:10:{s:4:\"name\";s:6:\"ciroma\";s:7:\"address\";s:35:\"4, Commodore Bamidele Otiko Street,\";s:5:\"email\";s:21:\"ciromalaura@gmail.com\";s:5:\"phone\";s:11:\"08093106999\";s:8:\"position\";s:7:\"Auditor\";s:11:\"description\";s:0:\"\";s:4:\"logo\";s:32142:\"data:image/png;base64,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gAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIAABCEAAAhCAAAQgAAEIQAACEIAABCAAAQhAAAIQgAAEIJAsAv8fi32fF11i7OYAAAAASUVORK5CYII=\";s:8:\"template\";s:26:\"template-files/CARD-II.php\";s:10:\"created_at\";s:19:\"2025-05-02 02:29:44\";s:12:\"unique_token\";s:52:\"sd84dgfcIqjNWqHMxlCY7cS5mAcuuQaNSllKAki0M4fHMTByqrhW\";}'),(7962,541,'unique_token','dFRaL4fEnDjtF4CAu8Wevsw7MhnIAtb9lTXqH0Fg3cpGKj3yJWG/'),(7963,541,'qr_code_link','https://api.qrserver.com/v1/create-qr-code/?data=https%3A%2F%2Flitcaf.com%2Fc%2Fsd84dgfcIqjNWqHMxlCY7cS5mAcuuQaNSllKAki0M4fHMTByqrhW'),(7964,541,'gender','Male'),(7965,541,'country',''),(7966,541,'pp_uploaded_files','a:0:{}'),(7967,541,'facebook',''),(7968,541,'twitter',''),(7969,541,'linkedin',''),(7970,541,'google',''),(7975,541,'_hide_profile_guests',''),(7976,541,'_hide_profile_members',''),(7977,541,'user_cover',''),(7978,541,'_prevent_password_change',''),(7979,542,'nickname','hgkmerrill'),(7980,542,'first_name',''),(7981,542,'last_name',''),(7982,542,'description',''),(7983,542,'rich_editing','true'),(7984,542,'syntax_highlighting','true'),(7985,542,'comment_shortcuts','false'),(7986,542,'admin_color','fresh'),(7987,542,'use_ssl','0'),(7988,542,'show_admin_bar_front','true'),(7989,542,'locale',''),(7990,542,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(7991,542,'wph0_user_level','0'),(7992,542,'preferred_category','Virtual Assistants'),(7993,542,'session_tokens','a:1:{s:64:\"6a98db3da45dd0b16f8aa36dcbc134ceb222b4e45d6eb3ba4ba853cc164d2c71\";a:4:{s:10:\"expiration\";i:1746201059;s:2:\"ip\";s:12:\"89.213.229.7\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746028259;}}'),(7994,543,'nickname','marielsiler70'),(7995,543,'first_name',''),(7996,543,'last_name',''),(7997,543,'description',''),(7998,543,'rich_editing','true'),(7999,543,'syntax_highlighting','true'),(8000,543,'comment_shortcuts','false'),(8001,543,'admin_color','fresh'),(8002,543,'use_ssl','0'),(8003,543,'show_admin_bar_front','true'),(8004,543,'locale',''),(8005,543,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8006,543,'wph0_user_level','0'),(8007,543,'preferred_category','Industrialists'),(8008,543,'session_tokens','a:1:{s:64:\"1e6e4f0d4ba2f039fe22581a8bd404becaeaef6434d22411972e7bbbd1b2afbc\";a:4:{s:10:\"expiration\";i:1746212154;s:2:\"ip\";s:15:\"196.245.184.235\";s:2:\"ua\";s:68:\"Mozilla/5.0 (X11; Linux i686; rv:114.0) Gecko/20100101 Firefox/114.0\";s:5:\"login\";i:1746039354;}}'),(8009,544,'nickname','tamaramacdonell'),(8010,544,'first_name',''),(8011,544,'last_name',''),(8012,544,'description',''),(8013,544,'rich_editing','true'),(8014,544,'syntax_highlighting','true'),(8015,544,'comment_shortcuts','false'),(8016,544,'admin_color','fresh'),(8017,544,'use_ssl','0'),(8018,544,'show_admin_bar_front','true'),(8019,544,'locale',''),(8020,544,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8021,544,'wph0_user_level','0'),(8022,544,'preferred_category','Nurses'),(8023,544,'session_tokens','a:3:{s:64:\"513e6435116529a3b68b00acc464f195803b648f37d82621c059ad1992d3f047\";a:4:{s:10:\"expiration\";i:1746212741;s:2:\"ip\";s:14:\"38.152.178.255\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746039941;}s:64:\"31c55cb9f639527bdc3fc019558e1856a2bed8de51e1a5f52a557183b568a21f\";a:4:{s:10:\"expiration\";i:1746216922;s:2:\"ip\";s:15:\"192.126.216.107\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746044122;}s:64:\"3a884a01b6e72334dfd622b8339cb6d5cce14478983f524fe3cdb0d2f798e687\";a:4:{s:10:\"expiration\";i:1746300415;s:2:\"ip\";s:14:\"38.152.178.114\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746127615;}}'),(8024,545,'nickname','kaylene2391'),(8025,545,'first_name',''),(8026,545,'last_name',''),(8027,545,'description',''),(8028,545,'rich_editing','true'),(8029,545,'syntax_highlighting','true'),(8030,545,'comment_shortcuts','false'),(8031,545,'admin_color','fresh'),(8032,545,'use_ssl','0'),(8033,545,'show_admin_bar_front','true'),(8034,545,'locale',''),(8035,545,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8036,545,'wph0_user_level','0'),(8037,545,'preferred_category','Journalists'),(8038,545,'session_tokens','a:2:{s:64:\"f09759059d2c65194ae659903760a557f9d8209ecf5e7363d17e522318ebbd54\";a:4:{s:10:\"expiration\";i:1746215226;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746042426;}s:64:\"a13c5ccd1d7993ac18037668df2dcc8f8fc8eba95874eaded81814f0c8040c1b\";a:4:{s:10:\"expiration\";i:1746215526;s:2:\"ip\";s:13:\"147.53.114.52\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746042726;}}'),(8039,546,'nickname','marlon84w5'),(8040,546,'first_name',''),(8041,546,'last_name',''),(8042,546,'description',''),(8043,546,'rich_editing','true'),(8044,546,'syntax_highlighting','true'),(8045,546,'comment_shortcuts','false'),(8046,546,'admin_color','fresh'),(8047,546,'use_ssl','0'),(8048,546,'show_admin_bar_front','true'),(8049,546,'locale',''),(8050,546,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8051,546,'wph0_user_level','0'),(8052,546,'preferred_category','Plumbers'),(8053,546,'session_tokens','a:1:{s:64:\"0a3cea31d2fdfb92ac928557c39d4701c1254f084784a08dfd436783d345db71\";a:4:{s:10:\"expiration\";i:1746219825;s:2:\"ip\";s:14:\"200.71.126.174\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746047025;}}'),(8054,547,'nickname','ulrikechilds323'),(8055,547,'first_name',''),(8056,547,'last_name',''),(8057,547,'description',''),(8058,547,'rich_editing','true'),(8059,547,'syntax_highlighting','true'),(8060,547,'comment_shortcuts','false'),(8061,547,'admin_color','fresh'),(8062,547,'use_ssl','0'),(8063,547,'show_admin_bar_front','true'),(8064,547,'locale',''),(8065,547,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8066,547,'wph0_user_level','0'),(8067,547,'preferred_category','Graphic Designers'),(8068,547,'session_tokens','a:4:{s:64:\"64764bf4044c3798f1329ca82d7118b7127f1a4e8287178f3cfe1b9cd8cf4913\";a:4:{s:10:\"expiration\";i:1746225707;s:2:\"ip\";s:13:\"167.56.92.208\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746052907;}s:64:\"2a9c3f5560b3b29700f9d253aae46bca4e4130e40f0dd219a3cb9ab7b4e723e6\";a:4:{s:10:\"expiration\";i:1746226069;s:2:\"ip\";s:14:\"187.161.117.87\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746053269;}s:64:\"4e9e5efc8a1ae2b258c7f2ae2f1bf13feeef411196161e232a300cdacdbd098e\";a:4:{s:10:\"expiration\";i:1746261470;s:2:\"ip\";s:14:\"195.201.83.189\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746088670;}s:64:\"762be9d695507bf882ffc3c086713bd02a139f4cc55f9aaaa0f784692fb73e4d\";a:4:{s:10:\"expiration\";i:1746285929;s:2:\"ip\";s:13:\"27.77.148.200\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746113129;}}'),(8069,548,'nickname','elbax725594'),(8070,548,'first_name',''),(8071,548,'last_name',''),(8072,548,'description',''),(8073,548,'rich_editing','true'),(8074,548,'syntax_highlighting','true'),(8075,548,'comment_shortcuts','false'),(8076,548,'admin_color','fresh'),(8077,548,'use_ssl','0'),(8078,548,'show_admin_bar_front','true'),(8079,548,'locale',''),(8080,548,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8081,548,'wph0_user_level','0'),(8082,548,'preferred_category','Business Developer'),(8083,548,'session_tokens','a:1:{s:64:\"3d14aadf57387f42e6e462ee481ef1f205535c4b92196f53e6ea1092e7dae0ea\";a:4:{s:10:\"expiration\";i:1746229113;s:2:\"ip\";s:14:\"38.170.102.137\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746056313;}}'),(8084,1,'card_unique_token','w5ckKsSrNr4GQP7D19jKYuLlEwar0qZhnovWtI0upwR1TglPrPQG'),(8085,549,'nickname','vanitac744906'),(8086,549,'first_name',''),(8087,549,'last_name',''),(8088,549,'description',''),(8089,549,'rich_editing','true'),(8090,549,'syntax_highlighting','true'),(8091,549,'comment_shortcuts','false'),(8092,549,'admin_color','fresh'),(8093,549,'use_ssl','0'),(8094,549,'show_admin_bar_front','true'),(8095,549,'locale',''),(8096,549,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8097,549,'wph0_user_level','0'),(8098,549,'preferred_category','Painters'),(8099,549,'session_tokens','a:3:{s:64:\"69c0ce764dca37c7463860471ba494e2e8ac13d3af7420badb11c7ee385c6ca3\";a:4:{s:10:\"expiration\";i:1746239733;s:2:\"ip\";s:14:\"38.152.178.255\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746066933;}s:64:\"888daf609a26163898bbea5e487b32774aeb14dc8257e0ee5b31839e5be897f6\";a:4:{s:10:\"expiration\";i:1746240563;s:2:\"ip\";s:13:\"38.152.176.45\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746067763;}s:64:\"008a43ea7ef3fa0b0e81dd2e125332f77be323fa5242f3f074e2a717b2836158\";a:4:{s:10:\"expiration\";i:1746300117;s:2:\"ip\";s:15:\"192.126.213.124\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746127317;}}'),(8100,550,'nickname','rhyswenzel2383'),(8101,550,'first_name',''),(8102,550,'last_name',''),(8103,550,'description',''),(8104,550,'rich_editing','true'),(8105,550,'syntax_highlighting','true'),(8106,550,'comment_shortcuts','false'),(8107,550,'admin_color','fresh'),(8108,550,'use_ssl','0'),(8109,550,'show_admin_bar_front','true'),(8110,550,'locale',''),(8111,550,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8112,550,'wph0_user_level','0'),(8113,550,'preferred_category','Writers'),(8114,550,'session_tokens','a:2:{s:64:\"5e1425dd1beb59bdbb2ec016f556ec721481b07a0ea746529b37c7e4cf68e5f1\";a:4:{s:10:\"expiration\";i:1746241835;s:2:\"ip\";s:13:\"172.96.89.145\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746069035;}s:64:\"fd3f00eece4711210b23958d7efdede35b9ed457abd22cdde999ef6149568fc5\";a:4:{s:10:\"expiration\";i:1746241878;s:2:\"ip\";s:15:\"170.199.229.222\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746069078;}}'),(8115,551,'nickname','philippcrumpton'),(8116,551,'first_name',''),(8117,551,'last_name',''),(8118,551,'description',''),(8119,551,'rich_editing','true'),(8120,551,'syntax_highlighting','true'),(8121,551,'comment_shortcuts','false'),(8122,551,'admin_color','fresh'),(8123,551,'use_ssl','0'),(8124,551,'show_admin_bar_front','true'),(8125,551,'locale',''),(8126,551,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8127,551,'wph0_user_level','0'),(8128,551,'preferred_category','Engineers'),(8129,551,'session_tokens','a:1:{s:64:\"44d0472e5b9ddb667bec62d261f75f95097014253298eae8dfcdd598daf744d7\";a:4:{s:10:\"expiration\";i:1746249182;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746076382;}}'),(8130,347,'session_tokens','a:3:{s:64:\"1ea3ab289331862d7754a3ce1ac09acc0a6bb669b95f24b4848f387c68ea375d\";a:4:{s:10:\"expiration\";i:1746252577;s:2:\"ip\";s:12:\"102.89.83.11\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746079777;}s:64:\"cc52d821bbb18d935866581ad69509b1a33f6fff03ade79e011352406e81b179\";a:4:{s:10:\"expiration\";i:1746253773;s:2:\"ip\";s:12:\"102.89.83.11\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746080973;}s:64:\"80c49189e2d14657d6df2e076562f1761dca81ac12ac006cbc0987d03f5a61f6\";a:4:{s:10:\"expiration\";i:1746348264;s:2:\"ip\";s:13:\"102.89.82.241\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";s:5:\"login\";i:1746175464;}}'),(8131,347,'card_unique_token','KxqPhdOhq6UT4RJjgMsonur4b61ah73HDVb1AFZBq8ikPmqdfd'),(8132,552,'nickname','olLZpsdSFSLqE'),(8133,552,'first_name',''),(8134,552,'last_name',''),(8135,552,'description',''),(8136,552,'rich_editing','true'),(8137,552,'syntax_highlighting','true'),(8138,552,'comment_shortcuts','false'),(8139,552,'admin_color','fresh'),(8140,552,'use_ssl','0'),(8141,552,'show_admin_bar_front','true'),(8142,552,'locale',''),(8143,552,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8144,552,'wph0_user_level','0'),(8145,552,'preferred_category','Web/App Developers'),(8146,552,'session_tokens','a:1:{s:64:\"916c0e8bfb3b33477059e0618ebcda6835a547c70246e7a3482846d3d7201a54\";a:4:{s:10:\"expiration\";i:1746262757;s:2:\"ip\";s:13:\"84.241.25.162\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746089957;}}'),(8147,553,'nickname','amelietriplett1'),(8148,553,'first_name',''),(8149,553,'last_name',''),(8150,553,'description',''),(8151,553,'rich_editing','true'),(8152,553,'syntax_highlighting','true'),(8153,553,'comment_shortcuts','false'),(8154,553,'admin_color','fresh'),(8155,553,'use_ssl','0'),(8156,553,'show_admin_bar_front','true'),(8157,553,'locale',''),(8158,553,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8159,553,'wph0_user_level','0'),(8160,553,'preferred_category','Janitors'),(8161,553,'session_tokens','a:1:{s:64:\"8032037f50d36fefc814e118f35c568f50c0bcfb6c17ebf419129d313d5e8d33\";a:4:{s:10:\"expiration\";i:1746271816;s:2:\"ip\";s:14:\"156.253.177.78\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746099016;}}'),(8162,554,'nickname','rochellef10'),(8163,554,'first_name',''),(8164,554,'last_name',''),(8165,554,'description',''),(8166,554,'rich_editing','true'),(8167,554,'syntax_highlighting','true'),(8168,554,'comment_shortcuts','false'),(8169,554,'admin_color','fresh'),(8170,554,'use_ssl','0'),(8171,554,'show_admin_bar_front','true'),(8172,554,'locale',''),(8173,554,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8174,554,'wph0_user_level','0'),(8175,554,'preferred_category','Entrepreneurs- StartUp'),(8176,554,'session_tokens','a:2:{s:64:\"d8563a70eff54c42cf33c454bb53116d89c91ea25d1fb37d13a26ba0a0f82f74\";a:4:{s:10:\"expiration\";i:1746273786;s:2:\"ip\";s:13:\"38.154.209.24\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746100986;}s:64:\"a5a3208f1e6fe4af389628d7da82952faddc8ad9e4c8623f056bc22365e0b4b5\";a:4:{s:10:\"expiration\";i:1746274099;s:2:\"ip\";s:12:\"92.249.33.66\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746101299;}}'),(8177,555,'nickname','paulstepp26'),(8178,555,'first_name',''),(8179,555,'last_name',''),(8180,555,'description',''),(8181,555,'rich_editing','true'),(8182,555,'syntax_highlighting','true'),(8183,555,'comment_shortcuts','false'),(8184,555,'admin_color','fresh'),(8185,555,'use_ssl','0'),(8186,555,'show_admin_bar_front','true'),(8187,555,'locale',''),(8188,555,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8189,555,'wph0_user_level','0'),(8190,555,'preferred_category','Lawyers'),(8191,555,'session_tokens','a:1:{s:64:\"d49e4613bd4bc7743afa6d1101fb4f33eef52b66be150a65ed7dd10894a7f516\";a:4:{s:10:\"expiration\";i:1746274248;s:2:\"ip\";s:10:\"50.2.38.46\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746101448;}}'),(8192,556,'nickname','FvVztHEUY'),(8193,556,'first_name',''),(8194,556,'last_name',''),(8195,556,'description',''),(8196,556,'rich_editing','true'),(8197,556,'syntax_highlighting','true'),(8198,556,'comment_shortcuts','false'),(8199,556,'admin_color','fresh'),(8200,556,'use_ssl','0'),(8201,556,'show_admin_bar_front','true'),(8202,556,'locale',''),(8203,556,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8204,556,'wph0_user_level','0'),(8205,556,'preferred_category','Web/App Developers'),(8206,556,'session_tokens','a:1:{s:64:\"c1cdf7af5c2145094dc2ae8ec5172c14c162f142529b3b53dbbdfb5bda6b1cf5\";a:4:{s:10:\"expiration\";i:1746280361;s:2:\"ip\";s:13:\"103.10.30.126\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746107561;}}'),(8207,557,'nickname','ovBbUwLjCr'),(8208,557,'first_name',''),(8209,557,'last_name',''),(8210,557,'description',''),(8211,557,'rich_editing','true'),(8212,557,'syntax_highlighting','true'),(8213,557,'comment_shortcuts','false'),(8214,557,'admin_color','fresh'),(8215,557,'use_ssl','0'),(8216,557,'show_admin_bar_front','true'),(8217,557,'locale',''),(8218,557,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8219,557,'wph0_user_level','0'),(8220,557,'preferred_category','Web/App Developers'),(8221,557,'session_tokens','a:1:{s:64:\"ebdbb424b854feed89c11f9f8fae5d07e7153d200c341c4834e6f901dc2dde13\";a:4:{s:10:\"expiration\";i:1746295495;s:2:\"ip\";s:14:\"102.223.223.93\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746122695;}}'),(8222,558,'nickname','cathrynlapp426'),(8223,558,'first_name',''),(8224,558,'last_name',''),(8225,558,'description',''),(8226,558,'rich_editing','true'),(8227,558,'syntax_highlighting','true'),(8228,558,'comment_shortcuts','false'),(8229,558,'admin_color','fresh'),(8230,558,'use_ssl','0'),(8231,558,'show_admin_bar_front','true'),(8232,558,'locale',''),(8233,558,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8234,558,'wph0_user_level','0'),(8235,558,'preferred_category','Journalists'),(8236,558,'session_tokens','a:1:{s:64:\"134e575dee84fefd45d292c45a9616ac5787eaed862176453a441da1725d5028\";a:4:{s:10:\"expiration\";i:1746300109;s:2:\"ip\";s:14:\"23.108.254.211\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746127309;}}'),(8237,559,'nickname','ghelavina97'),(8238,559,'first_name',''),(8239,559,'last_name',''),(8240,559,'description',''),(8241,559,'rich_editing','true'),(8242,559,'syntax_highlighting','true'),(8243,559,'comment_shortcuts','false'),(8244,559,'admin_color','fresh'),(8245,559,'use_ssl','0'),(8246,559,'show_admin_bar_front','true'),(8247,559,'locale',''),(8248,559,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8249,559,'wph0_user_level','0'),(8250,559,'preferred_category','Customer Service Rep.'),(8251,559,'session_tokens','a:2:{s:64:\"9bad4e54b945ae467174d21acb70390dd0eee23b05cf5417fdbd92bcab8c946e\";a:4:{s:10:\"expiration\";i:1746300909;s:2:\"ip\";s:14:\"142.111.150.63\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746128109;}s:64:\"a004f3d1356a8c2bc42e6daf1dea34d4eb3b31b228aec0d03534c26cf09b8522\";a:4:{s:10:\"expiration\";i:1746301027;s:2:\"ip\";s:11:\"45.39.26.85\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746128227;}}'),(8252,560,'nickname','rvWKHPGfSTVBCr'),(8253,560,'first_name',''),(8254,560,'last_name',''),(8255,560,'description',''),(8256,560,'rich_editing','true'),(8257,560,'syntax_highlighting','true'),(8258,560,'comment_shortcuts','false'),(8259,560,'admin_color','fresh'),(8260,560,'use_ssl','0'),(8261,560,'show_admin_bar_front','true'),(8262,560,'locale',''),(8263,560,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8264,560,'wph0_user_level','0'),(8265,560,'preferred_category','Web/App Developers'),(8266,560,'session_tokens','a:1:{s:64:\"adf18a9425515b09f2d61a616c9169bbcba4364f204847635e8d28ac7daec412\";a:4:{s:10:\"expiration\";i:1746301825;s:2:\"ip\";s:14:\"189.126.72.247\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746129025;}}'),(8267,561,'nickname','carrollkcr'),(8268,561,'first_name',''),(8269,561,'last_name',''),(8270,561,'description',''),(8271,561,'rich_editing','true'),(8272,561,'syntax_highlighting','true'),(8273,561,'comment_shortcuts','false'),(8274,561,'admin_color','fresh'),(8275,561,'use_ssl','0'),(8276,561,'show_admin_bar_front','true'),(8277,561,'locale',''),(8278,561,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8279,561,'wph0_user_level','0'),(8280,561,'preferred_category','Teachers'),(8281,561,'session_tokens','a:1:{s:64:\"dea1d3fea0a1e8583403889e25e8490ec3cfcc45bf67feb6614636c32974b841\";a:4:{s:10:\"expiration\";i:1746305842;s:2:\"ip\";s:14:\"181.110.64.247\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746133042;}}'),(8282,562,'nickname','willa32v158547'),(8283,562,'first_name',''),(8284,562,'last_name',''),(8285,562,'description',''),(8286,562,'rich_editing','true'),(8287,562,'syntax_highlighting','true'),(8288,562,'comment_shortcuts','false'),(8289,562,'admin_color','fresh'),(8290,562,'use_ssl','0'),(8291,562,'show_admin_bar_front','true'),(8292,562,'locale',''),(8293,562,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8294,562,'wph0_user_level','0'),(8295,562,'preferred_category','Teachers'),(8296,562,'session_tokens','a:1:{s:64:\"95384215da6df7a7ee517e1bfb67ac5e8b55cb6f82463edd83f6e1eedceb3be5\";a:4:{s:10:\"expiration\";i:1746314265;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746141465;}}'),(8297,541,'session_tokens','a:2:{s:64:\"fddd652509f7fa4f9db19da9b8977de176d9e3b376ceed49fd63384b8fb7f24d\";a:4:{s:10:\"expiration\";i:1746316900;s:2:\"ip\";s:12:\"193.111.60.7\";s:2:\"ua\";s:80:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:138.0) Gecko/20100101 Firefox/138.0\";s:5:\"login\";i:1746144100;}s:64:\"c3b4831b245c176ce7cd78f473fd45d84eedf7e96187e4ca1959f1269a2a1843\";a:4:{s:10:\"expiration\";i:1746381265;s:2:\"ip\";s:13:\"102.89.68.155\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Mobile Safari/537.36\";s:5:\"login\";i:1746208465;}}'),(8298,541,'card_unique_token','sd84dgfcIqjNWqHMxlCY7cS5mAcuuQaNSllKAki0M4fHMTByqrhW'),(8299,563,'nickname','gWNuWlKVDz'),(8300,563,'first_name',''),(8301,563,'last_name',''),(8302,563,'description',''),(8303,563,'rich_editing','true'),(8304,563,'syntax_highlighting','true'),(8305,563,'comment_shortcuts','false'),(8306,563,'admin_color','fresh'),(8307,563,'use_ssl','0'),(8308,563,'show_admin_bar_front','true'),(8309,563,'locale',''),(8310,563,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8311,563,'wph0_user_level','0'),(8312,563,'preferred_category','Web/App Developers'),(8313,563,'session_tokens','a:1:{s:64:\"4fb12bd59554ea6e6ba64dd25c1a63e1effdba6192d01a6aaee09adab8795359\";a:4:{s:10:\"expiration\";i:1746333044;s:2:\"ip\";s:12:\"119.15.87.30\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746160244;}}'),(8314,564,'nickname','mariannenym'),(8315,564,'first_name',''),(8316,564,'last_name',''),(8317,564,'description',''),(8318,564,'rich_editing','true'),(8319,564,'syntax_highlighting','true'),(8320,564,'comment_shortcuts','false'),(8321,564,'admin_color','fresh'),(8322,564,'use_ssl','0'),(8323,564,'show_admin_bar_front','true'),(8324,564,'locale',''),(8325,564,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8326,564,'wph0_user_level','0'),(8327,564,'preferred_category','Interior Designers'),(8328,564,'session_tokens','a:1:{s:64:\"806ea1fe9466e6d88c28488a3d2d2532ba05da75d46e00eb4b961b7fedd03c58\";a:4:{s:10:\"expiration\";i:1746335881;s:2:\"ip\";s:13:\"104.160.8.124\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746163081;}}'),(8329,541,'editprofile_form_id','8'),(8330,541,'action','pp_ajax_editprofile'),(8331,541,'nonce','eefcc7a0ce'),(8332,541,'melange_id',''),(8333,541,'pp_profile_avatar','0335f50d6e06bf75651c110bd0ea2e7d.png'),(8334,565,'nickname','kandiflanders1'),(8335,565,'first_name',''),(8336,565,'last_name',''),(8337,565,'description',''),(8338,565,'rich_editing','true'),(8339,565,'syntax_highlighting','true'),(8340,565,'comment_shortcuts','false'),(8341,565,'admin_color','fresh'),(8342,565,'use_ssl','0'),(8343,565,'show_admin_bar_front','true'),(8344,565,'locale',''),(8345,565,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8346,565,'wph0_user_level','0'),(8347,565,'preferred_category','Entertainers'),(8348,565,'session_tokens','a:1:{s:64:\"08d58fb785a042423199c5ac3d0c4e5d646d14c267e5b0b8df91c9dab9e2220d\";a:4:{s:10:\"expiration\";i:1746347050;s:2:\"ip\";s:13:\"43.130.76.226\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746174250;}}'),(8349,566,'nickname','Fon sales tokar rewans hjlkfgjxdrse.blogspot.it TB'),(8350,566,'first_name',''),(8351,566,'last_name',''),(8352,566,'description',''),(8353,566,'rich_editing','true'),(8354,566,'syntax_highlighting','true'),(8355,566,'comment_shortcuts','false'),(8356,566,'admin_color','fresh'),(8357,566,'use_ssl','0'),(8358,566,'show_admin_bar_front','true'),(8359,566,'locale',''),(8360,566,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8361,566,'wph0_user_level','0'),(8362,566,'preferred_category','Business Developer'),(8363,566,'session_tokens','a:1:{s:64:\"21bdccfbacc51a8e6be89ee1e9afb6aa75b233e00e8373b889ff94548b5f6411\";a:4:{s:10:\"expiration\";i:1746353484;s:2:\"ip\";s:13:\"89.248.165.91\";s:2:\"ua\";s:132:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36 Herring/95.1.8810.11\";s:5:\"login\";i:1746180684;}}'),(8364,567,'nickname','gabriellawingfie'),(8365,567,'first_name',''),(8366,567,'last_name',''),(8367,567,'description',''),(8368,567,'rich_editing','true'),(8369,567,'syntax_highlighting','true'),(8370,567,'comment_shortcuts','false'),(8371,567,'admin_color','fresh'),(8372,567,'use_ssl','0'),(8373,567,'show_admin_bar_front','true'),(8374,567,'locale',''),(8375,567,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8376,567,'wph0_user_level','0'),(8377,567,'preferred_category','Entertainers'),(8378,567,'session_tokens','a:2:{s:64:\"1d8827e835dcd04802070232a2b50694149e70964136627bfde01c13bb9bf807\";a:4:{s:10:\"expiration\";i:1746356026;s:2:\"ip\";s:14:\"85.208.115.207\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746183226;}s:64:\"347d2769d2ab38d26641eaaa64279e388a84ef1e8bffc39764dd7b06b7ecdb1d\";a:4:{s:10:\"expiration\";i:1746356291;s:2:\"ip\";s:14:\"179.61.156.211\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746183491;}}'),(8379,568,'nickname','raymundoschlunke'),(8380,568,'first_name',''),(8381,568,'last_name',''),(8382,568,'description',''),(8383,568,'rich_editing','true'),(8384,568,'syntax_highlighting','true'),(8385,568,'comment_shortcuts','false'),(8386,568,'admin_color','fresh'),(8387,568,'use_ssl','0'),(8388,568,'show_admin_bar_front','true'),(8389,568,'locale',''),(8390,568,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8391,568,'wph0_user_level','0'),(8392,568,'preferred_category','Lawyers'),(8393,568,'session_tokens','a:2:{s:64:\"340496051265a2c62c9eadb1f0b06a66fc08ca4013d1a313fe7e0dfb0c875e1d\";a:4:{s:10:\"expiration\";i:1746357888;s:2:\"ip\";s:15:\"185.158.106.127\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746185088;}s:64:\"d3bcc701135ec517c5656f9ba54c46cf7e5ed51efc3c15237b120ad469397bd8\";a:4:{s:10:\"expiration\";i:1746358206;s:2:\"ip\";s:15:\"191.101.110.114\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746185406;}}'),(8394,569,'nickname','neqBEoubXqzX'),(8395,569,'first_name',''),(8396,569,'last_name',''),(8397,569,'description',''),(8398,569,'rich_editing','true'),(8399,569,'syntax_highlighting','true'),(8400,569,'comment_shortcuts','false'),(8401,569,'admin_color','fresh'),(8402,569,'use_ssl','0'),(8403,569,'show_admin_bar_front','true'),(8404,569,'locale',''),(8405,569,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8406,569,'wph0_user_level','0'),(8407,569,'preferred_category','Web/App Developers'),(8408,569,'session_tokens','a:1:{s:64:\"aeaefea2f335ac854790c0a3d078c11c66d769aef346b08942a3dee198f56f82\";a:4:{s:10:\"expiration\";i:1746359231;s:2:\"ip\";s:13:\"31.146.88.206\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1746186431;}}'),(8409,368,'card_unique_token','r61MyurxEeOA6jhHfVh8O8sao09LMXDlCCiAMhx6IN7NOUYbqEuy'),(8410,570,'nickname','seopemula024617'),(8411,570,'first_name',''),(8412,570,'last_name',''),(8413,570,'description',''),(8414,570,'rich_editing','true'),(8415,570,'syntax_highlighting','true'),(8416,570,'comment_shortcuts','false'),(8417,570,'admin_color','fresh'),(8418,570,'use_ssl','0'),(8419,570,'show_admin_bar_front','true'),(8420,570,'locale',''),(8421,570,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8422,570,'wph0_user_level','0'),(8423,570,'preferred_category','Industrialists'),(8424,570,'session_tokens','a:2:{s:64:\"b50e8f80dd919369afc04ff4cfa3d23ea1d49c3f5e868ad517fd9ed8d06ef112\";a:4:{s:10:\"expiration\";i:1746363413;s:2:\"ip\";s:13:\"200.10.47.241\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746190613;}s:64:\"ebacc8448391a27fece94cb442a3e07144bc4ca33896d37610ecccb54be26cfc\";a:4:{s:10:\"expiration\";i:1746364176;s:2:\"ip\";s:13:\"192.241.95.55\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746191376;}}'),(8425,571,'nickname','pansyblaxland60'),(8426,571,'first_name',''),(8427,571,'last_name',''),(8428,571,'description',''),(8429,571,'rich_editing','true'),(8430,571,'syntax_highlighting','true'),(8431,571,'comment_shortcuts','false'),(8432,571,'admin_color','fresh'),(8433,571,'use_ssl','0'),(8434,571,'show_admin_bar_front','true'),(8435,571,'locale',''),(8436,571,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8437,571,'wph0_user_level','0'),(8438,571,'preferred_category','Real Estate Agents'),(8439,571,'session_tokens','a:2:{s:64:\"2cb91e1b42118147b4a5c33e371af2ae722a0d2b3e9714e440fe8a681db1df07\";a:4:{s:10:\"expiration\";i:1746383043;s:2:\"ip\";s:13:\"82.21.232.236\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746210243;}s:64:\"3a9c068d1541f53a4cf3b133acd58de113c2c8f59d758f033d69210b97e62304\";a:4:{s:10:\"expiration\";i:1746383526;s:2:\"ip\";s:11:\"188.68.1.93\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746210726;}}'),(8440,572,'nickname','kwzcandy995'),(8441,572,'first_name',''),(8442,572,'last_name',''),(8443,572,'description',''),(8444,572,'rich_editing','true'),(8445,572,'syntax_highlighting','true'),(8446,572,'comment_shortcuts','false'),(8447,572,'admin_color','fresh'),(8448,572,'use_ssl','0'),(8449,572,'show_admin_bar_front','true'),(8450,572,'locale',''),(8451,572,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8452,572,'wph0_user_level','0'),(8453,572,'preferred_category','Medical personnels'),(8454,572,'session_tokens','a:1:{s:64:\"69869ce06b79fa20985041461b041e7f3fdf8ab9ea7066e60b9bc1679a5917d7\";a:4:{s:10:\"expiration\";i:1746390358;s:2:\"ip\";s:14:\"138.219.75.244\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746217558;}}'),(8455,573,'nickname','winonashort15'),(8456,573,'first_name',''),(8457,573,'last_name',''),(8458,573,'description',''),(8459,573,'rich_editing','true'),(8460,573,'syntax_highlighting','true'),(8461,573,'comment_shortcuts','false'),(8462,573,'admin_color','fresh'),(8463,573,'use_ssl','0'),(8464,573,'show_admin_bar_front','true'),(8465,573,'locale',''),(8466,573,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8467,573,'wph0_user_level','0'),(8468,573,'preferred_category','Digital Marketer'),(8469,573,'session_tokens','a:3:{s:64:\"81beb7ccae5ad5bedd48b19cafec343f6acba7b3b388e1c6e77a39aa12ed715a\";a:4:{s:10:\"expiration\";i:1746391224;s:2:\"ip\";s:13:\"82.21.218.110\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746218424;}s:64:\"1e1ed6ab3b11bd73410416d141176f2db2c230de78b59b61465ab00287e10010\";a:4:{s:10:\"expiration\";i:1746391404;s:2:\"ip\";s:13:\"206.232.71.36\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746218604;}s:64:\"ee6e0e94e0dcb35d2003349991dc0de01d4271d85633d6e708127cce313700b1\";a:4:{s:10:\"expiration\";i:1746417181;s:2:\"ip\";s:12:\"82.21.232.15\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746244381;}}'),(8470,574,'nickname','judiweber34642'),(8471,574,'first_name',''),(8472,574,'last_name',''),(8473,574,'description',''),(8474,574,'rich_editing','true'),(8475,574,'syntax_highlighting','true'),(8476,574,'comment_shortcuts','false'),(8477,574,'admin_color','fresh'),(8478,574,'use_ssl','0'),(8479,574,'show_admin_bar_front','true'),(8480,574,'locale',''),(8481,574,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8482,574,'wph0_user_level','0'),(8483,574,'preferred_category','Real Estate Agents'),(8484,574,'session_tokens','a:2:{s:64:\"1186a1afc89929ee0f004d30407216de4b97c1246eb94bc09f5a284024631566\";a:4:{s:10:\"expiration\";i:1746391499;s:2:\"ip\";s:15:\"156.243.179.242\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746218699;}s:64:\"aba50c5d8644c5c733058b0c4488bae590ad18a98370c8f2bbb104ed23dc0f2e\";a:4:{s:10:\"expiration\";i:1746391762;s:2:\"ip\";s:12:\"82.21.223.84\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746218962;}}'),(8485,575,'nickname','renateratcliffe'),(8486,575,'first_name',''),(8487,575,'last_name',''),(8488,575,'description',''),(8489,575,'rich_editing','true'),(8490,575,'syntax_highlighting','true'),(8491,575,'comment_shortcuts','false'),(8492,575,'admin_color','fresh'),(8493,575,'use_ssl','0'),(8494,575,'show_admin_bar_front','true'),(8495,575,'locale',''),(8496,575,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8497,575,'wph0_user_level','0'),(8498,575,'preferred_category','Sales persons'),(8499,575,'session_tokens','a:2:{s:64:\"a572809733b04baefddf8113d0dc2b85b3299d8434f0b2bc1f526bbb744b636d\";a:4:{s:10:\"expiration\";i:1746392753;s:2:\"ip\";s:14:\"108.165.181.69\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746219953;}s:64:\"5049a7f4c3ec14460ff70d32fbbbee0287cd82840503fe2b745529c4e2a851d6\";a:4:{s:10:\"expiration\";i:1746393323;s:2:\"ip\";s:13:\"82.21.232.188\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746220523;}}'),(8500,576,'nickname','callumponinski'),(8501,576,'first_name',''),(8502,576,'last_name',''),(8503,576,'description',''),(8504,576,'rich_editing','true'),(8505,576,'syntax_highlighting','true'),(8506,576,'comment_shortcuts','false'),(8507,576,'admin_color','fresh'),(8508,576,'use_ssl','0'),(8509,576,'show_admin_bar_front','true'),(8510,576,'locale',''),(8511,576,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8512,576,'wph0_user_level','0'),(8513,576,'preferred_category','Civil Servants'),(8514,576,'session_tokens','a:1:{s:64:\"7fd8a6a1bfc7f62996edfa880ff732fe419adca772b7d1cbed72cd99571000f2\";a:4:{s:10:\"expiration\";i:1746396665;s:2:\"ip\";s:12:\"8.210.139.47\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746223865;}}'),(8515,577,'nickname','huwdustin005'),(8516,577,'first_name',''),(8517,577,'last_name',''),(8518,577,'description',''),(8519,577,'rich_editing','true'),(8520,577,'syntax_highlighting','true'),(8521,577,'comment_shortcuts','false'),(8522,577,'admin_color','fresh'),(8523,577,'use_ssl','0'),(8524,577,'show_admin_bar_front','true'),(8525,577,'locale',''),(8526,577,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8527,577,'wph0_user_level','0'),(8528,577,'preferred_category','Plumbers'),(8529,577,'session_tokens','a:1:{s:64:\"75e96c1387aeabe146f90dfcf46c7e530367e8dfb458819cbd37ad697946c2d2\";a:4:{s:10:\"expiration\";i:1746399588;s:2:\"ip\";s:14:\"186.179.42.175\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746226788;}}'),(8530,578,'nickname','devinmerriman3'),(8531,578,'first_name',''),(8532,578,'last_name',''),(8533,578,'description',''),(8534,578,'rich_editing','true'),(8535,578,'syntax_highlighting','true'),(8536,578,'comment_shortcuts','false'),(8537,578,'admin_color','fresh'),(8538,578,'use_ssl','0'),(8539,578,'show_admin_bar_front','true'),(8540,578,'locale',''),(8541,578,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8542,578,'wph0_user_level','0'),(8543,578,'preferred_category','Virtual Assistants'),(8544,578,'session_tokens','a:1:{s:64:\"cc4366fd74a05d42a276df7e348666b010e5c9b2e7e3ecb5f7187e62b21cc951\";a:4:{s:10:\"expiration\";i:1746400665;s:2:\"ip\";s:13:\"107.172.69.71\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746227865;}}'),(8545,579,'nickname','apcjanessa'),(8546,579,'first_name',''),(8547,579,'last_name',''),(8548,579,'description',''),(8549,579,'rich_editing','true'),(8550,579,'syntax_highlighting','true'),(8551,579,'comment_shortcuts','false'),(8552,579,'admin_color','fresh'),(8553,579,'use_ssl','0'),(8554,579,'show_admin_bar_front','true'),(8555,579,'locale',''),(8556,579,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8557,579,'wph0_user_level','0'),(8558,579,'preferred_category','Marketers'),(8559,579,'session_tokens','a:1:{s:64:\"d5dab2bf7fa9bf846e4d773510116f2eb8a47fd5a06c51a9333ef7725df2dacc\";a:4:{s:10:\"expiration\";i:1746407495;s:2:\"ip\";s:14:\"207.182.29.139\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746234695;}}'),(8560,580,'nickname','joyspangler9471'),(8561,580,'first_name',''),(8562,580,'last_name',''),(8563,580,'description',''),(8564,580,'rich_editing','true'),(8565,580,'syntax_highlighting','true'),(8566,580,'comment_shortcuts','false'),(8567,580,'admin_color','fresh'),(8568,580,'use_ssl','0'),(8569,580,'show_admin_bar_front','true'),(8570,580,'locale',''),(8571,580,'wph0_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(8572,580,'wph0_user_level','0'),(8573,580,'preferred_category','Plumbers'),(8574,580,'session_tokens','a:2:{s:64:\"9c4dd3f8a51cbe0e308aa9ade3379cd51ff23c2bfcfa658f09458ba7eba458e9\";a:4:{s:10:\"expiration\";i:1746423915;s:2:\"ip\";s:14:\"154.37.181.139\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746251115;}s:64:\"eb8804a6db30e6fcb0fb8257ee86f4a02c61249e83442ede13732ca349b14129\";a:4:{s:10:\"expiration\";i:1746424144;s:2:\"ip\";s:13:\"92.249.33.103\";s:2:\"ua\";s:110:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36\";s:5:\"login\";i:1746251344;}}');
/*!40000 ALTER TABLE `wph0_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_users`
--

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

--
-- Dumping data for table `wph0_users`
--

LOCK TABLES `wph0_users` WRITE;
/*!40000 ALTER TABLE `wph0_users` DISABLE KEYS */;
INSERT INTO `wph0_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES (1,'tope_litcaf','$wp$2y$10$s8SMROUcHKUr0gkVuI84l.7EVA70xPlNiE3TFIRCxeAKc.PpZjwOS','tope_litcaf','mubarakolagoke@gmail.com','http://litcaf.com','2024-09-11 23:50:15','',0,'tope_litcaf'),(2,'aoolaolubunmi','$P$BtSETtD1VuLJwJs3yz0QfAcYeVeoZk0','aoolaolubunmi','Olubunmi.apoola@yahoo.com','','2024-09-12 00:23:42','',0,'olubunmi apoola'),(3,'lHlVxq.dhtqjc','$P$B/lR8W/Bj6aMl9IznhP.Ob05d2tl1n1','lhlvxq-dhtqjc','lHlVxq.dhtqjc@gemination.hair','','2024-09-12 00:23:42','',0,'lHlVxq.dhtqjc'),(4,'chloeksapienza','$P$BMcIImGGKExyokg.ER5krbwvSDv0An.','chloeksapienza','chloeksapienza@gmail.com','','2024-09-12 00:23:42','',0,'chloeksapienza'),(5,'islandbreezeac','$P$BCE/EfO4VQtIoU3QgHF3ISJU28GPsO.','islandbreezeac','islandbreezeac@gmail.com','','2024-09-12 00:23:42','',0,'islandbreezeac'),(6,'threeskullsfurniture','$P$B5IFc.8lox/IO4Owg7phodjnEns/vM1','threeskullsfurniture','threeskullsfurniture@outlook.com','','2024-09-12 00:23:42','',0,'threeskullsfurniture'),(7,'maraescaro','$P$BMpKJFt0UZp4Eps0ynP0oTkfVtGtg6.','maraescaro','maraescaro@yahoo.ca','','2024-09-12 00:23:42','',0,'maraescaro'),(8,'o.murano','$P$BKpRlI8a88MH.0er.YEQz39PGbg.Rg1','o-murano','o.murano@sariltd.com','','2024-09-12 00:23:42','',0,'o.murano'),(9,'jwilliams','$P$BSmJKGk7Wqi1SO.3gOpEUCcg1AbbpG1','jwilliams','jwilliams@tenantsdevelopment.com','','2024-09-12 00:23:42','',0,'jwilliams'),(10,'web216','$P$BJxsZ3RlX30dRhp.0eKSoIZXByCKC7.','web216','web216@hotmail.com','','2024-09-12 00:23:42','',0,'web216'),(11,'heymrsb2','$P$B09v3DCqQCuDuI85.utyPIqoQHKbp7.','heymrsb2','heymrsb2@aol.com','','2024-09-12 00:23:42','',0,'heymrsb2'),(12,'dmgraymusic','$P$Bc2lLF3ptLaHoAewftdEt8sKYoQgfK.','dmgraymusic','dmgraymusic@gmail.com','','2024-09-12 00:23:42','',0,'dmgraymusic'),(13,'zion032008','$P$BrMnlgJDxZSkFpYwmALiwfg6/9zUsA.','zion032008','zion032008@gmail.com','','2024-09-12 00:23:42','',0,'zion032008'),(14,'blessedlife042504','$P$B/orvMs.1Iz9.ERaIkByV.9ZM.7Cxj/','blessedlife042504','blessedlife042504@gmail.com','','2024-09-12 00:23:42','',0,'blessedlife042504'),(15,'bryan.cumming2','$P$BDErWRRSAxOWEVW7fa9.8ExQxkTRKR/','bryan-cumming2','bryan.cumming2@gmail.com','','2024-09-12 00:23:42','',0,'bryan.cumming2'),(16,'mexicanpride365','$P$BgcoVp2EJOmWwHKr5BSk0gNN.t3hdu1','mexicanpride365','mexicanpride365@gmail.com','','2024-09-12 00:23:42','',0,'mexicanpride365'),(17,'evanhanna','$P$BVsigbWJ4n.MadkTRMJEmWunO6IaSt1','evanhanna','evanhanna@yahoo.com','','2024-09-12 00:23:42','',0,'evanhanna'),(18,'ravenfridia','$P$Bqg2I1Qkev/gS9kYwNdgmt6vUEV2zx.','ravenfridia','ravenfridia@yahoo.com','','2024-09-12 00:23:42','',0,'ravenfridia'),(19,'murnahan','$P$BH6jiOdhxCoSt0nyxX/bHNpfECmAyX/','murnahan','murnahan@gmail.com','','2024-09-12 00:23:42','',0,'murnahan'),(20,'woomugen','$P$BKMEDB9mBYdJ7Op.Nq3nA4Nou5FhLQ0','woomugen','woomugen@yahoo.com','','2024-09-12 00:23:42','',0,'woomugen'),(21,'bibabo2010','$P$ByKVEAQO0.y6wFQnLbCzhHybQ4rwNr.','bibabo2010','bibabo2010@gmail.com','','2024-09-12 00:23:42','',0,'bibabo2010'),(22,'danielskyparr','$P$BPjA3RWunG4bC23.w9dIj7vfy74O6a.','danielskyparr','danielskyparr@gmail.com','','2024-09-12 00:23:42','',0,'danielskyparr'),(23,'paperplanz','$P$Brepk8ty5xeYrMCZ2wUXnG4CFtGm0U.','paperplanz','paperplanz@gmail.com','','2024-09-12 00:23:42','',0,'paperplanz'),(24,'it','$P$BdoJDNK6BkL5Df7pyUJA9Pi2IZqbfq0','it','it@schiffs.com','','2024-09-12 00:23:42','',0,'it'),(25,'mba8m','$P$BgbPCp2clij64U/HBfJdUQvEwF0Fsz1','mba8m','mba8m@yahoo.com','','2024-09-12 00:23:42','',0,'mba8m'),(26,'caseygerrits','$P$Bq8eRJhTuBQJYpRpEayjS4xbOUK4HA1','caseygerrits','caseygerrits@gmail.com','','2024-09-12 00:23:42','',0,'caseygerrits'),(27,'chowell','$P$BVt65XzqHriCh.QqFBJJPpb/7dXU1x1','chowell','chowell@thefalcongroup.us','','2024-09-12 00:23:42','',0,'chowell'),(28,'vjandwhcough','$P$Bf43YZek2gYMQSuekMIF1VhzwddI/z.','vjandwhcough','vjandwhcough@shaw.ca','','2024-09-12 00:23:42','',0,'vjandwhcough'),(29,'canteur','$P$ByEob1z2EHStjNKqbO05Bbf9rrRhJV/','canteur','canteur@hotmail.com','','2024-09-12 00:23:42','',0,'canteur'),(30,'erturktugra','$P$BqluZzY8u1Bd9XgoUuV6Xw8GjxCRYN1','erturktugra','erturktugra@gmail.com','','2024-09-12 00:23:42','',0,'erturktugra'),(31,'eses_gokhan_2005','$P$BecJAAVMb5U2OrJaPc/liOz.mmkDei/','eses_gokhan_2005','eses_gokhan_2005@hotmail.com','','2024-09-12 00:23:42','',0,'eses_gokhan_2005'),(32,'michael1','$P$BNKSstIYjvKPcFla0bkXG5rsyGF1Mz1','michael1','michael@rosetheatre.com','','2024-09-12 00:23:42','',0,'michael1'),(33,'vhaWjJ.hqmjttm','$P$Bjtxoj61OBwqvlX3Gwb3qMyNNjVhuH/','vhawjj-hqmjttm','vhaWjJ.hqmjttm@lustrum.cfd','','2024-09-12 00:23:42','',0,'vhaWjJ.hqmjttm'),(34,'pWUNSU.pjwhht','$P$BxSBJI7JhGCywf2V2CLV4c5qZT3Rif0','pwunsu-pjwhht','pWUNSU.pjwhht@maxeza.click','','2024-09-12 00:23:42','',0,'pWUNSU.pjwhht'),(35,'hjCpxS.hwmwpbw','$P$BwsGktSAsxThyUuikW/em.1861VxJZ.','hjcpxs-hwmwpbw','hjCpxS.hwmwpbw@rottack.biz','','2024-09-12 00:23:42','',0,'hjCpxS.hwmwpbw'),(36,'rrSqSn.thcbdcp','$P$BaPQnnKHjIIDn1gi0z64w5FPR99HFa0','rrsqsn-thcbdcp','rrSqSn.thcbdcp@spectrail.world','','2024-09-12 00:23:42','',0,'rrSqSn.thcbdcp'),(37,'iaJqdr.tmcmwqj','$P$Bek6VxR471ecx8DNdbtp7vDcaJCqyd.','iajqdr-tmcmwqj','iaJqdr.tmcmwqj@wheelry.boats','','2024-09-12 00:23:42','',0,'iaJqdr.tmcmwqj'),(38,'BOcIJh.hwtjwqc','$P$B63dNP7d.g/o595czaYtR2xc4ko36F0','bocijh-hwtjwqc','BOcIJh.hwtjwqc@rottack.autos','','2024-09-12 00:23:42','',0,'BOcIJh.hwtjwqc'),(39,'kWsVBX.ttwhdpw','$P$BDN6TAkEGK9HjUqzu.10RurdQPQVT2/','kwsvbx-ttwhdpw','kWsVBX.ttwhdpw@purline.top','','2024-09-12 00:23:42','',0,'kWsVBX.ttwhdpw'),(40,'qkCSsS.hbmqwpp','$P$Bd8A9ea7bLHwUqaL7WRaXYO1n9AbDn0','qkcsss-hbmqwpp','qkCSsS.hbmqwpp@flexduck.click','','2024-09-12 00:23:42','',0,'qkCSsS.hbmqwpp'),(41,'EvAKHq.wtqcqjw','$P$BlUyJJ7lzk9Z27a3PvPAbnxPy0HoEE0','evakhq-wtqcqjw','EvAKHq.wtqcqjw@chiffon.fun','','2024-09-12 00:23:42','',0,'EvAKHq.wtqcqjw'),(42,'tRpjkl.bdmthqj','$P$B/iiYtmTpK.ctbxhDvpWqnxE0PYXzs/','trpjkl-bdmthqj','tRpjkl.bdmthqj@bakling.click','','2024-09-12 00:23:42','',0,'tRpjkl.bdmthqj'),(43,'uCakDP.twjhtdp','$P$BkRGIKP8GRLL94HVsnDNHoQqowB/WD1','ucakdp-twjhtdp','uCakDP.twjhtdp@maxeza.click','','2024-09-12 00:23:42','',0,'uCakDP.twjhtdp'),(44,'RFtRJz.mqpdjhd','$P$B7/.N0JkW7DOkmwM.IN22L/cE5uNvx0','rftrjz-mqpdjhd','RFtRJz.mqpdjhd@chiffon.fun','','2024-09-12 00:23:42','',0,'RFtRJz.mqpdjhd'),(45,'qohTTb.mwjbjwb','$P$Bewqg.pzucugfY1oam/syJ6AkrF.yR1','qohttb-mwjbjwb','qohTTb.mwjbjwb@anaphora.team','','2024-09-12 00:23:43','',0,'qohTTb.mwjbjwb'),(46,'snap','$P$BLi0DbZ6Q1YaIXd6S4VPUB5RNUMOcU.','snap','snap@napcon.com','','2024-09-12 00:23:43','',0,'snap'),(47,'mrnakbohr','$P$B/rs5vzK7lKjmWRPtp/K8B9RYHbkqA0','mrnakbohr','mrnakbohr@gmail.com','','2024-09-12 00:23:43','',0,'mrnakbohr'),(48,'mrsrangel1447','$P$BO/B4WoEcYdkFVH4UeS5nQKDkayeAM/','mrsrangel1447','mrsrangel1447@gmail.com','','2024-09-12 00:23:43','',0,'mrsrangel1447'),(49,'dmasciadds','$P$BWkUUuCe0Fo6.s1TGItH6qkOKKeILE1','dmasciadds','dmasciadds@gmail.com','','2024-09-12 00:23:43','',0,'dmasciadds'),(50,'christopher','$P$BlDuEbV.iHXHov2/eAyJ/6SGl4zg4u.','christopher','christopher@organiclooms.com','','2024-09-12 00:23:43','',0,'christopher'),(51,'lzashin','$P$BG9ufgXzJ66ocTiwa26mxd9AKpPUas.','lzashin','lzashin@finleybeer.com','','2024-09-12 00:23:43','',0,'lzashin'),(52,'mwenshau','$P$BJoLvGdfPjaaALQkY2PykciEgkaXN41','mwenshau','mwenshau@hopkinsmn.com','','2024-09-12 00:23:43','',0,'mwenshau'),(53,'stephanie.cea','$P$B5YY68Dm2wv6IxUp8IOU7XyNRqXgkN/','stephanie-cea','stephanie.cea@qt.io','','2024-09-12 00:23:43','',0,'stephanie.cea'),(54,'fiona','$P$BKsnnms61WtQHwPfxmXCAOGqYS2HbH/','fiona','fiona@tmcconstruction.com','','2024-09-12 00:23:43','',0,'fiona'),(55,'nlxAHk.qjtchhmj','$P$BXMt/fwx9ill7VHgj68dGOIM9Q3U.t0','nlxahk-qjtchhmj','nlxAHk.qjtchhmj@flexduck.click','','2024-09-12 00:23:43','',0,'nlxAHk.qjtchhmj'),(56,'p2p2bop','$P$BqTre2JO6mlIfs57kmlVIUE6myNJCX/','p2p2bop','p2p2bop@gmail.com','','2024-09-12 00:23:43','',0,'p2p2bop'),(57,'ddibattista','$P$BhJc8HiB9Yv2vVUOMsxE7LOCPQdRna1','ddibattista','ddibattista@dallessandro.com','','2024-09-12 00:23:43','',0,'ddibattista'),(58,'pajohnso','$P$BqKRe.wpKj/OL8BGjoIL9EhUK2Z5eo0','pajohnso','pajohnso@ncsu.edu','','2024-09-12 00:23:43','',0,'pajohnso'),(59,'helgeulmer','$P$B5q3YRiJYHXBd9yhuSaAR6stnFCjeA0','helgeulmer','helgeulmer@web.de','','2024-09-12 00:23:43','',0,'helgeulmer'),(60,'chrism','$P$BF2Z88levC1jUVzAowajlF//FeioCr.','chrism','chrism@kokusaiusa.com','','2024-09-12 00:23:43','',0,'chrism'),(61,'kevinw90','$P$BpNnajS2/.YZ3rCh8LyBXe0GXwFGgs0','kevinw90','kevinw90@verizon.net','','2024-09-12 00:23:43','',0,'kevinw90'),(62,'mPMTkV.tjqwjhp','$P$BY/3x29z.4s/0jdE0T3G9PGgHmMPJV/','mpmtkv-tjqwjhp','mPMTkV.tjqwjhp@zetetic.sbs','','2024-09-12 00:23:43','',0,'mPMTkV.tjqwjhp'),(63,'asuntay','$P$BU.MtKl9Y9GB.nhtK3NUgGGJv39PfZ0','asuntay','asuntay@outlook.com','','2024-09-12 00:23:43','',0,'asuntay'),(64,'tladouceur','$P$BAwgZjH91bZ7bcJOc7mOXyYcczN6zy0','tladouceur','tladouceur@ndad.org','','2024-09-12 00:23:43','',0,'tladouceur'),(65,'info','$P$B/OXMuyQA.KNQt4hp5WKjw/Ysq9xWj.','info','info@licenseplanet.it','','2024-09-12 00:23:43','',0,'info'),(66,'jcosgrave','$P$Bx4DWbtO/.GSyAqwh7gFMj1Rryek9n1','jcosgrave','jcosgrave@yahoo.com','','2024-09-12 00:23:43','',0,'jcosgrave'),(67,'daodung368oe4t50','$P$BrH9f4kas9t3ekoeWtsd3.RmfrDddW0','daodung368oe4t50','daodung368oe4t50@gmail.com','','2024-09-12 00:23:43','',0,'daodung368oe4t50'),(68,'christian.hetzel','$P$BS1XfFwA1mlFYNPP9emvd7mpkQ6tMC0','christian-hetzel','christian.hetzel@7nteng.com','','2024-09-12 00:23:43','',0,'christian.hetzel'),(69,'akolgega','$P$BPV7g4RlswrJbKGdJEBSavdIsv8dGF0','akolgega','akolgega@capitalcardiology.com','','2024-09-12 00:23:43','',0,'akolgega'),(70,'dedklokkk','$P$BF1IQcBeDdlyTpRNjF3Al69UkK3l58/','dedklokkk','dedklokkk@konterkulo.com','','2024-09-12 00:23:43','',0,'dedklokkk'),(71,'mariobombermangaming','$P$B6ECt9nlAsUy0Cs1lqqSA.1nQv8jAW.','mariobombermangaming','mariobombermangaming@gmail.com','','2024-09-12 00:23:43','',0,'mariobombermangaming'),(72,'tvanstone','$P$BGQsv81mblNBFrWisjeZFvX5hjZpva/','tvanstone','tvanstone@memberadvantage.com.au','','2024-09-12 00:23:43','',0,'tvanstone'),(73,'tzimnickcalico','$P$BFbfhyp4YSle5wDqR0d7Wxh3ffvw631','tzimnickcalico','tzimnickcalico@gmail.com','','2024-09-12 00:23:43','',0,'tzimnickcalico'),(74,'kanupatel01','$P$BDrdWP5GyZhX44Nr4STla1RBFXlpba1','kanupatel01','kanupatel01@gmail.com','','2024-09-12 00:23:43','',0,'kanupatel01'),(75,'jorgemcastanedar','$P$BpQd2omY2D29DxEjQnQ1Zntv2e0wNb0','jorgemcastanedar','jorgemcastanedar@hotmail.com','','2024-09-12 00:23:43','',0,'jorgemcastanedar'),(76,'PHcrHD.hmpjdh','$P$BSXB3OFeAePQ57ha6els6SzrTjP1u./','phcrhd-hmpjdh','PHcrHD.hmpjdh@carnana.art','','2024-09-12 00:23:43','',0,'PHcrHD.hmpjdh'),(77,'li_shun_s','$P$BSMA312lMNCsvgyOlF5Bs4ly6FVL/R1','li_shun_s','li_shun_s@hotmail.com','','2024-09-12 00:23:43','',0,'li_shun_s'),(78,'jakletgo','$P$Bqr3zLSwNmI8jVXFHTU04kCS1Ig6.I/','jakletgo','jakletgo@gmail.com','','2024-09-12 00:23:43','',0,'jakletgo'),(79,'robertstire','$P$BYnE3yl.6Hkacumb4Y7u049IERLa8c.','robertstire','robertstire@yahoo.com','','2024-09-12 00:23:43','',0,'robertstire'),(80,'viet','$P$BVAbVNsJKn7J13p.nKO8yN3dbw8c/K/','viet','viet@gardenamp.com','','2024-09-12 00:23:43','',0,'viet'),(81,'ewblue09','$P$B/q7cJG9IBqtGbzl/EZb0oAZePEyIr1','ewblue09','ewblue09@gmail.com','','2024-09-12 00:23:43','',0,'ewblue09'),(82,'lgraham','$P$BTeTvxbRqJOzOO.OjjmhG.gzheo0r00','lgraham','lgraham@designtofinish.com','','2024-09-12 00:23:43','',0,'lgraham'),(83,'teresagilles','$P$BgUvd73ziGgWlwTmJzIpdXAWTui2mu1','teresagilles','teresagilles@bellsouth.net','','2024-09-12 00:23:43','',0,'teresagilles'),(84,'jane','$P$B.eNg54fmZ274nKiqamvVL875o4ZFg1','jane','jane@witchswap.com','','2024-09-12 00:23:43','',0,'jane'),(85,'thebartman','$P$BLNesjNe2APTEoxEvLjpgd1mRZLGUd1','thebartman','thebartman@aol.com','','2024-09-12 00:23:43','',0,'thebartman'),(86,'andrew.gusty','$P$BiMx30AFBwkdhak6Uz5zshzg47BiuO/','andrew-gusty','andrew.gusty@gmail.com','','2024-09-12 00:23:43','',0,'andrew.gusty'),(87,'akrown','$P$BXAfHeJ.qNjrzE9k57LfGC.0ukuJfa/','akrown','akrown@bayousbestburgers.com','','2024-09-12 00:23:43','',0,'akrown'),(88,'jconstantin','$P$BAv3k45jVih6sQ/uWguT3VMJEIJBB7.','jconstantin','jconstantin@bisonfleetspecialists.com','','2024-09-12 00:23:43','',0,'jconstantin'),(89,'kionabogard','$P$B0FL7LoN8kl/ah.aErOd4lO1YvO9hP1','kionabogard','kionabogard@gmail.com','','2024-09-12 00:23:43','',0,'kionabogard'),(90,'xWSPDt.pthhqq','$P$BO4.A2.63s6lOVaT6J3d4h42FwmZ3u0','xwspdt-pthhqq','xWSPDt.pthhqq@zetetic.sbs','','2024-09-12 00:23:43','',0,'xWSPDt.pthhqq'),(91,'peter','$P$BQviRv.drS/U8F9r2X1/PDoQwNr.3b1','peter','peter@ilesq.com','','2024-09-12 00:23:43','',0,'peter'),(92,'crsimon05','$P$BKh0/OkxdCNA4L0dnCXlRq5IdWgpEw0','crsimon05','crsimon05@gmail.com','','2024-09-12 00:23:43','',0,'crsimon05'),(93,'jayahuja79','$P$BxxbI8Gu/v45f07RFBgan6qhn5MusB/','jayahuja79','jayahuja79@yahoo.com','','2024-09-12 00:23:43','',0,'jayahuja79'),(94,'jmiranda','$P$BFrQZhRW6zalLWoRZcOZzPn2p1vERl.','jmiranda','jmiranda@premieresinc.net','','2024-09-12 00:23:43','',0,'jmiranda'),(95,'learningthroughmotion','$P$BfqW2TAbVe.uF3KkMVVcK0vKLIzKFQ.','learningthroughmotion','learningthroughmotion@gmail.com','','2024-09-12 00:23:43','',0,'learningthroughmotion'),(96,'sharonchancey1957','$P$BrmAPlD51XIwPLN7tl1QvvZe2oU5Y..','sharonchancey1957','sharonchancey1957@gmail.com','','2024-09-12 00:23:43','',0,'sharonchancey1957'),(97,'amy','$P$BVmKzNiOpykWVEqYh0DjwzgLS.F3Pu1','amy','amy@faziolandscaping.com','','2024-09-12 00:23:43','',0,'amy'),(98,'wwahidmd','$P$BiUVA.bkjbogzBWXoZsS6Cy.c3HGHT/','wwahidmd','wwahidmd@gmail.com','','2024-09-12 00:23:43','',0,'wwahidmd'),(99,'rickylaureal','$P$ByTp3Ukjlp9keFSLq92/8XxkmxoAks.','rickylaureal','rickylaureal@gmail.com','','2024-09-12 00:23:43','',0,'rickylaureal'),(100,'sbryson5','$P$B0F6PutGxZjy6cGCOKrHzG9j0I3ALr.','sbryson5','sbryson5@yahoo.com','','2024-09-12 00:23:43','',0,'sbryson5'),(101,'1962acorn','$P$BRrRyr52mw4oL7Ticrx4lKy/ZVV.XO0','1962acorn','1962acorn@comcast.net','','2024-09-12 00:23:43','',0,'1962acorn'),(102,'ali','$P$BZOOYYii2j8qXxTAVrrKodM/P5kDqy.','ali','ali@blasterball.co.uk','','2024-09-12 00:23:43','',0,'ali'),(103,'info1','$P$Bc5mf0NWpqublf84CqPOSr6XjakH2c0','info1','info@erkpvcmakine.com.tr','','2024-09-12 00:23:43','',0,'info1'),(104,'ethilon2002','$P$B8/XHZYO8a0W8EWWDEd.EvxnFJcq8e0','ethilon2002','ethilon2002@yahoo.com','','2024-09-12 00:23:43','',0,'ethilon2002'),(105,'tylerwraske','$P$BQcqVx5ku9m4dIeaDfMgTnjDCSKxBZ1','tylerwraske','tylerwraske@yahoo.com','','2024-09-12 00:23:43','',0,'tylerwraske'),(106,'linadag76','$P$BGr9AXpT1QBhfXHGo/f1ky4CtOWSkb1','linadag76','linadag76@gmail.com','','2024-09-12 00:23:43','',0,'linadag76'),(107,'mikem','$P$BO3cpGzflbI39Nsow5mL4Gl5.hyvr0/','mikem','mikem@landstarcak.com','','2024-09-12 00:23:43','',0,'mikem'),(108,'justinlam.justin','$P$Bv9ttLuu9JUex2.U1QEdXn.NBSJ2Jf0','justinlam-justin','justinlam.justin@gmail.com','','2024-09-12 00:23:43','',0,'justinlam.justin'),(109,'amaki','$P$B8c.qxJv7/qXIjJlsAftTYP6OPC8140','amaki','amaki@couxpn.com','','2024-09-12 00:23:43','',0,'amaki'),(110,'michael.kemry','$P$BXHztC1hqznO5toUHPRyIG/JFjtS2g1','michael-kemry','michael.kemry@fourriversrealtygroup.com','','2024-09-12 00:23:43','',0,'michael.kemry'),(111,'mixzy012813','$P$B32n7iS.qmVYHjYdadaNAdysz1qyDR1','mixzy012813','mixzy012813@gmail.com','','2024-09-12 00:23:43','',0,'mixzy012813'),(112,'jay','$P$B19MCQ1AlD31sE.NBEDvvevqix7Esg1','jay','jay@spring-lake.com','','2024-09-12 00:23:43','',0,'jay'),(113,'balghanim','$P$BSbIoIE5Laps.d9wBk/thmz6xjkfW11','balghanim','balghanim@gmail.com','','2024-09-12 00:23:43','',0,'balghanim'),(114,'danbrinton','$P$BrwmpaZULB.ETNDWdp2EhVKL5tS35v0','danbrinton','danbrinton@gmail.com','','2024-09-12 00:23:43','',0,'danbrinton'),(115,'jocabrera0809','$P$B.YdXzfkqQhaIHCchPyH2s4CiFpo4U.','jocabrera0809','jocabrera0809@yahoo.com','','2024-09-12 00:23:43','',0,'jocabrera0809'),(116,'tharper001','$P$BOwD/vQDxJH.ZRbWG1byOTW1nsxpu8.','tharper001','tharper001@aol.com','','2024-09-12 00:23:43','',0,'tharper001'),(117,'laurietaylor7115','$P$B9JGlqQu1UJ2uICxfroUwUhwRGljeg.','laurietaylor7115','laurietaylor7115@gmail.com','','2024-09-12 00:23:44','',0,'laurietaylor7115'),(118,'isaac.j.decesare','$P$BRzB4TxRvQKa7NdaUT4GTESnjUGhS70','isaac-j-decesare','isaac.j.decesare@gmail.com','','2024-09-12 00:23:44','',0,'isaac.j.decesare'),(119,'dafalasca','$P$ByoEmm5.YUa10j0TO52qOaI6QrAIwQ/','dafalasca','dafalasca@gmail.com','','2024-09-12 00:23:44','',0,'dafalasca'),(120,'ronab110','$P$BzOQH53LwhXIwEwQLwt8LIWDisCTR5.','ronab110','ronab110@aol.com','','2024-09-12 00:23:44','',0,'ronab110'),(121,'talyshia_87','$P$Bv.RKf1JQSqeXgWJMhQbFh2MXF29qK0','talyshia_87','talyshia_87@yahoo.com','','2024-09-12 00:23:44','',0,'talyshia_87'),(122,'sbwoodbury','$P$BUD9wzwygYTux8DrZdGq45/c1QypRq1','sbwoodbury','sbwoodbury@verizon.net','','2024-09-12 00:23:44','',0,'sbwoodbury'),(123,'eusebiolouis85','$P$BOPTgSBlRHOXxwozwOnF5cJojBlIAt1','eusebiolouis85','eusebiolouis85@yahoo.com','','2024-09-12 00:23:44','',0,'eusebiolouis85'),(124,'DphPJY.bmwcbw','$P$BOXAyO5t7IeLZSs.Kg0uuV1HoFVSld.','dphpjy-bmwcbw','DphPJY.bmwcbw@sabletree.foundation','','2024-09-12 00:23:44','',0,'DphPJY.bmwcbw'),(125,'jim.segers','$P$BHoMVef.bCTWg8s3OueG2OPcz/cnHZ0','jim-segers','jim.segers@thinkgreenlawnservice.com','','2024-09-12 00:23:44','',0,'jim.segers'),(126,'andres.a','$P$BNiQEbBUhHLHrZB8mlB9CmQPzAJK.80','andres-a','andres.a@saavedrainsurance.com','','2024-09-12 00:23:44','',0,'andres.a'),(127,'paz30566','$P$BTCY.bnSXWurzZWHpHFdOLMCn0Yy.N/','paz30566','paz30566@icloud.com','','2024-09-12 00:23:44','',0,'paz30566'),(128,'edkim006','$P$BBnB6hZZi/IxjHIZcMlt30VrCjgu.2/','edkim006','edkim006@gmail.com','','2024-09-12 00:23:44','',0,'edkim006'),(129,'rbrennan31','$P$BBUHo4oHgu/Tqi7svZ5eoW720g6RKV1','rbrennan31','rbrennan31@gmail.com','','2024-09-12 00:23:44','',0,'rbrennan31'),(130,'werbung','$P$Bvl4u8tHk02YfWIlTYm19OBP3J9p.M1','werbung','werbung@sparapotheke.com','','2024-09-12 00:23:44','',0,'werbung'),(131,'merutland','$P$BYSG/AhcpUxnSg3rgFHUSS2WJ30FWv1','merutland','merutland@gmail.com','','2024-09-12 00:23:44','',0,'merutland'),(132,'qwdwqd','$P$BXaZjqq3pxCOvngEmVGSHwab7kaKaS1','qwdwqd','qwdwqd@gmail.com','','2024-09-12 00:23:44','',0,'qwdwqd'),(133,'rpurkey93','$P$BvsXjLJ3Gw3LQFmVO4oFP/2Q62kXwb1','rpurkey93','rpurkey93@gmail.com','','2024-09-12 00:23:44','',0,'rpurkey93'),(134,'craig.white','$P$B9pB.SkB4NiUZNxhUcBhBFp1IrGQXa.','craig-white','craig.white@deepwater.com','','2024-09-12 00:23:44','',0,'craig.white'),(135,'prussikknott','$P$Bb1sNRUp8/unsXm89IEVOxUpUyfCEc/','prussikknott','prussikknott@gmail.com','','2024-09-12 00:23:44','',0,'prussikknott'),(136,'mymadison','$P$B7wCw13O76H9viIXbBNttJse6UCjdt/','mymadison','mymadison@outlook.com','','2024-09-12 00:23:44','',0,'mymadison'),(137,'paCAFL.tpwmbhd','$P$BpxzwYL8O0rDmLytRRSUk3Y26xlmjU/','pacafl-tpwmbhd','paCAFL.tpwmbhd@tonetics.biz','','2024-09-12 00:23:44','',0,'paCAFL.tpwmbhd'),(138,'jkdkali','$P$BaV9f6Q/fMh.Btt.Y0GfHwwC2Z7aQ9/','jkdkali','jkdkali@badgersinthemist.com','','2024-09-12 00:23:44','',0,'jkdkali'),(139,'nWaKmk.qjtchpb','$P$Bcdj5J55IX8P9z9/qJTpj/mMXFX9Om1','nwakmk-qjtchpb','nWaKmk.qjtchpb@flexduck.click','','2024-09-12 00:23:44','',0,'nWaKmk.qjtchpb'),(140,'mpini','$P$BkXJGVnCEcOamstX1GdjPflz22/EFd.','mpini','mpini@svdpsf.com','','2024-09-12 00:23:44','',0,'mpini'),(141,'157','$P$BKvS1bA3xn8VS0Y4/k2Au8tjFOQ3c/1','157','157@fastsigns.com','','2024-09-12 00:23:44','',0,'157'),(142,'bobprimm','$P$BVklArEvuxZyWSDQZJhlKS41chH0XE1','bobprimm','bobprimm@att.net','','2024-09-12 00:23:44','',0,'bobprimm'),(143,'debinskic','$P$BgKtmb2lLGPnI1mJtJmbKE96H2qZ8Y/','debinskic','debinskic@aol.com','','2024-09-12 00:23:44','',0,'debinskic'),(144,'jd','$P$ByTcbF8VSLHuB3n2lMTQ7fhke7WTeh1','jd','jd@nwocleaningservices.com','','2024-09-12 00:23:44','',0,'jd'),(145,'bmjenkins5','$P$BQwI42YAUycwTvNbq07kRnLbE4jtqd.','bmjenkins5','bmjenkins5@verizon.net','','2024-09-12 00:23:44','',0,'bmjenkins5'),(146,'ti_lou91','$P$BTNO17cXF78GhK2LwHejobBu3cB1UG.','ti_lou91','ti_lou91@hotmail.fr','','2024-09-12 00:23:44','',0,'ti_lou91'),(147,'kjb','$P$Bj2kKpzHcIZ35aoxkoDKs3LjuhdYuI/','kjb','kjb@luxedesignmedia.com.au','','2024-09-12 00:23:44','',0,'kjb'),(148,'tosuga','$P$BySuweMfaCUkohiLgodep897.rctLZ.','tosuga','tosuga@cpb4cm.com','','2024-09-12 00:23:44','',0,'tosuga'),(149,'tacel75','$P$BbyJ7oN6v3lL9379h0sunzDqtQ3cA.1','tacel75','tacel75@gmail.com','','2024-09-12 00:23:44','',0,'tacel75'),(150,'georgiatelecominstallation','$P$BgD1NvMLsEE3jP/yhCQ/dMJu8.4GaS0','georgiatelecominstallation','georgiatelecominstallation@yahoo.com','','2024-09-12 00:23:44','',0,'georgiatelecominstallation'),(151,'info2','$P$BXmKBtOxWDmNe19HS0X57xLn/M0zg/0','info2','info@jctek.pt','','2024-09-12 00:23:44','',0,'info2'),(152,'FvltdX.wbpdhwh','$P$BX.j.AsUzPQDp2Ik4xRJXprHQNCf3u1','fvltdx-wbpdhwh','FvltdX.wbpdhwh@spectrail.world','','2024-09-12 00:23:44','',0,'FvltdX.wbpdhwh'),(153,'kscheumann','$P$Btfx87O3c0ssqpkjhXlytSlspFCIhj0','kscheumann','kscheumann@cityofpetaluma.org','','2024-09-12 00:23:44','',0,'kscheumann'),(154,'jfray4','$P$BXORsljpTNcVpLLnKza1XJGHtWs31D/','jfray4','jfray4@comcast.net','','2024-09-12 00:23:44','',0,'jfray4'),(155,'heymooney','$P$BwmxO20k59iNU4kJkUTYak31hdl0L5.','heymooney','heymooney@comcast.net','','2024-09-12 00:23:44','',0,'heymooney'),(156,'tdqpjqq.qh','$P$B3N8vx.2/bwhTNhfd6p5HTLCZGvHlz1','tdqpjqq-qh','tdqpjqq.qh@monochord.xyz','','2024-09-12 00:23:44','',0,'tdqpjqq.qh'),(157,'romnik2012','$P$BcIMoZlHpBScCrgpFi9HtRN6PX5a2A1','romnik2012','romnik2012@code-gmail.com','','2024-09-12 00:23:44','',0,'romnik2012'),(158,'karlareynoso4912','$P$Bjsbt3jr4A3P3SdsWDCT57Sqocc.B8.','karlareynoso4912','karlareynoso4912@yahoo.com','','2024-09-12 00:23:44','',0,'karlareynoso4912'),(159,'s_kleman','$P$Bqrt7lHF5Q7kGxN2N8lNc.gDG9hRV8/','s_kleman','s_kleman@msn.com','','2024-09-12 00:23:44','',0,'s_kleman'),(160,'lakersrkool','$P$BmKSjxtA8zgtSuu9ylRnMmLy3RFli60','lakersrkool','lakersrkool@hotmail.com','','2024-09-12 00:23:44','',0,'lakersrkool'),(161,'palmer1360','$P$BRjbVO1ZEf0hxEq4Y/1ZB6Kxf97RgI.','palmer1360','palmer1360@gmail.com','','2024-09-12 00:23:44','',0,'palmer1360'),(162,'jannello','$P$BP4qH.2Dny93L/SrmKWP0WQAZsebxa0','jannello','jannello@gmail.com','','2024-09-12 00:23:44','',0,'jannello'),(163,'vangmaiyia02','$P$BVeBicKUC79skw9mUGvExBRySR/ZXL0','vangmaiyia02','vangmaiyia02@gmail.com','','2024-09-12 00:23:44','',0,'vangmaiyia02'),(164,'vaptt','$P$Bx7Ps3M6igS3xBrZ9OaZAmaGQWca54.','vaptt','vaptt@aol.com','','2024-09-12 00:23:44','',0,'vaptt'),(165,'jill.burrows','$P$BYoqecSOwAFLNHH0UZh.wZHVhtbDeP1','jill-burrows','jill.burrows@verizon.net','','2024-09-12 00:23:44','',0,'jill.burrows'),(166,'misskayjay22','$P$BtvHYDxhvSR7lPmcpmx7rPbOPS2nHS/','misskayjay22','misskayjay22@hotmail.com','','2024-09-12 00:23:44','',0,'misskayjay22'),(167,'info3','$P$BsFcECw4rDJ7efrh.DY33OfKc64DPZ.','info3','info@highfashionfabrics.com','','2024-09-12 00:23:44','',0,'info3'),(168,'UBtDeX.cbdbjjb','$P$BaRxqmskmE6pJ.l6wWBtiRfO1Kj68N.','ubtdex-cbdbjjb','UBtDeX.cbdbjjb@chiffon.fun','','2024-09-12 00:23:44','',0,'UBtDeX.cbdbjjb'),(169,'lorirbwood','$P$BnPpS/M57AcrbnO1WTzsSMq18Nfkzo/','lorirbwood','lorirbwood@gmail.com','','2024-09-12 00:23:44','',0,'lorirbwood'),(170,'alyssalee201','$P$Br5Y9SoJIpVjostamlpfRYn1NqDefe1','alyssalee201','alyssalee201@gmail.com','','2024-09-12 00:23:44','',0,'alyssalee201'),(171,'alan.slade','$P$BAlHt5BO3jpwGuKbD7at1vMQbBz8j90','alan-slade','alan.slade@maplehousefarms.com','','2024-09-12 00:23:44','',0,'alan.slade'),(172,'beaudaciousbods','$P$B0uC5HlVoR7BhI7CFlvwgoccBl1DkZ0','beaudaciousbods','beaudaciousbods@yahoo.com','','2024-09-12 00:23:44','',0,'beaudaciousbods'),(173,'isanchezz','$P$Bh6OklXk9C0MYPf9Z5JTlEyJ1J5XXu/','isanchezz','isanchezz@yahoo.com','','2024-09-12 00:23:44','',0,'isanchezz'),(174,'stevescan','$P$BIsBevKzvoUY25lK8l3XzMPdmYm8yw1','stevescan','stevescan@24hinbox.com','','2024-09-12 00:23:44','',0,'stevescan'),(175,'reldafreeman','$P$BwonQYfME5panWmvkPOClCUjc102w/1','reldafreeman','reldafreeman@earthlink.net','','2024-09-12 00:23:44','',0,'reldafreeman'),(176,'mraz.kelly','$P$BJE/MkdaHYUm74gnvfH7suF3bT7xrh1','mraz-kelly','mraz.kelly@gmail.com','','2024-09-12 00:23:44','',0,'mraz.kelly'),(177,'william.newman','$P$BHMc6FKxS6QYjcelxm21/patXEKjKf.','william-newman','william.newman@raymondjames.com','','2024-09-12 00:23:44','',0,'william.newman'),(178,'hector','$P$BlcYmMJtJNBDrS6Yp9cMynX2u8pb1f/','hector','hector@sfma.net','','2024-09-12 00:23:44','',0,'hector'),(179,'wowfurnitureny','$P$Bo3yJdDTMl9R3.omwuScC4s4dZhGhe.','wowfurnitureny','wowfurnitureny@gmail.com','','2024-09-12 00:23:44','',0,'wowfurnitureny'),(180,'mrs.gretkowski713','$P$BfTsMzAkwjJyWMgoeUu2azAFH8kFKW1','mrs-gretkowski713','mrs.gretkowski713@gmail.com','','2024-09-12 00:23:44','',0,'mrs.gretkowski713'),(181,'mandy23j','$P$B0zv8SyoWb4BAWcuzfiLS4sFF70KEL.','mandy23j','mandy23j@yahoo.com','','2024-09-12 00:23:44','',0,'mandy23j'),(182,'carlbdumas','$P$BTU7XsAQ2SJDL/UpfWKg.jdoBzWQoS/','carlbdumas','carlbdumas@gmail.com','','2024-09-12 00:23:44','',0,'carlbdumas'),(183,'huycao69','$P$BR/tGI1LGuppBGi02iFqvblfQTZUP9/','huycao69','huycao69@gmail.com','','2024-09-12 00:23:44','',0,'huycao69'),(184,'andrew.liesenfeld','$P$BfVyswf0mACPhOcEcE5QjlAJsHVGcP1','andrew-liesenfeld','andrew.liesenfeld@gmail.com','','2024-09-12 00:23:44','',0,'andrew.liesenfeld'),(185,'traceytroiano','$P$BQekTFMo.crLStQv/kxcGpC8sJEz7p.','traceytroiano','traceytroiano@hotmail.com','','2024-09-12 00:23:45','',0,'traceytroiano'),(186,'davdichew','$P$BtBqyvtRs9jELT.WvJ6btVgx1DaFva1','davdichew','davdichew@gmail.com','','2024-09-12 00:23:45','',0,'davdichew'),(187,'elianachicas','$P$Bp1nYCbCtJH/tUf7PXI3sXvrlTsfUP/','elianachicas','elianachicas@gmail.com','','2024-09-12 00:23:45','',0,'elianachicas'),(188,'rachelgill','$P$BPVVXjSyuCIrYUf.rg.r1/2CdptCCF.','rachelgill','rachelgill@cox.net','','2024-09-12 00:23:45','',0,'rachelgill'),(189,'mccollum.michael','$P$B/MnE3na4YJ3ruo157K50/ad/STE4W.','mccollum-michael','mccollum.michael@gmail.com','','2024-09-12 00:23:45','',0,'mccollum.michael'),(190,'thomas.warrick','$P$BmmV8pAPzZopZUriOY.YNafPQs7wWm.','thomas-warrick','thomas.warrick@yahoo.com','','2024-09-12 00:23:45','',0,'thomas.warrick'),(191,'waste0time0','$P$B5CvxG6u1lK1kWYph8aL9.EJajjQpD0','waste0time0','waste0time0@gmail.com','','2024-09-12 00:23:45','',0,'waste0time0'),(192,'david','$P$B6CjPs4SzXhuegMCyVtn7rPAEklxjc.','david','david@dmpstudio.com','','2024-09-12 00:23:45','',0,'david'),(193,'chiefdanbooker','$P$BvP63FAGRvdjZbGsQr6YivKNW1iceK1','chiefdanbooker','chiefdanbooker@yahoo.com','','2024-09-12 00:23:45','',0,'chiefdanbooker'),(194,'mvoce53','$P$BB6MrdzbpPJDmkQ2cJns8Msbu7A.HZ.','mvoce53','mvoce53@gmail.com','','2024-09-12 00:23:45','',0,'mvoce53'),(195,'rodrigo.lopez','$P$BXBEuMIqAcpXr1ZWryUbwR7UBlfm1C/','rodrigo-lopez','rodrigo.lopez@sbcglobal.net','','2024-09-12 00:23:45','',0,'rodrigo.lopez'),(196,'marioarguijocanaca05','$P$B72FQRooyMjphl.U9l9a5/JiOkN2S0/','marioarguijocanaca05','marioarguijocanaca05@gmail.com','','2024-09-12 00:23:45','',0,'marioarguijocanaca05'),(197,'fberschauer','$P$BQZuX2EyXZKiv6Fy6vLwIqvjBnKa7/0','fberschauer','fberschauer@gmail.com','','2024-09-12 00:23:45','',0,'fberschauer'),(198,'clarkj','$P$BqfIFjp4DEhwqyxxEQGcpxenk7AEsh0','clarkj','clarkj@pattersonharbor.com','','2024-09-12 00:23:45','',0,'clarkj'),(199,'ashraf','$P$BCA1L5S/DPwkJTjUWTJCnLCkIPlqN1/','ashraf','ashraf@fiveboromg.com','','2024-09-12 00:23:45','',0,'ashraf'),(200,'info4','$P$BXEKZp0qrD2P99VmAKG9yHzNuicNUr1','info4','info@acentec.com','','2024-09-12 00:23:45','',0,'info4'),(201,'igmaikai','$P$BJmBfDtBsT4RSF2lCWagvHhwtjsckT0','igmaikai','igmaikai@hotmail.com','','2024-09-12 00:23:45','',0,'igmaikai'),(202,'nate','$P$B3aXO7qUU/v1g5N.PV7DhwT3lP19D/1','nate','nate@nakate.org','','2024-09-12 00:23:45','',0,'nate'),(203,'nickbukowski','$P$B2.Xiw7WU6/vS3gCRW11rVrnt2.7va/','nickbukowski','nickbukowski@gmail.com','','2024-09-12 00:23:45','',0,'nickbukowski'),(204,'jraines','$P$BFBEvMa1HDvA0QfBnG6USYJARX.QEN/','jraines','jraines@specialtyretailconcepts.com','','2024-09-12 00:23:45','',0,'jraines'),(205,'jsanchez2k','$P$BlbU0Shw2M0hW5pFbYza7HgrgM22r11','jsanchez2k','jsanchez2k@yahoo.com','','2024-09-12 00:23:45','',0,'jsanchez2k'),(206,'7eruiluvatar','$P$BW9exbCiPGpEoxV4ceX4vpmI/C8BjH0','7eruiluvatar','7eruiluvatar@gmail.com','','2024-09-12 00:23:45','',0,'7eruiluvatar'),(207,'lorak','$P$BAEEMCj67OEb20obgm/77Rdb9bdrCt/','lorak','lorak@servprovigo.com','','2024-09-12 00:23:45','',0,'lorak'),(208,'5mtransportcars','$P$BlFhGGeQHkk9584DOcARBY20LYAx7E1','5mtransportcars','5mtransportcars@gmail.com','','2024-09-12 00:23:45','',0,'5mtransportcars'),(209,'avonbyminnie','$P$BrOrKmjK9TdGlE9R0AITcW5cjmxeXO1','avonbyminnie','avonbyminnie@yahoo.com','','2024-09-12 00:23:45','',0,'avonbyminnie'),(210,'carrieoakes','$P$BPat0oVhEt4OzgcdCdxAeF1LquZgRc0','carrieoakes','carrieoakes@yahoo.com','','2024-09-12 00:23:45','',0,'carrieoakes'),(211,'exulboutique','$P$BWPN0ZY7RAKAFjo0beJjkod/GqQwjT1','exulboutique','exulboutique@gmail.com','','2024-09-12 00:23:45','',0,'exulboutique'),(212,'reginabrooks60','$P$BaVBPqJWMBDRi3./zas2KfCAYZjD6i.','reginabrooks60','reginabrooks60@yahoo.com','','2024-09-12 00:23:45','',0,'reginabrooks60'),(213,'james.gloer','$P$BGfcUC9ZSmBtTfiy05RhyTZiY/QNoB/','james-gloer','james.gloer@gmail.com','','2024-09-12 00:23:45','',0,'james.gloer'),(214,'invoices','$P$BofydT.T0viT6RHwRAyczBCm5hEJfu0','invoices','invoices@niemelaconstructionllc.com','','2024-09-12 00:23:45','',0,'invoices'),(215,'dustinesker','$P$B5i24dUQ0ixnjZUTSvuoGW8JtyM/Pw0','dustinesker','dustinesker@gmail.com','','2024-09-12 00:23:45','',0,'dustinesker'),(216,'jclark','$P$BbyZdOlbowVOUGAoJ7WwBVnKoanhW4.','jclark','jclark@pattersonharbor.com','','2024-09-12 00:23:45','',0,'jclark'),(217,'design','$P$BBdOXr5mNiWajfrmTjhlw9SLz8fKQN/','design','design@micronix.ca','','2024-09-12 00:23:45','',0,'design'),(218,'lincolncityclerk','$P$BjsXi4NzfmL9/JlSABGphxGOQtBWfg0','lincolncityclerk','lincolncityclerk@nckcn.com','','2024-09-12 00:23:45','',0,'lincolncityclerk'),(219,'tlindacole','$P$BsEL3BLpO3Hs78EbhzqnOGNw7JMqos0','tlindacole','tlindacole@gmail.com','','2024-09-12 00:23:45','',0,'tlindacole'),(220,'gallen','$P$B8/E19x9nWLQh0w2/jLhLfolKvfNpY0','gallen','gallen@firinglineguns.com','','2024-09-12 00:23:45','',0,'gallen'),(221,'don','$P$B6lUagUv21WGIDoRpGzVbIqfE9TNlm/','don','don@k2a-inc.com','','2024-09-12 00:23:45','',0,'don'),(222,'velio.astolfi','$P$B5ty5xAkKDm09hdyYCTk6iVf.4NTD/1','velio-astolfi','velio.astolfi@gmail.com','','2024-09-12 00:23:45','',0,'velio.astolfi'),(223,'mg2010md','$P$BChIi6oVFn.hTrdviZmXturjIa8Zgt.','mg2010md','mg2010md@gmail.com','','2024-09-12 00:23:45','',0,'mg2010md'),(224,'agedly','$P$B5h6dChUYedTnnGf9.vgGccKTseLDe1','agedly','agedly@mailf5.us','','2024-09-12 00:23:45','',0,'agedly'),(225,'talyasem','$P$BPWoMcoiwkNJZ.ytR9OcGTT9m2/ctq.','talyasem','talyasem@angga.team','','2024-09-12 00:23:45','',0,'talyasem'),(226,'abdullahiuthman993','$P$BdPAPQ9.gt8WYj1j3vSLLBGPZobIlm0','abdullahiuthman993','abdullahiuthman993@gmail.com','','2024-09-12 00:23:45','',0,'abdullahiuthman993'),(227,'hatty2001','$P$B0SBjru/BqDYjuMIYZMmY0FzUMpwro.','hatty2001','hatty2001@murahpanel.com','','2024-09-12 00:23:45','',0,'hatty2001'),(228,'BLaYTw.qbpwqtdj','$P$B3TDTJQdumrYXdn6CCjicO3vf5E4NY1','blaytw-qbpwqtdj','BLaYTw.qbpwqtdj@spectrail.world','','2024-09-12 00:23:45','',0,'BLaYTw.qbpwqtdj'),(229,'sian.bull','$P$Bzqd3uz9VSW3qm4QLvqcjkeJ/JCA11.','sian-bull','sian.bull@gmail.com','','2024-09-12 00:23:45','',0,'sian.bull'),(230,'octaviojmj1','$P$BVn8wNJTNx/rv15MzczufRTAKR4xfQ1','octaviojmj1','octaviojmj1@gmail.com','','2024-09-12 00:23:45','',0,'octaviojmj1'),(231,'benweatherly01','$P$Bfx3FxSRhKVt4BLWs/GdiIilZ.tr7s/','benweatherly01','benweatherly01@gmail.com','','2024-09-12 00:23:45','',0,'benweatherly01'),(232,'jose.solorio96','$P$BUsb/BJ88KJMhRFWbPL/M6Uc4uZTbW.','jose-solorio96','jose.solorio96@gmail.com','','2024-09-12 00:23:45','',0,'jose.solorio96'),(233,'lexywexy1980','$P$BxFcfkFLxUj.o0C3XvgzB6qXRI.b8Q1','lexywexy1980','lexywexy1980@aol.com','','2024-09-12 00:23:45','',0,'lexywexy1980'),(234,'antoniowaban','$P$BBYZB7QEMER6Y5uwfa6GnHIRDrEMqo1','antoniowaban','antoniowaban@gmail.com','','2024-09-12 00:23:45','',0,'antoniowaban'),(235,'spy_spyyy','$P$BNslUyyiHC1gx7ZqwQUvgKG9ltBE4W1','spy_spyyy','spy_spyyy@yahoo.com','','2024-09-12 00:23:45','',0,'spy_spyyy'),(236,'dlamcpa','$P$BDh7c1l5oMImSxJikYYrqqPL0q34jS/','dlamcpa','dlamcpa@aol.com','','2024-09-12 00:23:45','',0,'dlamcpa'),(237,'amandahunter','$P$BV5wOX4JKv1/bHDxceTNwc3Jwp6Lt3/','amandahunter','amandahunter@yahoo.com','','2024-09-12 00:23:45','',0,'amandahunter'),(238,'roxanneloutfi','$P$BMu.KjFObspbG5t2VnCkZF09tDgkCm/','roxanneloutfi','roxanneloutfi@hotmail.fr','','2024-09-12 00:23:45','',0,'roxanneloutfi'),(239,'donnylynch11','$P$BA8vM6b3xddoP5SI4uwjdrostHVplm1','donnylynch11','donnylynch11@gmail.com','','2024-09-12 00:23:45','',0,'donnylynch11'),(240,'ericcwilkins','$P$BRB3b7.gdzFSu6skiOwXZg91ymma2d1','ericcwilkins','ericcwilkins@gmail.com','','2024-09-12 00:23:45','',0,'ericcwilkins'),(241,'iwa4001','$P$B2rPQmv3ZLFFVDwkS67FE7I/x424jp0','iwa4001','iwa4001@med.cornell.edu','','2024-09-12 00:23:45','',0,'iwa4001'),(242,'myrtisjones46','$P$B/e36ftJ93QOc7I2AoFvCDpOZ0FDqa1','myrtisjones46','myrtisjones46@comcast.net','','2024-09-12 00:23:45','',0,'myrtisjones46'),(243,'artlopez81856','$P$BPRZjCA.hOXqYVLeMFCN6b8OayypRZ1','artlopez81856','artlopez81856@gmail.com','','2024-09-12 00:23:45','',0,'artlopez81856'),(244,'jbkopczynski','$P$BnTUuOWexa5Tp5X8F0ysfZAO/p2Y5e.','jbkopczynski','jbkopczynski@earthlink.net','','2024-09-12 00:23:45','',0,'jbkopczynski'),(245,'mwehernandez10','$P$BKxyYsg8mRBwcIzzifvQe5cRrDf/VF0','mwehernandez10','mwehernandez10@gmail.com','','2024-09-12 00:23:45','',0,'mwehernandez10'),(246,'rcox','$P$B6tY5KS0jPAUm2e2IKagb0C/Dr0G2o/','rcox','rcox@udhgroup.com','','2024-09-12 00:23:45','',0,'rcox'),(247,'djbarajas','$P$Bsh3mZdUQPKFbF6wBaXMFkW8juWIix1','djbarajas','djbarajas@gmail.com','','2024-09-12 00:23:45','',0,'djbarajas'),(248,'cindyggodbee','$P$BrOdddQyaF9sK18fEKaRiu3vJK3evY/','cindyggodbee','cindyggodbee@gmail.com','','2024-09-12 00:23:46','',0,'cindyggodbee'),(249,'redrickc1157','$P$Bg0zgGt3YmAerQmzhdkc5jEm7dnpAI0','redrickc1157','redrickc1157@gmail.com','','2024-09-12 00:23:46','',0,'redrickc1157'),(250,'info5','$P$Bux.ossY3YFhFvi4j/vVaPLkRdwRw4.','info5','info@arkocom.it','','2024-09-12 00:23:46','',0,'info5'),(251,'john.horne','$P$BHWJ7Voz4V.Va5amlnMsSgARFyKRb5/','john-horne','john.horne@hook-n-haul.com','','2024-09-12 00:23:46','',0,'john.horne'),(252,'chrisl','$P$B.NkWnhbDe8AbrfIuYLUo3O8P9QwrK1','chrisl','chrisl@klsummit.com','','2024-09-12 00:23:46','',0,'chrisl'),(253,'idog4927','$P$BmdRd42SsqOu4O65kENojLnl6hFygB0','idog4927','idog4927@yahoo.com','','2024-09-12 00:23:46','',0,'idog4927'),(254,'support','$P$BXuAiVmgwIVoRSBfVLUkQBfsg55QIG/','support','support@cha.cpa','','2024-09-12 00:23:46','',0,'support'),(255,'kathy','$P$BP1FCeVM8X/TRv7VYhcqBm6P.3U2HZ0','kathy','kathy@deltasurveyokc.com','','2024-09-12 00:23:46','',0,'kathy'),(256,'amathes81','$P$Bc27jOzog12umgV1R489sFZcxDqVS//','amathes81','amathes81@hotmail.com','','2024-09-12 00:23:46','',0,'amathes81'),(257,'shealynp13','$P$BW15aj4GihSH1LPrtZmacU1hw9kjr1/','shealynp13','shealynp13@gmail.com','','2024-09-12 00:23:46','',0,'shealynp13'),(258,'evhguitars','$P$B79apzPnrUT1SfZcevmt1XREoUfYuw.','evhguitars','evhguitars@msn.com','','2024-09-12 00:23:46','',0,'evhguitars'),(259,'reecemfritz','$P$BnQJ7kmCQelbgjFNC2pPbhdG6cG3ca.','reecemfritz','reecemfritz@gmail.com','','2024-09-12 00:23:46','',0,'reecemfritz'),(260,'bordenqueen','$P$B0/AIOocbDGuZTN5atb960UGvRiSKz.','bordenqueen','bordenqueen@gmail.com','','2024-09-12 00:23:46','',0,'bordenqueen'),(261,'info6','$P$Bb5Dskvu/gJ5nD690gteqz3/dT3EXW.','info6','info@cbs-solution.com','','2024-09-12 00:23:46','',0,'info6'),(262,'mamawolfe03','$P$BcmL3LCzs5Gac4O9s.Kx7G6pzmldLz0','mamawolfe03','mamawolfe03@gmail.com','','2024-09-12 00:23:46','',0,'mamawolfe03'),(263,'toccodia','$P$BXpNqmMap8HqNO9VJQugiiZCeyxIKQ.','toccodia','toccodia@yahoo.com','','2024-09-12 00:23:46','',0,'toccodia'),(264,'kunst22','$P$BK149YEzNgyU8LsbFvpHxRAApfCdiA0','kunst22','kunst22@yahoo.com','','2024-09-12 00:23:46','',0,'kunst22'),(265,'anthony.martinez','$P$BrFxe32ewDTzqTR5oizAgFyvohREd11','anthony-martinez','anthony.martinez@msn.com','','2024-09-12 00:23:46','',0,'anthony.martinez'),(266,'court6990','$P$B6DoB7.ThKGF5Kx0MUNTBEGPq9ezi7/','court6990','court6990@gmail.com','','2024-09-12 00:23:46','',0,'court6990'),(267,'andersonodessa','$P$Bqh0V0J8lxVc9EKmoCMdNb/ZBTD7t6.','andersonodessa','andersonodessa@msn.com','','2024-09-12 00:23:46','',0,'andersonodessa'),(268,'ad80beatz','$P$BzN0OUAs7cbs3N77kxra19Sqgnh3Ww/','ad80beatz','ad80beatz@gmail.com','','2024-09-12 00:23:46','',0,'ad80beatz'),(269,'ekorsunsky','$P$Bn7x7RhrUcFs5kJX.d8ruL/8q9ZxDm/','ekorsunsky','ekorsunsky@intempus.net','','2024-09-12 00:23:46','',0,'ekorsunsky'),(270,'mschwartz00','$P$BERTyw/z0l9DM6Cc0SIWFGB1ePHU2Q1','mschwartz00','mschwartz00@gmail.com','','2024-09-12 00:23:46','',0,'mschwartz00'),(271,'ltshutack','$P$Bxbe2I71.zJULRJqh9LY9jwnhy6x6W1','ltshutack','ltshutack@gmail.com','','2024-09-12 00:23:46','',0,'ltshutack'),(272,'hyonjeong','$P$BIihdYjB24Y/MjGvbSnn1iMMQ1d8ue1','hyonjeong','hyonjeong@nifty.com','','2024-09-12 00:23:46','',0,'hyonjeong'),(273,'carolyn_white09','$P$B5t8NoTOpLSMfaPy57bzI5h.RDRAK2.','carolyn_white09','carolyn_white09@att.net','','2024-09-12 00:23:46','',0,'carolyn_white09'),(274,'jimmymcginness','$P$BH2WM5BOR.gUKCfmrEf7QUkTy4K3iX1','jimmymcginness','jimmymcginness@gmail.com','','2024-09-12 00:23:46','',0,'jimmymcginness'),(275,'edf8583','$P$BzUBEfxw29RiDF/mEegO8qahfeshVX/','edf8583','edf8583@gmail.com','','2024-09-12 00:23:46','',0,'edf8583'),(276,'ckurrea','$P$B7ATj0o7moo7O4kDZfB1Nzyj/JPLx..','ckurrea','ckurrea@gmail.com','','2024-09-12 00:23:46','',0,'ckurrea'),(277,'mbfraser','$P$Bhr/fdoveKU0FmWBYUpNik9AGY.3gD1','mbfraser','mbfraser@timhoreads.com','','2024-09-12 00:23:46','',0,'mbfraser'),(278,'tjjdwdmcm.qh','$P$B6BLZ9o1i/O9gDPFccFlMLZ/IHIMy//','tjjdwdmcm-qh','tjjdwdmcm.qh@monochord.xyz','','2024-09-12 00:23:46','',0,'tjjdwdmcm.qh'),(279,'jvandermuehlen','$P$BndPKrAu4GJ0yRfujG4PYs6/jFIKPo0','jvandermuehlen','jvandermuehlen@catholiccharitiessf.org','','2024-09-12 00:23:46','',0,'jvandermuehlen'),(280,'tombg8','$P$B7ylLG1AhMi3GlwBCeCHqZwfgm4V1o1','tombg8','tombg8@gmail.com','','2024-09-12 00:23:46','',0,'tombg8'),(281,'stefano.ferrari','$P$B0nXlPt8Cr149xlHmPcjgCjulHmXgC/','stefano-ferrari','stefano.ferrari@tim.it','','2024-09-12 00:23:46','',0,'stefano.ferrari'),(282,'experttaxprep','$P$B9So3vSy.JloDu/FOd/YdDT7Jbjcbp.','experttaxprep','experttaxprep@gmail.com','','2024-09-12 00:23:46','',0,'experttaxprep'),(283,'gmdad4','$P$Bpfhdt8mCFqC6rFzRyk0tQ30EmfR360','gmdad4','gmdad4@gmail.com','','2024-09-12 00:23:46','',0,'gmdad4'),(284,'sethsalado','$P$B4ZHah320sQet7jCvijZ5mVpaLXUiy.','sethsalado','sethsalado@gmail.com','','2024-09-12 00:23:46','',0,'sethsalado'),(285,'jim.mackay','$P$BB6vBWLm7wiW1HWJRM5ajbEYcHLw0T/','jim-mackay','jim.mackay@flywingman.com','','2024-09-12 00:23:46','',0,'jim.mackay'),(286,'jbowes','$P$B7QogYjbDZt20uvsgDpWzROyrIo97g0','jbowes','jbowes@eccaremgt.org','','2024-09-12 00:23:46','',0,'jbowes'),(287,'josephparker','$P$BLiWJOUDj3/U9Kk4YHd/WPR5PLsD8v.','josephparker','josephparker@outlook.com','','2024-09-12 00:23:46','',0,'josephparker'),(288,'theflying_j','$P$BdAXPfXaQIF8IW7zqS9n.8ehFlfYv.1','theflying_j','theflying_j@hotmail.com','','2024-09-12 00:23:46','',0,'theflying_j'),(289,'oliviaroy617','$P$BXA4OOCMXUYCqq7rAxG1mCqd9OpQ.G0','oliviaroy617','oliviaroy617@gmail.com','','2024-09-12 00:23:46','',0,'oliviaroy617'),(290,'fred_meza','$P$BAwxmTRcHnl2yj9h/H.XQhBtCvRjDJ/','fred_meza','fred_meza@yahoo.com','','2024-09-12 00:23:46','',0,'fred_meza'),(291,'geriv','$P$BYTR9G2w3ME06EDFVGBCgoCrMFIMVR/','geriv','geriv@bezeqint.net','','2024-09-12 00:23:46','',0,'geriv'),(292,'val','$P$Bmkz6diI191QMrrUt8ZsP37V.t8B4n1','val','val@secretbeauty.ca','','2024-09-12 00:23:46','',0,'val'),(293,'paigeshappee','$P$B/z1HFiI/tinCVR1S2Kv97t4g/PjXP.','paigeshappee','paigeshappee@gmail.com','','2024-09-12 00:23:46','',0,'paigeshappee'),(294,'cbunch','$P$BtNi/zU93wdbzIyQUq9JWa43nvhDX4.','cbunch','cbunch@vss-security-services.com','','2024-09-12 00:23:46','',0,'cbunch'),(295,'jennifer','$P$BBaegvAX0eC0xL2NjuUWk3m/5OGqMa.','jennifer','jennifer@affordablestriping.com','','2024-09-12 00:23:46','',0,'jennifer'),(296,'macrunk','$P$BIbqjtAyKjvT4Ev3faVznqE11tStIx1','macrunk','macrunk@gmail.com','','2024-09-12 00:23:46','',0,'macrunk'),(297,'joyvanneste','$P$BcupY3ywdQ4nEx4U3O/Zo/oVcz6OUF0','joyvanneste','joyvanneste@hotmail.com','','2024-09-12 00:23:46','',0,'joyvanneste'),(298,'keku121','$P$Bvs.OJ3iXho1hZ5V4Vpwrqtko8hiM91','keku121','keku121@gmail.com','','2024-09-12 00:23:46','',0,'keku121'),(299,'bestbuddys712','$P$BZlnDiiU/go9hShd/fYYPIcLZ5wcqX1','bestbuddys712','bestbuddys712@yahoo.com','','2024-09-12 00:23:46','',0,'bestbuddys712'),(300,'maxtraxda1','$P$BCFc1uX6Kpgv6aEAiAjUfROzmo23c90','maxtraxda1','maxtraxda1@gmail.com','','2024-09-12 00:23:46','',0,'maxtraxda1'),(301,'lyonsleague','$P$Bb68hmUGOturCfdB32rV2ObEyxoh4I0','lyonsleague','lyonsleague@gmail.com','','2024-09-12 00:23:46','',0,'lyonsleague'),(302,'drgayele','$P$BteW3v3Pet.Y7kwSCqVNm.YW2Cslvq.','drgayele','drgayele@yahoo.com','','2024-09-12 00:23:46','',0,'drgayele'),(303,'crking.cr','$P$BaTYmiRBBFV1RfzU7SZpYYibFLk5yX/','crking-cr','crking.cr@gmail.com','','2024-09-12 00:23:46','',0,'crking.cr'),(304,'bkdanish7','$P$BQRdoU0wARYfwl1wQannQkk5aULnfX.','bkdanish7','bkdanish7@gmail.com','','2024-09-12 00:23:46','',0,'bkdanish7'),(305,'reedwykes','$P$BVJkxjZV0ybd30RIzoqLBV4CRtqXsw1','reedwykes','reedwykes@gmail.com','','2024-09-12 00:23:46','',0,'reedwykes'),(306,'scott','$P$BfW/NbQVJ/Qje.pBDadFb89O./sgrM/','scott','scott@showbest.com','','2024-09-12 00:23:46','',0,'scott'),(307,'vincentvudesign','$P$BtoA1WMf1pNicqVe3ynhR.aFV5YWvJ1','vincentvudesign','vincentvudesign@gmail.com','','2024-09-12 00:23:46','',0,'vincentvudesign'),(308,'themurman','$P$BXCyNk9NUXXqZKe355XyHJLGgyQIJy/','themurman','themurman@msn.com','','2024-09-12 00:23:46','',0,'themurman'),(309,'watcher2112','$P$BlUYzTDG8ShBdZrsa2e3P9GKGZo9bl.','watcher2112','watcher2112@ecocryptolab.com','','2024-09-12 00:23:46','',0,'watcher2112'),(310,'kpauls26','$P$ByzzT3igKiwbJThgOTaFdRF7Oax8te/','kpauls26','kpauls26@googl.win','','2024-09-12 00:23:46','',0,'kpauls26'),(311,'MwEddM.hqhqddb','$P$BjwdVeCkCH0O1Lv.k3qKy2a2C0HaWa/','mweddm-hqhqddb','MwEddM.hqhqddb@bakling.click','','2024-09-12 00:23:46','',0,'MwEddM.hqhqddb'),(312,'ctouchton3799','$P$BaAF1MxVjLOCS67mWQ5bYFhazfQluI1','ctouchton3799','ctouchton3799@gmail.com','','2024-09-12 00:23:46','',0,'ctouchton3799'),(313,'mstorey','$P$BnA1Mo29jD91VM7OmyDYcw438xirGK.','mstorey','mstorey@jlsinc.com','','2024-09-12 00:23:46','',0,'mstorey'),(314,'mike.foy','$P$BEhYJM15qTnBivgPfASVTBgs15Pwn4.','mike-foy','mike.foy@knightfm.com','','2024-09-12 00:23:46','',0,'mike.foy'),(315,'mackenzie','$P$B8dhzegu74uoLkQbuRAb14nI4pb8m/.','mackenzie','mackenzie@sltnyc.com','','2024-09-12 00:23:46','',0,'mackenzie'),(316,'chiefofstuff','$P$Bu5or9lshjnvGIo/ieJN2qgR7xOtdy.','chiefofstuff','chiefofstuff@sltnyc.com','','2024-09-12 00:23:47','',0,'chiefofstuff'),(317,'grayduhduh','$P$BKeR9uv2SVCQpX7q03gV5Td71R6TkY1','grayduhduh','grayduhduh@gmail.com','','2024-09-12 00:23:47','',0,'grayduhduh'),(318,'david.adams','$P$BNRgE4MJ2pDE0e0lB/xRdcQ6Fh/dk.0','david-adams','david.adams@pctel.com','','2024-09-12 00:23:47','',0,'david.adams'),(319,'k.hyndman','$P$BKcIky3pat2WoA1n/SDx0wS.OLw.uL.','k-hyndman','k.hyndman@psnri.org','','2024-09-12 00:23:47','',0,'k.hyndman'),(320,'casperjr_1','$P$B8UFK3Sv5O5Ld6T5Pf5Zfk4f8rpptA0','casperjr_1','casperjr_1@hotmail.com','','2024-09-12 00:23:47','',0,'casperjr_1'),(321,'nico.guidera','$P$B7nrrd1WbGT2.Yrnh82um1FIwjev.e.','nico-guidera','nico.guidera@spanishstudies.org','','2024-09-12 00:23:47','',0,'nico.guidera'),(322,'qpmcqpbptd.p','$P$Byk85QNj0mY5afR6M3AYANIpHMUFxK.','qpmcqpbptd-p','qpmcqpbptd.p@rightbliss.beauty','','2024-09-12 00:23:47','',0,'qpmcqpbptd.p'),(323,'arosa','$P$BnHWtZ5vd6Jp8/nV1K7YitCf3K7cMZ0','arosa','arosa@franklinma.gov','','2024-09-12 00:23:47','',0,'arosa'),(324,'jparis','$P$BhhzVCIwHl76pvrLFsRYg2GDJO.aiR0','jparis','jparis@comcast.net','','2024-09-12 00:23:47','',0,'jparis'),(325,'mschiller52','$P$BzwRBeAeiL3P9TjOWoMhlueFC4D2Un1','mschiller52','mschiller52@hotmail.com','','2024-09-12 00:23:47','',0,'mschiller52'),(326,'agentkirb87','$P$B/o6XTvDfwom4fZIeUfoEWkKc1WWea/','agentkirb87','agentkirb87@gmail.com','','2024-09-12 00:23:47','',0,'agentkirb87'),(327,'benson36501','$P$BLGvcGCMAyS80Ox/ZzvOUqKvD2i1s31','benson36501','benson36501@gmail.com','','2024-09-12 00:23:47','',0,'benson36501'),(328,'csk122','$P$BYEci2wiB5wlrPZF8oYiWi/GmkhKrz.','csk122','csk122@aol.com','','2024-09-12 00:23:47','',0,'csk122'),(329,'slegaspi','$P$BUN86CBWdRi.htznVCcIpiGudChQEr.','slegaspi','slegaspi@adapthealth.com','','2024-09-12 00:23:47','',0,'slegaspi'),(330,'rlk15','$P$BwWgEHMgeeoq.aKRd0Qmgh02VTc6Wp0','rlk15','rlk15@msn.com','','2024-09-12 00:23:47','',0,'rlk15'),(331,'sra.bretonrojas','$P$B7gfNe9MRRStRR.ZTJ6luA3VuH0t9d/','sra-bretonrojas','sra.bretonrojas@gmail.com','','2024-09-12 00:23:47','',0,'sra.bretonrojas'),(332,'roland','$P$BBS9y.2/RIY5N1nbpBqvZUivby4TOi/','roland','roland@ihedinburgh.com','','2024-09-12 00:23:47','',0,'roland'),(333,'cindy.feldman','$P$BEa8.XUjWAJZ2abDfXguF2sRdNJG9L.','cindy-feldman','cindy.feldman@42northdental.com','','2024-09-12 00:23:47','',0,'cindy.feldman'),(334,'Adedamola Adegoke Abraham','$P$BjFVmJSgRBWcLfjg/etZEybParWyzv.','adedamola-adegoke-abraham','goke_abraham@yahoo.com','','2024-09-12 00:26:29','',0,'Adedamola Abraham'),(335,'apoolatek','$P$Bs/wbYRnUYyRC4yWsh77VKQCoUYTfs.','apoolatek','apoolatek@yahoo.com','','2024-09-12 00:26:29','',0,'apoolatek'),(336,'LitCaf1','$P$BzFpBj9yKIyqiDf2RhoKU9zdGMwLCV.','litcaf1','temioke85@yahoo.com','','2024-09-12 00:26:29','',0,'Apoola'),(337,'Olamide','$P$Bh0yRt7jXKHBbQ7X1yBh13/ssEotBP/','olamide','cards@litcaf.com','','2024-09-12 00:26:30','',0,'Olamide Ajayi'),(338,'ee','$P$BkRlQJ5f5dsv.VcgNDLcQzlzEM1jVG.','ee','ee@test.com','','2024-09-12 00:26:30','',0,'ee ee'),(339,'jacob123','$P$BpGRFjxZiOcvvUg5GTyiLyz352PBe1/','jacob123','tech@mydigitalerad.com','','2024-09-12 00:26:30','',0,'jacob jacob'),(340,'Ayodelesmiles','$P$BPQfJoZz4U2Beq6OC4JB5SwMhmpS4p/','ayodelesmiles','info@brandwarenigeria.com','','2024-09-12 00:26:30','',0,'Ayodele Omotayo Arowosegbe'),(341,'omondiorony','$P$BI/qfKrN00A2Ib7qpsKGEUk693evhW1','omondiorony','omondioronyofficial@gmail.com','','2024-09-12 00:26:30','',0,'OMONDI ORONY'),(342,'Esther07','$P$BYqbCgqGYySknaxndgmyFImzcqBlm4.','esther07','esther.onu007@gmail.com','','2024-09-12 00:26:30','',0,'Esther Charles'),(343,'usmanahmadu.mohammed','$P$BFwox3ByR74FvoB44QMO0rXEAOI0lS1','usmanahmadu-mohammed','usmaniro110@gmail.com','','2024-09-12 00:26:31','',0,'UsmanAhmadu'),(344,'litcaf','$P$B5LiwUVUuDqoUjMNBvUAcABb7emICz1','litcaf','tomibady@gmail.com','','2024-09-12 00:27:58','',0,'litcaf'),(345,'jim.unah','$P$Bo/QDw8DqL0No9o2VfBACN6s8fbI/1.','jim-unah','jimunahlive@gmail.com','','2024-09-12 00:42:45','',0,'jim.unah'),(346,'Joycrown','$P$BLqIKUB3tBh1j46ubz0T1PG7t35zXv/','joycrown','olaniyanayoade999@gmail.com','','2025-01-07 22:30:05','',0,'Joycrown'),(347,'aanu07','$wp$2y$10$FaGIQVEPfZS9pNTiYEANmexMxQdd1QkUZMp0RKXZvPpEVanHL2oPm','aanu07','aanuapoola@gmail.com','','2025-01-08 01:09:02','',0,'aanu07'),(348,'temitope','$P$B0Sc8lD7Kd1nSdW8mWgMus322lhgYm0','temitope','temitopeapoola@gmail.com','','2025-01-10 14:18:40','',0,'temitope'),(349,'Great Patriotic near me earlier than that our hindquarters','$P$B/C2cFKqBuNnRzR2fCluVlYvol2zNz.','great-patriotic-near-me-earlier-than-that-our-hind','remezszmbeur@dont-reply.me','','2025-01-12 05:32:29','',0,'Great Patriotic near me earlier than that our hindquarters'),(350,'steve001','$wp$2y$10$41p/puu.5EpVB5rxly90fO8xr.mXaH.vDU1R8CvXZLXZEhqnxZ3gi','steve001','detutuoniya@yahoo.com','','2025-01-16 15:46:00','',0,'Stephen Oniya'),(351,'Slipping on The blood was an idler He s go Interrupted','$P$BsZZkl2DiBzq5zLvnj8R1g6SSFxSTB.','slipping-on-the-blood-was-an-idler-he-s-go-interru','aejizmlezeur@dont-reply.me','','2025-01-24 16:12:55','',0,'Slipping on The blood was an idler He s go Interrupted'),(352,'Where are making a little adventure We know Guys','$P$BJswQKZV8klPNFrS2bsBG82vZOmdcH.','where-are-making-a-little-adventure-we-know-guys','ibrlsbzjieur@dont-reply.me','','2025-02-04 06:26:06','',0,'Where are making a little adventure We know Guys'),(353,'We didn t offer to stick over here in my family status','$P$BQCiwnOObJCSN0E2dqIYM4yUjp2H/L1','we-didn-t-offer-to-stick-over-here-in-my-family-st','iassebsibeur@dont-reply.me','','2025-02-07 00:18:31','',0,'We didn t offer to stick over here in my family status'),(354,'John','$P$BpjnZX8o.eOZVfNtkwhwH0ZEqGflmk/','john','mwihquyb@do-not-respond.me','','2025-02-12 12:27:30','',0,'John'),(355,'HopeScribe','$P$BOETgofXufAKh9fGHKBws9hy4xU0IC.','hopescribe','mariammohammed12235@gmail.com','','2025-02-16 22:08:36','',0,'HopeScribe'),(356,'TestUser','$P$BjlYNchfYkfEd9FXtDgCioMt89Fr690','testuser','majcqmyf@do-not-respond.me','','2025-02-24 18:56:26','',0,'TestUser'),(357,'Hello','$P$BuEaJyZHIElWIk2YKhqufuSX9bfgfq/','hello','lrcjtill@do-not-respond.me','','2025-02-28 14:05:24','',0,'Hello'),(358,'Win Free Cash Instantly hs9d5f93cd50b5070b4dbb4bf5b04254d1','$P$By4Gbb0ZNOla1frXsyOfBPCAqZzRSz1','win-free-cash-instantly-hs9d5f93cd50b5070b4dbb4bf5','pazapz@mailbox.in.ua','','2025-03-05 01:25:04','',0,'Win Free Cash Instantly hs9d5f93cd50b5070b4dbb4bf5b04254d1'),(359,'Modupe','$wp$2y$10$d/GYLdyw8QYi8zC/8fNi4./vIRwlJCJrQllQQmPXanCUGnHhJEq6m','modupe','modupeapoola@gmail.com','','2025-03-13 23:02:21','',0,'Modupe'),(360,'XXfXXNObVrdIA','$P$BPRu/maeg5I2plCMkJmtB.8L0mgLou/','xxfxxnobvrdia','delaitgutierrezm2000@gmail.com','','2025-03-14 06:25:33','',0,'XXfXXNObVrdIA'),(361,'Alice','$P$BO6j6lECAezylyCsUBfOqyBObzY7vj.','alice','vjwtkjke@do-not-respond.me','','2025-03-15 04:16:43','',0,'Alice'),(362,'MyName','$P$B2bRgKYDAgRO7supnxwT.1vV92jxOR1','myname','opfxglfs@do-not-respond.me','','2025-03-20 14:18:06','',0,'MyName'),(363,'clIfcyKuPKsONC','$P$BSUcHlGS02uPk0n/dww1QpuCrq5y8k.','clifcykupksonc','redjmws92@gmail.com','','2025-03-26 08:32:49','',0,'clIfcyKuPKsONC'),(364,'ehqEeawVrH','$P$BTHM.dbXX0XF0cpzOnOWqYGoUxKpXB.','ehqeeawvrh','pooledjolitp44@gmail.com','','2025-03-29 23:18:29','',0,'ehqEeawVrH'),(365,'qdkEaUqFmnQXI','$P$BZmqMP0aa/lCWe.lkvX6TtOJKTL/l40','qdkeauqfmnqxi','greflosr1992@gmail.com','','2025-03-30 04:48:37','',0,'qdkEaUqFmnQXI'),(366,'owdwwpcRnk','$P$BAuF6OftEE.TtrAPhc4fDgn280v6fk0','owdwwpcrnk','joanna_ferguson716499@yahoo.com','','2025-04-01 11:38:18','',0,'owdwwpcRnk'),(367,'zt4ff','$P$Bx2mnJrnkRKUec0LRfSaWBDuGMg9Qu1','zt4ff','segunkayode00@gmail.com','','2025-04-01 15:39:42','',0,'zt4ff'),(368,'Omoogbon','$wp$2y$10$EnPJSRLVIWP5IQmShba7Kuzin62besVE9wIxzPBFiA79u9dGXFvUK','omoogbon','aaduastores@gmail.com','','2025-04-02 16:16:48','',0,'Omoogbon'),(369,'ShINeSpFidcAd','$P$B05Ju1OoiRrHfXaOhcnSqNN05TjWA8/','shinespfidcad','elllogan1981@gmail.com','','2025-04-02 17:13:31','',0,'ShINeSpFidcAd'),(370,'bAAmjoMKuqwXFb','$P$BikG8ewRwBGQMFRDeU49sSH5VKu01Q/','baamjomkuqwxfb','plesantsantiagoux46@gmail.com','','2025-04-02 18:48:20','',0,'bAAmjoMKuqwXFb'),(371,'IgxsFrIsDFCfMe','$P$Bv8AFP0LZOzrWyn.S1msvpMYrU3K/q/','igxsfrisdfcfme','kiddmoss6@gmail.com','','2025-04-04 07:19:02','',0,'IgxsFrIsDFCfMe'),(372,'sZNbtysUtSH','$P$Bd77naLL36tArkgQQS32x.3.k/aYKI0','sznbtysutsh','djenelsullivanrk@gmail.com','','2025-04-05 18:04:12','',0,'sZNbtysUtSH'),(373,'hpEfdDdYzE','$P$BMT.TaOMsZppXUsM5Mw1mF.GHfU8r8/','hpefdddyze','ruizdjennahe6@gmail.com','','2025-04-05 18:20:38','',0,'hpEfdDdYzE'),(374,'ADyRmkHbZTxTIn','$P$Ba.8A.v7LBZQXUT9d1tfEtOo7xGt850','adyrmkhbztxtin','hannalyella@gmail.com','','2025-04-08 13:54:28','',0,'ADyRmkHbZTxTIn'),(375,'TxIEsceEYDduDq','$P$BxRBrlhVjCGjjakDS61PJyeMDzn0Ix1','txiesceeyddudq','djisbertayala19@gmail.com','','2025-04-09 02:14:32','',0,'TxIEsceEYDduDq'),(376,'mfBJtvKGYrhQoN','$P$Bn.bhdloWGs7CbxaGjByReTr4ex19g0','mfbjtvkgyrhqon','dixonchekk29@gmail.com','','2025-04-09 06:24:37','',0,'mfBJtvKGYrhQoN'),(377,'cassie','$P$B0MXsfcRhXBd2QMEphrGy.dB2HY5VL.','cassie','cassiet1998@gmail.com','http://cassington.com.ng','2025-04-15 06:59:25','',0,'Cassandra Ezeokwu'),(378,'phillisslama9','$wp$2y$10$AgHLACFjg9YCn2nEqiJG3OSL.47aar1PTEgxLkeKqV/6UHD/C5IE.','phillisslama9','phillis_slama@dixz.org','','2025-04-16 22:41:07','',0,'phillisslama9'),(379,'danielawhitely4','$wp$2y$10$Yt4QElcT2JZrQUgI/MFE6eH1mgrz2fGWx1vJ1k/uC46qQvRmoDqKa','danielawhitely4','sallyphillips@anonmails.de','','2025-04-17 00:00:37','',0,'danielawhitely4'),(380,'vedaaultman1','$wp$2y$10$1Arn.1Ki0RgYOMAg4SHCm.HPxxkz9Lm/9erXv9DxQPqQAoZcOtPou','vedaaultman1','veda.aultman@vipitv.com','','2025-04-17 03:22:23','',0,'vedaaultman1'),(381,'alexandriahenke','$wp$2y$10$AFtYYa.T9iqKNGs1w.odQ.GrNJ9N0ZxvkvIVFWpGY7O/ApTJIrUqu','alexandriahenke','alexandriahenke83@tempmail.my','','2025-04-17 03:31:49','',0,'alexandriahenke'),(382,'clevelandpilgrim','$wp$2y$10$9l89NJraPXV/5lf2uNRIUOtwcEa2vfmX9uPYLcOqsjqShAsRZOXJa','clevelandpilgrim','clevelandpilgrim-2778@sonjavectomov.com','','2025-04-17 04:45:38','',0,'clevelandpilgrim'),(383,'berniece4282','$wp$2y$10$zSfB0W7NOtfRaY4jcpb3xOjEV51wwujQPyntzziOzirNb9dGa8swq','berniece4282','berniece.carter58@erpin.org','','2025-04-17 05:43:51','',0,'berniece4282'),(384,'harriettwoodhous','$wp$2y$10$rel1Puqqp0J/.RxKVDJXneco0hJjHcZ8k7DajZ5lneH1iLabHGQza','harriettwoodhous','chem@zfutech.com','','2025-04-17 11:09:55','',0,'harriettwoodhous'),(385,'boyce00d872483','$wp$2y$10$cxiaQGBrVTttx.T/s0hOdu8nla25p3zOOyu2AzPr0abJLCqFVWAny','boyce00d872483','ehde4z0@wmlog.ru','','2025-04-17 12:09:03','',0,'boyce00d872483'),(386,'mJOEGhjViWuOJ','$wp$2y$10$Sb6ygAqPNrX1X7eYtLniuenc5Z7ZR/rdFue9.zpPZhA5LJNlHMqvG','mjoeghjviwuoj','sanshaeat1@gmail.com','','2025-04-17 20:09:25','',0,'mJOEGhjViWuOJ'),(387,'juliennei46','$wp$2y$10$txgkqY/WU4Ouu3YCkglHMe/pcriJuFg.Gf4.wHtGKXKZwekYItkwy','juliennei46','julienne.anthony_8590@buskonavvt.us','','2025-04-17 20:45:57','',0,'juliennei46'),(388,'LKqPUUUPFCYbR','$wp$2y$10$26GqQWGBon5gL92UpqqO5uHxRoUaljxxh9FZdBWyD2PVbL6JNMJVq','lkqpuuupfcybr','pleatheavanin1982@yahoo.com','','2025-04-17 21:56:00','',0,'LKqPUUUPFCYbR'),(389,'adeoyedamilola','$wp$2y$10$pYLM91zOsJSxwXxd7PRpwOi4L/43s0gv2hC/.0kRkqks8bpgVhII2','adeoyedamilola','adeoyedamilola@gmail.com','','2025-04-17 22:31:26','',0,'adeoyedamilola'),(390,'eQQZCTlTLVYx','$wp$2y$10$4mgdeeiBQiNY5vjfW8mjduZ.NRgf4mOwC8GzsEYqWmQPD0WhtiM3K','eqqzctltlvyx','treisishahi36@gmail.com','','2025-04-18 05:31:21','',0,'eQQZCTlTLVYx'),(391,'elliotlehunte3','$wp$2y$10$u245QHR5MoWAQ1KXIm80DeQdnKS4pSulW14FSgEGPT5jMQvojdUR.','elliotlehunte3','elliot_lehunte@erpin.org','','2025-04-18 10:41:02','',0,'elliotlehunte3'),(392,'hannelore29r','$wp$2y$10$tYuFPOC4EDJTFNVIixTLg.JTjZZpaHzx76QwWoTh8Iyz9McAiSDOi','hannelore29r','wilhemina@c.dontstress.online','','2025-04-18 11:21:32','',0,'hannelore29r'),(393,'nnFlhsVGwYM','$wp$2y$10$PlidiOvGGZWqnadKnQudD.P2IlZtB5XtPpmmQbALcZsbFGtIoj0Te','nnflhsvgwym','ferkapervo1974@yahoo.com','','2025-04-19 00:55:31','',0,'nnFlhsVGwYM'),(394,'dereklohman87','$wp$2y$10$YImg25gbvqC8bo7LJEuSy.dDBydReqZKZ1CJvcZm7QIQGJwZeWUO2','dereklohman87','derek_lohman6@usgeek.org','','2025-04-19 02:16:45','',0,'dereklohman87'),(395,'marissaminner14','$wp$2y$10$nvB24QlMwkqpG60kiGS2jeD7YkumdTcOiRMS89Mhr0WCE1mhKn8cO','marissaminner14','shadowfox@fast-email.lol','','2025-04-19 03:21:23','',0,'marissaminner14'),(396,'altabehm131562','$wp$2y$10$gzPlsS1Oe0nqKxrpInK.8OXY26mr8w4amVtoUjmmqbnk0UaisJc0u','altabehm131562','alta-behm@erpin.org','','2025-04-19 04:41:42','',0,'altabehm131562'),(397,'Coymli','$wp$2y$10$j7oCdOuRJnBoiEjtOvCPcOtg6ZYFbJRdEsGC/Bk8mFOcc/VX5J1H2','coymli','lolerex241@ovout.com','https://linksbuilder.fun/','2025-04-19 04:52:50','',0,'Coymli'),(398,'jeannemerriam5','$wp$2y$10$8lbKiMNMsXKbpQ2.ocrXZeXBQpPoQgokggKTJWE3a7o.zNdCeCLGK','jeannemerriam5','jeannemerriam87@soft.muzaco.com','','2025-04-19 07:09:44','',0,'jeannemerriam5'),(399,'leonardwilhite','$wp$2y$10$GmOxcXfV8RmaxrBb2ct/F.PIOsDVERigc1wEvGXf3web7Yt9srdnu','leonardwilhite','leonard-wilhite47@vipitv.com','','2025-04-19 07:18:14','',0,'leonardwilhite'),(400,'madeleines7765','$wp$2y$10$gECL7cudvaEQYSt6laAUTuUKE58fUKZpWcfFUL59HeTdE7vLvzt/.','madeleines7765','madeleine_hirth25@usgeek.org','','2025-04-19 07:33:11','',0,'madeleines7765'),(401,'GMayPFnAhpeVTiB','$wp$2y$10$RMtxwcvjUwp5WnCNdswOGebCkt.GGz6EGvclnSyuZRTjwZ.p0RXz.','gmaypfnahpevtib','spozytephag1980@yahoo.com','','2025-04-19 08:05:37','',0,'GMayPFnAhpeVTiB'),(402,'kennethaddison','$wp$2y$10$Umg4GlbpxV39jKnhWYe6r.1Bim85GqHLbfn5Hdv6pa7iRKmXNzUda','kennethaddison','kennethaddison71@sata.glinxy.com','','2025-04-19 08:21:14','',0,'kennethaddison'),(403,'idnangeline788','$wp$2y$10$yJyC6yPSa6R0.y0rPxzbBu9oY6csPKodDBjpSFFQ.q.qpQaWJjVSq','idnangeline788','angeline.lilly75@usgeek.org','','2025-04-19 09:37:58','',0,'idnangeline788'),(404,'martywishart0','$wp$2y$10$4ccs7djTJlbxHauDKejXL.di5NUG44Ze07/EIjEvwJW.wyfWCD5i2','martywishart0','martywishart47@run.ehomu.com','','2025-04-19 09:44:14','',0,'martywishart0'),(405,'mavisconroy782','$wp$2y$10$FrBPIpEGXFgGmeYquhmINeL1zNJkpLYW1XANXfg4KCQkRmq1urUiq','mavisconroy782','mavis_conroy72@vipcherry.com','','2025-04-19 10:17:44','',0,'mavisconroy782'),(406,'jacquelynshaw','$wp$2y$10$zx/yLFTZ/e/WimS0/CxxHuTcW8D8qmQB01xzPAKnaVvCaqI72K4r.','jacquelynshaw','jacquelyn-shaw76@iwinedu.com','','2025-04-19 11:28:51','',0,'jacquelynshaw'),(407,'zhibrook11958460','$wp$2y$10$.kImnZ/AJzg.sJ1EnMRSte0kLKcyQyHbogATJKTOw5PWJqyn.kuAi','zhibrook11958460','sandramajdankin18364@cryptoomsk.ru','','2025-04-19 11:56:27','',0,'zhibrook11958460'),(408,'jaquelinetowner','$wp$2y$10$fMj7usE6clNQCNDuOL8k6u/8XT1ox9YPbLayCFlpImuBEfmTapcQO','jaquelinetowner','evetancred@discardmail.com','','2025-04-19 12:20:41','',0,'jaquelinetowner'),(409,'indianabair','$wp$2y$10$ttqGpuYVSaeSiTChXNJaFOuBEZ0qDFar7RPgRHFNZspxXrQue1AAW','indianabair','stanleylagovskoj101185@pamyatnic.su','','2025-04-19 13:05:41','',0,'indianabair'),(410,'mackenzielent32','$wp$2y$10$Emil/kim5WS9XogqDg2KP.629eKhYk0rV1dhYnEMkrf72qpI/7VIu','mackenzielent32','mackenzielent@001280.xyz','','2025-04-19 15:37:27','',0,'mackenzielent32'),(411,'lonnies5029340','$wp$2y$10$85eqXY5yMBgYFNFbJol/6eYROEmtV90LrC5v28h22mtGVaB4f4mDC','lonnies5029340','lonnie-kitterman@iwinedu.com','','2025-04-19 20:23:16','',0,'lonnies5029340'),(412,'virgie64084450','$wp$2y$10$x58kd3ZcS725ANZJNTMaeuki1hxM02IlhVLWQp1BfEuJSCWoB44ry','virgie64084450','virgiefanning90@siru.claxyn.com','','2025-04-20 01:37:37','',0,'virgie64084450'),(413,'giuseppefogarty','$wp$2y$10$HOPgql335BGz/trAZ8jYoeenEpN1QM51T7MI2k.I6YbSVCkfsf6w.','giuseppefogarty','hannahtapp1064@mailmenot.io','','2025-04-20 05:07:08','',0,'giuseppefogarty'),(414,'dollybruton47','$wp$2y$10$kgxLqxt1Vnq.rCWrPNLW7ubONzbBt7eqIWsUxpq1xd926MnGsr2E6','dollybruton47','heo23@wmlog.ru','','2025-04-20 09:06:29','',0,'dollybruton47'),(415,'melodycullen13','$wp$2y$10$Yz.lS9F7WB3vZ8JRRI.mheDQ3KKmEb.ibRlvFBaK0chU6GhzK0caa','melodycullen13','miriam@astroaxis.online','','2025-04-20 09:36:02','',0,'melodycullen13'),(416,'epnekVerB','$wp$2y$10$0s6qpTE0OUGL6Zn87vjPR.zSDAIvSPWUfMWP4iXZcQ2UrlihotOry','epnekverb','kyortisbr@gmail.com','','2025-04-20 09:39:17','',0,'epnekVerB'),(417,'charlotteburnell','$wp$2y$10$gq.8vQ3OIZAAaFWJdil4Wut/VoMTF0myPDUzlikb1d8H2oKI6vvVi','charlotteburnell','charlotte-burnell@a71d.seopick.store','','2025-04-20 10:46:08','',0,'charlotteburnell'),(418,'coleomay17960','$wp$2y$10$U6shBoNVbCwjujYrmERqUeBepPfslY4JbbROQ9aWrG8m1NA7wTaja','coleomay17960','196rss.jf.1c6de4f.gh.i.jm7rstua.5.bc2v4w@yuristsochi24.ru','','2025-04-20 11:23:29','',0,'coleomay17960'),(419,'tracydenby92','$wp$2y$10$GiPJs.aKsdbQNTHUsVSoYu3M27hz3OtCFhQVbb8H7E8VYjptnlQnq','tracydenby92','sharp@k.quantumnest.lat','','2025-04-20 13:31:52','',0,'tracydenby92'),(420,'chelseygellert','$wp$2y$10$NdVmF57UufFdZEMbDd26O.y52.i4wo5HLAdCYflqmDK1W5TnFowOy','chelseygellert','dolorestrejo2719@discard.email','','2025-04-20 14:46:57','',0,'chelseygellert'),(421,'swckJGcXMI','$wp$2y$10$prRfjEw87Alq4D.uZ03vSug5cetHM2UJB4Nc/pw4.643QqoMVyTjS','swckjgcxmi','septemberwalshuw@gmail.com','','2025-04-20 16:03:39','',0,'swckJGcXMI'),(422,'jonasdark87','$wp$2y$10$5R.JD796EIA3pBaccgh8E.sTVnayMz19VX6RST6Gprtj8tFl.ep9y','jonasdark87','tristaarmijo5384@anonmails.de','','2025-04-20 16:30:52','',0,'jonasdark87'),(423,'shadsantora021','$wp$2y$10$MpBYxYR2zSi.fS/byGRa5.x6E1I8Oxu7CHBAXXdFx70Mx1ylLVmnK','shadsantora021','sonja@cosmicbridge.site','','2025-04-20 17:02:41','',0,'shadsantora021'),(424,'randyleach27474','$wp$2y$10$fGFj/0jDCydkrtcjvN08c.Y.yJFRt.rvlrco0Ught8bJ8cPcfyBVG','randyleach27474','randy.leach6@usgeek.org','','2025-04-20 17:05:53','',0,'randyleach27474'),(425,'kelleesnelling','$wp$2y$10$QqV./IFSi3QrabPffLnai.xuWozeQIHs1qo1HoZAz/IE9Ka6r.TAq','kelleesnelling','bridgettepilgrim@anonmails.de','','2025-04-20 17:32:27','',0,'kelleesnelling'),(426,'normankeyes4','$wp$2y$10$r4KCgVQllP.i7oZCKudd1erqyKiT0Ww7Gg6M6lGFWDHKdvi/EF0iO','normankeyes4','elkebeavers@bheps.com','','2025-04-20 17:45:00','',0,'normankeyes4'),(427,'magaretolivare','$wp$2y$10$tykyuhOb9BloY1dzYBXLA.MONUYxUpqVaIzijI5mRt1g6V7bUZOLS','magaretolivare','ilene@wineonline.one','','2025-04-20 18:42:25','',0,'magaretolivare'),(428,'josedelaney9437','$wp$2y$10$Iz413F9EvIOrZhvwA7D2aOS1KK.s.8gAidm5RLZKd9u8J/uKrstJu','josedelaney9437','josedelaney91@tempmail.my','','2025-04-20 19:20:48','',0,'josedelaney9437'),(429,'seopemula02468','$wp$2y$10$iNJK2SQUEB9.Sj.w.LEssepmbHuivpJzx/u4vmxc3f1h8cyDMTc5W','seopemula02468','stacy.saddler@ducatisigma.site','','2025-04-20 20:36:33','',0,'seopemula02468'),(430,'devonpittmann3','$wp$2y$10$b9laEEV0Zr6L4sG3CU8C5eAbaoJd2OoHSWUpfmYdHkk3ReHgtDyIC','devonpittmann3','chujamar9185@mailmenot.io','','2025-04-20 21:41:56','',0,'devonpittmann3'),(431,'michellhayward','$wp$2y$10$dfCpqkkgPM87z4qTQipAA.5Q8HiLCBJWENuZ7dmMHzP26cnfarzxm','michellhayward','wxhd3tka0j90@126.com','','2025-04-21 00:25:27','',0,'michellhayward'),(432,'lisettetweddle2','$wp$2y$10$YBNGRY8V3YRahrBTVjqIXukjloVOkYNRZLB2S.e9imSuvSI2aFEOu','lisettetweddle2','lisette.tweddle.3815@emailglobal.website','','2025-04-21 01:03:57','',0,'lisettetweddle2'),(433,'connortrudeau3','$wp$2y$10$0K4KqxlRm5.pQS1iXsc5geBWDxt/UJJ5.2uGCm9W.Clk.K2.HnyTu','connortrudeau3','connor.trudeau@81b7.waterqualitytruth.org','','2025-04-21 01:08:57','',0,'connortrudeau3'),(434,'napoleonchiles','$wp$2y$10$luzT/.v0Fr/1n9WWJ7eCYuo1zTnTVxXeCWOwy/OitKC5O5DqMuYRi','napoleonchiles','napoleonchiles79@sun.cdfaq.com','','2025-04-21 03:09:03','',0,'napoleonchiles'),(435,'kristopherosby','$wp$2y$10$cl7907dfZpg2ZnUqbfS.O.CqO5jPGE8oh8T5MZqCppKwB./YqPslS','kristopherosby','denise@a.fruitingbodymushrooms.online','','2025-04-21 04:19:44','',0,'kristopherosby'),(436,'IsaichevRor','$wp$2y$10$xo0.bl2zNNYmJQ9VOlV0e.V1CnlWOpLyon83dcLIs8vgt4OROWlbG','isaichevror','minute@prostpro.fun','https://sps.lat/','2025-04-21 04:51:57','',0,'IsaichevRor'),(437,'zarakillough38','$wp$2y$10$9HW1mdEveZLV22RWsxidluIZ3zPQZHmB8ycTfzQv0Xm1Ee/.F64Hq','zarakillough38','zara.killough45@erpin.org','','2025-04-21 06:01:23','',0,'zarakillough38'),(438,'lanegallant','$wp$2y$10$mL0O8sZTJxzIQNvUOyCvp.qmBXHaF/ebRk8Eo3jCvhjy3QM6kyt82','lanegallant','danehopwood1514@discardmail.com','','2025-04-21 06:51:11','',0,'lanegallant'),(439,'galenmcintosh7','$wp$2y$10$dktPKc4FHD9fzWMYD.r7beH7IcjRwsIf.2J2AG4L5czdkhFcsyBiK','galenmcintosh7','ggwzpi9zpc5@126.com','','2025-04-21 07:44:08','',0,'galenmcintosh7'),(440,'germanrounsevell','$wp$2y$10$ObzPYWiAQbfMuGS.SEd9OuYwXma4/n96uOZW/3jNxpwVgzgMCGNte','germanrounsevell','darrinpropsting@8.dnsabr.com','','2025-04-21 07:51:52','',0,'germanrounsevell'),(441,'emmafinney1','$wp$2y$10$Z5RzXEYQNFHmh1v3t4TNreKh43d1evwdxraafhb2ss0DsQem8getC','emmafinney1','emma_finney8626@001226.xyz','','2025-04-21 08:25:12','',0,'emmafinney1'),(442,'keithkayser7','$wp$2y$10$gkDdW55ZRe/6ZUOhF.fke.zxCUyFtoCpUavpzq4hh1fcFh9se3aqe','keithkayser7','saasopgier@gazeta.pl','','2025-04-21 13:29:00','',0,'keithkayser7'),(443,'mafcharmain41','$wp$2y$10$K698sxz5HUeWkT6r9uqRW.pG2ucBIPuMkZPbI5k40arEoO64NdJHW','mafcharmain41','charmain-keener66@hetianziyu.hexagonaldrawings.com','','2025-04-21 13:37:38','',0,'mafcharmain41'),(444,'gabriellagayman','$wp$2y$10$7QazuO.9G/5grOrleVsph.vQwBpiD1Iwq9DfNQ4Rqi9uSItJcLep.','gabriellagayman','gabriellagayman-4859@001218.xyz','','2025-04-21 14:06:07','',0,'gabriellagayman'),(445,'harrisonwilburn','$wp$2y$10$EsfnfJof1zI8bnwDSCfSLuezqa2RI/qT7clGZC/fbYQd5jy.KGXSa','harrisonwilburn','suellen@d.seo-neo.net','','2025-04-21 14:07:57','',0,'harrisonwilburn'),(446,'rhysvwy463','$wp$2y$10$CbucUsjek44glUCFUTs4LeDROiiPUAt/5gBuxHW64vyqJ6PVLKjK.','rhysvwy463','rhys_christie@vipcherry.com','','2025-04-21 15:29:15','',0,'rhysvwy463'),(447,'piolinnea92','$wp$2y$10$Ismn0fniDy8vcnAFHXowYu7XDXbHw3qziZGlTIP3NM8PVVJoda1g6','piolinnea92','linnea.cordner74@iwinedu.com','','2025-04-21 15:37:09','',0,'piolinnea92'),(448,'nannette18v','$wp$2y$10$RTonpazBNkNS5.N70Ze5YegtQa2AK1VmCnwsDJQhRnwvcZlw3xmBC','nannette18v','nannette_avelar@service.lapsuscalami.click','','2025-04-21 15:39:34','',0,'nannette18v'),(449,'luthergoldhar','$wp$2y$10$YGYZfcTg3xS7Qa81gx5.G.lTmyPPdvapSSHDDgb/ZRdMqE9aY.5oO','luthergoldhar','hyacinthie@a.1000welectricscooter.net','','2025-04-21 18:44:18','',0,'luthergoldhar'),(450,'eduardoleane','$wp$2y$10$IL7fG4GdFfojCPdguQdsz.3sCIjRk76yxvaKM0Srxo4WNGUH7C.RG','eduardoleane','eduardo.leane33@lapsuscalami.click','','2025-04-21 20:33:48','',0,'eduardoleane'),(451,'evangelinetennan','$wp$2y$10$LO5pjVn0MszZwPYUW.HsbuGQKkWpnMhJv2QwKLKUkBUSKbkP07yae','evangelinetennan','evangeline.tennant@themanlythings.com','','2025-04-21 21:00:59','',0,'evangelinetennan'),(452,'ramongaston','$wp$2y$10$.IlmMmVlgaz6Qcpzte971OjEx14WYb3ehrbgT8q1phf/VY1xuSlfG','ramongaston','fl4e70uk760qd@126.com','','2025-04-21 21:07:45','',0,'ramongaston'),(453,'mohammed06i','$wp$2y$10$SX3lJqeo6Jl2V7wpd3Dh/..1oDBnoiwy0lopKfVCZs6I4Ub/8oAaq','mohammed06i','mohammed.bardon62@themanlythings.com','','2025-04-22 00:20:00','',0,'mohammed06i'),(454,'cINvNMDUFAOkkX','$wp$2y$10$JsH.IpFV.Cn8BcchTxn3GefLD3kBk5QSVznukBeEVTFBXzawuG0j.','cinvnmdufaokkx','aguirredoriq@gmail.com','','2025-04-22 02:18:48','',0,'cINvNMDUFAOkkX'),(455,'melvina2673','$wp$2y$10$6XnUPRf7i2o/RtnEitrPa.vjw4p10RJDvLHFf7ugZIvkTL.DXS9ZC','melvina2673','dean@b.gsaser.world','','2025-04-22 06:38:55','',0,'melvina2673'),(456,'mpNRUfbdTzOpK','$wp$2y$10$LzLCEcXbToI5FmMyrHua6.7C3yyD9HLCvrnqkjoZMyU3efxdksaKO','mpnrufbdtzopk','owensbraedentv4@gmail.com','','2025-04-22 08:21:27','',0,'mpNRUfbdTzOpK'),(457,'JISrooachdqHSU','$wp$2y$10$MEDVBb57mF/Qzbit8a3SJ.kLAqDGPTaKmwlIBbPifbgYYmE.Khx4O','jisrooachdqhsu','kluwdamhavan1973@yahoo.com','','2025-04-22 09:42:00','',0,'JISrooachdqHSU'),(458,'nEiZQgltARin','$wp$2y$10$F/nXFofisBFYJStwmWJT6.IO7cJw13dBy1ur7W0/NasTvuI6zwMcy','neizqgltarin','vintropvjl6@gmail.com','','2025-04-22 10:21:30','',0,'nEiZQgltARin'),(459,'jeannineconnolly','$wp$2y$10$v03nwmENgPDlaGwnCMp33e8DbzHujC3tlH5IEGe/Ygu.JgVrevBEK','jeannineconnolly','lyle@b.seoneo.biz','','2025-04-22 15:37:01','',0,'jeannineconnolly'),(460,'seopemula02469','$wp$2y$10$yEUUKre/OhjW6kMbQxxmeOoQ4uXz0Agg9cu1XYQrOcL091STLQxPK','seopemula02469','nevariddick@ducatisigma.site','','2025-04-22 15:52:22','',0,'seopemula02469'),(461,'davida5957','$wp$2y$10$BxUCamAzN.0RtPo4TH5vNu6iZSAIervHtBqRhI4rnofwaEtM8WRhu','davida5957','rocco@a.seoneo.app','','2025-04-22 21:06:44','',0,'davida5957'),(462,'gabriellewadswor','$wp$2y$10$ft8TLE4GdpgAxwtLBzkqMuwDnRvI9KKBRfz.vqx6kduR7t7DEIFCO','gabriellewadswor','gabriellewadsworth16@tempmail.my','','2025-04-23 03:21:17','',0,'gabriellewadswor'),(463,'milliemuscio51','$wp$2y$10$om86s2RGkZj4fXtK/rGK1.HeA8dN.0yBLBxhIwhmTSNXTbe8XMrBe','milliemuscio51','millie-muscio@edusath.com','','2025-04-23 05:13:30','',0,'milliemuscio51'),(464,'unafennell885','$wp$2y$10$QvN2/pjCDJV6h5Pt3CavAOn1TSahlzeASYsGLfC9oz6Ps5XxqgRn.','unafennell885','unafennell60@soft.muzaco.com','','2025-04-23 07:34:05','',0,'unafennell885'),(465,'matthewdunlea60','$wp$2y$10$Fp0pBRHTqAE9YAxyj0QHou2a1duLth.uxeIvpJnARkIG/iC0157UK','matthewdunlea60','matthew.dunlea16@usgeek.org','','2025-04-23 11:39:20','',0,'matthewdunlea60'),(466,'tVGwUeEMNRyP','$wp$2y$10$5vrcT6UkEKcqwJjL3CmIIOstcCN1QIlWqLrxNmbEliSpw/k/Cyc8C','tvgwueemnryp','helbancm98@gmail.com','','2025-04-23 13:00:35','',0,'tVGwUeEMNRyP'),(467,'vernonhogan4755','$wp$2y$10$gOyy5LT0T5bo6/6XQXTMY.v1GpPIblm0r5HqEGKYC4xR2s.zfCJuG','vernonhogan4755','hildy@d.seo-neo.net','','2025-04-23 13:27:49','',0,'vernonhogan4755'),(468,'QkNaQnEV','$wp$2y$10$6RUUinVZhFx2M0Se/y2vceBxcTWvlsssigm3lntOWgqVa5XuAAKDa','qknaqnev','hnunezhm2006@gmail.com','','2025-04-23 14:18:00','',0,'QkNaQnEV'),(469,'NOUaVjnAD','$wp$2y$10$u3KSUP5gTuk9wJy2vLYfEO5kZByBcjNJfnARciW201/oorDmcdVbW','nouavjnad','grospomp3@gmail.com','','2025-04-23 14:23:03','',0,'NOUaVjnAD'),(470,'reecemckenna470','$wp$2y$10$R.aAHnbDE5wq4EDEWMsIG.BgN1TQar0Yge4zow4QUk5oQvl27nPvG','reecemckenna470','dedra@b.gsaser.world','','2025-04-23 18:33:17','',0,'reecemckenna470'),(471,'lucieconeybeer3','$wp$2y$10$eYXFaaoH3XuV/fqKfgyqme2CQtsQfrQzUzJVIJQN9uuBMHi.7Ru/K','lucieconeybeer3','white@d.seo-neo.net','','2025-04-23 22:25:07','',0,'lucieconeybeer3'),(472,'LwTYVsgtdQ','$wp$2y$10$m3mk/K.dmQ4IlptOoKCvkejhTt7nCH2TAQztC6qLtMD2khGEul07m','lwtyvsgtdq','djekkihermant1996@gmail.com','','2025-04-23 23:21:55','',0,'LwTYVsgtdQ'),(473,'Sligmazer','$wp$2y$10$nqkmwJXE6zEF1kLcXumsPee07nY.9aKrKi3ps0X7JnT5oT9D0lljG','sligmazer','contact@host77.ru','','2025-04-24 00:12:44','',0,'Sligmazer'),(474,'margorousseau','$wp$2y$10$Iu3fDJSYO.VQdpU4ZBQZmuUpFKzVlRSj1YdrEqkIA3QSWjhQVvv4y','margorousseau','margo_rousseau27@trytrip.click','','2025-04-24 00:49:41','',0,'margorousseau'),(475,'victorwren4748','$wp$2y$10$k7ImQWG6mg4JSnYO3bU21OJ3/86TNxrmHFpVB.44TC09X.8/7IwOi','victorwren4748','victor_wren2@use.bonvoyageapp.click','','2025-04-24 01:07:19','',0,'victorwren4748'),(476,'YqWcnnTQmR','$wp$2y$10$02D6cIT5B7yAcVVcNxB4zeL/rx7UPtEIkv2aTHb4BLjpASSWoUVeG','yqwcnntqmr','odilailac@gmail.com','','2025-04-24 04:00:12','',0,'YqWcnnTQmR'),(477,'cortezquinonez','$wp$2y$10$1shnxFTDVwgM95W5C/B7reyuNC7bT47vQq6UsIsCyW7owTb1d8uv2','cortezquinonez','p.er.s.a.it.o.v.2.0@gmail.com','','2025-04-24 07:18:59','',0,'cortezquinonez'),(478,'russpage470','$wp$2y$10$LKP0u/2DqsmLMCiRNV8qhuxZDIrJsfnN37AWBTbIKP76oE1prC1cm','russpage470','russ-page@vipitv.com','','2025-04-24 09:35:14','',0,'russpage470'),(479,'miriamsmalls','$wp$2y$10$hFt7DgcAF0omBDa9/lnf/.sOCJCxwczpE8lfds68blVTmASTSWEx.','miriamsmalls','miriam-smalls@vipitv.com','','2025-04-24 11:05:59','',0,'miriamsmalls'),(480,'PckPHBQucBql','$wp$2y$10$5UZSjkCcNDhzw.8jiv5FGuihjrUO1KHz.LgX6hNf7olFWy88AON92','pckphbqucbql','spameasgeten1975@yahoo.com','','2025-04-24 11:54:32','',0,'PckPHBQucBql'),(481,'kalawilhite','$wp$2y$10$f1Jgx1dp1svXDf9zGpQQvOpCdRwpHpGr7VmvV.dUSGMG4NT.DqI1K','kalawilhite','wini@b.fruitingbodymushrooms.online','','2025-04-24 12:15:57','',0,'kalawilhite'),(482,'jamisonpickel50','$wp$2y$10$g5pKwZBCX2w1RL1Ro82pOO9jhWbTQVppPxHBs7znFHP26wkeZ5K.2','jamisonpickel50','charmaine@o.getit.email','','2025-04-24 18:40:09','',0,'jamisonpickel50'),(483,'adelinethibeault','$wp$2y$10$Rthd4RmgSa9nxycW/lMSRuRFImsyd9wJEJERxRS9kh9qXU0rng.6u','adelinethibeault','iesha@b.seoneo.biz','','2025-04-24 21:15:41','',0,'adelinethibeault'),(484,'regenachiaramont','$wp$2y$10$GAPRzaBy9gOXTY00BnZYzOynFi/u1fiTY3Z/qlOysoAXvtI7SOBPa','regenachiaramont','regena.chiaramonte@emailglobal.website','','2025-04-24 22:13:28','',0,'regenachiaramont'),(485,'rolandobrifman7','$wp$2y$10$ZLvteau/XmnNuJCD.UMxGuASsDTIGS/bggUvoJA9apYLeHu4FJTDK','rolandobrifman7','rolandobrifman-4680@rewritegenius.com','','2025-04-25 06:27:47','',0,'rolandobrifman7'),(486,'sethhoran7','$wp$2y$10$hZPLjWdfEGEvH.zcIO.6Fe4eATqrEY9X.2CRcngm0Q0Tmk0ybNPom','sethhoran7','isidroamador@bheps.com','','2025-04-26 00:01:04','',0,'sethhoran7'),(487,'myrtisculbertson','$wp$2y$10$bW1vVWaKIl/7RvFe1yrv4OZ.4y31TCwT/LuhIab5RaRjnCi6A.u1y','myrtisculbertson','nanniebanda5207@1secmail.net','','2025-04-26 01:25:38','',0,'myrtisculbertson'),(488,'sheilaj045127','$wp$2y$10$70RXRn.x5LMdSNSD54C3ref1eEuL/sgK2uGrwtWrP4uWwcoceNb0y','sheilaj045127','sheila.carrozza@iwinedu.com','','2025-04-26 05:16:44','',0,'sheilaj045127'),(489,'erwinhedgepeth','$wp$2y$10$AYHrCmHUqqA5mKv7E5dQJehNeDB9dVaZ/qc9Qyt3BZjJthvDjFLKW','erwinhedgepeth','ldltyh@ulkuegsa.top','','2025-04-26 06:29:55','',0,'erwinhedgepeth'),(490,'porternemeth7','$wp$2y$10$w/ZKjxGMDvGxQdbBdDXrqel0lDCVIYf1PyU4oK2OEnUGXt03Hr9R6','porternemeth7','porter_nemeth41@usgeek.org','','2025-04-26 07:24:33','',0,'porternemeth7'),(491,'lasonyalemay115','$wp$2y$10$MSd.i5q/fMnD1bB3P62IWegtpHRD.dYhANL84TG0r2ZcJFcQPc6ES','lasonyalemay115','h7rxnd7xk6xn@126.com','','2025-04-26 07:25:29','',0,'lasonyalemay115'),(492,'corrinesprouse','$wp$2y$10$Icous8V6LJnIuEQtCvkCru3z01t9pyi9BBfEkVqD9slN0pwJ3.x86','corrinesprouse','wilmarohu272@qiott.com','','2025-04-26 09:43:24','',0,'corrinesprouse'),(493,'Fool sparta lemans hjdryxfkgj.blogspot.fr Qe','$wp$2y$10$Q7cJacK5j.uxvosYdtwa7.SlfmG25krz2U5NbrKPVSCijJk8EMVkK','fool-sparta-lemans-hjdryxfkgj-blogspot-fr-qe','gardanosnalmerne@gmail.com','','2025-04-26 14:44:35','',0,'Fool sparta lemans hjdryxfkgj.blogspot.fr Qe'),(494,'brookheng053','$wp$2y$10$qqm8ZOqBw3/KKqZZIjQUSuEKhlxmhfAyoR7QHevB6Dix5ynyA.xym','brookheng053','brookheng82@tempmail.my','','2025-04-26 16:12:42','',0,'brookheng053'),(495,'nathanielraffert','$wp$2y$10$ZystfaXgy1wRn8qTw/0NJ.5kXSpf3BtYhJIcqmSHlV1keJb19qkoW','nathanielraffert','nathaniel-rafferty87@usgeek.org','','2025-04-26 17:37:29','',0,'nathanielraffert'),(496,'leilafredrick71','$wp$2y$10$NHzC3B.rR0zmULXKtSbLF.aB45hfaQ3eGUd36Q/vaB6SqS17hJoAq','leilafredrick71','talinbanez@gazeta.pl','','2025-04-26 17:47:21','',0,'leilafredrick71'),(497,'mireyay088379','$wp$2y$10$g6XqKP.84cE9ZqFhd2vh6ODvz6cMA36JjrxY0Qn3tgrPQYEncGKjO','mireyay088379','mireya-cutler15@usgeek.org','','2025-04-26 18:35:27','',0,'mireyay088379'),(498,'gilberto85k','$wp$2y$10$V7gqCKb1fLOMzltexV0rbe6twUcmufx1D4exAbHPOYs/eWfiGcj96','gilberto85k','gilberto.mcalister@iwinedu.com','','2025-04-26 19:31:21','',0,'gilberto85k'),(499,'raleighmcmullin','$wp$2y$10$vgBGjJVvd4lCrMgd29IWLuvAKQ7KnhFZ7zH4y2.QLJtaI5aRgfje2','raleighmcmullin','annedoran3517@1secmail.net','','2025-04-26 21:05:05','',0,'raleighmcmullin'),(500,'theodore91u','$wp$2y$10$divlKzlHS5ShdssdgKuRduQPV8YpeUP/aHdwfZcsPnY9orO.49zNW','theodore91u','theodoreconcepcion56@tempmail.my','','2025-04-26 22:54:53','',0,'theodore91u'),(501,'mauricedykes16','$wp$2y$10$WS4i.9eMZxp9in40DgrFAOuH00NWcM6kzNI3rao7U0QTlbgzraEWq','mauricedykes16','sonja@m.muscle-building.club','','2025-04-27 01:24:00','',0,'mauricedykes16'),(502,'gdZUyHeYLFXA','$wp$2y$10$oCZKsOvWFrPGJm7iTEmmlu5xTnhhbPyGdHkU4k6qPhj9KF1rJYxaK','gdzuyheylfxa','kinefridrc22@gmail.com','','2025-04-27 04:53:43','',0,'gdZUyHeYLFXA'),(503,'seopemula024610','$wp$2y$10$7vQKoVCpVQKF47KG3puacOHmk/Hr5yj/XFg28RolSv0aiX6V4dAk2','seopemula024610','ward.wylie_7841@ducatisigma.site','','2025-04-27 07:16:14','',0,'seopemula024610'),(504,'winonagilpin973','$wp$2y$10$zbK.Xd4NwxrRSQRAQZUqqO9QONWh7hKtL836jbnouPJxVLUhiem46','winonagilpin973','winona_gilpin@001223.xyz','','2025-04-27 07:27:12','',0,'winonagilpin973'),(505,'edgarhoch61860','$wp$2y$10$kkaYd/G287i07NZPZRdq7usDFI3csJaqrTMwGq4Sk5BPuv.tJKwn2','edgarhoch61860','edgar_hoch52@vipcherry.com','','2025-04-27 08:02:02','',0,'edgarhoch61860'),(506,'ruthgrattan7208','$wp$2y$10$UETjINg5wdgPHoWlviGMDueVV62twqnyDRLhtlThrRHrpeXLXi3ke','ruthgrattan7208','barbra@a.fruitingbodymushrooms.online','','2025-04-27 09:48:33','',0,'ruthgrattan7208'),(507,'marylousiemens','$wp$2y$10$GLNCHPDxgX/ng7LfUiiGnOfk54uhOYGuzkzE7lOx9h32JbVgaHgi6','marylousiemens','marylou-siemens2@erpin.org','','2025-04-27 16:09:11','',0,'marylousiemens'),(508,'winstoncranswick','$wp$2y$10$KrL3TBdFD1zM1xJKe9jkjODCvkZTHsBCAIP.TRXVdHzVCD5ny46zG','winstoncranswick','winston-cranswick97@vipcherry.com','','2025-04-27 21:17:25','',0,'winstoncranswick'),(509,'bernardsutter','$wp$2y$10$d5rls5XWL5UgqJ9cXw0tCuww3GwxMSj4NLA6wOFMjZbsaJWfwtduy','bernardsutter','omjprb@ulkuegsa.top','','2025-04-27 23:58:14','',0,'bernardsutter'),(510,'matthiasm15','$wp$2y$10$nziNDyIpSKeP5JwCeT3fYe176qOG1qWown.YmbWkpPYyVt1aTcbkC','matthiasm15','matthias_talley@emailtrade.website','','2025-04-28 01:02:26','',0,'matthiasm15'),(511,'WvrsKuTZLYJS','$wp$2y$10$NyhSJHOldEKt8ukVfvbHIuppZaPEAHUQ9XPztdPYXo11rtkMsNVAy','wvrskutzlyjs','mdeitonx1980@gmail.com','','2025-04-28 02:13:13','',0,'WvrsKuTZLYJS'),(512,'tammarakrieger8','$wp$2y$10$IXemnO94XUax/i01lv9VuOn17rGm0ZegDGKHtphrMoGoOJEtuSxJi','tammarakrieger8','tammara_krieger83@dixz.org','','2025-04-28 03:19:57','',0,'tammarakrieger8'),(513,'miragibson669','$wp$2y$10$1BNNL8fdoDimaGbkCABMB.1pBD5XstDUymMex5DHL.4iLEqoy7Wny','miragibson669','iosrbz@ulkuegsa.top','','2025-04-28 06:30:27','',0,'miragibson669'),(514,'chelseachapple','$wp$2y$10$naE4nafGGuoXkc04fyJ3/u7CRTgP3OW5KymlbMpJZtp4V1FwyyYrG','chelseachapple','haywood@e.razore100.fans','','2025-04-28 09:06:54','',0,'chelseachapple'),(515,'rosettadacomb41','$wp$2y$10$Ge/SImRQWkMqRZYSdbk35OPX4SJqRlPZGl/v8Ywr6E/Gweo0MleZ6','rosettadacomb41','kraigtinker7482@freundin.ru','','2025-04-28 09:23:53','',0,'rosettadacomb41'),(516,'jonasannis','$wp$2y$10$EY4BLWYOCLLxtyhphJsl0OUfTAjGA7EbQJvdQ/LZqeDRRZsAnaQYy','jonasannis','estlzx@ulkuegsa.top','','2025-04-28 10:13:53','',0,'jonasannis'),(517,'charolettehartne','$wp$2y$10$YnF/CjNcu4eh3UkxvQI98.2/8ZJ/6VfZoX7effrja9S.UMjwGogMi','charolettehartne','physicallyunderneath@gilasbobet.net','','2025-04-28 10:44:23','',0,'charolettehartne'),(518,'julietaeusebio7','$wp$2y$10$fVXe6CWSRjPJ6napxylNKO4OvafUrPRG/8fnCwPezosOf0et0YYh2','julietaeusebio7','julieta_eusebio@vipitv.com','','2025-04-28 11:19:06','',0,'julietaeusebio7'),(519,'margretlycett4','$wp$2y$10$Qyrq6YUmuaxQSnWKRqaMAeLQjaCCKOqfC4tiej55biYAdEFxcwgsW','margretlycett4','chloe@b.seoneo.online','','2025-04-28 11:31:30','',0,'margretlycett4'),(520,'WHEybpEEpHI','$wp$2y$10$c7Vih9DS2aCtQ3IYdWlYuekC.Ai2eJD8XH0tAlYMKtfAgcIMStIyC','wheybpeephi','harrilesgd@gmail.com','','2025-04-28 12:10:08','',0,'WHEybpEEpHI'),(521,'vilmacusack64','$wp$2y$10$qa3kqoV4B4JZBPn6yAu5IeJjAmcX5kpYb5Pu30.u.fwhXyVSYQx0q','vilmacusack64','julius@halfaperson.com','','2025-04-28 13:24:05','',0,'vilmacusack64'),(522,'archerh65202218','$wp$2y$10$dsdPYvMV6c7HF5knW9h4TOr5uXp0E22BspmN/79LQ4UgItk.VSKNu','archerh65202218','archer.gresham10@hetianjade.browndecorationlights.com','','2025-04-28 17:23:39','',0,'archerh65202218'),(523,'clayleitch34409','$wp$2y$10$cWbQej4ugDa4bUYTSzn8HOwkYvyXxvSVtMCuOnt.2thbHA8MBgzZi','clayleitch34409','clayleitch21@tempmail.my','','2025-04-28 17:34:32','',0,'clayleitch34409'),(524,'velva5730937819','$wp$2y$10$cFsgCZpJVmzrF4jTJv4vduY0yfy3ncjK5wAlknpp5f5uhtgZtWZbS','velva5730937819','jefferyholtz@mailmenot.io','','2025-04-28 20:29:19','',0,'velva5730937819'),(525,'lemuelwitmer918','$wp$2y$10$gtzLG9AKXRByA5mJL8f60uUvZ/I7XprB2/qFZ9uOe273N1LxyB1Qq','lemuelwitmer918','lemuelwitmer@haitianfoodie.com','','2025-04-28 20:35:19','',0,'lemuelwitmer918'),(526,'Stevebax','$wp$2y$10$fzgceUsDC1II.QHXqFECr.0WBie5uavAMU/EARhYdnVwipQ.EYr42','stevebax','steve@host77.ru','','2025-04-28 21:59:55','',0,'Stevebax'),(527,'quyenhardie7261','$wp$2y$10$8CTcQyFpc9YlOezfUIXfKu5yDwwMGmv3Zkn9IsWsLGx5sGLyqjj9q','quyenhardie7261','jenise@d.dontstress.online','','2025-04-29 04:46:34','',0,'quyenhardie7261'),(528,'ophelial31','$wp$2y$10$vjpmq1RlfO2xhnTS/MewYuuUaEWOe/.TgxAajOOCRrBJ93i1kedr2','ophelial31','dominick@c.astroaxis.online','','2025-04-29 08:29:11','',0,'ophelial31'),(529,'tami719763','$wp$2y$10$g0hSjXOMfx8Zz/R4r3sHQetDPqKMQT3LKGAW9vsT60D4y0E7gOZf.','tami719763','tami.tolmer@hetianjade.browndecorationlights.com','','2025-04-29 08:42:07','',0,'tami719763'),(530,'rafaelnewport','$wp$2y$10$gs8WXApOj7JUYzQTuW43be.VlevSiT93na09Q6BHg5kNdvJbixLgO','rafaelnewport','crystie@skywardhub.online','','2025-04-29 10:56:16','',0,'rafaelnewport'),(531,'sruInmOwSeA','$wp$2y$10$eRjsFfhgKT/ZIr8yq2yLnuu6juFoDpQ6QwbAUyUO4gYlDHT3qzONq','sruinmowsea','sconychleza1981@yahoo.com','','2025-04-29 21:31:09','',0,'sruInmOwSeA'),(532,'mickiewilhelm1','$wp$2y$10$.xa66WwLgGj3CF0745vZ9.nQjKaMTnrL9KXBJgjs2R/fpVueN8Kuq','mickiewilhelm1','mickie.wilhelm@001260.xyz','','2025-04-29 22:42:00','',0,'mickiewilhelm1'),(533,'daniralston23','$wp$2y$10$a5ZpkXT9TaZvKnbmH08vrODzJ3N3a9BBLby57C.CetHG.nbAqY716','daniralston23','dani_ralston@001280.xyz','','2025-04-30 00:22:05','',0,'daniralston23'),(534,'ryancarney41','$wp$2y$10$d7CfCipvVTemKUmr3leIkuqyKMuQ8BG7Bodb4z628bjPZHeVDoL86','ryancarney41','carmellagraebner6077@mailmenot.io','','2025-04-30 05:28:11','',0,'ryancarney41'),(535,'sharylbyl827539','$wp$2y$10$F/WrfCLI8M5I.YeDYAgRbOI/VQtL8ZIKAMP5mElcYVtUoA19BuDr6','sharylbyl827539','danell@a.seoneo.app','','2025-04-30 06:57:34','',0,'sharylbyl827539'),(536,'ramondalgarno1','$wp$2y$10$vQhoWo4sx/fmu3.HTnTkqevdIvJSzOj0pCBSeViJWixuT.fXsoyZ2','ramondalgarno1','ramon_dalgarno@haitianfoodie.com','','2025-04-30 08:25:17','',0,'ramondalgarno1'),(537,'kristadenny8','$wp$2y$10$Lm3XKVVPP1iHRhefHiSP4.rIwYa3/5hX/7uNg9L4msOxj/ZLvKb8W','kristadenny8','kristadenny24@run.ehomu.com','','2025-04-30 09:59:36','',0,'kristadenny8'),(538,'shavonnefrawley','$wp$2y$10$LM5ttBpwuLtROH65jw9L1utV6GJs9APPhnNMMx8ewZyvyVGXjK/PK','shavonnefrawley','shavonne-frawley-1773@haitianfoodie.com','','2025-04-30 10:35:22','',0,'shavonnefrawley'),(539,'lelandmacintosh','$wp$2y$10$9tMbJ0qvbi5NfJT5t3P6J.YAxRfVtmwYUOs56JbE0hJE8vMv7dgMO','lelandmacintosh','lelandmacintosh.6865@makeupartistry.nyc','','2025-04-30 12:32:54','',0,'lelandmacintosh'),(540,'MelvinThido','$wp$2y$10$6lzDyQS1.ZAt4SfVhoPzSO2oJLcRcnml9VwZUlwjJizjRo.c32ma.','melvinthido','ohranatruda-shop@neo-travel.com','','2025-04-30 13:07:43','',0,'MelvinThido'),(541,'ciroma','$wp$2y$10$DyDO7htIgNrun8QTvekrLOadkUtWMwC9/9KfUwCVjANQKtI972gVi','ciroma','ciromalaura@gmail.com','','2025-04-30 13:15:28','',0,'ciroma'),(542,'hgkmerrill','$wp$2y$10$G0.SykTLYl.2AB5Ho7.txO3394co420yFdra8ByizFO4zCFU2eIqm','hgkmerrill','leodora@c.dontstress.online','','2025-04-30 15:50:58','',0,'hgkmerrill'),(543,'marielsiler70','$wp$2y$10$dXOtKuGCgj7qQTFEBUqU6.h0j1RiGCFEGgEZgubuSNMuNkCEsvz2W','marielsiler70','marielsiler89@sasu.lyvix.org','','2025-04-30 18:55:54','',0,'marielsiler70'),(544,'tamaramacdonell','$wp$2y$10$hVDHjUKCJhXnpt0rkugzvuGYx16fW1nVi0oDWiFzLfZlNybiib9Fa','tamaramacdonell','lean@cosmiccircuit.store','','2025-04-30 19:05:41','',0,'tamaramacdonell'),(545,'kaylene2391','$wp$2y$10$1MoJdCzzZJTJ7cFt4V6vKugeLcFO1GHaCvdtLVF3r0h3Es2Uy/3nK','kaylene2391','esme@k.getit.email','','2025-04-30 19:47:06','',0,'kaylene2391'),(546,'marlon84w5','$wp$2y$10$CpyUN4NUEtrZ2hfIOJled.1ELeDVFfQk8BJ4rloAsftiPjAarO.ZC','marlon84w5','qkwuym@ulkuegsa.top','','2025-04-30 21:03:45','',0,'marlon84w5'),(547,'ulrikechilds323','$wp$2y$10$7xzi2gtrqmHPgjb/j16pdO7vqusz/2Xn7SaMhtT02umuLz/sk1Pqy','ulrikechilds323','malcolmwillis2244@0815.ru','','2025-04-30 22:41:46','',0,'ulrikechilds323'),(548,'elbax725594','$wp$2y$10$N52gQfayKbjFDuxlVDE4auqwEnK19QlHc076NhKPZwLqqe01dRXuS','elbax725594','upjlcl@ulkuegsa.top','','2025-04-30 23:38:33','',0,'elbax725594'),(549,'vanitac744906','$wp$2y$10$4mxTBCcVquXXSOA8M0KngOwjWd0pF6dO0.VjzrGf.DGRqSNOH4PMi','vanitac744906','alphonso@c.dontstress.online','','2025-05-01 02:35:33','',0,'vanitac744906'),(550,'rhyswenzel2383','$wp$2y$10$WabhiInCJFGmFAlcaFJBs.KdA99jnArGxIdeFtio7Q/51gd0U0MaC','rhyswenzel2383','nick@k.getit.email','','2025-05-01 03:10:34','',0,'rhyswenzel2383'),(551,'philippcrumpton','$wp$2y$10$gzhgKwcWO.Lf/LBWMrGXyu7heVKZXvxiMAZupWjqHXKY22FlYKJ9S','philippcrumpton','philippcrumpton@001217.xyz','','2025-05-01 05:13:02','',0,'philippcrumpton'),(552,'olLZpsdSFSLqE','$wp$2y$10$8miImq1paKTWz/zH2t7sqODUQpnEmjamPvZd1fWd7.EzUwnqYe78.','ollzpsdsfslqe','klintlambuh@gmail.com','','2025-05-01 08:59:17','',0,'olLZpsdSFSLqE'),(553,'amelietriplett1','$wp$2y$10$nVa70ggtZMzurR6kFoJj7OZ.O3sBCitchaMr2.G1ogFfjo/it9TBG','amelietriplett1','loganantoncev11573@sei-moment.ru','','2025-05-01 11:30:16','',0,'amelietriplett1'),(554,'rochellef10','$wp$2y$10$RSEzR8UAmOFXtzwWtURh/e7ojsHeNG/CuxSIbHt5DgIxoWjnoP7a.','rochellef10','clydecamp@mailmenot.io','','2025-05-01 12:03:06','',0,'rochellef10'),(555,'paulstepp26','$wp$2y$10$phbYYKUZg1G1HJw2aIsstuUhyqwEj.HZe1Q1dOFA.0z2irb9vz8Pu','paulstepp26','paul.stepp@makeupartistry.nyc','','2025-05-01 12:10:47','',0,'paulstepp26'),(556,'FvVztHEUY','$wp$2y$10$K.f/Hi2rfq06vXyhEGI68OWWnjKgL/6BpG0naZ5jGHLibDBXUcwIe','fvvztheuy','vaughantabatac16@gmail.com','','2025-05-01 13:52:41','',0,'FvVztHEUY'),(557,'ovBbUwLjCr','$wp$2y$10$YswyoZQXnJ9dIiS28kezP.RL3aYo4fsar7IO1bVZzP7BOHktZefRa','ovbbuwljcr','koertneicp42@gmail.com','','2025-05-01 18:04:55','',0,'ovBbUwLjCr'),(558,'cathrynlapp426','$wp$2y$10$w4xStWNX8iI.hDvTRxDF9e955tOI0QW4HhHexS35fom52pAIMGvRm','cathrynlapp426','cathryn.lapp_472@eastloud.com','','2025-05-01 19:21:49','',0,'cathrynlapp426'),(559,'ghelavina97','$wp$2y$10$eJku8e7bDs9ZLAHCRtwIveqjCBW9npjsNAKxHQKSltmsmVzG8QuGS','ghelavina97','angieburford502@mailmenot.io','','2025-05-01 19:35:09','',0,'ghelavina97'),(560,'rvWKHPGfSTVBCr','$wp$2y$10$cREH.ja2MMh7RsVBe6HQbO/Dq.0fxgJw/mtRRJ0ua8Crp6dRoF5ey','rvwkhpgfstvbcr','bujetpoomus1985@yahoo.com','','2025-05-01 19:50:25','',0,'rvWKHPGfSTVBCr'),(561,'carrollkcr','$wp$2y$10$73DA9hv48vU35uJk5Aidxe7IBfJwNWoumcf5JFvfs94sXb.NVVCEG','carrollkcr','syuapaomn@gazeta.pl','','2025-05-01 20:57:22','',0,'carrollkcr'),(562,'willa32v158547','$wp$2y$10$10lcNP.m0L/oODHXCeo.T.izQCR2VFC7LQk7tSzZmVsV5jkYOg5TG','willa32v158547','willa-osborne_8197@001226.xyz','','2025-05-01 23:17:45','',0,'willa32v158547'),(563,'gWNuWlKVDz','$wp$2y$10$gco5rjxFgA9Vq/iRNUcoNudufBe1oi.TE7stdfZom1z3chypY/luO','gwnuwlkvdz','klivlendozz1999@gmail.com','','2025-05-02 04:30:43','',0,'gWNuWlKVDz'),(564,'mariannenym','$wp$2y$10$JOAZYAZO2E9qFOVEV6eGCulZ0pSMvASoEzqRljaD4w4/MtzLWQ6BS','mariannenym','marianne.leger77@4011.ago12z7v9lo9a0f.lol','','2025-05-02 05:18:01','',0,'mariannenym'),(565,'kandiflanders1','$wp$2y$10$n8VrlQM5xrM1iHfthN2GRuBpvSIHVwp2TAzohwg2c4cruk2C/xJDa','kandiflanders1','kandi.flanders-3489@001219.xyz','','2025-05-02 08:24:10','',0,'kandiflanders1'),(566,'Fon sales tokar rewans hjlkfgjxdrse.blogspot.it TB','$wp$2y$10$KlCYkCvX6KKRzRcyaEXPfO6GX3PDvvuQbSKgVKUQ4C5K6ht60X1DK','fon-sales-tokar-rewans-hjlkfgjxdrse-blogspot-it-tb','bramhellflame@gmail.com','','2025-05-02 10:11:24','',0,'Fon sales tokar rewans hjlkfgjxdrse.blogspot.it TB'),(567,'gabriellawingfie','$wp$2y$10$Sp4Ih57PxfwUuJgmQY.Ve.YGR50UPLeC61wJBe5RLLS7Pm.pj/dCW','gabriellawingfie','gabriellawingfield28@golf.dewuch.com','','2025-05-02 10:53:46','',0,'gabriellawingfie'),(568,'raymundoschlunke','$wp$2y$10$U6Cwjp37QTNEa2wLpnsicOwEawtirdUSttFE2ZDA2.Noh6UdFIDk.','raymundoschlunke','raymundoschlunke22@gang.ernsys.com','','2025-05-02 11:24:48','',0,'raymundoschlunke'),(569,'neqBEoubXqzX','$wp$2y$10$aPH1Or4ohWtFNvs3kLtpLOs6/ADnSur8Jp2lq4O2p3g6PC4DAIUES','neqbeoubxqzx','birdheiz55@gmail.com','','2025-05-02 11:47:11','',0,'neqBEoubXqzX'),(570,'seopemula024617','$wp$2y$10$Cxu6cC6kYfprkdL.I/LqXOuhkWiOF33F9CYK4NKWiz4z0wc.SwV1K','seopemula024617','brendaweisz63@gang.ernsys.com','','2025-05-02 12:56:53','',0,'seopemula024617'),(571,'pansyblaxland60','$wp$2y$10$phoYYig4BfaHXxwc2jEyTuEoH9O/RoeADoW92EcW13gx5Zet59ZMS','pansyblaxland60','theodorehudgens@discardmail.com','','2025-05-02 18:24:02','',0,'pansyblaxland60'),(572,'kwzcandy995','$wp$2y$10$7sMLTcgXn2t4ihfD6G1UR.OxI2oHpnrv6.EV/E63P1Gnw5qyG/xRO','kwzcandy995','chible@wunway.com','','2025-05-02 20:25:58','',0,'kwzcandy995'),(573,'winonashort15','$wp$2y$10$Y8LQwJ682wRAlmxh/8jRzeMd65i87TyDpNkkqW/.et3tgyjq0f9/q','winonashort15','wilmacurr@hidebox.org','','2025-05-02 20:40:23','',0,'winonashort15'),(574,'judiweber34642','$wp$2y$10$HAr/AOMGPoO8J9vOoqtxceTN/pHnS3.d2WwOX8jI3R.eFvSqfpm2.','judiweber34642','elisabethbonetti3078@mailmenot.io','','2025-05-02 20:44:59','',0,'judiweber34642'),(575,'renateratcliffe','$wp$2y$10$SsQZVpTv9FWg1f88qmHj.OmRoDRQ0a39neen0/gwqpPdnXlIzUZt6','renateratcliffe','jaredlibby@bheps.com','','2025-05-02 21:05:53','',0,'renateratcliffe'),(576,'callumponinski','$wp$2y$10$XZ81bnQbsbJIRurvKvgE0uTuaffpgnZQpChDffBetvodYUEI4o8p.','callumponinski','aa@relaxgame.win','','2025-05-02 22:11:05','',0,'callumponinski'),(577,'huwdustin005','$wp$2y$10$p4XzHeQlLp1SHT/62k1/P.GqPK6uI9Ba8IW7TBiszjn3exiBFHgsC','huwdustin005','dustin-handy@makeupartistry.nyc','','2025-05-02 22:59:48','',0,'huwdustin005'),(578,'devinmerriman3','$wp$2y$10$c0DYd8A6hcgHQiiSYkw1I.ezSMa2wprWE/x909YOsTy1DEFmjYSpa','devinmerriman3','rhodia@cosmicbridge.site','','2025-05-02 23:17:45','',0,'devinmerriman3'),(579,'apcjanessa','$wp$2y$10$lXK1YYHzi1hjbSpYaX1cpuU959ocuqdLG1e9xO/83jc/53lHDHmna','apcjanessa','janessa-belcher47@3745.halaradress.net','','2025-05-03 01:11:35','',0,'apcjanessa'),(580,'joyspangler9471','$wp$2y$10$2hA574C5/tsyp3J1CIEEveiwAcllYwYgG2yWZG.co5tPpW4/08IFm','joyspangler9471','earnestgaby9197@mailmenot.io','','2025-05-03 05:45:15','',0,'joyspangler9471');
/*!40000 ALTER TABLE `wph0_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_userstatus`
--

DROP TABLE IF EXISTS `wph0_userstatus`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_userstatus` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `status` text DEFAULT NULL,
  `image` varchar(255) DEFAULT NULL,
  `category` varchar(100) DEFAULT NULL,
  `created` datetime DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_userstatus`
--

LOCK TABLES `wph0_userstatus` WRITE;
/*!40000 ALTER TABLE `wph0_userstatus` DISABLE KEYS */;
INSERT INTO `wph0_userstatus` (`id`, `user_id`, `status`, `image`, `category`, `created`) VALUES (4,347,'QnVlbm9zIGRpYXM=','http://litcaf.com/wp-content/uploads/2025/01/Screenshot_20250114-132456_LinkedIn.jpg','Finance persons','2025-01-22 09:09:08'),(5,348,'WW8gc295IHVuIGhvbWJyZS4gWW8gaGFibGEgZXNwYW5vbCwgaW5nbGVzLiBHcmFjaWFzLCBkZSBuYWRhDQo=','http://litcaf.com/wp-content/uploads/2025/01/9978e06cbdf14570b13829aeac14e5ae.jpg','Entrepreneurs- CEO','2025-01-22 09:26:57'),(6,359,'U29tZSBhcnQgcmlnaHQgdGhlcmUg','http://litcaf.com/wp-content/uploads/2025/03/20250309_154802.jpg','Entrepreneurs- CEO','2025-03-13 23:04:12'),(7,359,'Um9vdGVkIGluIHRoZSBmYWl0aA==','http://litcaf.com/wp-content/uploads/2025/03/IMG-20250317-WA0000.jpg','Entrepreneurs- CEO','2025-03-25 03:48:34'),(8,368,'QXJlIHlvdSByZWFkeT8=','http://litcaf.com/wp-content/uploads/2025/04/IMG-20250401-WA0003.jpg','Artist','2025-04-02 22:50:40'),(9,368,'SGFwcHkgRWlkIHVsIEZpdHIgMjAyNS4gQmVzdCB3aXNoZXMgYW5kIGhlYXJ0ZmVsdCBncmVldGluZ3MuIPCfmY8=','http://litcaf.com/wp-content/uploads/2025/04/happy-eid-ul-fitr-2025-wishes-and-heartfelt-quotes-to-celebrate-the-spirit-of-meethi-eid-with-your-loved-ones.png','Artist','2025-04-06 22:10:50'),(12,359,'Sm9obiBSYW5kbGUgQ2VudHJlIGZvciBZb3J1YmEgQXJ0cyAmYW1wOyBDdWx0dXJlIGFsd2F5cyBkZWxpdmVyaW5nLiA=','http://litcaf.com/wp-content/uploads/2025/04/1000007135.jpg','Entrepreneurs- CEO','2025-04-23 15:04:05'),(18,541,'WWVzdGVyZGF5IHdhcyB0aGUgZmlyc3QgV29ya2VycyBEYXkgaW4gYSBsb25nIHRpbWUgZGV2b2lkIG9mIHN0cmlmZS4=','https://litcaf.com/wp-content/uploads/2025/05/todayoka-1.png','Business Developer','2025-05-02 08:29:55');
/*!40000 ALTER TABLE `wph0_userstatus` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpjm_stats`
--

DROP TABLE IF EXISTS `wph0_wpjm_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpjm_stats` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date` date NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `name` varchar(50) NOT NULL,
  `group` varchar(50) DEFAULT '',
  `count` bigint(20) unsigned NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_wpjm_stats_name_date_group_post_id` (`name`,`date`,`group`,`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpjm_stats`
--

LOCK TABLES `wph0_wpjm_stats` WRITE;
/*!40000 ALTER TABLE `wph0_wpjm_stats` DISABLE KEYS */;
INSERT INTO `wph0_wpjm_stats` (`id`, `date`, `post_id`, `name`, `group`, `count`) VALUES (1,'2024-09-13',5650,'search_view','',2),(2,'2024-09-13',5650,'search_view_unique','',2);
/*!40000 ALTER TABLE `wph0_wpjm_stats` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_fieldmeta`
--

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

--
-- Dumping data for table `wph0_wpum_fieldmeta`
--

LOCK TABLES `wph0_wpum_fieldmeta` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_fieldmeta` DISABLE KEYS */;
INSERT INTO `wph0_wpum_fieldmeta` (`meta_id`, `wpum_field_id`, `meta_key`, `meta_value`) VALUES (1,1,'required','1'),(2,1,'required','1'),(3,1,'required','1'),(4,1,'visibility','public'),(5,1,'visibility','public'),(6,1,'user_meta_key','username'),(7,1,'visibility','public'),(8,1,'user_meta_key','username'),(9,1,'user_meta_key','username'),(10,2,'required','1'),(11,2,'required','1'),(12,2,'required','1'),(13,2,'visibility','public'),(14,2,'visibility','public'),(15,2,'visibility','public'),(16,2,'editing','public'),(17,2,'editing','public'),(18,2,'editing','public'),(19,2,'user_meta_key','user_email'),(20,2,'user_meta_key','user_email'),(21,2,'user_meta_key','user_email'),(22,3,'required','1'),(23,3,'required','1'),(24,3,'required','1'),(25,3,'user_meta_key','user_password'),(26,3,'user_meta_key','user_password'),(27,3,'user_meta_key','user_password'),(28,4,'visibility','public'),(29,4,'visibility','public'),(30,4,'visibility','public'),(31,4,'editing','public'),(32,4,'editing','public'),(33,4,'editing','public'),(34,4,'user_meta_key','firstname'),(35,4,'user_meta_key','firstname'),(36,4,'user_meta_key','firstname'),(37,5,'visibility','public'),(38,5,'visibility','public'),(39,5,'visibility','public'),(40,5,'editing','public'),(41,5,'user_meta_key','lastname'),(42,5,'editing','public'),(43,5,'editing','public'),(44,5,'user_meta_key','lastname'),(45,5,'user_meta_key','lastname'),(46,6,'required','1'),(47,6,'visibility','public'),(48,6,'required','1'),(49,6,'editing','public'),(50,6,'required','1'),(51,6,'user_meta_key','nickname'),(52,6,'visibility','public'),(53,6,'visibility','public'),(54,6,'editing','public'),(55,6,'user_meta_key','nickname'),(56,6,'editing','public'),(57,7,'required','1'),(58,6,'user_meta_key','nickname'),(59,7,'visibility','public'),(60,7,'editing','public'),(61,7,'required','1'),(62,7,'required','1'),(63,7,'user_meta_key','display_name'),(64,7,'visibility','public'),(65,7,'visibility','public'),(66,7,'editing','public'),(67,7,'editing','public'),(68,8,'visibility','public'),(69,7,'user_meta_key','display_name'),(70,7,'user_meta_key','display_name'),(71,8,'editing','public'),(72,8,'visibility','public'),(73,8,'user_meta_key','user_url'),(74,8,'editing','public'),(75,8,'visibility','public'),(76,8,'user_meta_key','user_url'),(77,8,'editing','public'),(78,9,'visibility','public'),(79,9,'visibility','public'),(80,8,'user_meta_key','user_url'),(81,9,'editing','public'),(82,9,'editing','public'),(83,9,'user_meta_key','description'),(84,9,'user_meta_key','description'),(85,9,'visibility','public'),(86,9,'editing','public'),(87,10,'visibility','public'),(88,10,'visibility','public'),(89,9,'user_meta_key','description'),(90,10,'editing','public'),(91,10,'editing','public'),(92,10,'user_meta_key','current_user_avatar'),(93,10,'user_meta_key','current_user_avatar'),(94,10,'visibility','public'),(95,10,'editing','public'),(96,11,'user_meta_key','user_cover'),(97,12,'user_meta_key','user_cover'),(98,11,'editing','public'),(99,10,'user_meta_key','current_user_avatar'),(100,12,'editing','public'),(101,11,'visibility','public'),(102,12,'visibility','public'),(103,13,'user_meta_key','user_cover'),(104,13,'editing','public'),(105,13,'visibility','public'),(106,1,'required','1'),(107,1,'visibility','public'),(108,1,'user_meta_key','username'),(109,2,'required','1'),(110,2,'visibility','public'),(111,2,'editing','public'),(112,2,'user_meta_key','user_email'),(113,3,'required','1'),(114,3,'user_meta_key','user_password'),(115,4,'visibility','public'),(116,4,'editing','public'),(117,4,'user_meta_key','firstname'),(118,5,'visibility','public'),(119,5,'editing','public'),(120,5,'user_meta_key','lastname'),(121,6,'required','1'),(122,6,'visibility','public'),(123,6,'editing','public'),(124,6,'user_meta_key','nickname'),(125,7,'required','1'),(126,7,'visibility','public'),(127,7,'editing','public'),(128,7,'user_meta_key','display_name'),(129,8,'visibility','public'),(130,8,'editing','public'),(131,8,'user_meta_key','user_url'),(132,9,'visibility','public'),(133,9,'editing','public'),(134,9,'user_meta_key','description'),(135,10,'visibility','public'),(136,10,'editing','public'),(137,10,'user_meta_key','current_user_avatar'),(138,14,'user_meta_key','user_cover'),(139,14,'editing','public'),(140,14,'visibility','public');
/*!40000 ALTER TABLE `wph0_wpum_fieldmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_fields`
--

DROP TABLE IF EXISTS `wph0_wpum_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_fields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `field_order` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(20) NOT NULL DEFAULT 'text',
  `name` varchar(255) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `group_id` (`group_id`),
  KEY `field_order` (`field_order`)
) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_fields`
--

LOCK TABLES `wph0_wpum_fields` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_fields` DISABLE KEYS */;
INSERT INTO `wph0_wpum_fields` (`id`, `group_id`, `field_order`, `type`, `name`, `description`) VALUES (1,1,1,'username','Username',''),(2,1,2,'user_email','Email',''),(3,1,3,'user_password','Password',''),(4,1,4,'user_firstname','First name',''),(5,1,5,'user_lastname','Last name',''),(6,1,6,'user_nickname','Nickname',''),(7,1,7,'user_displayname','Display name',''),(8,1,8,'user_website','Website',''),(9,1,9,'user_description','Description',''),(10,1,10,'user_avatar','Profile picture',''),(11,1,0,'user_cover','Profile cover image',''),(12,1,0,'user_cover','Profile cover image',''),(13,1,0,'user_cover','Profile cover image',''),(14,1,0,'user_cover','Profile cover image','');
/*!40000 ALTER TABLE `wph0_wpum_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_fieldsgroups`
--

DROP TABLE IF EXISTS `wph0_wpum_fieldsgroups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_fieldsgroups` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `group_order` bigint(20) unsigned NOT NULL DEFAULT 0,
  `is_primary` tinyint(1) NOT NULL DEFAULT 0,
  `name` varchar(190) NOT NULL DEFAULT '',
  `description` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `name` (`name`),
  KEY `group_order` (`group_order`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_fieldsgroups`
--

LOCK TABLES `wph0_wpum_fieldsgroups` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_fieldsgroups` DISABLE KEYS */;
INSERT INTO `wph0_wpum_fieldsgroups` (`id`, `group_order`, `is_primary`, `name`, `description`) VALUES (1,0,1,'Primary fields','');
/*!40000 ALTER TABLE `wph0_wpum_fieldsgroups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_registration_formmeta`
--

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

--
-- Dumping data for table `wph0_wpum_registration_formmeta`
--

LOCK TABLES `wph0_wpum_registration_formmeta` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_registration_formmeta` DISABLE KEYS */;
INSERT INTO `wph0_wpum_registration_formmeta` (`meta_id`, `wpum_registration_form_id`, `meta_key`, `meta_value`) VALUES (1,1,'default','1'),(2,1,'role','subscriber'),(3,1,'fields','a:2:{i:0;i:2;i:1;i:3;}'),(4,3,'default','1'),(5,2,'default','1'),(6,3,'role','subscriber'),(7,2,'role','subscriber'),(8,2,'fields','a:2:{i:0;i:2;i:1;i:3;}'),(9,3,'fields','a:2:{i:0;i:2;i:1;i:3;}'),(10,4,'default','1'),(11,4,'role','subscriber'),(12,4,'fields','a:2:{i:0;i:2;i:1;i:3;}');
/*!40000 ALTER TABLE `wph0_wpum_registration_formmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_registration_forms`
--

DROP TABLE IF EXISTS `wph0_wpum_registration_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_registration_forms` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_registration_forms`
--

LOCK TABLES `wph0_wpum_registration_forms` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_registration_forms` DISABLE KEYS */;
INSERT INTO `wph0_wpum_registration_forms` (`id`, `name`) VALUES (1,'Default registration form'),(2,'Default registration form'),(3,'Default registration form'),(4,'Default registration form');
/*!40000 ALTER TABLE `wph0_wpum_registration_forms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_search_fields`
--

DROP TABLE IF EXISTS `wph0_wpum_search_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_search_fields` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `meta_key` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_search_fields`
--

LOCK TABLES `wph0_wpum_search_fields` WRITE;
/*!40000 ALTER TABLE `wph0_wpum_search_fields` DISABLE KEYS */;
INSERT INTO `wph0_wpum_search_fields` (`id`, `meta_key`) VALUES (1,'first_name'),(2,'first_name'),(3,'last_name'),(4,'last_name'),(5,'first_name'),(6,'last_name'),(7,'first_name'),(8,'last_name');
/*!40000 ALTER TABLE `wph0_wpum_search_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wph0_wpum_stripe_invoices`
--

DROP TABLE IF EXISTS `wph0_wpum_stripe_invoices`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_stripe_invoices` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `invoice_id` varchar(255) NOT NULL,
  `total` decimal(8,2) NOT NULL,
  `currency` varchar(20) NOT NULL,
  `gateway_mode` varchar(4) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_stripe_invoices`
--

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

--
-- Table structure for table `wph0_wpum_stripe_subscriptions`
--

DROP TABLE IF EXISTS `wph0_wpum_stripe_subscriptions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wph0_wpum_stripe_subscriptions` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `customer_id` varchar(255) NOT NULL,
  `plan_id` varchar(255) NOT NULL,
  `subscription_id` varchar(255) NOT NULL,
  `trial_ends_at` timestamp NULL DEFAULT NULL,
  `ends_at` timestamp NULL DEFAULT NULL,
  `gateway_mode` varchar(4) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wph0_wpum_stripe_subscriptions`
--

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

--
-- Dumping events for database 'litcwxiz_wp56'
--

--
-- Dumping routines for database 'litcwxiz_wp56'
--
/*!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-04 12:07:59
